DVMRP Tunnels
Problem
You want to create a DVMRP tunnel to bypass a section of network that doesn’t support multicast.
Solution
You can create a DVMRP tunnel from a Cisco router to a nonCisco DVMRP device by using the special DVMRP tunnel mode. This allows you to pass multicast traffic through a section of network that doesn’t support multicast routing:
Router1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router1(config)#ip multicast-routingRouter1(config)#interface Tunnel0Router1(config-if)#ip unnumberedRouter1(config-if)#FastEthernet0/0ip pim sparse-dense-modeRouter1(config-if)#ip dvmrp unicast-routingRouter1(config-if)#tunnel sourceRouter1(config-if)#FastEthernet0/0tunnel destinationRouter1(config-if)#192.168.99.15tunnel mode dvmrpRouter1(config-if)#exitRouter1(config)#interfaceRouter1(config-if)#FastEthernet0/0ip addressRouter1(config-if)#192.168.1.1 255.255.255.0ip pim sparse-dense-modeRouter1(config-if)#endRouter1#
Discussion
There are several important things to remember about DVMRP tunnels. First, you cannot create a DVMRP tunnel between two Cisco routers because neither router will send DVMRP Probe messages. So this feature is only used to create tunnels between Cisco routers and native DVMRP devices such as nonCisco routers or Unix servers running mrouted.
Second, a DVMRP tunnel is essentially just a standard IP-in-IP tunnel. However, it is just used to transmit multicast traffic. Unicast traffic follows the normal network ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access