Command Guide of WGSW-28040
332
VLAN Configuration
Usage Guide:
Configure the name of a VLAN entry.
Example:
This example sets the VLAN name of VLAN 100 to be `VLAN-one-hundred`.
Switch#
configure
Switch(config)#
vlan 100
Switch(config-vlan)#
name VLAN-one-hundred
Switch(config-vlan)#
exit
Switch(config)#
4.29.3 switchport mode
Command:
switchport mode ( access | hybrid | trunk [uplink] | tunnel )
Parameter:
access
Specify the VLAN mode to Access port.
hybrid
Specify the VLAN mode to Hybrid port.
trunk
Specify the VLAN mode to Trunk port.
uplink
Specify the Uplink property on this Trunk port.
tunnel
Specify the VLAN mode to Dot1Q Tunnel port.
Default:
Switchport mode trunk
Mode:
Port Configuration
Usage Guide:
The VLAN mode is used to configure the port for different port role.
Access port:
Accepts only untagged frames and join an untagged VLAN.
Hybrid port:
Support all functions as defined in IEEE 802.1Q specification.
Trunk port:
An untagged member of one VLAN at most, and is a tagged member of zero or more VLANs. If it is an
uplink port, it can recognize double tagging on this port.
Tunnel port:
Port-based Q-in-Q mode.