mvrp registration

Syntax

mvrp registration {normal | fixed | forbidden [<VLAN-LIST>]}

no mvrp registration forbidden {<VLAN-LIST>}

Description

Configures the MVRP registrar state which determines how an MVRP participant responds to MRP messages. The default registration mode is normal.

The no command removes the specified VLANs from the forbidden list.

Command context

config-if

Parameters

normal

Enables dynamic registration and deregistration of VLANs on the interface, and propagates VLAN information to other switches on the network. Default.

fixed

Disables dynamic deregistration of VLANs and drops received MVRP frames. The interface does not deregister dynamic VLANs or register new dynamic VLANs.

forbidden

Disables dynamic registration of VLANs and drops received MVRP frames. The MVRP participant does not register new dynamic VLANs or re-register a deregistered dynamic VLAN.

<VLAN-LIST>

Disables dynamic registration of VLANs and drops received MVRP frames for specific VLANs only. Normal behavior applies to all other VLANs. Specify the number of a single VLAN, or a series of numbers for a range of VLANs, separated by commas (1, 2, 3, 4), dashes (1-4), or both (1-4,6).

Authority

Administrators

Examples

switch(config)# interface 1/1/1
switch(config-if)# mvrp registration forbidden 10
switch(config)# interface 1/1/1
switch(config-if)# mvrp registration fixed
switch(config)# interface 1/1/1
switch(config-if)# mvrp registration forbidden 1,2,10-20