beautypg.com

Configuring private vlans, Configuring private vlans -68 – SMC Networks TIGERSWITCH 10/100 User Manual

Page 100

background image

C

ONFIGURING

THE

S

WITCH

2-68

Web – Click VLAN, VLAN Port Configuration or VLAN Trunk
Configuration. Fill in the required settings for each interface, click
Apply.

CLI – This example sets port 3 to accept only tagged frames,
assigns PVID 2 as the native VLAN ID, enables GVRP, sets the
GARP timers, and then sets the switchport mode to trunk.

Configuring Private VLANs

Private VLANs provide port-based security and isolation between
ports within the assigned VLAN. This switch supports two types of
private VLAN ports: promiscuous, and community ports. A
promiscuous port can communicate with all interfaces within a
private VLAN. Community ports can only communicate with other

Console(config)#interface ethernet 1/3

3-89

Console(config-if)#switchport acceptable-frame-types tagged

3-126

Console(config-if)#switchport ingress-filtering

3-127

Console(config-if)#switchport native vlan 2

3-128

Console(config-if)#switchport gvrp

3-140

Console(config-if)#garp timer join 30

3-142

Console(config-if)#garp timer leave 90

3-142

Console(config-if)#garp timer leaveall 2000

3-142

Console(config-if)#switchport mode trunk

3-125

Console(config-if)#