Software Configuration of ATM ISE Line Cards for Cisco 12000 Series Routers
How to Configure AToM VCs on the 4-Port ATM ISE Line Card
44
Cisco IOS Release 12.0(27)S
Router# configure terminal
Router(config)# interface atm1/0
Router(config-if)# atm mcpt-timers 100 200 1000
Router(config-if)# pvc 0/100 l2transport
Router(config-atm-l2trans-pvc)# encapsulation aal0
Router(config-atm-l2trans-pvc)# cell-packing 10 mcpt-timer 1
Router(config-atm-l2trans-pvc)# xconnect 13.13.13.13 100 encapsulation mpls
Configuring ATM Cell Packing over MPLS on PVPs
Perform this task to configure ATM cell packing on permanent virtual paths (PVPs).
Restrictions
•
The cell packing function can only be configured when the ATM VP is configured for AAL0
encapsulation. It has no meaning if the VP is configured with AAL5 encapsulation.
•
In cell packing, only cells from the same VC/VP can be packed into one MPLS packet. Cells from
different connections cannot be concatenated into the same MPLS packet
•
The number of cells that can be packed varies from 2 to 28.
SUMMARY STEPS
1.
enable
2.
configure
terminal
3.
interface atm
slot/port
4.
atm mcpt-timers
[
timer1-timeout timer2-timeout timer3-timeout
]
5.
atm pvp
vpi
l2transport
6.
cell-packing
cells
mcpt-timer
timer
7.
xconnect
peer-router-id vcid
encapsulation mpls
DETAILED STEPS
Command
Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
•
Enter your password if prompted.
Step 2
configure
terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
interface atm
slot/port
Example:
Router(config)# interface atm1/0
Specifies an ATM interface.