Chap 13 - Multicast (part 3) Flashcards
When is PIM-SM used?
- When there are only a few receivers throughout the network.
- It also works well in densely populated networks
In PIM-SM when does PIM forward multicast traffic?
- Receiver sends LHR a Join Request
- Then PIM-SM router sends a PIM Join in the direction of the root of the tree which is either the Source or the RP
What does an RP do when it receives a Join request from the LHR?
- Creates a Shared Tree in the direction of the LHR
- Then sends a Join to the FHR
What is a Source Tree
- SPT
- Shortest Path Tree, (S, G)
- Source is the root of the tree
- Routers are leaves
What is a Shared Tree
- RPT
- Rendezvous Point Tree (*,G)
- Packets forwarded down the tree based only on the Group IP address and regardless of the source
Once a RPT is created what can the LHR do by default?
Switch over to a SPT.
When does the SPT Switchover happen?
When the LHR receives the first multicast packet from the RP over the RPT and it becomes aware of the IP address of the source.
What happens in PIM when there are multiple routers on a single LAN?
- A Designated Router election is held using Hello’s to determine which router will be the DR
- Winner is router with highest DR priority
- If priorities tie then highest IP address is the tie breaker.
What is the default DR Priority on Cisco routers?
1
On a FHR what is the DR responsible for?
Encapsulating in unicast register messages any multicast packets originated on the subnet destined for the RP
On a LHR what is the DR responsible for?
- Sending PIM Join and Prune msgs to RP
- Performs SPT switchovers
What is the default Designated Router Hold time?
3.5 times the Hello or 105 seconds by default
What is the default Hello interval?
30 seconds
What is Reverse Path Forwarding (RPF)?
- An algorithm used to prevent loops
- Ensures that multicast traffic is arriving on the RPF Interface
How does router know which interface is the RPF interface?
The RPF interface must be the same interface the router would use to send a unicast packet to the multicast source
What does a router do if it receives a multicast packet on its RPF interface?
The router forwards it out the interfaces on its Outgoing Interface List (OIL)
What does a router do and why if it receives a multicast packet on its non-RPF interface?
It discards the packet to prevent loops
If a router has a (S, G) in mroute which interface does a router perform a RPF check on
The IP address for the Source of the multicast packet.