Configuring Pim-Sm And Pim-Ssm - Cisco ASR 9000 Series Configuration Manual

Aggregation services router multicast
Hide thumbs Also See for ASR 9000 Series:
Table of Contents

Advertisement

Configuring PIM-SM and PIM-SSM

Configuring PIM-SM and PIM-SSM
SUMMARY STEPS
1. configure
2. multicast-routing [address-family {ipv4 | ipv6}]
3. interface all enable
4. exit
5. Use router igmp for IPv4 hosts or use router mld for IPv6
6. version {1 | 2 | 3} for IPv4 (IGMP) hosts or version {1 | 2} for IPv6 (MLD) hosts.
7. commit
8. show pim [ipv4 | ipv6] group-map [ip-address-name] [info-source]
9. show pim [vrf vrf-name] [ipv4 | ipv6] topology [source-ip-address [group-ip-address] | entry-flag flag
| interface-flag | summary] [route-count]
DETAILED STEPS
Command or Action
Step 1
configure
Step 2
multicast-routing [address-family {ipv4 | ipv6}]
Example:
RP/0/RSP0/CPU0:router(config)#
multicast-routing
Step 3
interface all enable
Example:
RP/0/RSP0/CPU0:router(config-mcast-ipv4)#
interface all enable
Step 4
exit
Example:
RP/0/RSP0/CPU0:router(config-mcast-ipv4)# exit
Step 5
Use router igmp for IPv4 hosts or use router mld for
IPv6
Example:
RP/0/RSP0/CPU0:router(config)# router igmp
RP/0/RSP0/CPU0:router(config)# router mld
Cisco ASR 9000 Series Aggregation Services Router Multicast Configuration Guide, Release 6.0.x
190
Implementing Layer-3 Multicast Routing on Cisco IOS XR Software
Purpose
Enters multicast routing configuration mode.
• The following multicast processes are started: MRIB,
MFWD, PIM, and IGMP.
• For IPv4, IGMP version 3 is enabled by default.
Enables multicast routing and forwarding on all new and
existing interfaces.
Exits multicast routing configuration mode, and returns the
router to the source configuration mode.
(Optional) Enters router IGMP configuration mode (for IPv4
hosts), or enters router MLD configuration mode (for IPv6
hosts).

Advertisement

Table of Contents
loading

Table of Contents