596
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
C613-50057-01 REV A
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
GVRP C
OMMANDS
GVRP
TIMER
gvrp timer
Overview
Use this command to set GVRP timers in Interface Configuration mode for a given
interface.
Use the
no
variant of this command to reset the GVRP timers to the defaults
specified in the table below.
Syntax
gvrp timer {join <
timer-value
>|leave <
timer-value
>|leaveall
<
timer-value
>}
no gvrp timer {join|leave|leaveall}
Mode
Interface Configuration
Defaults
The default join time value is 20 centiseconds (200 milliseconds), the default leave
timer value is 60 centiseconds (600 milliseconds), and the default leaveall timer
value is 1000 centiseconds (10,000 milliseconds).
Usage
When configuring the
leave
timer, set it to more than or equal to three times the
join
timer value. The settings for the
leave
and
join
timers must be the same
for all GVRP enabled switches. See also the section “Setting the GVRP Timers” in the
GVRP Feature Overview and Configuration Guide
.
Use the
show gvrp timer
command to confirm GVRP timers set with this command.
Examples
To set the GVRP
join
timer to 30 hundredths of a second (300 milliseconds) for
interface
port1.0.1
, enter the commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.1
awplus(config-if)#
gvrp timer join 30
To set the GVRP
leave
timer to 90 hundredths of a second (900 milliseconds) for
interface
port1.0.1
, enter the commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.1
awplus(config-if)#
gvrp timer leave 90
Parameter
Description
join
Specifies the timer for joining the group (default is 20
centiseconds / hundredths of a second, or 200 milliseconds).
leave
Specifies the timer for leaving a group (default is 60 centiseconds /
hundredths of a second, or 600 milliseconds).
leaveall
Specifies the timer for leaving all groups (default is 1000
centiseconds / hundredths of a second, or 10,000 milliseconds).
<
timer-value
>
<
1-65535
> The timer value in hundredths of a second
(centiseconds).