8-14 Riverstone Networks RS Switch Router User Guide Release 8.0
Traffic Management ATM Configuration Guide
Following are the steps and commands for configuring RS2:
Use the atm show vcgroup command to display information about a virtual channel group:
Create the same virtual channels on RS2.
rs2(config)# atm create vcl port at.1.1.0.100
atm create vcl port at.1.1.0.101
atm create vcl port at.1.1.0.102
atm create vcl port at.1.1.0.103
Create the virtual channel group ‘vg.1’ on slot number 1 of RS2.
atm create vcgroup vg.1 slot 1
Add the virtual channels to the VC group created on RS2.
atm add vcl at.1.1.0.100 to vg.1 priority low
atm add vcl at.1.1.0.101 to vg.1 priority medium
atm add vcl at.1.1.0.102 to vg.1 priority high
atm add vcl at.1.1.0.103 to vg.1 priority control
Configure an IP address for the VC group.
interface create ip vcg1 address-netmask 100.0.0.2/24 port vg.1
rs# atm show vcgroup port vg.1
Port Control High Medium Low Bcast
Vpi Vci Vpi Vci Vpi Vci Vpi Vci
vg.1 Conf 1 103 1 102 1 101 1 100 LOW
vg.1 Actv 0 0 0 0 0 0 0 0
rs#