Chapter 5: Layer 2 Features
Extreme Networks EAS 100-24t Switch CLI Manual
192
Example usage:
To add 4 through 8 as tagged ports to the VLAN v1:
To delete ports from a VLAN:
Parameters <vlan_name 32> - The name of the VLAN to which to add ports.
add - Entering the add parameter will add ports to the VLAN. There are three
types of ports to add:
tagged - Specifies the additional ports as tagged.
untagged - Specifies the additional ports as untagged.
forbidden - Specifies the additional ports as forbidden
delete - Deletes ports from the specified VLAN.
<portlist> - A port or range of ports to add to, or delete from the specified
VLAN.
advertisement [enable | disable] - Enables or disables GVRP on the specified
VLAN.
Restrictions Only Administrator-level users can issue this command.
#config vlan v1 add tagged 4-8
Command: config vlan v1 add tagged 4-8
Success.
#
#config vlan v1 delete 6-8
Command: config vlan v1 delete 6-8
Success.
#
create vlan vlanid
Purpose Used to create multiple VLANs by VLAN ID list on the switch.
Syntax create vlan vlanid <vidlist> {advertisement}
Description This command is used to create multiple VLANs on the switch.
Parameters <vidlist> - Specifies a range of multiple VLAN IDs to be created.
advertisement - Join GVRP or not. If not, the VLAN can’t join dynamically.
Restrictions Only Administrator-level users can issue this command.
config vlan