By default, the MVRP join, leave, and leave-all timer have the following settings.
You can configure global timer settings or settings for each interface that overrides the global timer settings. If the network radius is large or the expected system load is higher normally, Extreme recommends that you change the timer values to higher numbers as appropriate for the MVRP operation to reduce the MVRP PDU exchanges and processing by the NSM.
device# configure terminal
device(config)# protocol mvrp
device(config-mvrp)# timer join 40 leave 200 leave-all 2000
device(config-mvrp)# exit
device(config)# interface ethernet 0/1
device(conf-if-eth-0/1)# timer join 50 leave 300 leave-all 3000 device(conf-if-eth-0/1)#
The following example provides the steps for setting the MVRP timers globally and for an interface.
device# configure terminal device(config)# protocol mvrp device(config-mvrp)# timer join 40 leave 200 leave-all 2000 device(config-mvrp)# exit device(config)# interface ethernet 0/1 device(conf-if-eth-0/1)# timer join 50 leave 300 leave-all 3000 device(conf-if-eth-0/1)#