By default, the registration mode for an MVRP-enabled interface is set to Normal. For a static VLAN configuration, the registration mode is automatically set to Fixed. To prune the advertisement propagation and deregistration of a dynamic VLAN on an MVRP-enabled interface port, you can register the VLAN as Forbidden.
This procedure assumes that MVRP is enabled on the device.
Note
You cannot configure a static VLAN as forbidden. If a VLAN is configured in the forbidden list and then it is configured as a static VLAN on the device, this VLAN is implicitly removed from the forbidden list.
device# configure terminal
device(config)# interface ethernet 0/9
device(conf-if-eth-0/9)# mvrp enable
device(conf-if-eth-0/9)# mvrp registration-mode forbidden vlan add 10
The following example are the steps in the previous configuration.
device# configure terminal device(config)# interface ethernet 0/9 device(conf-if-eth-0/9)# mvrp enable device(conf-if-eth-0/9)# mvrp registration-mode forbidden vlan add 10