DGS-6604
m
gvrp timer
CLI Reference Guide
215
gvrp timer
Use the
gvrp timer
command to set the GVRP timer value for a port.
gvrp timer {join | leave | leave-all}
TIMER
-
VALUE
Default
join
: 20
leave
: 60
leave-all
: 1000
Command Mode
Interface configuration
Usage Guideline
The value of these parameters must comply to the following rules:
1. LEAVE_TIMER >= 3 * JOIN_TIMER
2. LEAVE_ALL_TIMER > LEAVE_TIMER
Example
This example shows how to set the leave-all timer to 5 seconds using the value
500 (hundredths of a second).
Verify the settings by entering the
show gvrp configuration
interface command.
Syntax Description
join
Set the timer for joining the group. The unit is hundredths of a second.
leave
Set the timer for leaving a group. The unit is hundredths of a second.
leave-all
Set the time for leaving all groups. The unit is hundredths of a second.
TIMER-VALUE
<1-65535>
The timer value in hundredths of a second.
Switch(config)# interface eth3.1
Switch(config-if)# gvrp timer leave-all 500