Information Technology Reference
In-Depth Information
Example 11-23 Customer Router Configuration (Continued)
exit-address-family
!
ip pim rp-address 10.1.0.1
ip msdp peer 10.1.1.2 connect-source Serial2/0
ip msdp peer 10.1.3.2 connect-source Serial4/0
!
The configuration for Provider A is shown in Example 11-24.
Example 11-24 Provider A Router Configuration
hostname ProviderA
!
ip multicast-routing
!
interface Loopback0
ip address 100.1.0.2 255.255.255.255
!
interface Serial2/0
ip address 10.1.1.2 255.255.255.252
ip pim sparse-mode
!
router bgp 100
...
network 100.1.0.2 mask 255.255.255.255
neighbor 10.1.1.1 remote-as 65000
!
address-family ipv4 multicast
...
neighbor 10.1.1.1 activate
network 100.1.0.2 mask 255.255.255.255
exit-address-family
!
ip pim rp-address 100.1.0.2
ip msdp peer 10.1.1.1 connect-source Serial2/0
!
The configuration for Provider B is shown in Example 11-25.
Example 11-25 Provider B Router Configuration
hostname ProviderB
!
ip multicast-routing
!
interface Loopback0
ip address 20.1.0.3 255.255.255.255
continues
Search WWH ::




Custom Search