C613-50631-01 Rev A Command Reference for IE340 Series 2128
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
QOS COMMANDS
MATCH
MAC-TYPE
match mac-type
Overview Use this command to set the MAC type for a class-map to match on.
Use no variant of this command to remove the MAC type match entry.
Syntax
match mac-type {l2bcast|l2mcast|l2ucast}
no match mac-type
Mode Class Map Configuration
Examples To set the class-map’s MAC type to Layer 2 multicast, use the commands:
awplus# configure terminal
awplus(config)# class-map cmap1
awplus(config-cmap)# match mac-type l2mcast
To remove the class-map’s MAC type entry, use the commands:
awplus# configure terminal
awplus(config)# class-map cmap1
awplus(config-cmap)# no match mac-type
Parameter Description
l2bcast Layer 2 Broadcast traffic.
l2mcast Layer 2 Multicast traffic.
l2ucast Layer 2 Unicast traffic.