[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Creating a Basic Configuration

To configure ATM, perform the following tasks. (Figure 3 shows the relationship of Steps 1 through 3.)

  1. Configure an ATM physical interface.
  2. host1(config)#interface atm 0/1 
    
    
    
  3. Configure an ATM 1483 subinterface.
  4. host1(config-if)#interface atm 0/1.20
    
    
    
  5. Configure a PVC by specifying the VCD, the VPI, the VCI, and the encapsulation type.
  6. host1(config-subif)#atm pvc 10 15 22 aal5snap
    
    
    
  7. Assign an IP address and subnet mask to the PVC.
  8. host1(config-subif)#ip address 192.32.10.20 255.255.255.0
    
    
    
  9. (Optional) Verify your configuration using the appropriate show commands.
  10. host1#show atm interface atm 0/1
    
    host1#show atm vc atm 0/1 10
    
    host1#show atm subinterface atm 0/1.20
    
    
    

Figure 3: Configuring an ATM Interface, Subinterface, and PVC

atm pvc

interface atm


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]