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
62
Cisco IOS Release 12.0(27)S
Example
Router> enable
Router# configure terminal
Router(config)# policy-map out_vbr-rt
Troubleshooting Tips
Use the following
show
commands to display the cell relay and cell packing counters for troubleshooting
purposes:
Step 12
vbr-rt
pcr scr burst
Example:
Router(config-if-vc)# vbr-rt 10000 8000 256
Specifies VBR-rt shaping.
The
pcr
value indicates the peak cell rate, and its range is
from 38 to 622000 Kbps. The
scr
value indicates the
sustainable cell rate, and its range is from 38 to
pcr
Kbps.
The burst value indicates the burst size, in number of cells.
Note
In place of the
vbr-rt
command, you can use the
ubr
,
cbr
, or
vbr-nrt
commands to configure UBR,
CBR, or VBR-nrt shaping in the same way.
Step 13
service-policy output
policy-map-name
Example:
Router(config-pmap-c)# service-policy output
out_vbr-rt
Attaches the queue-limit service policy to the PVC.
Step 14
xconnect
peer-router-id vcid
encapsulation mpls
Example:
Router(config-atm-vc)# xconnect 2.2.2.2. 121
encapsulation mpls
Binds the attachment circuit to a pseudowire VC.
Command or Action
Purpose
Command
Purpose
Router#
show atm pvp
Displays information about configured PVPs.
Router#
show atm pvc
Displays information about configured PVCs.
Router#
show atm cell-packing
Displays the cell-packing counters.
Router#
show interface atm
slot/port
Displays ATM error counters for a particular interface.
Router#
show mpls l2transport vc detail
Displays the status of any configured VCs. This command can be
run on the RP or the line card (by using the
exec slot
command).
Router#
show tag alpha-atom atm port
port-no
vcid
vcid
Verifies the status of the AToM connection. You should use this to
debug whether traffic entered a particular connection and was
switched by the alpha. The
vcid
specified here is not the RP VC
ID, but rather the line card CONN ID, which you can determine
by running the command
show controller atm 0 vcc
.