Cisco XR12000 Series Configuration Manual page 91

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. interface type interface-path-id
3. ipv4 address address mask
4. exit
5. router msdp
6. default-peer ip-address [prefix-list list]
7. originator-id type interface-path-id
8. peer peer-address
9. connect-source type interface-path-id
10. mesh-group name
11. remote-as as-number
12. Use the commit or end command.
13. show msdp [ipv4] globals
14. show msdp [ipv4] peer [peer-address]
15. show msdp [ipv4] rpf rpf-address
DETAILED STEPS
Command or Action
Step 1
configure
Example:
RP/0/0/CPU0:router# configure
Step 2
interface type interface-path-id
Example:
RP/0/0/CPU0:router(config)# interface
loopback 0
Step 3
ipv4 address address mask
Example:
RP/0/0/CPU0:router(config-if)# ipv4
address 10.0.1.3 255.255.255.0
Step 4
exit
Example:
RP/0/0/CPU0:router(config-if)# end
OL-30405-02
Purpose
Enters global configuration mode.
(Optional) Enters interface configuration mode to define the IPv4
address for the interface.
Note
(Optional) Defines the IPv4 address for the interface.
Note
Exits interface configuration mode, and returns the router to
global configuration
mode.
Cisco IOS XR Multicast Configuration Guide for the Cisco XR12000 Series Router, Release 5.1.x
Interconnecting PIM-SM Domains with MSDP
This step is required if you specify an interface type and
number whose primary address becomes the source IP
address for the TCP connection.
This step is required only if you specify an interface type
and number whose primary address becomes the source
IP address for the TCP connection. See optional for
information about configuring the connect-source
command.
81

Advertisement

Table of Contents
loading

Table of Contents