C
ONFIGURING
THE
S
WITCH
3-166
*Timer settings must follow this rule: 2 x (join timer) < leave timer <
leaveAll timer
Web – Click VLAN, 802.1Q 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 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/33-1
Console(config-if)#switchport acceptable-frame-types tagged 3-59
Console(config-if)#switchport ingress-filtering3-60
Console(config-if)#switchport native vlan 33-61
Console(config-if)#switchport gvrp3-73
Console(config-if)#garp timer join 203-75
Console(config-if)#garp timer leave 90
Console(config-if)#garp timer leaveall 2000
Console(config-if)#switchport mode hybrid3-58
Console(config-if)#