C613-50100-01 REV C Command Reference for x930 Series 2007
AlliedWare Plus™ Operating System - Version 5.4.6-1.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.