MVRP registration modes

MVRP supports three registration modes:

  • Normal

    In this mode, a port can register and deregister dynamic VLANs. By default, the registrar mode is normal.

  • Fixed

    In this mode, a port cannot register or deregister dynamic VLANs. However, if a static VLAN exists in the system, the port changes to registered state on receipt of join message.

  • Forbidden

    In this mode, a port does not register dynamic VLANs, ignores all MRP messages, and remains in MT state (unregistered).

mvrp registration

Syntax

mvrp registration {normal |fixed}

Description

Configures the port response to MRP messages.

Parameters

normal

Port response is normal for the incoming MRP messages.

fixed

Ignores the MRP messages and remains registered.

Example output

switch# mvrp registration
 fixed                 The port ignores all MRP messages and remains registered.
 normal                The port responds normally to incoming MRP messages.

switch(config)# interface A1 mvrp registration fixed
switch(config)# show mvrp config

Configuration and Status - MVRP

Global MVRP status : Enabled

Port     Status   Periodic Registration Join  Leave    LeaveAll Periodic
                   Timer    Type         Time  Timer    Timer    Timer
-------  -------- -------- ------------ ----  -------- -------- --------
A1       Enabled  Enabled  Fixed        20    300      1000     100
A2       Disabled Enabled  Normal       20    300      1000     100
A3       Disabled Enabled  Normal       20    300      1000     100