Di Posting Oleh : Simple Learning
Kategori : Multicast
Prerequisites: CCNP level skills.
Note!
All routers are running EIGRP protocol as well as multicast routing. All transit interfaces have been configured as Sparse Mode.
Topology
Pic. 1 - Topology Diagram.
Icons designed by: Andrzej Szoblik - http://www.newo.pl
Task 1
Based on the previous lab (Lab 151), R1 is the RP and MA (Mapping Agent) for all groups. As per your boss request, you must configure R2 and R3 so that routers should register (*, G) entries only for the group 224.40.40.40 and can be destined for 172.16.101.1 (RP).This group cannot be registered with any other RP.
Solution
Task 1
Based on the previous lab (Lab 151), R1 is the RP and MA (Mapping Agent) for all groups. As per your boss request, you must configure R2 and R3 so that routers should register (*, G) entries only for the group 224.40.40.40 and can be destined for 172.16.101.1 (RP). This group cannot be registered with any other RP.
R2 Configuration:
!
access-list 10 permit 224.40.40.40
!
ip pim accept-rp 172.16.101.1 10
!
R3 Configuration:
!
access-list 10 permit 224.40.40.40
!
ip pim accept-rp 172.16.101.1 10
!
Verification:
Pic. 2 - Another Group Registration.
Pic. 3 - R2 (PIM DR) Prunes the Join Message.
0 Response to "Lab 152 - PIM Accept RP"
Post a Comment