5 protocol-vlan, 5 protocol-vlan -64 – PLANET WGSW-52040 User Manual

Page 295

Advertising
background image

17-64

Example:

Set VLAN100 to MAC VLAN.

Switch#config

Switch(config)#mac-vlan vlan 100

17.3.5 protocol-vlan

Command:

protocol-vlan etype <etype-id> vlan <vlan-id>

no protocol-vlan {etype <etype-id> vlan <vlan-id> | all}

Function:

Add the correspondence between the protocol and the VLAN namely specify the protocol to join specified VLAN.

The no form of this command deletes all/the correspondence.

Parameter:

etype-id is the type of the packet protocol, with a valid range of 1536~65535; vlan-id is the ID of VLAN, the valid

range is 1~4094; priority is the priority, the range is 0~7; all indicates all the encapsulate protocols.

Command Mode:

Global Mode.

Default:

No protocol joined the VLAN by default.

Usage Guide:

The command adds specified protocol into specified VLAN. If there is any non VLAN label packet from specified

protocol enters through the switch port, it will be assigned with specified VLAN ID and enter the specified VLAN. No

matter which port the packets go through, their belonging VLAN is the same. The command will not interfere with

VLAN labeled data packets. It is recommended to configure ARP protocol together with the IP protocol or else some

application may be affected.

Example:

Assign the IP protocol data packet encapsulated by the EthernetII to VLAN200.

Switch#config

Switch(config)#protocol-vlan etype 2048 vlan 200

Advertising