3com MSR 20-20 참조 매뉴얼

다운로드
페이지 2742
1875
125 
FR Q
O
S C
ONFIGURATION
 C
OMMANDS
apply policy outbound
Syntax
apply policy policy-name outbound
undo apply policy outbound
View
Frame relay class view
Parameters
policy-name: Name of the applied policy. It is a string with 1 to 31 characters.
Description
Use the apply policy outbound command to set the FR virtual circuit queuing 
to Class-Based Queuing (CBQ).
Use the undo apply policy outbound command to restore the FR virtual circuit 
queuing to FIFO.
By default, FIFO queuing is adopted.
Examples
# Define a classifier named class 1.
<Sysname> system-view
[Sysname] traffic classifier class1
[Sysname-classifier-class1] quit 
# Define a traffic behavior named behavior 1.
[Sysname] traffic behavior behavior1
[Sysname-behavior-behavior1] queue af bandwidth 56
[Sysname-behavior-behavior1] quit 
# Define a policy named policy 1 and associate class 1 with behavior.
[Sysname] qos policy policy1
[Sysname-qospolicy-policy1] classifier class1 behavior behavior1
[Sysname-qospolicy-policy1] quit 
# Apply a defined policy to the FR class named test 1 and set the queuing of test 1 
to CBQ.
[Sysname] fr class test1
[Sysname-fr-class-test1] apply policy policy1 outbound