Static Virtual LANs (VLANs)
Port-Based Virtual LANs (Static VLANs)
ProCurve(config)# vlan 100 name Blue_Team
ProCurve(config)# vlan 100 tagged 1-5
To move to the vlan 100 context level and execute the same commands:
ProCurve(config)# vlan 100
ProCurve(vlan-100)# name Blue_Team
ProCurve(vlan-100)# tagged 1-5
Similarly, to change the tagged ports in the above examples to No (or Auto, if
GVRP is enabled), you could use either of the following commands.
At the config level, use:
ProCurve(config)# no vlan 100 tagged 1-5
- or -
At the VLAN 100 context level, use:
ProCurve(vlan-100)# no tagged 1-5
Note You cannot use these commands with dynamic VLANs. Attempting to do so
results in the message “VLAN already exists.” and no change occurs.
Web: Viewing and Configuring VLAN Parameters
In the web browser interface you can do the following:
■ Add VLANs
■ Rename VLANs
■ Remove VLANs
■ Configure GVRP mode
■ Select a new Primary VLAN
To configure static VLAN port parameters, you will need to use the menu
interface (available by Telnet from the web browser interface) or the CLI.
1. Click on the Configuration tab.
2. Click on VLAN Configuration.
3. Click on Add/Remove VLANs.
For web-based Help on how to use the web browser interface screen, click on
the
[?] button provided on the web browser screen.
2-29