
C613-50186-01 Rev B
Command Reference for AR2050V
1783
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
T
RAFFIC
C
ONTROL
C
OMMANDS
RULE
(
TRAFFIC
-
CONTROL
)
Rules are applied to destination interfaces in the order of their ID (lower IDs are
applied first). If traffic matches a rule, then the rest are ignored. If traffic does not
match any rule, then it is classified to the default class.
A rule can specify the system class as the policy. System traffic is high priority traffic
that is allocated a fixed amount of bandwidth on an interface. Use the interface
(traffic-control) command to configure system bandwidth on an interface.
Examples
To configure a rule, use the commands:
awplus#
configure terminal
awplus(config)#
traffic-control
awplus(config-tc)#
rule 10 match ftp from wan to private policy
p01.c02.sc03
To delete a rule, use the commands:
awplus#
configure terminal
awplus(config)#
traffic-control
awplus(config-tc)#
no rule 10
Related
Commands