
10-2
The switch implements VLAN and GVRP (GARP VLAN Registration Protocol) which are defined by 802.1Q.
The chapter will explain the use and the configuration of VLAN and GVRP in detail.
10.1.2 VLAN Configuration Task List
1. Create or delete VLAN
2. Set or delete VLAN name
3. Assign Switch ports for VLAN
4. Set the switch port type
5. Set Trunk port
6. Set Access port
7. Enable/Disable VLAN ingress rules on ports
8. Configure Private VLAN
9. Set Private VLAN association
1. Create or delete VLAN
Command
Explanation
Global Mode
vlan WORD
no vlan WORD
Create/delete VLAN or enter VLAN Mode
2. Set or delete VLAN name
Command
Explanation
Global Mode
name <vlan-name>
no name
Set or delete VLAN name.
3. Assigning Switch ports for VLAN
Command
Explanation
VLAN Mode
switchport interface <interface-list>
no switchport interface <interface-list>
Assign Switch ports to VLAN.
4. Set the Switch Port Type
Command
Explanation
Port Mode
switchport mode {trunk | access}
Set the current port as Trunk or Access
port.