Alcatel-Lucent ls 6248 User Guide

Page of 762
GVRP Commands
401
4
garp timer
The 
garp timer
 Interface Configuration (Ethernet, Port channel) mode command 
adjusts the values of the join, leave and leaveall timers of GARP applications. To 
return to the default configuration, use the 
no 
form of this command.
Syntax
garp timer
 {
join
 | 
leave
 | 
leaveall
timer_value
no garp timer
Parameters
• {
join
 | 
leave
 | 
leaveall
} — Indicates the type of timer.
• timer_value — Timer values in milliseconds in multiples of 10.
(Range: 
10-2147483640
)
Default Setting
Following are the default timer values:
• Join timer — 200 milliseconds
• Leave timer — 600 milliseconds
• Leavall timer — 10000 milliseconds
Command Mode
Interface configuration (Ethernet, port-channel) mode
Command Usage
The timer_value value must be a multiple of 10. You must maintain the 
following relationship for the various timer values:
• Leave time must be greater than or equal to three times the join time. 
• Leave-all time must be greater than the leave time.
Set the same GARP timer values on all Layer 2-connected devices. If the 
GARP timers are set differently on the Layer 2-connected devices, the GARP 
application will not operate successfully.
Example
The following example sets the leave timer for Ethernet port 1/e6 to 900 
milliseconds.
Console(config)# 
interface ethernet 
1/e6
Console(config-if)# 
garp timer leave 
900