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
41
Cisco IOS Release 12.0(27)S
Example
Router> enable
Router# configure terminal
Router(config)# interface atm1/0
Router(config-if)#
atm pvp vpi 1 l2transport
Router(config-atm-l2trans-pvc)# xconnect 13.13.13.13 100 encapsulation mpls
Configuring ATM Cell Relay over MPLS on a Port
Port mode cell relay allows a single cell coming into an ATM interface to be packed into an MPLS packet
and transported over the MPLS backbone to an egress ATM interface.
To configure port mode, you issue the
xconnect
command from an ATM main interface and specify the
destination address and the VC ID. The syntax and semantics of the
xconnect
command are the same as
for all other transport types. Each ATM port is associated with one unique pseudowire VC label.
Perform this task to transport ATM over MPLS in port mode:
Restrictions
The cell relay function can only be configured when the ATM interface is configured for AAL0
encapsulation. It has no meaning if the interface is configured with AAL5 encapsulation.
SUMMARY STEPS
1.
enable
2.
configure
terminal
3.
interface atm
slot/port
4.
xconnect
peer-router-id vcid
encapsulation mpls
DETAILED STEPS
Command or Action
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.