Quick Reference Guide

PowerConnect B-Series TI24X Configuration Guide 487
53-1002269-02
PIM Sparse
19
The configuration examples demonstrate the commands required to enable this application.
FIGURE 88 Anycast enabled network in a triangular mesh topology
RP 1 Configuration
The following commands provide the configuration for the RP 1 router in Figure 88.
RP1(config)#router ospf
RP1(config-ospf-router)# area 0
RP1(config-ospf-router)# exit
RP1(config)# interface loopback 1
RP1(config-lbif-1)# ip ospf area 0
RP1(config-lbif-1)# ip ospf passive
RP1(config-lbif-1)# ip address 100.1.1.1/32
RP1(config-lbif-1)# exit
RP1(config)# interface loopback 2
RP1(config-lbif-2)# ip ospf area 0
RP1(config-lbif-2)# ip ospf passive
RP1(config-lbif-2)# ip pim-sparse
RP1(config-lbif-2)# ip address 100.2.1.1/32
RP1(config-lbif-2)# exit
RP1(config)# interface ethernet 1
RP1(config-if-e10000-1)# ip ospf area 0
RP1(config-if-e10000-1)# ip ospf cost 2
RP1(config-if-e10000-1)# ip address 192.1.1.1/24
RP1(config-if-e10000-1)# ip pim-sparse
RP1(config)# interface ethernet 5
RP1(config-if-e10000-5)# ip ospf area 0
RP1(config-if-e10000-5)# ip address 192.3.1.1/24
RP1(config-if-e10000-5)# ip pim-sparse
RP1(config)# router pim
RP1(config-pim-router)# rp-address 100.2.1.1
RP1(config-pim-router)# exit
RP1(config)# router msdp
RP1(config-msdp-router)# msdp-peer 100.1.1.2 connect-source loopback 1
RP1(config-msdp-router)# msdp-peer 100.1.1.3 connect-source loopback 1
RP1(config-msdp-router)# mesh-group mesh1 100.1.1.2
RP1(config-msdp-router)# mesh-group mesh1 100.1.1.3
RP1(config-msdp-router)# originator-id loopback 1
RP1(config-msdp-router)# exit
RP1(config)#ip router-id 100.1.1.1
Loopback 1
100.1.1.1
Loopback 2
100.2.1.1
Loopback 1
100.1.1.3
Loopback 2
100.2.1.1
Loopback 1
100.1.1.2
Loopback 2
100.2.1.1
MSDP
OSPF Area 0
MSDP
MSDP
53
53
11
RP 1
RP 3
RP 2