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


Creating Parameter Instances

You can create QoS parameter instances globally, for an interface, or for a subinterface.

Tasks to create parameter instances are:

Creating a Global Parameter Instance

To create a global parameter instance:

Creating a Parameter Instance for an Interface

To create a parameter instance for an interface:

  1. Specify an interface.
  2. host1(config)#interface atm 11/0.1
    
    host1(config)#interface gigabitEthernet 2/0
    
    
    
  3. Specify the parameter name and the value.
  4. host1(config-subif)#qos-parameter max-subscriber-bandwidth 6000000
    

Creating a Parameter Instance for an ATM VP

to attach a parameter instance to a VP on the interface. Optionally, use the qos-profile keyword to attach a parameter instance to a QoS profile.

To create a parameter instance for an ATM VP:

  1. Configure the ATM VP.
  2. host1(config)#interface atm 2/0
    
    host1(config-if)#atm vp-tunnel 4
    
    
    
  3. Do either of the following:
  1. Attach the parameter instance to an ATM VP on the interface.
  2. host1(config-if)#atm-vp 4 qos-parameter max-subscriber-bandwidth 375000
    
    
    
  3. Attach the parameter instance and associate with the QoS profile.
  4. host1(config-if)#atm-vp 4 qos-profile video qos-parameter 
    max-subscriber-bandwidth 375000
    

Creating a Parameter Instance for an S-VLAN

to attach a parameter instance to a specified S-VLAN ID on the interface. Optionally, use the qos-profile keyword to attach a parameter instance to a QoS profile.

To create a parameter instance for an S-VLAN:

  1. Specify the Ethernet interface and create the VLAN.
  2. host1(config)#interface gigabitEthernet 3/0
    
    host1(config-if)#encapsulation vlan
    
    host1(config-if)#interface gigabitEthernet 3/0.1
    
    
    
  3. Specify the S-VLAN ID.
  4. host1(config-if)#svlan id 1 202
    
    
    
  5. Attach the parameter instance to an S-VLAN ID on the interface.
  6. host1(config-if)#svlan 202 qos-parameter max-subscriber-bandwidth 6000000
    

Related Topics


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