GARP VLAN Registration Protocol (GVRP) | 437
• LeaveAll: Upon startup, a GARP device globally starts a LeaveAll timer. Upon expiration of this
interval, it will send out a LeaveAll message so that other GARP devices can re-register all relevant
attribute information. The device then restarts the LeaveAll timer to begin a new cycle. The LeaveAll
timer must be greater than or equal to 5x of the Leave timer. The FTOS default is 10000ms.
FTOS(conf)#garp timer leav 1000
FTOS(conf)#garp timers leave-all 5000
FTOS(conf)#garp timer join 300
Verification:
FTOS(conf)#do show garp timer
GARP Timers Value (milliseconds)
----------------------------------------
Join Timer 300
Leave Timer 1000
LeaveAll Timer 5000
FTOS(conf)#
FTOS displays Message 1 if an attempt is made to configure an invalid GARP timer.
Message 1 GARP Timer Error
Force10(conf)#garp timers join 300
% Error: Leave timer should be >= 3*Join timer.