SMC Networks 10/100 Manual De Usuario

Descargar
Página de 318
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
Console(config-if)#switchport acceptable-frame-types tagged
Console(config-if)#switchport ingress-filtering
Console(config-if)#switchport native vlan 2
Console(config-if)#switchport gvrp
Console(config-if)#garp timer join 30
Console(config-if)#garp timer leave 90
Console(config-if)#garp timer leaveall 2000
Console(config-if)#switchport mode trunk
Console(config-if)#