Fujitsu XG2000 Switch User Manual


 
XG2000 series User's Guide
174/315
All Rights Reserved, Copyright (C) PFU LIMITED 2009
5.12.4 egress
Function
Registers a port as a VLAN member.
Use the no form to release the VLAN membership.
Prompt
xg(config-vlan)#
Command syntax
egress { untagging | tagging } { port <1-20> | agg-port <1-10> }
no egress { port <1-20> | agg-port <1-10> }
Parameter
z untagging
Deletes a VLAN tag during frame transmission.
z tagging
Adds a VLAN tag during frame transmission.
z port <1-20>
Specifies a port for membership registration or deletion.
z agg-port <1-10>
Specifies an aggregation group for membership registration or deletion.
Command type
Configuration command
Default
Registers all ports with “egress-untagging” (the default VLAN).
Not set (except for the default VLAN)
Message
% cannot found port interface: %1$
Explanation
The specified port number is not found.
[[Inserted string]]%1$: Port number
Solution
Assign the specified port not to be a member of an aggregation group.
% cannot found agg-port interface: %1$
Explanation
The specified aggregation group is not found.
[[Inserted string]]%1$: Aggregation group number
Solution
Check whether the specified aggregation group number is correct.
% duplicate port number: %1$
Explanation
The specified port number was duplicated.
[[Inserted string]]%1$: specified switch port number
Solution
Specify a switch unique port numbers.
% duplicate agg-port number: %1$
Explanation
The specified aggregation group number was duplicated.
[[Inserted string]]%1$: specified aggregation group number
Solution
Specify a unique aggregation group number.
% Can't remove vlan from port. Same pvid entry. %1$
Explanation
The specified VID cannot be deleted because it is identical to the default PVID.
[[Inserted string]]%1$: Port number
Solution
Change the default PVID and reissue the command.
Example
The following example shows registering port 20 as members of VLAN 1, 2 and 3 (with untag).
xg(config)# interface vlan 1 2 3
xg(config-vlan)# egress untagging port 20