114
forwarding-group group
Syntax
forwarding-group
fg-name
group
undo forwarding-group
fg-name
group
View
Scheduling layer 1 view
Default level
2: System level
Parameters
fg-name
: Forwarding group name, a case-sensitive string of 1 to 31 characters.
Description
Use the
forwarding-group group
command to instantiate a parent forwarding group.
Use the
undo forwarding-group group
command to remove the instantiation of a parent forwarding
group.
Examples
# Instantiate forwarding group
testfg
in group mode in scheduler policy
testsp
.
<Sysname> system-view
[Sysname] qos scheduler-policy testsp
[Sysname-hqos-sp-testsp] layer 1
[Sysname-hqos-sp-testsp-layer1] forwarding-group testfg group
forwarding-group match
Syntax
forwarding-group
fg-name
match
{
local-precedence
local-precedence
|
service-vlan-id
{
vlan-id-list
|
vlan-id1
to
vlan-id2
} }
undo forwarding-group
fg-name
match
{
local-precedence
local-precedence
|
service-vlan-id
{
vlan-id-list
|
vlan-id1
to
vlan-id2
} }
View
Scheduling layer view
Default level
2: System level
Parameters
fg-name
: Specifies a forwarding group name, which is a case-sensitive string of 1 to 31 characters.
local-precedence
local-precedence
: Uses local precedence of packets as the match criterion. The
local-precedence
argument ranges from 0 to 7.
service-vlan-id
{
vlan-id-list
|
vlan-id1
to
vlan-id2
}: Uses service VLAN ID as the match criterion. The
vlan-id-list
argument allows you to specify a list of up to eight VLAN IDs, and each item on the VLAN list
is separated by a space. The
vlan-id1
to
vlan-id2
argument specifies a VLAN ID range, where
vlan-id1
must be smaller than
vlan-id2
. A VLAN ID is in the range of 1 to 4094.