Specifications
CLI Management Guide
TigerAccess™ EE
212 SMC7824M/VSW
Sample Configuration
The latest policy is recorded as number 1. The following is an example of permitting MAC
address 00:02:a5:74:9b:17 and 00:01:a7:70:01:d2 and showing table of filter policy.
SWITCH(bridge)# mac-filter add 00:02:a5:74:9b:17 permit
SWITCH(bridge)# mac-filter add 00:01:a7:70:01:d2 permit
SWITCH(bridge)# show mac-filter
=================================
ID | MAC | ACTION
=================================
1 00:01:a7:70:01:d2 PERMIT
2 00:02:a5:74:9b:17 PERMIT
SWITCH(bridge)#
The following is an example of displaying one configuration.
SWITCH(bridge)# show mac-filter 1
=================================
ID | MAC | ACTION
=================================
1 00:01:a7:70:01:d2 PERMIT
SWITCH(bridge)#
7.11.3 Deleting MAC Filter Policy
To delete MAC filtering policy, use the following command.
Command Mode Description
mac-filter del SOURCE-MAC-
ADDRESS
Bridge Deletes filtering policy for specified MAC address.
To delete MAC filtering function, use the following command.
Command Mode Description
no mac-filter Bridge Deletes all MAC filtering functions.
7.11.4 Listing of MAC Filter Policy
If you need to make many MAC filtering policies at a time, it is hard to input command
one by one. In this case, it is more convenient to save MAC filtering policies at
“/etc/mfdb.conf” and display the list of MAC filtering policy. To view the list of MAC filtering
policy at /etc/mfdb.conf, use the following command.
Command Mode Description
mac-filter list Bridge Shows the list of MAC filtering policy at /etc/mfdb.conf.