Cisco XR12000 Series Configuration Manual page 61

Ios xr multicast configuration guide
Hide thumbs Also See for XR12000 Series:
Table of Contents

Advertisement

Implementing Multicast Routing on Cisco IOS XR Software
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:
11. Use the commit or end command.
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
Command or Action
Step 1
configure
Example:
RP/0/0/CPU0:router# configure
Step 2
router pim [address-family {ipv4 | ipv6}]
Example:
RP/0/0/CPU0:router(config)# router pim
Step 3
bsr candidate-bsr ip-address [hash-mask-len length]
[priority value]
Example:
RP/0/0/CPU0:router(config-pim-default-ipv4)#
bsr candidate-bsr 10.0.0.1 hash-mask-len 30
OL-30405-02
• [sequence-number] permit source [source-wildcard]
• [sequence-number] permit source-prefix dest-prefix
Cisco IOS XR Multicast Configuration Guide for the Cisco XR12000 Series Router, Release 5.1.x
Configuring the Bootstrap Router
Purpose
Enters global configuration mode.
Enters PIM configuration mode, or address-family
configuration submode.
Configures the router to announce its candidacy as a BSR.
51

Advertisement

Table of Contents
loading

Table of Contents