Chapter 5: Layer 2 Features
Extreme Networks EAS 100-24t Switch CLI Manual
190
VLAN Commands
The VLAN commands in the CLI are listed (along with the appropriate parameters) in the following
table:
Each command is listed, in detail, in the following sections:
Command Parameters
create vlan <vlan_name 32> tag <vlanid 1-4094> {advertisement}
delete vlan <vlan_name 32>
create vlan vlanid <vidlist> {advertisement}
delete vlan vlanid <vidlist>
config vlan vlanid <vidlist> {[add [tagged | untagged | forbidden] | delete] <portlist> |
advertisement [enable | disable] | name <vlan_name 32>}
config vlan <vlan_name 32> {[add [tagged | untagged | forbidden] | delete] <portlist> |
advertisement [enable | disable]}
enable pvid auto_assign
disable pvid auto_assign
show pvid auto_assign
config gvrp [<portlist> | all] {state [enable | disable] | ingress_checking [enable | disable] |
acceptable_frame [tagged_only | admit_all] | pvid <vlanid 1-4094>}
enable gvrp
disable gvrp
show vlan {[<vlan_name 32> | vlanid <vidlist> | ports <portlist>]}
show gvrp {<portlist>}
create vlan
Purpose Used to create a VLAN on the switch.
Syntax create vlan <vlan_name 32> tag <vlanid 1-4094> {advertisement}
Description This command allows the user to create a VLAN on the switch.
Parameters <vlan_name 32> - The name of the VLAN to be created.
<vlanid 1-4094> - The VLAN ID of the VLAN to be created. Allowed values =
1-4094
advertisement - Specifies that the VLAN is able to join GVRP. If this
parameter is not set, the VLAN cannot be configured to have forbidden ports.
Restrictions Each VLAN name can be up to 32 characters. Up to 4094 static VLANs may
be created per configuration. Only Administrator-level users can issue this
command.