RP Discovery Methods
#IOS-XE
config replace flash:inter-as.multicast.rp.init.cfg
#IOS-XR
configure
load bootflash:inter-as.multicast.rp.init.cfg
commit replace
y
Answer
Explanation
Verification






Last updated
#IOS-XE
config replace flash:inter-as.multicast.rp.init.cfg
#IOS-XR
configure
load bootflash:inter-as.multicast.rp.init.cfg
commit replace
y






Last updated
# AS 9
#
# CSR10
ip pim bsr-candidate lo0
ip pim rp-candidate lo0
!
int GigabitEthernet2.501
ip pim bsr-border
# CSR6
int GigabitEthernet2.562
ip pim bsr-border
int GigabitEthernet2.569
ip pim bsr-border
# AS 8
#
# XR2
router pim
add ipv4
bsr candidate-bsr 8.0.0.12
bsr candidate-rp 8.0.0.12
!
int GigabitEthernet0/0/0/0.524
bsr-border
int GigabitEthernet0/0/0/0.562
bsr-border
# AS 7
#
# XR1
router pim
address-family ipv4
auto-rp mapping-agent Loopback0 scope 255
auto-rp candidate-rp Loopback0 scope 255
!
multicast-routing
add ipv4
int GigabitEthernet0/0/0/0.501
boundary DENY_AUTORP
!
ipv4 access-list DENY_AUTORP
10 deny ipv4 any host 224.0.1.39
20 deny ipv4 any host 224.0.1.40
30 permit ipv4 any any
# XR4
multicast-routing
add ipv4
int GigabitEthernet0/0/0/0.524
boundary DENY_AUTORP
int GigabitEthernet0/0/0/0.594
boundary DENY_AUTORP
!
ipv4 access-list DENY_AUTORP
10 deny ipv4 any host 224.0.1.39
20 deny ipv4 any host 224.0.1.40
30 permit ipv4 any any
# R7
ip pim autorp listener
# AS 11
#
# CSR9
ip pim rp-address 11.0.0.9
# XR3
router pim
address-family ipv4
rp-address 11.0.0.9# XR2
router pim
add ipv4
bsr candidate-bsr 8.0.0.12
bsr candidate-rp 8.0.0.12# XR1
router pim
address-family ipv4
auto-rp mapping-agent Loopback0 scope 255
auto-rp candidate-rp Loopback0 scope 255# XR2
router pim
add ipv4
int GigabitEthernet0/0/0/0.524
bsr-border
int GigabitEthernet0/0/0/0.562
bsr-border
# CSR6
int GigabitEthernet2.562
ip pim bsr-border
int GigabitEthernet2.569
ip pim bsr-border# XR4
multicast-routing
add ipv4
int GigabitEthernet0/0/0/0.524
boundary DENY_AUTORP
int GigabitEthernet0/0/0/0.594
boundary DENY_AUTORP
!
ipv4 access-list DENY_AUTORP
10 deny ipv4 any host 224.0.1.39
20 deny ipv4 any host 224.0.1.40
30 permit ipv4 any any