Command Line Interface Reference Guide HP BladeSystem PC Blade Switch

HP PC Blade Switch CLI Reference Guide www.hp.com 9-3
GVRP Commands
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
n {join | leave | leaveall} — Indicates the type of timer.
n timer_value — Timer values in milliseconds in multiples of 10. (Range: 10-2147483647)
Default Setting
Following are the default timer values:
n Join timer — 200 milliseconds
n Leave timer — 600 milliseconds
n Leavall timer — 10000 milliseconds
Command Mode
Interface configuration (Ethernet, port-channel) mode
Command Usage
The following relationship must be maintained between the timers:
n Leave time must be greater than or equal to three times the join time.
n Leave-all time must be greater than the leave time.
n Set the same GARP timer values on all Layer 2-connected devices. If the GARP timers are
set differently on Layer 2-connected devices, the GARP application will not operate
successfully.
Example
In the following example, the leave timer for Ethernet port e45 is set to 900 milliseconds.
Console(config)# interface ethernet e45
Console(config-if)# garp timer leave
900