User Manual

Table Of Contents
[Note]
In order to execute this command, QoS must be enabled.
[Example]
Specify DSCP values "48" and "56" as the classification conditions for class map "class1."
SWR2310(config)#class-map class1
SWR2310(config-cmap)#match ip-dscp 48 56
9.2.17 Set traffic classification conditions (Ethernet Type)
[Syntax]
match ethertype type
match ethertype type tagged
match ethertype type untagged
no match ethertype
[Keyword]
tagged : Set conditional VLAN tagging
untagged : Set conditional VLAN untagging
[Parameter]
type :
Specifies the type of the Ethernet frame.
Setting value Description
0xXXXX Hexadecimal expression of type value
any All frame
[Input mode]
class map mode
[Description]
Uses the Ethernet frame's type value and the presence of a VLAN tag as the conditions to classify the traffic class.
If this command is executed with the "no" syntax, deletes conditional settings based on the Ethernet frame's type value and the
presence of a VLAN tag.
If this setting has already been made by the match ethertype command, the content of the setting is changed.
[Note]
In order to execute this command, QoS must be enabled.
If applied to an access port, the "tagged" specification is invalid (because tagged frames are not handled by an access port).
[Example]
Set Ethernet frame type value "0x0800" as the classification condition for class map "class1."
SWR2310(config)#class-map class1
SWR2310(config-cmap)#match ethertype 0x0800
9.2.18 13.2.22 Set traffic classification conditions (VLAN ID)
[Syntax]
match vlan id
no match vlan
[Parameter]
id : <1 - 4094>
VLAN ID used as classification condition
[Input mode]
class map mode
288 | Command Reference | Traffic control