SMC Networks SMC8748L2 Switch User Manual


 
C
ONFIGURING
THE
S
WITCH
3-144
Web – Click VLAN, 802.1Q VLAN, Port Configuration or VLAN Trunk
Configuration. Fill in the required settings for each interface, click Apply.
Figure 3-64. Configuring VLAN Ports
CLI – This example sets port 3 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.
Console(config)#interface ethernet 1/3 4-132
Console(config-if)#switchport acceptable-frame-types tagged 4-188
Console(config-if)#switchport ingress-filtering 4-189
Console(config-if)#switchport native vlan 3 4-190
Console(config-if)#switchport gvrp 4-205
Console(config-if)#garp timer join 20 4-206
Console(config-if)#garp timer leave 90
Console(config-if)#garp timer leaveall 2000
Console(config-if)#switchport mode hybrid 4-187
Console(config-if)#