[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring VC Classes

To configure a VC class, you issue the vc-class atm command to create and name the VC class. The vc-class atm command accesses ATM VC Class Configuration mode, from which you configure a set of attributes to apply to an ATM data PVC.

Table 9 lists the commands that you can use in ATM VC Class Configuration mode to configure a set of attributes for a data PVC. These commands are identical to the commands in ATM VC Configuration mode described in Configuring Individual ATM PVC Parameters. For more information about the syntax of each command, see the JUNOSe Command Reference Guide.

Table 9: Commands to Configure VC Class Attributes

cbr

oam-pvc

encapsulation

oam retry

inarp

ubr

oam ais-rdi

vbr-nrt

oam cc

vbr-rt

For example, the following commands configure two VC classes: premium-subscriber-class and dsl-subscriber-class. You must issue the exit command from ATM VC Class Configuration mode for each VC class configuration to take effect.

! Configure VC class premium-subscriber-class.
host1(config)#vc-class atm premium-subscriber-class
host1(config-vc-class)#encapsulation aal5autoconfig
host1(config-vc-class)#cbr 200
host1(config-vc-class)#oam-pvc manage 60
host1(config-vc-class)#oam ais-rdi 5
host1(config-vc-class)#exit
! Configure VC class dsl-subscriber-class.
host1(config)#vc-class atm dsl-subscriber-class
host1(config-vc-class)#encapsulation aal5autoconfig
host1(config-vc-class)#ubr
host1(config-vc-class)#exit
host1(config)#

In premium-subscriber-class:

In dsl-subscriber-class:

To configure an ATM VC class with systemwide default values, you can issue the vc-class atm command followed immediately by the exit command. For example, the following commands create a VC class named default-vc-class. Because no attribute values are explicitly specified in default-vc-class, the router applies the default values for the commands listed in Table 9. For information about the default value for each command, see the command descriptions in this section.

! Configure VC class with default values.
host1(config)#vc-class atm default-subscriber-class
host1(config-vc-class)#exit
host1(config)#

To verify the VC class configuration, use the show atm vc-class command. For information about how to use this command, see show atm vc-class.

cbr

encapsulation

inarp

oam ais-rdi

oam cc

oam-pvc

oam retry

ubr

vbr-nrt

vbr-rt

vc-class atm


[Contents] [Prev] [Next] [Index] [Report an Error]