Information Technology Reference
In-Depth Information
Example 11-21 Customer Router Configuration (Continued)
network 10.1.0.1 mask 255.255.255.255
network 10.1.100.0 mask 255.255.255.0
neighbor 10.1.1.2 remote-as 100
neighbor 10.1.2.2 remote-as 100
no auto-summary
!
address-family ipv4 multicast
neighbor 10.1.2.2 activate
no auto-summary
network 10.1.0.1 mask 255.255.255.255
network 10.1.100.0 mask 255.255.255.0
exit-address-family
!
ip pim rp-address 10.1.0.1
ip msdp peer 10.1.2.2 connect-source Serial3/0
ip msdp default-peer 10.1.2.2
!
The provider configuration is shown in Example 11-22.
Example 11-22 Provider Router Configuration
hostname Provider
!
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
!
interface Serial3/0
ip address 10.1.2.2 255.255.255.252
ip pim sparse-mode
!
router bgp 100
...
neighbor 10.1.1.1 remote-as 65000
neighbor 10.1.2.1 remote-as 65000
!
address-family ipv4 multicast
...
neighbor 10.1.2.1 activate
exit-address-family
!
ip pim rp-address 100.1.0.2
ip msdp peer 10.1.2.1 connect-source Serial3/0
!
Search WWH ::




Custom Search