mvrp timer

Syntax

mvrp timer {join | leave | leaveall | periodic} <TIME> 

no mvrp timer {join | leave | leaveall | periodic}

Description

Sets an MVRP timer.

The no form of this command sets the specified timer to its default value.

Command context

config-if

Parameters

join<TIME>

Sets the join timer. You can use the timer to space MVRP join messages. To ensure that join messages are transmitted to other participants, an MRP participant waits for the specified period of the join timer before sending a join message. The Join timer must be less than half of the Leave Timer. Range: 20 - 100 in centiseconds. Default: 20 centiseconds.

leave<TIME>

Sets the leave timer for the port, specifying the time that the registrar state machine waits in the LV state before transiting to the MT state. The leave timer must be at least twice the join timer and must be less than the leave all timer. Range: 40 - 1000000 centiseconds. Default: 300 centiseconds.

leaveall <TIME>

Sets the leave all timer for the port, specifying the frequency with which the leave all state machine generates leave alll PDUs. Range: 500 - 1000000 centiseconds. Default: 1000 centiseconds.

periodic <TIME>

Sets the periodic timer for the port, specifying the frequency with which the periodic transmission state machine generates periodic events. The periodic timer is set to 1 second when it is started. Range: 100 - 1000000 centiseconds. Default: 100 centiseconds.

Authority

Administrators

Examples

switch(config)# interface 1/1/1
switch(config-if)# mvrp timer join 22