Mvrp interface level timers, Mvrp configuration examples – Brocade Multi-Service IronWare Switching Configuration Guide (Supporting R05.6.00) User Manual

Page 887

Advertising
background image

Multi-Service IronWare Switching Configuration Guide

857

53-1003036-02

Multiple VLAN Registration Protocol

20

MVRP interface level timers

Use the mvrp timer join value leave value leave-all value command to configure the join, leave and
leave-all timers at interface level for MVRP.

Brocade(config-if-e1000-1/1)# mvrp timer join 400 leave 1400 leave-all 10000

Syntax: [no] mvrp timer join value leave value leave-all value

The timer values are set in milliseconds (ms).

The default values for the timers are:

Join timer - 200ms

Leave timer - 1000ms (Recommended value: 5000ms)

Leave-all timer - 10000ms

The Leave timer must be greater than or equal to twice the join timer plus 600ms. The
recommended value for the Leave-all timer is at least three times the value of leave timer.

The acceptable ranges for each time is:

Join timer - 200 to 2147483600 ms

Leave timer - 1000 to 2147483600 ms

Leave-all timer - 10000 to 2147483600 ms

MVRP interface level registration-mode configuration

Configuring the registration mode of an interface for MVRP.

Brocade(config-eth-1/1)#mvrp registration-mode forbidden vlan 10

Syntax: [no] mvrp registration-mode forbidden [vlan-id | vlan-id to vlan-id]

By default, registration mode is normal. For a static VLAN configuration, registration mode is
automatically set to Fixed.

The mvrp registration-mode forbidden command will accept values from 1 to 4090.

MVRP configuration examples

Single interface MVRP configuration example

Brocade(config)#int e 1/1

Brocade(config-eth-1/1)#mvrp enable

Brocade(config-eth-1/1)#mvrp registration-mode forbidden vlan 10

Brocade(config-eth-1/1)#mvrp timer join 400 leave 1400 leave-all 10000

Multiple Interface (consecutive) MVRP configuration example

Brocade(config)#int e 1/1 to e 1/2

Brocade(config-mif-1/1-1/2)#mvrp enable

Brocade(config- mif-1/1-1/2)#mvrp registration-mode forbidden vlan 10

Brocade(config- mif-1/1-1/2)#mvrp timer join 400 leave 1400 leave-all 10000

Multiple Interface (non-consecutive) MVRP Configuration

Brocade(config)#int e 1/1 e 1/3 e 1/5

Brocade(config-mif-1/1,1/3,1/5)#mvrp enable

Brocade(config-mif-1/1,1/3,1/5)#mvrp registration-mode forbidden vlan 10

Brocade(config-mif-1/1,1/3,1/5)#mvrp timer join 400 leave 1400 leave-all 10000

Advertising