DIS-200G Series Gigabit Ethernet Switch CLI Reference Guide
73
14-6
gvrp timer
This command is used to configure the GVRP timer value on a port. Use the
no
form of this command to revert
the timer to the default setting.
gvrp timer [join
JOIN-TIMER-VALUE
] [leave
LEAVE-TIMER-VALUE
] [leave-all
LEAVE-ALL-TIMER-
VALUE
]
no gvrp timer [join] [leave] [leave-all]
Parameters
join
(Optional) Specifies to set the timer for joining a group. The unit is
in a hundredth of a second.
leave
((Optional) Specifies to set the timer for leaving a group. The unit is
in a hundredth of a second.
leave-all
((Optional) Specifies to set the timer for leaving all groups. The unit
is in a hundredth of a second.
JOIN-TIMER-VALUE
(Optional) Specifies the timer value in a hundredth of a second. The
valid range is 1 to 20.
LEAVE-TIMER-VALUE
(Optional) Specifies the timer value in a hundredth of a second. The
valid range is 60 to 300.
LEAVE-ALL-TIMER-VALUE
(Optional) Specifies the timer value in a hundredth of a second. The
valid range is 1000 to 5000.
Default
Join: 20.
Leave: 60.
Leave-all: 1000.
Command Mode
Global Configuration Mode.
Command Default Level
Level: 15.
Usage Guideline
This command is used to configure the GVRP timer value.
Example
This example shows how to configure the leave-all timer to 5000 hundredths of a second.
Switch# configure terminal
Switch(config)# gvrp timer leave-all 5000
Switch(config)#