21 vlan, 22 vlan ingress enable – PLANET WGSW-50040 User Manual

Page 133

Advertising
background image

untagged frame enters a Trunk port, the port will tag the untagged frame with the native PVID set

with this commands for VLAN forwarding.

Example:

Set the native VLAN for a Trunk port to 100.

Switch(config)#interface ethernet 1/5

Switch(Config-If-Ethernet1/5)#switchport mode trunk

Switch(Config-If-Ethernet1/5)#switchport trunk native vlan 100

Switch(Config-If-Ethernet1/5)#exit

7.1.21 vlan

Command:

vlan WORD

no vlan WORD

Function:

Create VLANs and enter VLAN configuration mode. If using ';' and '-' connect with multi-VLANs,

then only create these VLANs. If only existing VLAN, then enter VLAN configuration mode; if the

VLAN is not exist, then create VLAN and enter VLAN configuration mode. In VLAN Mode, the user

can set VLAN name and assign the switch ports to the VLAN. The no command deletes specified

VLANs.

Parameter:

WORD is the VLAN ID to be created/deleted, valid range is 1 to 4094, connect with ';' and '-'.

Command mode:

Global Mode.

Default:

Only VLAN1 is set by default.

Usage Guide:

VLAN1 is the default VLAN and cannot be configured or deleted by the user. The maximal VLAN

number is 4094. It should be noted that dynamic VLANs learnt by GVRP cannot be deleted by this

command.

Example:

Create VLAN100 and enter the configuration mode for VLAN 100.

Switch(config)#vlan 100

Switch(Config-Vlan100)#

7.1.22 vlan ingress enable

Advertising