set garp timer

Use this command to adjust the values of the join, leave, and leaveall timers.

Syntax

set garp timer {[join timer-value] [leave timer-value] [leaveall timer-value]} port-string

Parameters

join timer-value Sets the GARP join timer in centiseconds (Refer to 802.1Q standard.)
leave timer-value Sets the GARP leave timer in centiseconds (Refer to 802.1Q standard.)
leaveall timer-value Sets the GARP leaveall timer in centiseconds (Refer to 802.1Q standard.)
port-string Specifies the port(s) on which to configure GARP timer settings. For a detailed description of possible port-string values, refer to the S-, K-, and 7100 Series Configuration Guide.

Defaults

None.

Mode

All command modes.

Usage

The setting of these timers is critical and should only be changed by personnel familiar with the 802.1Q standards documentation, which is not supplied with this device.

Examples

This example shows how to set the GARP join timer value to 100 centiseconds for all ports:

System(rw)->set garp timer join 100 *.*.*

This example shows how to set the leave timer value to 300 centiseconds for all ports:

System(rw)->set garp timer leave 300 *.*.*

This example shows how to set the leaveall timer value to 20000 centiseconds for all ports:

System(rw)->set garp timer leaveall 20000 *.*.*