Match mac-type – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 1022

QoS Commands
Software Reference for x310 Series Switches
39.16
AlliedWare Plus
TM
Operating System - Version 5.4.4C
C613-50046-01 REV A
match mac-type
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:
To remove the class-map’s MAC type entry, use the commands:
Parameter
Description
l2bcast
Layer 2 Broadcast traffic.
l2mcast
Layer 2 Multicast traffic.
l2ucast
Layer 2 Unicast traffic.
awplus#
configure terminal
awplus(config)#
class-map cmap1
awplus(config-cmap)#
match mac-type l2mcast
awplus#
configure terminal
awplus(config)#
class-map cmap1
awplus(config-cmap)#
no match mac-type