XG700 User's Guide
98/266
All Rights Reserved, Copyright (C) PFU LIMITED 2005-2006
% Vlan id is not found. vid=%1$
Explanation
The specified VLAN is not created.
[[Inserted string]]%1$: VLAN ID
Solution
Review the specification of vlan, and execute the command again.
% Port is not vlan member. port %1$ vid=%2$
Explanation
The port is not the specified VLAN member.
[[Inserted string]]%1$: port number
[[Inserted string]]%2$: VLAN ID
Solution
After adding the target port to vlan member, execute the command again.
% Aggregation port is not vlan member. agg-port %1$ vid=%2$
Explanation
The specified aggregation group is not a VLAN member.
[[Inserted string]]%1$: port number
[[Inserted string]]%2$: VLAN ID
Solution
After adding the specified aggregation group to vlan member, execute the command again.
% Can't set mac-address-table. %1$ vid=%2$
Explanation
The maximum number to register has been surpassed.
[[Inserted string]]%1$: specified port name
[[Inserted string]]%2$: VLAN ID
Solution
After deleting unnecessary MAC addresses, execute the command again.
% In case of a unicast address, can set only one port.
Explanation
For a unicast MAC address, only one item of port information can be specified.
Solution
Review the specification of port information, and execute the command again.
% port is a member of aggregation group. port %1$
Explanation
A port consisting of a link aggregation cannot be specified.
[[Inserted string]]%1$: port number
Solution
Specify an aggregation group and execute the command again.
% Aggregation port is not found. agg-port %1$
Explanation
The specified aggregation group does not exist.
[[Inserted string]]%1$: specified aggregation group number
Solution
Review the specified aggregation group number, and execute the command again.
% MAC address is reserved by IEEE802.1D %s.
Explanation
MAC addresses reserved under the IEEE802.1D cannot be specified.
[[Inserted string]]%1$: MAC address
Solution
Review the specified MAC address.
Note
Unicast MAC addresses/multicast MAC addresses that can be statically registered to the XG700 are 128 addresses
maximum each. Additionally, since MAC addresses are managed with a hash table, a message saying an address
cannot be registered may be displayed before reaching the maximum number.
Example
The following example shows how to add a static MAC address 0001.2300.4567.
xg(config)# bridge mac-address-table static 0001.2300.4567 port 2
Register a static MAC address c1b1.123a.4321 at VLAN3. When a frame with this MAC address as its destination is received
at VLAN3, it will be forwarded to the port of the specified switch.
xg(config)# bridge mac-address-table static c1b1.123a.4321 vlan 3 port 4
As for registered MAC addresses, all registered MAC address information can be checked using the show mac address-table
command. By combining with the "| include" command, only information of specific MAC address can be output.
xg# show bridge mac-address-table static
Static Mac-address Table
--------------------------------------------------------------
Mac-address Vlan-id Destination-port
-------------- --------- -------------------------------------
0001.123a.4321 vlan-1 port 2
0002.123a.4321 vlan-1 port 4
0100.5e00.1001 vlan-1 port 1 2 3 4 5 6 7 8
ffff.ffff.ffff vlan-1 port 1 2 3 4 5 6 7 8 9 10 11 12
0003.123a.4321 vlan-2 port 4
ffff.ffff.ffff vlan-2 port 1 2 3 4 5 6 7 8 9 10 11 12
xg# show bridge mac-address-table static | include 0001.123a.4321
0001.123a.4321 vlan-1 port 2