SUMMARY STEPS
1.
configure
2.
router pim [address-family {ipv4 | ipv6}]
3.
bsr candidate-bsr ip-address [hash-mask-len length] [priority value]
4.
bsr candidate-rp ip-address [group-list access-list interval seconds] [priority value] bidir
5.
interface type interface-path-id
6.
bsr-border
7.
exit
8.
exit
9.
{ipv4 | ipv6} access-list name
10.
Do one of the following:
•
[sequence-number] permit source [source-wildcard]
•
[sequence-number] permit source-prefix dest-prefix
11.
commit
12.
clear pim [vrf vrf-name] [ipv4 | ipv6] bsr
13.
show pim [vrf vrf-name] [ipv4 | ipv6] bsr candidate-rp
14.
show pim [vrf vrf-name] [ipv4 | ipv6] bsr election
15.
show pim [vrf vrf-name][ipv4 | ipv6] bsr rp-cache
16.
show pim [vrf vrf-name][ipv4 | ipv6] group-map [ip-address-name] [info-source]
DETAILED STEPS
PurposeCommand or Action
configure
Step 1
Enters PIM configuration mode, or address-family
configuration submode.
router pim [address-family {ipv4 | ipv6}]
Example:
RP/0/RSP0/CPU0:router(config)# router pim
Step 2
Configures the router to announce its candidacy as a BSR.
bsr candidate-bsr ip-address [hash-mask-len length]
[priority value]
Step 3
Example:
RP/0/RSP0/CPU0:router(config-pim-default-ipv4)#
bsr candidate-bsr 10.0.0.1 hash-mask-len 30
Configures the router to advertise itself as a PIM Version
2 candidate RP to the BSR.
bsr candidate-rp ip-address [group-list access-list
interval seconds] [priority value] bidir
Step 4
Cisco ASR 9000 Series Aggregation Services Router Multicast Configuration Guide, Release 5.1.x
58
Implementing Layer-3 Multicast Routing on Cisco IOS XR Software
Configuring the Bootstrap Router