Configuring a Parameter Definition to Shape Ethernet Traffic Using Cell Mode
To associate a parameter instance with the QoS cell mode application:
- Configure traffic classes.
host1(config)#traffic-class voicehost1(config-traffic-class)#exithost1(config)#traffic-class best-efforthost1(config-traffic-class)#exit- Create a parameter definition.
- Configure the QoS parameter name and the application.
host1(config)#qos-parameter-define shaping-mode application qos-cell-mode- Configure a controlled-interface type.
host1(config-qos-parameter-define)#controlled-interface-type vlanhost1(config-qos-parameter-define)#controlled-interface-type ip- Configure an instance-interface type.
host1(config-qos-parameter-define)#instance-interface-type vlanWhen you create the parameter instance and configure the shaping mode, the value of frame shaping mode is 0; the value for cell shaping mode is 1.
host1(config)#interface gigabitEthernet 6/0/2host1(config-if)#encapsulation vlanhost1(config-if)#interface gigabitEthernet 6/0/2.1host1(config-if)#vlan id 1host1(config-if)#qos-parameter cell-mode 1host1(config-if)#ip address 6.10.10.10 255.255.255.255host1(config-if)#exithost1(config)#interface gigabitEthernet 6/0/2host1(config-if)#svlan 1 qos-parameter cell-mode 1host1(config-if)#exithost1(config)#interface gigabitEthernet 6/0/2host1(config-if)#qos-parameter cell-mode 1
- Configuring a Parameter Definition to Shape Ethernet Traffic Using Cell Mode
- Example: QoS Parameter Configuration for QoS Cell Mode and Byte Adjustment for Cell Shaping
- For more information about configuring scheduler rates for QoS parameters, see Scheduler Profiles and Parameter Expressions for QoS Administrators
- For more information about the QoS downstream rate application, see QoS Downstream Rate Application Overview
- controlled-interface-type command
- instance-interface-type command
- interface gigabitEthernet command
- ip address command
- qos-parameter command
- qos-parameter-define command
- scheduler-profile command
- svlan qos-parameter command
- traffic-class command
- vlan id command