Dell PowerConnect M6220 Configuration Guide - Page 123

PIM, PIM-SM, Example: PIM-SM

Page 123 highlights

routing ip address 1.1.1.1 255.255.255.0 ip dvmrp ip igmp ip ospf area 0 exit exit PIM Protocol Independent Multicast (PIM) is a standard multicast routing protocol that provides scalable inter-domain multicast routing across the Internet, independent of the mechanisms provided by any particular unicast routing protocol. PIM has two types: • PIM-Dense Mode (PIM-DM) • PIM-Sparse Mode (PIM-SM) PIM-SM PIM-SM is used to efficiently route multicast traffic to multicast groups that may span wide area networks where bandwidth is a constraint. PIM-SM uses shared trees by default and implements source-based trees for efficiency; it assumes that no hosts want the multicast traffic unless they specifically ask for it. It creates a shared distribution tree centered on a defined rendezvous point (RP) from which source traffic is relayed to the receivers. Senders first send the multicast data to the RP, which in turn sends the data down the shared tree to the receivers. Shared trees centered on an RP do not necessarily provide the shortest, most optimal path. In such cases, PIM-SM provides a means to switch to more efficient source-specific trees. A data threshold rate is configured to determine when to switch from shared-tree to source-tree. PIM-SM uses a Bootstrap Router (BSR), which advertises information to other multicast routers about the RP. In a given network, a set of routers can be administratively enabled as candidate bootstrap routers. If it is not apparent which router should be the BSR, the candidates flood the domain with advertisements. The router with the highest priority is elected. If all the priorities are equal, then the candidate with the highest IP address becomes the BSR. PIM-SM is defined in RFC 4601. Example: PIM-SM The following example configures PIM-SM for IPv4 on a router. First, configure an OSPF1 router and globally enable IP routing, multicast, IGMP, and PIM-SM. Next, configure a PIM-SM rendezvous point with an IP address and group range. The IP address will serve as an RP for the range of potential multicast groups specified in the group range. Finally, enable routing, IGMP, PIM-SM, and OSPF on one or more interfaces. Multicast 123

  • 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

Multicast
123
routing
ip address 1.1.1.1 255.255.255.0
ip dvmrp
ip igmp
ip ospf area 0
exit
exit
PIM
Protocol Independent Multicast (PIM) is a standard multicast routing protocol that provides scalable
inter-domain multicast routing across the Internet, independent of the mechanisms provided by any
particular unicast routing protocol.
PIM has two types:
PIM-Dense Mode (PIM-DM)
PIM-Sparse Mode (PIM-SM)
PIM-SM
PIM-SM is used to efficiently route multicast traffic to multicast groups that may span wide area
networks where bandwidth is a constraint.
PIM-SM uses shared trees by default and implements source-based trees for efficiency; it assumes that
no hosts want the multicast traffic unless they specifically ask for it. It creates a shared distribution tree
centered on a defined rendezvous point (RP) from which source traffic is relayed to the receivers.
Senders first send the multicast data to the RP, which in turn sends the data down the shared tree to the
receivers. Shared trees centered on an RP do not necessarily provide the shortest, most optimal path. In
such cases, PIM-SM provides a means to switch to more efficient source-specific trees. A data threshold
rate is configured to determine when to switch from shared-tree to source-tree.
PIM-SM uses a Bootstrap Router (BSR), which advertises information to other multicast routers about
the RP. In a given network, a set of routers can be administratively enabled as candidate bootstrap
routers. If it is not apparent which router should be the BSR, the candidates flood the domain with
advertisements. The router with the highest priority is elected. If all the priorities are equal, then the
candidate with the highest IP address becomes the BSR.
PIM-SM is defined in RFC 4601.
Example: PIM-SM
The following example configures PIM-SM for IPv4 on a router.
First, configure an OSPF
1
router and globally enable IP routing, multicast, IGMP, and PIM-SM. Next,
configure a PIM-SM rendezvous point with an IP address and group range. The IP address will serve as an
RP for the range of potential multicast groups specified in the group range. Finally, enable routing,
IGMP, PIM-SM, and OSPF on one or more interfaces.