25-45
ATM Switch Router Software Configuration Guide
OL-7396-01
Chapter25 Configuring ATM Router Module Interfaces
Configuring VC Bundling with IP and ATM QoS
Switch1#
The following command confirms that the connection traffic table rows were created as needed for the
ATM connection between Switch 1 and Switch 2:
Switch1# show atm connection-traffic-table
Row Service-category pcr scr/mcr mbs cdvt pd
.
.
.
301 vbr-nrt 2000 1640-0 none none off
302 vbr-nrt 1500 1200-0 none none off
303 vbr-nrt 400 350-0 none none off
500 cbr 10000 none off
501 cbr 10000 none off
The following commands configure the hierarchical tunnel servi ce categories needed for the ATM
connection between Switch 1 and Switch 2:
Switch1(config)# interface atm 0/1/1
Switch1(config-if)# description OC-3 at Switch1
Switch1(config-if)# atm pvp 10 hierarchical rx-cttr 500 tx-cttr 500
Switch1(config-if)# atm pvp 11 hierarchical rx-cttr 501 tx-cttr 501
Switch1(config-if)# end
Switch1#
The following command confirms that the hierarchical tunnel serv ice was configured on the ATM
connection between Switch 1 and Switch 2:
Switch1#show run interface atm 0/1/1
Building configuration...
Current configuration : 193 bytes
!
interface ATM0/1/1
description OC-3 at Switch1
no ip address
no ip route-cache cef
atm pvp 10 hierarchical rx-cttr 500 tx-cttr 500
atm pvp 11 hierarchical rx-cttr 501 tx-cttr 501
end
Switch1#
Creating PVCs and Configuring VC Bundle on Enhanced ATM Router Module
This section describes creating the PVCs and configuring the V C bundle on the enhanced ATM router
module.
To configure the VC bundle, use the following commands, beginning in global configuration mode:
Command Purpose
Step1 Switch(config)# interface atm
card/subcard/port.subinterface# multipoint
Switch(config-subif)#
Creates the ATM Router Module point-to-multipoint
subinterface and enters subinterface mode.
Step2 Switch(config-subif)# ip address ip-address mask Provides a protocol address and subnet mask for the
client on this subinterface.