Cisco ISE - Line Card ISE Configuration Manual page 43

4-port atm ise line card
Table of Contents

Advertisement

Software Configuration of ATM ISE Line Cards for Cisco 12000 Series Routers
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
atm mcpt-timers [timer1-timeout
timer2-timeout timer3-timeout]
Example:
Router(config-if)# atm mcpt-timers 100 200
1000
Step 5
pvc vpi/vci l2transport
Example:
Router(config-if)# pvc 0/100 l2transport
Step 6
encapsulation aal0
Example:
Router(config-atm-l2trans-pvc)#
encapsulation aal0
Step 7
cell-packing cells mcpt-timer timer
Example:
Router(config-atm-l2trans-pvc)#
cell-packing 10 mcpt-timer 1
Step 8
xconnect peer-router-id vcid encapsulation
mpls
Example:
Router(config-atm-l2trans-pvc)# xconnect
13.13.13.13 100 encapsulation mpls
Example
Router> enable
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.
Sets up the cell-packing timers, which specify how long the PE
router can wait for cells to be packed into an MPLS packet.
You can set up to three timers. For each timer, you specify the
maximum cell packing timeout (MCPT). This value gives the cell
packing function a limited amount of time to complete. If the
timer expires before the maximum number of cells are packed
into an AToM packet, the packet is sent anyway. The range of
acceptable values is from 2 to 4095.
Assigns a virtual path identifier (VPI) and virtual circuit identifier
(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.
Enables cell packing and specifies the cell packing parameters.
The cells value represents the maximum number of cells to be
packed into an MPLS packet. The range is from 2 to 28.
The timer value allows you to specify which timer to use.
Binds the attachment circuit to a pseudowire VC.
Cisco IOS Release 12.0(27)S
43

Advertisement

Table of Contents
loading

Table of Contents