Common Configuration Tasks
302 7705 SAR OS Router Configuration Guide
MAC Entry Matching Criteria
Use the following CLI syntax to configure a MAC filter entry with matching criteria:
CLI Syntax: configure>filter>mac-filter filter-id 
entry entry-id 
match [frame-type {802dot3 | 802dot2-llc | 
802dot2-snap | ethernet_II}]
src-mac ieee-address 
dst-mac ieee-address 
etype 0x0600..0xffff 
Example: configure>filter>mac-filter 90 
configure>filter>mac-filter# entry 1 
configure>filter>mac-filter>entry# match frame-type 
802dot3
configure>filter>mac-filter>entry>match# src-mac 
00:dc:98:1d:00:00
configure>filter>mac-filter>entry>match# dst-mac 
02:dc:98:1d:00:01 
configure>filter>mac-filter>entry>match# etype 0x8100 
The following example displays a filter matching configuration.
A;ALU-7>config>filter# info
----------------------------------------------
description "filter-west"
scope exclusive
entry 1 create
description "allow-104"
match
src-mac 00:dc:98:1d:00:00 ff:ff:ff:ff:ff:ff
dst-mac 02:dc:98:1d:00:01 ff:ff:ff:ff:ff:ff
etype 0x8100
exit
action drop
exit
----------------------------------------------
A:ALU-7>config>filter#