December 2006
Intermediate to advanced
1188 pages
72h 8m
English
You want to configure an ATM link with PVCs that connect to several other routers.
Our preferred way of handling ATM PVCs is to use ATM subinterfaces. We also recommend using the IOS feature that sends ATM OAM cells periodically to test the VC. Cisco provides two different syntaxes for configuring ATM PVCs. Here is an example of the older method:
Router2#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router2(config)#interface ATMRouter2(config-if)#0/0no ip addressRouter2(config-if)#exitRouter2(config)#interface ATM0/0.1point-to-pointRouter2(config-subif)#descriptionRouter2(config-subif)#PVC to New Yorkip addressRouter2(config-subif)#192.168.250.146 255.255.255.252atm pvc1 0 60aal5snap10000 5000 3oamRouter2(config-subif)#5exitRouter2(config)#endRouter2#
In IOS 11.3, Cisco introduced a new configuration method for ATM PVCs:
Router2#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router2(config)#interface ATMRouter2(config-if)#0/0no ip addressRouter2(config-if)#exitRouter2(config)#interface ATM0/0.1point-to-pointRouter2(config-subif)#descriptionRouter2(config-subif)#PVC to New Yorkip addressRouter2(config-subif)#192.168.250.146 255.255.255.252pvcRouter2(config-if-atm-vc)#0/60vbr-nrtRouter2(config-if-atm-vc)#10000 5000 30oam-pvc manageRouter2(config-if-atm-vc)#5exitRouter2(config)#endRouter2#
These two configuration examples do exactly ...
Read now
Unlock full access