XG700 User's Guide
100/266
All Rights Reserved, Copyright (C) PFU LIMITED 2005-2006
Example
The following is an example to filter a MAC address 0001.2300.4567.
xg(config)# bridge mac-address-table static 0001.2300.4567 filter
Filter a MAC address c1b1.123a.4321 at VLAN3. Frames, which have this MAC address as its destination, are discarded at
VLAN3.
xg(config)# bridge mac-address-table static c1b1.123a.4321 vlan 3 filter
Using the show mac address-table command, a filtering MAC address and all registered MAC addresses information will be
displayed. By combining with the "| include" command, only filtered MAC addresses can be output.
xg# show bridge mac-address-table static
Mac Address Table Information 2005/06/23-07:18:06
==================================================================
Static Mac-address Table
----------------------------------------------------------------------------
---
Mac-address Type Vlan-id Destination-port
-------------- ------- -------- --------------------
0001.123a.4321 static vlan-1 port 2
0002.123a.4321 static vlan-1 port 4
0003.123a.4321 static vlan-3 filter
ef01.123a.4321 static vlan-3 port 1 2 3 4 5 6 7 8
==================================================================
xg# show bridge mac-address-table static | include filter
0003.123a.4321 static vlan-3 filter