GVRP Commands
OmniSwitch 6250 CLI Reference Guide November 2009 page 23-11
gvrp timer
Configures the Join, Leave, or LeaveAll timer values for the switch ports.
gvrp timer {join | leave | leaveall} timer-value {linkagg agg_num | port slot/port}
no gvrp timer {join | leave | leaveall} {linkagg agg_num | port slot/port}
Syntax Definitions
join Specifies the value of the Join timer in milliseconds.
leave Specifies the value of the Leave timer in milliseconds.
leaveall Specifies the value of the LeaveAll timer in milliseconds.
timer-value The value of the specified timer in milliseconds. The valid range is
1–2,147,483,647 for Join timer, 3–2,147,483,647 for Leave timer, and
3–2,147,483,647 for LeaveAll timer.
agg_num The number corresponding to the aggregate group.
slot/port The slot number for the module and the physical port number on that
module (e.g., 3/1 specifies port 1 on slot 3).
Defaults
Platforms Supported
OmniSwitch 6250
Usage Guidelines
• Use the no form of this command to set the timer for a particular slot or port to the default value.
• GVRP should be enabled on the port before configuring the timer value for that port.
• Leave timer value should be greater than or equal to three times the Join timer value.
• Leaveall timer value should be greater than or equal to the Leave timer value.
• To use the agg_num parameter, the link aggregate group should be created and enabled.
parameter default
timer-value (join) 600 ms
timer-value (leave) 1800 ms
timer-value (leaveall) 30000 ms