Dell PowerConnect M6220 Configuration Guide - Page 122

DVMRP, CLI Example, Prune messages

Page 122 highlights

DVMRP The Distance Vector Multicast Routing Protocol (DVMRP) is one of several multicast routing protocols you can configure on the switch (PIM-SM and PIM-DM are the others). Note that only one multicast routing protocol (MRP) can be operational on a router at any time. DVMRP is an interior gateway protocol; i.e., it is suitable for use within an autonomous system, but not between different autonomous systems. DVMRP is based on RIP: it forwards multicast datagrams to other routers in the AS and constructs a forwarding table based on information it learns in response. More specifically, it uses this sequence. • A new multicast packet is forwarded to the entire multicast network, with respect to the time-to-live (TTL) of the packet. • The TTL restricts the area to be flooded by the message. • All routers that do not have members on directly-attached subnetworks send back Prune messages to the upstream router. • The branches that transmit a prune message are deleted from the delivery tree. • The delivery tree which is spanning to all the members in the multicast group, is constructed in the form of a DVMRP forwarding table. CLI Example The following example configures two DVMRP interfaces. First, this example configures an OSPF router1 and globally enables IP routing and IP multicast. IGMP is globally enabled so that this router can manage group membership information for its directly-connected hosts (IGMP may not be required when there are no directly connected hosts). Next, DVMRP is globally enabled. Finally, DVMRP, IGMP, and OSPF are enabled on several interfaces. console#configure router ospf router-id 3.3.1.1 exit ip routing ip multicast ip igmp ip dvmrp interface vlan 15 routing ip address 3.3.3.1 255.255.255.0 ip dvmrp ip igmp ip ospf area 0 exit interface vlan 30 1. OSPF configuration is added as a unicast protocol for illustration purposes; static unicast routing could also be configured. 122 Multicast

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126

122
Multicast
DVMRP
The Distance Vector Multicast Routing Protocol (DVMRP) is one of several multicast routing protocols
you can configure on the switch (PIM-SM and PIM-DM are the others). Note that only one multicast
routing protocol (MRP) can be operational on a router at any time.
DVMRP is an interior gateway protocol; i.e., it is suitable for use within an autonomous system, but not
between different autonomous systems.
DVMRP is based on RIP: it forwards multicast datagrams to other routers in the AS and constructs a
forwarding table based on information it learns in response. More specifically, it uses this sequence.
A new multicast packet is forwarded to the entire multicast network, with respect to the time-to-live
(TTL) of the packet.
The TTL restricts the area to be flooded by the message.
All routers that do not have members on directly-attached subnetworks send back
Prune messages
to
the upstream router.
The branches that transmit a prune message are deleted from the delivery tree.
The delivery tree which is spanning to all the members in the multicast group, is constructed in the
form of a DVMRP forwarding table.
CLI Example
The following example configures two DVMRP interfaces. First, this example configures an OSPF
router
1
and globally enables IP routing and IP multicast. IGMP is globally enabled so that this router can
manage group membership information for its directly-connected hosts (IGMP may not be required
when there are no directly connected hosts). Next, DVMRP is globally enabled. Finally, DVMRP, IGMP,
and OSPF are enabled on several interfaces.
console#configure
router ospf
router-id 3.3.1.1
exit
ip routing
ip multicast
ip igmp
ip dvmrp
interface vlan 15
routing
ip address 3.3.3.1 255.255.255.0
ip dvmrp
ip igmp
ip ospf area 0
exit
interface vlan 30
1.
OSPF configuration is added as a unicast protocol for illustration purposes; static unicast routing could also be
configured.