Download Print this page

Cisco ASR 9000 Series Software Manual page 63

Layer 3 multicast routing
Hide thumbs Also See for ASR 9000 Series:

Advertisement

Implementing Layer-3 Multicast Routing on Cisco IOS XR Software
Before You Begin
For NSF to operate in your multicast network, you must also enable NSF for the unicast protocols (such as
IS-IS, OSPF, and BGP) that PIM relies on for Reverse Path Forwarding (RPF) information. See the appropriate
configuration modules to learn how to configure NSF for unicast protocols.
SUMMARY STEPS
1. configure
2. router pim [address-family {ipv4 | ipv6}]
3. nsf lifetime seconds
4. exit
5. router {igmp | mld}
6. nsf lifetime seconds
7. commit
8. show {igmp nsf
9. show mfib [ipv4 | ipv6] nsf [location node-id]
10. show mrib [ipv4 | ipv6] nsf
11. show pim [ipv4 | ipv6] nsf
DETAILED STEPS
Command or Action
Step 1
configure
Step 2
router pim [address-family {ipv4 | ipv6}]
Example:
RP/0/RSP0/CPU0:router(config)# router pim
address-family ipv4
Step 3
nsf lifetime seconds
Example:
RP/0/RSP0/CPU0:router(config-pim-default-ipv4)#
nsf lifetime 30
Step 4
exit
Example:
RP/0/RSP0/CPU0:router(config-pim-default-ipv4)#
exit
Cisco ASR 9000 Series Aggregation Services Router Multicast Configuration Guide, Release 5.1.x
Configuring Multicast Nonstop Forwarding
Purpose
(Optional) Enters PIM address-family configuration
submode.
(Optional) Configures the NSF timeout value for multicast
forwarding route entries under the PIM process.
If you configure the PIM hello interval to a
Note
nondefault value, configure the PIM NSF lifetime
to a value less than the hello hold time. Typically
the value of the hold-time field is 3.5 times the
interval time value, or 120 seconds if the PIM hello
interval time is 30 seconds.
(Optional) Exits PIM configuration mode and returns the
router to the source configuration mode.
63

Advertisement

loading