M
ULTICAST
R
OUTING
C
OMMANDS
-197

ip dvmrp

Use this command to enable DVMRP on the specified interface. Use the
no form to disable DVMRP on this interface.
Syntax
ip dvmrp
no ip dvmrp
Default Setting
Disabled
Command Mode
Interface Configuration (VLAN)
Command Usage
To fully enable DVMRP, you need to enable multicast routing globally
for the router with the ip multicast-routing command (page 3-187),
enable DVMRP globally for the router with the router dvmrp
command (page 3-191), and also enable DVMRP for each interface that
will participate in multicast routing with the ip dvmrp command.
Example
Console(config)#interface vlan 1
Console(config-if)#ip dvmrp
Console(config-if)#end
Console#show ip dvmrp interface
Vlan 1 is up
DVMRP is enabled
Metric is 1
Console#