Skip Navigation Links | |
Exit Print View | |
![]() |
Sun Ethernet Fabric Operating System VLAN Administration Guide |
Configuring Static VLAN Entries
Retrieve the Configuration Details for all of the VLANs on a Switch
Retrieve the Configuration Details of a particular VLAN on the Switch
Configure a Static Unicast Entry
Configure a Static Multicast Entry
Configure Dynamic VLAN Learning
Configure Dynamic Multicast Learning
Configure Restricted VLAN Registration
Configure Restricted Group Registration
Configuring Service Classes and Expedited Traffic
Map a Priority to Traffic Class
Configure the Acceptable Frame Type
Configuring Static Unicast and Multicast Entries
Configure Static Unicast Entry in Topology 1
Configure Static Unicast Entry in Topology 2
Configure VLANs on the Nonroot Bridge
Configure Restricted VLAN Registration
This example shows ports 0/2-5 being added to VLAN 2.
SEFOS# configure terminal SEFOS(config)# vlan 2
SEFOS(config-vlan)# ports extreme-ethernet 0/2-5 untagged ex 0/3 SEFOS(config-vlan)# end
Note - You can use ex as a replacement for extreme-ethernet, as in the preceding syntax.
Member ports represent the set of ports permanently assigned to the VLAN egress list. Frames belonging to the specified VLAN are forwarded to the ports in the egress list.
If one of the port types is not explicitly specified as untagged, then all of the ports are configured as tagged port types, allowing the transmission of frames with the specified VLAN tag. The untagged setting allows the port to transmit the frames without a vlan tag. This setting is used for devices that cannot support VLAN.
In the preceding example, the egress packets for the extreme-ethernet 0/3 interface are transmitted without the tag, but on all of the other ports, the packets are transmitted with the tag.