OcNOS-SP : Quality of Service Guide : Quality of Service Command Reference : Quality of Service Commands : match ethertype
match ethertype
Use this command to classify the traffic based on the ethertype.
Use the no command to remove the match configuration.
Note: The match commands which accept range has silent exit which makes removal of these match configuration easier.
Qualifying the TPID values like 0x8100, 0x88A8, 0x9100 and 0x9200 etc as ethertype will not match if the traffic is flowing with the same TPId in the network.
Command Syntax
match ethertype WORD
Note: Below no command is applicable for class-map of type match-any.
no match ethertype(WORD|all)
Note: Below no command is applicable for class-map of type match-all.
no match ethertype
Parameters
WORD
Enter ethertype <0x600 to 0xffff)> or list of ethertype separated by commas. For example, 0x806,0x8035 etc.
all
Delete all ethertype entries.
Default
No default value is specified
Command Mode
Class-map mode
Applicability
This command was introduced in OcNOS version 3.0.
Examples
(config)#class-map type qos C_QOS1
(config-cmap-qos)#match ethertype 0x806
 
Last modified date: 10/20/2023