mvrp registration
Syntax
mvrp registration {normal | fixed | forbidden [ ]} no mvrp registration forbidden { }
Description
配置MVRP determin注册状态es how an MVRP participant responds to MRP messages. The default registration mode is normal.
Theno
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.
-
-
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 or local user group members with execution rights for this command.
Examples
switch(config)# switch(config-if)#mvrp registration forbidden 10
switch(config-if)#mvrp registration fixed
switch(config-if)#mvrp registration forbidden 1,2,10-20