C
ONFIGURING
THE
S
WITCH
3-194
Web – Click VLAN, 802.1Q VLAN, Port Configuration or Trunk
Configuration. Fill in the required settings for each interface, click Apply.
Figure 3-82 VLAN Port Configuration
CLI – This example sets port 1 to accept only tagged frames, assigns
PVID 3 as the native VLAN ID, enables GVRP, sets the GARP timers,
and then sets the switchport mode to hybrid.
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 ports in their own community
Console(config)#interface ethernet 1/1
Console(config-if)#switchport acceptable-frame-types tagged 4-235
Console(config-if)#switchport ingress-filtering 4-236
Console(config-if)#switchport native vlan 3 4-237
Console(config-if)#switchport gvrp 4-250
Console(config-if)#garp timer join 10 4-251
Console(config-if)#garp timer leave 90 4-251
Console(config-if)#garp timer leaveall 2000 4-251
Console(config-if)#switchport mode hybrid 4-234
Console(config-if)#