Perform the following steps to enable MVRP over a port channel.
device# configure terminal
device(config)# protocol mvrp
device(config-mvrp)#
device(config-mvrp)# exit
device(config)# interface ethernet 0/1,2
device(conf-if-eth-0/1,2)#
device(conf-if-eth-0/1,2)# channel-group 10 mode on
device(conf-if-eth-0/1,2)# no shutdown
device(conf-if-eth-0/1,2)# exit
device(config)# interface Port-channel 10
device(config-Port-channel-10)# switchport
device(config-Port-channel-10)# switchport mode trunk
device(config-Port-channel-10)# mvrp enable
device(config-Port-channel-10)# no shutdown
device(config-Port-channel-10)# do show mvrp --------------------------------------------------------------------------------------------- Total configured mvrp ports : 1 Global Status : Enabled Join-timer(in centiseconds) : 20 Leave-timer(in centiseconds) : 100 Leaveall-timer(in centiseconds) : 1000 --------------------------------------------------------------------------------------------- MVRP Port(s): Po10
The following example provides the steps in the previous configuration.
device# configure terminal device(config)# protocol mvrp device(config-mvrp)# exit device(config)# interface ethernet 0/1,2 device(conf-if-eth-0/1,2)# channel-group 10 mode on device(conf-if-eth-0/1,2)# no shutdown device(conf-if-eth-0/1,2)# exit device(config)# interface Port-channel 10 device(config-Port-channel-10)# switchport device(config-Port-channel-10)# switchport mode trunk device(config-Port-channel-10)# mvrp enable device(config-Port-channel-10)# no shutdown device(config-Port-channel-10)# do show mvrp --------------------------------------------------------------------------------------------- Total configured mvrp ports : 1 Global Status : Enabled Join-timer(in centiseconds) : 20 Leave-timer(in centiseconds) : 100 Leaveall-timer(in centiseconds) : 1000 --------------------------------------------------------------------------------------------- MVRP Port(s): Po10