Sunday, June 12, 2011

Lab 153 - PIM Accept Register

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
R1 is the RP and MA in the multicast domain. Configure R1 so it allows all multicast group registration only if it sourced by 10.1.234.4. All other sources should be denied.

Solution

Task 1
R1 is the RP and MA in the multicast domain. Configure R1 so it allows all multicast group registration (multicast stream) only if it sourced by 10.1.234.4 (server). All other sources should be denied.

R1 Configuration:
!
ip access-list extended ALLOWED_SOURCES
 permit ip host 10.1.234.4 224.0.0.0 15.255.255.255
!
ip pim accept-register list ALLOWED_SOURCES
!

Verification:
Pic. 2 - R3's Group Registration Attempt
(Server Address 10.1.123.3.).

R1 (RP) refuses to register the multicast source 10.1.234.3