
C613-50186-01 Rev B
Command Reference for AR2050V
1799
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
T
RAFFIC
C
ONTROL
C
OMMANDS
SUB
-
CLASS
(
HTB
)
Usage
If there is already a sub-class in the same level with the specified name, the
command will replace the configuration of the existing sub class if it does not have
any sub-sub-classes.
If you specify a sub-sub-class policy, this command puts you into sub-class mode
so you can specify the sub-sub-class.
Examples
To configure a leaf sub-class, use the commands:
awplus#
configure terminal
awplus(config)#
traffic-control
awplus(config-tc)#
policy p01 htb
awplus(config-tc-policy)#
class c01 cir 100mbit pir 150mbit
sub-class-policy htb
wplus(config-tc-class)#
sub-class s02 cir 20mbit queue-length
200 red-curve s02-red
To enter Traffic-Control Class mode for an existing sub-class, use the commands:
awplus#
configure terminal
awplus(config)#
traffic-control
awplus(config-tc)#
policy p01
awplus(config-tc-policy)#
class c01
awplus(config-tc-class)#
sub-class s01
awplus(config-tc-subclass)#
To delete an existing sub-class, use the commands:
awplus#
configure terminal
awplus(config)#
traffic-control
awplus(config-tc)#
policy p01
awplus(config-tc-policy)#
class c01
awplus(config-tc-class)#
no sub-class s01
Related
Commands