Common Configuration Tasks
586 Router Configuration Guide
ouiter-tag 85 4095
exit
action drop
exit
entry 2 create
match frame-type ethernet_II
ouiter-tag 43 4095
exit
action drop
exit
----------------------------------------------
A:TOP_NODE>config>filter>mac-filter#
MAC Filter Entry
Within a filter policy, configure filter entries which contain criteria against which ingress,
egress, or network traffic is matched. The action specified in the entry determine how the
packets are handled, such as dropping or forwarding.
• Enter a filter entry ID. The system does not dynamically assign a value.
• Assign an action.
• Specify matching criteria.
The following displays a MAC filter entry configuration example:
A:sim1>config>filter# info
----------------------------------------------
mac-filter 90 create
entry 1 create
description "allow-104"
match
exit
action drop
exit
exit
----------------------------------------------
A:sim1>config>filter#
Creating a Match List for Filter Policies
IP filter policies support usage of match lists as a single match criteria. To create a match list
you must:
• Specify a type of a match list (IPv4 address prefix for example).
• Define a unique match list name (IPv4PrefixBlacklist for example).
• Specify at least one list argument (a valid IPv4 address prefix for example).