To ensure that the MVRPDU is not exchanged on the edge port, set the applicant state as non-participant on the port.
This procedure assumes that MVRP is enabled on the device.
device# configure terminal
device(config)# interface ethernet 0/1
device(conf-if-eth-0/1)# mvrp enable
device(conf-if-eth-0/1)# mvrp applicant-mode non-participant
Note
To ensure that the MVRPDU is not exchanged on the edge port, set the applicant state as non-participant on the port.The following example are the steps in the previous configuration.
device# configure terminal device(config)# interface ethernet 0/1 device(conf-if-eth-0/1)# mvrp enable device(conf-if-eth-0/1)# mvrp applicant-mode non-participant