VLAN Commands
Extreme Networks EAS 100-24t Switch CLI Manual
193
Example usage:
To create a VLAN ID on the switch:
Example usage:
To delete a VLAN ID on the switch:
#create vlan vlanid 5 advertisement
Command: create vlan vlanid 5 advertisement
Success
#
delete vlan vlanid
Purpose Used to delete multiple VLANs by VLAN ID on the switch.
Syntax delete vlan vlanid <vidlist>
Description This command is used to delete previously configured multiple VLANs on the
switch.
Parameters <vidlist> - Specifies a range of multiple VLAN IDs to be deleted.
Restrictions Only Administrator-level users can issue this command.
#delete vlan vlanid 5
Command: delete vlan vlanid 5
Success
#
config vlan vlanid
Purpose Used to add additional ports to a previously configured VLAN.
Syntax config vlan vlanid <vidlist> {[add [tagged | untagged | forbidden] | delete]
<portlist> | advertisement [enable | disable] | name <vlan_name 32>}
Description This command is used to add or delete ports of the port list of previously
configured VLAN(s). Specify the additional ports as being tagged, untagged or
forbidden. The same port is allowed to be an untagged member port of
multiple VLAN’s.
If the ports will join GVRP or not with the advertisement parameter can also
be specified. The name parameter allows the name of the VLAN that needs to
be modified to be specified.