Quick Reference Guide

PowerConnect B-Series TI24X Configuration Guide 485
53-1002269-02
PIM Sparse
19
Syntax: [no] message-interval <num>
The <num> parameter specifies the number of seconds and can from 1 – 65535. The default is
60.
Dropping PIM traffic in hardware
Unwanted PIM Dense or PIM Sparse multicast traffic can be dropped in hardware on Layer 3
Switches. Refer to “Passive multicast route insertion” on page 501.
On PowerConnect B-Series TI24X devices, anycast RP is supported on a fully-meshed topology.
Configure MSDP peers and configure mesh-groups that use a fully meshed peer topology. MSDP
peering can be established between physical interfaces or loopback interfaces. MSDP is used
between all intra-domain RPs in a full-mesh configuration to provide redundancy and backup of
PIM-SM network.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 10.0.0.1/32
RP1(config-lbif-1)# ip pim-sparse
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 address 10.1.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 address 192.1.1.1/24
RP1(config-if-e10000-1)# ip pim-sparse
RP1(config)# interface ethernet 2
RP1(config-if-e10000-2)# ip ospf area 0
RP1(config-if-e10000-2)# ip ospf cost 5
RP1(config-if-e10000-2)# ip address 192.2.1.1/24
RP1(config-if-e10000-2)# ip pim-sparse
RP1(config)# interface ethernet 3
RP1(config-if-e10000-3)# ip ospf area 0
RP1(config-if-e10000-3)# ip ospf cost 10
RP1(config-if-e10000-3)# ip address 192.3.1.1/24
RP1(config-if-e10000-3)# ip pim-sparse
RP1(config-if-e10000-3)# exit
RP1(config)# router pim
RP1(config-pim-router)# rp-candidate loopback 1
RP1(config-pim-router)# exit
RP1(config)# router msdp
RP1(config-msdp-router)# msdp-peer 10.1.1.2 connect-source loopback 2
RP1(config-msdp-router)# originator-id loopback 2
RP1(config)#ip router-id 10.1.1.1RP2(config)#router ospf
RP2(config-ospf-router)# area 0
RP2(config-ospf-router)# exit
RP2(config)# interface loopback 1
RP2(config-lbif-1)# ip ospf area 0
RP2(config-lbif-1)# ip ospf passive
RP2(config-lbif-1)# ip address 10.0.0.1/32
RP2(config-lbif-1)# ip pim-sparse