Hi guys
I have an Inter-AS setup and the MSDP peering comes up but am unable to ping
the MCAST group from AS123 to AS456 being 226.6.6.6 on R6. My topology is
like this.
R1--------------------------R2------------------------R3------------------------R4------------------------R5--------------------------------R6
R1, R2 and R3 are in AS123 and R3, R4 and R5 are in AS456
R3 and R4 are the respective RP on either AS.
Configs below for R3 and R4, please assist.
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R3
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
ip cef
!
!
!
!
no ip domain lookup
ip multicast-routing
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
!
!
!
interface Loopback0
ip address 150.1.3.3 255.255.255.255
ip pim sparse-mode
!
interface FastEthernet0/0
ip address 150.1.23.3 255.255.255.0
ip pim sparse-mode
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 150.1.34.3 255.255.255.0
ip pim bsr-border
duplex auto
speed auto
!
router ospf 1
log-adjacency-changes
passive-interface FastEthernet0/1
network 150.1.3.3 0.0.0.0 area 0
network 150.1.23.3 0.0.0.0 area 0
!
router bgp 123
no synchronization
bgp log-neighbor-changes
network 150.1.3.3 mask 255.255.255.255
neighbor 150.1.34.4 remote-as 456
no auto-summary
!
ip forward-protocol nd
!
!
ip http server
no ip http secure-server
ip pim bsr-candidate Loopback0 0
ip pim rp-candidate Loopback0
ip msdp peer 150.1.34.4 remote-as 456
!
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
login
!
!
end
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R4
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
ip cef
!
!
!
!
no ip domain lookup
ip multicast-routing
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
!
!
!
interface Loopback0
ip address 150.1.4.4 255.255.255.255
ip pim sparse-mode
!
interface FastEthernet0/0
ip address 150.1.34.4 255.255.255.0
ip pim bsr-border
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 150.1.45.4 255.255.255.0
ip pim sparse-mode
duplex auto
speed auto
!
router ospf 1
log-adjacency-changes
passive-interface FastEthernet0/0
network 150.1.4.4 0.0.0.0 area 0
network 150.1.45.4 0.0.0.0 area 0
!
router bgp 456
no synchronization
bgp log-neighbor-changes
network 150.1.4.4 mask 255.255.255.255
neighbor 150.1.34.3 remote-as 123
no auto-summary
!
ip forward-protocol nd
!
!
ip http server
no ip http secure-server
ip pim bsr-candidate Loopback0 0
ip pim rp-candidate Loopback0
ip msdp peer 150.1.34.3 remote-as 123
!
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end
Blogs and organic groups at http://www.ccie.net
Received on Fri Apr 02 2010 - 08:08:27 ART
This archive was generated by hypermail 2.2.0 : Sat May 01 2010 - 09:49:56 ART