User`s manual
118 Asanté IntraCore 36000 Series
Name – Name of the VLAN (1 to 32 characters).
Status – Enables or disables the specified VLAN.
• Enable: VLAN is operational.
• Disable: VLAN is suspended; For example, does not pass packets.
Port – Port identifier.
Trunk – Trunk identifier.
Membership Type – Select VLAN membership for each interface by marking the appropriate radio button for
a port or trunk:
• Tagged: Interface is a member of the VLAN. All packets transmitted by the port carries a tag with VLAN
or CoS information.
• Untagged: Interface is a member of the VLAN. All packets transmitted by the port does not carry VLAN
or CoS information. Note that an interface must be assigned to at least one group as an untagged port.
• Forbidden: Interface is forbidden from automatically joining the VLAN via GVRP. For more information,
see “Automatic VLAN Registration” in section 10.1 Assigning VLAN Ports.
• None: Interface is not a member of the VLAN. Packets associated with this VLAN is not transmitted by
the interface.
Trunk Member – Indicates if a port is a member of a trunk. To add a trunk to the selected VLAN, use the last
table on the VLAN Static Table page.
Configuring Switch Using the Web or CLI
Web
Click VLAN – 802.1Q VLAN, Static Table. Select a VLAN ID from the scroll-down list. Modify the VLAN
name and status if required. Select the membership type by marking the appropriate radio button in the list
of ports or trunks. Click Apply.
CLI
The following example adds tagged and untagged ports to VLAN 2.
Console(config)#interface ethernet 1/1
Console(config-if)#switchport allowed vlan add 2 tagged 4
Console(config-if)#exit