You can create QoS parameter instances globally, for an interface, or for a subinterface.
Tasks to create parameter instances are:
To create a global parameter instance:
- host1(config)#qos-parameter max-subscriber-bandwidth
6000000
To create a parameter instance for an interface:
- host1(config)#interface atm 11/0.1
- host1(config)#interface gigabitEthernet 2/0
- host1(config-subif)#qos-parameter max-subscriber-bandwidth
6000000
Use this procedure 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:
- host1(config)#interface atm 2/0
- host1(config-if)#atm vp-tunnel 4
Use this procedure 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:
- host1(config)#interface gigabitEthernet 3/0
- host1(config-if)#encapsulation vlan
- host1(config-if)#interface gigabitEthernet
3/0.1
- host1(config-if)#svlan id 1 202
- host1(config-if)#svlan 202 qos-parameter max-subscriber-bandwidth
6000000