Saturday, August 21, 2010

INE Vol 1 multicast - Lab 4 - AutoRP

Notes:

Previous lab asked you to use a static rp address, in this lab, the objective is to use Auto RP.
Configure the network to support PIM Sparse Dense mode and designate which router will be the RP and which router the Mapping Agent (can be 1 and the same), usually using a loopback interface.

Configs:

R1 as the RP
R1#sh run
Building configuration...

Current configuration : 2367 bytes
!
hostname R1
no aaa new-model
ip source-route
ip cef
!
no ip domain lookup
ip multicast-routing
no ipv6 cef
!
interface Loopback0
ip address 150.1.1.1 255.255.255.255
ip pim sparse-dense-mode
!
interface Serial1/0
no ip address
encapsulation frame-relay
serial restart-delay 0
no frame-relay inverse-arp
!
interface Serial1/0.12 point-to-point
ip address 150.1.12.1 255.255.255.0
ip pim sparse-dense-mode
snmp trap link-status
frame-relay interface-dlci 102
!
interface Serial1/1
ip address 150.1.13.1 255.255.255.0
ip pim sparse-dense-mode
serial restart-delay 0
!
!
interface FastEthernet2/0
ip address 150.1.15.1 255.255.255.0
ip pim sparse-dense-mode
duplex auto
speed auto
!
router ospf 1
log-adjacency-changes
network 0.0.0.0 255.255.255.255 area 0
!
ip pim send-rp-announce Loopback0 scope 16
!

R5 - Mapping Agent

R5#sh run
Building configuration...

Current configuration : 2331 bytes
!
upgrade fpd auto
version 12.4

hostname R5

ip source-route
ip cef
!
no ip domain lookup
ip multicast-routing
no ipv6 cef
!
multilink bundle-name authenticated
!
interface Loopback0
ip address 150.1.5.5 255.255.255.255
ip pim sparse-dense-mode
!
interface Serial1/0
no ip address
encapsulation frame-relay
serial restart-delay 0
no frame-relay inverse-arp
!
interface Serial1/0.54 point-to-point
ip address 150.1.45.5 255.255.255.0
ip pim sparse-dense-mode
snmp trap link-status
frame-relay interface-dlci 504
!
interface FastEthernet2/0
ip address 150.1.56.5 255.255.255.0
ip pim sparse-dense-mode
duplex auto
speed auto
!
interface FastEthernet2/1
ip address 150.1.15.5 255.255.255.0
ip pim sparse-dense-mode
duplex auto
speed auto
!
router ospf 1
log-adjacency-changes
network 0.0.0.0 255.255.255.255 area 0
!
ip pim send-rp-discovery Loopback0 scope 16