6 configuring mac filter address – CANOGA PERKINS CanogaOS Configuration Guide User Manual
Page 41

CanogaOS Configuration Guide
Proprietary & Confidential Canoga Perkins Metro Ethernet Switches
Page 41 of 350
6.5.2 Configurations
Bridge 1
DUT#configure terminal
Enter the Configure mode.
DUT(config)#mac-address-table 0100.0000.0000
forward eth-0-1 vlan 1
Add static multicast address to interface eth-0-1.
DUT(config)#mac-address-table 0100.0000.0000
forward eth-0-2 vlan 1
Add static multicast address to interface eth-0-2.
DUT(config)#end
Exit to exec mode.
DUT#show mac address-table
Display MAC address table.
6.5.3 Validation Commands
Bridge 1
DUT#show mac address-table
VLAN port mac fwd static security
1 eth-0-2 0100.0000.0000 1 1 0
1 eth-0-1 0100.0000.0000 1 1 0
6.6 Configuring MAC filter Address
MAC filter will discard these frames whose source or destination address is set to discard. The
MAC filter has higher priority than MAC address.
6.6.1 Topology
6.6.2 Configurations
Bridge 1
DUT#configure terminal
Enter the Configure mode.
DUT(config)#mac-address-table 0000.1234.5678
discard
Add unicast address to discard.
DUT(config)#end
Exit to exec mode.
DUT#show mac-filter address-table
Display MAC filter address table.
6.6.3 Validation Commands
Bridge 1
DUT#show mac-filter address-table