Concept Guide
 ip address 10.11.6.34/24
 no shutdown
!
interface ManagementEthernet 1/1
 ip address 10.11.80.3/24
 no shutdown
!
interface Loopback 0
 ip pim sparse-mode
 ip address 192.168.0.3/32
 no shutdown
!
router ospf 1
 network 10.11.6.0/24 area 0
 network 192.168.0.3/32 area 0
 redistribute static
 redistribute connected
 redistribute bgp 200
!
router bgp 200
 redistribute ospf 1
 neighbor 192.168.0.2 remote-as 100
 neighbor 192.168.0.2 ebgp-multihop 255
 neighbor 192.168.0.2 update-source Loopback 0
 neighbor 192.168.0.2 no shutdown
!
ip multicast-msdp
ip msdp peer 192.168.0.1 connect-source Loopback 0
!
ip route 192.168.0.2/32 10.11.0.23
MSDP Sample Conguration: R4 Running-Cong
ip multicast-routing
!
interface TenGigabitEthernet 1/1/1
 ip pim sparse-mode
 ip address 10.11.5.1/24
 no shutdown
!
interface TenGigabitEthernet 1/22/1
 ip address 10.10.42.1/24
 no shutdown
!
interface TenGigabitEthernet 1/31/1
 ip pim sparse-mode
 ip address 10.11.6.43/24
 no shutdown
!
interface Loopback 0
 ip address 192.168.0.4/32
 no shutdown
!
router ospf 1
 network 10.11.5.0/24 area 0
 network 10.11.6.0/24 area 0
 network 192.168.0.4/32 area 0
!
ip pim rp-address 192.168.0.3 group-address 224.0.0.0/4
Multicast Source Discovery Protocol (MSDP)
587










