Accton Technology ES4626 Switch User Manual


 
156
5.3.2 GVRP Commands
5.3.2.1 garp timer join
Command: garp timer join <timer-value>
no garp timer join
Function: Set the join timer for GARP; the “ no garp timer join” command restores the
default timer setting.
Parameter: < timer-value> is the value for join timer, the valid range is 100 to 327650
ms.
Command mode: Interface Mode
Default: The default value for join timer is 200 ms.
Usage Guide: GARP application entity sends a join message after join time timeout,
other GARP application entities will register this message sent by this GARP application
entity on receiving the join message.
Example: Set the GARP join timer value of port 1/10 to 1000 ms.
Switch(Config-Ethernet1/10)#garp timer join 1000
5.3.2.2 garp timer leave
Command: garp timer leave <timer-value>
no garp timer leave
Function: Set the leave timer for GARP; the “ no garp timer leave” command restores
the default timer setting.
Parameter: < timer-value> is the value for leave timer, the valid range is 100 to 327650
ms.
Command mode: Interface Mode
Default: The default value for leave timer is 600 ms.
Usage Guide: When GARP application entity wants to cancel a certain property
information, it sends a leave message. GARP application entities receiving this message
will start the leave timer, if no join message is received before leave timer timeout, the
property information will be canceled. Besides, the value of leave timer must be larger
than twice of join timer, otherwise a error message will be displayed.
Example: Set the GARP leave timer value of port 1/10 to 3000 ms.
Switch(Config-Ethernet1/10)#garp timer leave 3000