06-06-2017 07:31 PM
06-08-2017 08:03 AM
06-08-2017 08:03 AM
06-08-2017 08:03 AM
06-08-2017 07:33 AM
You can configure a MAC address to be permitted only on a specified set of ports. Secure MAC addresses, if learned, are still aged out like other dynamically learned entries, and can also be cleared. To configure the authorized set of ports on which the MAC address should be permitted, use the following command:Regarding the explicit deny, you could deny all IP traffic without checking the MAC address.
create fdbentry secure-macvlan ports
To clear all the dynamic, non-permanent blackholed entries that were created as a result of secure MAC violations, use the following command:
clear fdb blackhole
To see the number of blackhole entries created as a result of secure MAC violations, use the following command:
show vlansecurity
The output of the show fdb permanent command indicates secure MAC addresses.