mac

167
4.2.4 mac-vlan vlan
Command: mac-vlan vlan <vlan-id>
no mac-vlan vlan <vlan-id>
Function: Configure the specified VLAN to MAC VLAN; the no mac-vlan vlan
<vlan-id> command cancels the MAC VLAN configuration of this VLAN.
Parameter: <vlan-id> is the number of the specified VLAN.
Command Mode: Global Mode.
Default: No MAC VLAN is configured by default.
Usage Guide: Set specified VLAN for MAC VLAN.
Example: Set VLAN100 to MAC VLAN.
Switch#config
Switch(config)#mac-vlan vlan 100
4.2.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
4.2.6 show dynamic-vlan prefer