Cisco ISE - Line Card ISE Configuration Manual page 39

4-port atm ise line card
Table of Contents

Advertisement

Software Configuration of ATM ISE Line Cards for Cisco 12000 Series Routers
SUMMARY STEPS
1.
2.
3.
4.
5.
6.
DETAILED STEPS
Command
Step 1
enable
Example:
Router> enable
Step 2
configure terminal
Example:
Router# configure terminal
Step 3
interface atmslot/port
Example:
Router(config)# interface atm1/0
Step 4
pvc vpi/vci l2transport
Example:
Router(config-if)# pvc 0/100 l2transport
Step 5
encapsulation aal0
Example:
Router(config-atm-l2trans-pvc)#
encapsulation aal0
Step 6
xconnect peer-router-id vcid encapsulation
mpls
Example:
Router(config-atm-l2trans-pvc)# xconnect
13.13.13.13 100 encapsulation mpls
Example
Router> enable
Router# configure terminal
Router(config)# interface atm1/0
Router(config-if)# pvc 0/100 l2transport
Router(config-atm-l2trans-pvc)# encapsulation aal0
enable
configure terminal
interface atmslot/port
pvc vpi/vci l2transport
encapsulation aal0
xconnect peer-router-id vcid encapsulation mpls
How to Configure AToM VCs on the 4-Port ATM ISE Line Card
Purpose
Enables privileged EXEC mode.
Enter your password if prompted.
Enters global configuration mode.
Specifies an ATM interface.
Assigns a VPI and VCI. The l2transport keyword indicates that
the PVC is a switched PVC and not a terminated PVC.
For ATM Cell Relay, this command specifies raw cell
encapsulation for the interface. Make sure you specify the same
encapsulation type on the PE and CE routers.
Binds the attachment circuit to a pseudowire VC or VP.
Cisco IOS Release 12.0(27)S
39

Advertisement

Table of Contents
loading

Table of Contents