beautypg.com

Protocol vlans, Protocol vlan group configuration – SMC Networks SMC Tiger 10/100 SMC6128PL2 User Manual

Page 239

background image

VLAN Configuration

3-187

3

CLI – This example shows the switch configured with primary VLAN 5 and
secondary VLAN 6. Port 3 has been configured as a promiscuous port and mapped
to VLAN 5, while ports 4 and 5 have been configured as a host ports and associated
with VLAN 6. This means that traffic for port 4 and 5 can only pass through port 3.

Protocol VLANs

You can configure VLAN behavior to support multiple protocols to allow traffic to
pass through different VLANs. When a packet is received at a port, its VLAN
membership is determined by the protocol type of the packet.

Protocol VLAN Group Configuration

Command Attributes
Protocol Group ID – Protocol Group ID assigned to the Protocol VLAN Group.

(Range: 1-2147483647)

Frame Type – Choose either Ethernet, RFC 1042, or LLC Other as the frame type

used by this protocol.

Protocol Type – Specifies the protocol type to match. The available options are

IP, ARP, and RARP. If LLC Other is chosen for the Frame Type, the only available
Protocol Type is IPX Raw

Note:

Traffic which matches IP Protocol Ethernet Frames is mapped to the VLAN
(VLAN 1) that has been configured with the switch’s administrative IP. IP Protocol
Ethernet traffic must not be mapped to another VLAN or you will lose
administrative network connectivity to the switch. If lost in this manner, network
access can be regained by removing the offending Protocol VLAN rule via the
console. Alternately, the switch can be power-cycled, however all unsaved
configuration changes will be lost.

Console(config)#interface ethernet 1/3
Console(config-if)#switchport mode private-vlan promiscuous

4-239

Console(config-if)#switchport private-vlan mapping 5

4-241

Console(config-if)#exit
Console(config)#interface ethernet 1/4
Console(config-if)#switchport mode private-vlan host

4-239

Console(config-if)#switchport private-vlan host-association 6

4-240

Console(config-if)#exit
Console(config)#interface ethernet 1/5
Console(config-if)#switchport mode private-vlan host
Console(config-if)#switchport private-vlan host-association 6
Console(config-if)#