Cisco CRS Series Configuration Manual page 82

Cisco ios xr multicast configuration guide for the cisco crs router, release 5.2.x
Hide thumbs Also See for CRS Series:
Table of Contents

Advertisement

Configuring Native PIM BIDIR
DETAILED STEPS
Command or Action
Step 1
configure
Step 2
ipv4 access-list name
Example:
RP/0/RP0/CPU0:router(config)# ipv4 access-list
group_1
Step 3
[sequence-number] permit source [source-wildcard]
Example:
RP/0/RP0/CPU0:router(config-ipv4-acl)# 10 permit
239.1.1.0 0.0.255.255
Step 4
interface type interface-path-id
Example:
RP/0/RP0/CPU0:router(config)# interface loopback 2
Step 5
{ipv4 | ipv6} address address mask
Example:
RP/0/RP0/CPU0:router(config-if)# ipv4 address
10.0.1.3 255.255.255.0
RP/0/RP0/CPU0:router(config-if)# ipv6 address
102:2::2:102/128
Step 6
router ospf 100
Example:
RP/0/RP0/CPU0:router(config)# router ospf 100
Step 7
nsf cisco
Example:
RP/0/RP0/CPU0:router(config-ospf)# nsf cisco
Step 8
area area_id
Example:
RP/0/RP0/CPU0:router(config-ospf-ar)# area 0
Cisco IOS XR Multicast Configuration Guide for the Cisco CRS Router, Release 5.2.x
72
Implementing Multicast Routing on Cisco IOS XR Software
Purpose
Defines the ipv4 access-list.
Permits multicast group 239.1.1.0 0.0.255.255 for the
"rp-access" list.
Enters interface configuration mode to define the
IPv4 address for the interface.
Defines the IPv4 address for the interface.
Configures the OSPF routing process.
Enables Cisco Non Stop Forwarding.
Configures the area id and enters the OSFP area
configuration mode.

Advertisement

Table of Contents
loading

Table of Contents