cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1141
Views
0
Helpful
3
Replies

Multicast - Rendezvous point (RP) Outage

ashapd
Level 1
Level 1

Hi All,

Question is relating to Multicast - ASM. I understand that initial multicast flow will be using shared tree via (RP is in forwarding path) after that it will be switched to SPT. Questions - - 

 

* Does RP /down/outage scenario can bring down the whole multicast traffic in the network ?

 

Thanks !

1 Accepted Solution

Accepted Solutions

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello @ashapd ,

>> Does RP /down/outage scenario can bring down the whole multicast traffic in the network ?

 

in ASM PIM SM existing multicast groups that have alreay switched to the source based tree SPT from the shared tree are able to keep going on.

 

New groups are prevented from reaching the RP so new groups are impacted.

Dense mode fallback can be used here in this case new groups will be flooded every where using PM DM.

 

The natural design solution for avoiding issues is the use of AnyCast RP

 

multiple nodes impersonate the RP address at the same time using a loopback address (different from the loop0)

MSDP is used between the nodes to exchange info about active sources SA, SA info also tells what (S,G) pairs are active.

if one node dies the IGP in use OSPF or EIGRP or IS-IS will route packets for the Anycast RP address to the nearest node advertising it in the IGP.

 

Hope to help

Giuseppe

 

 

View solution in original post

3 Replies 3

Hello
For the initial MC connection, the FHP/LHP rtrs need to be able to reach the RP, then SPT cutsover unless that has been disabled however I would say there still needs to be a pim rp mappng so if this is lost I would say MC traffic would be lost also.


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Thanks for the update. I guess only new multicast flow will be impacted. The existing one should work ?>

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello @ashapd ,

>> Does RP /down/outage scenario can bring down the whole multicast traffic in the network ?

 

in ASM PIM SM existing multicast groups that have alreay switched to the source based tree SPT from the shared tree are able to keep going on.

 

New groups are prevented from reaching the RP so new groups are impacted.

Dense mode fallback can be used here in this case new groups will be flooded every where using PM DM.

 

The natural design solution for avoiding issues is the use of AnyCast RP

 

multiple nodes impersonate the RP address at the same time using a loopback address (different from the loop0)

MSDP is used between the nodes to exchange info about active sources SA, SA info also tells what (S,G) pairs are active.

if one node dies the IGP in use OSPF or EIGRP or IS-IS will route packets for the Anycast RP address to the nearest node advertising it in the IGP.

 

Hope to help

Giuseppe