Cisco XR 12000 Series Configuration Manual page 43

Hide thumbs Also See for XR 12000 Series:
Table of Contents

Advertisement

Implementing Multicast Routing on Cisco IOS XR Software Cisco ASR 9000 Series Routers
DETAILED STEPS
Command or Action
Step 1
configure
Example:
RP/0/0/CPU0:router# configure
Step 2
multicast-routing [vrf vrf-name]
[address-family {ipv4 | ipv6}]
Example:
RP/0/0/CPU0:router(config)# multicast-routing
address-family ipv4
Step 3
rate-per-route
Example:
RP/0/0/CPU0:router(config-mcast-default-ipv4)#
rate-per-route
Step 4
interface {type interface-path-id | all} enable
Example:
RP/0/0/CPU0:router(config-mcast-default-ipv4)#
interface all enable
or
RP/0/0/CPU0:router(config-mcast-default-ipv4)#
interface FastEthernet0/3/3/1 enable
Step 5
accounting per-prefix
Example:
RP/0/0/CPU0:router(config-mcast-default-ipv)#
accounting per-prefix
OL-
Purpose
Enters global configuration mode.
Enters multicast routing configuration mode.
The following multicast processes are started: MRIB,
MFWD, PIM, IGMP, and MLD.
For IPv4, IGMP version 3 is enabled by default; for
IPv6, MLD version 1 is enabled by default.
Enables a per (S,G) rate calculation for a particular route.
Enables multicast routing on all interfaces.
Enables per-prefix counters present in
hardware:accounting per-prefix—Enables three
counters on ingress (forward, punt and drop, and two on
egress (forward and punt) on every existing and new (S,
G) route. The (*, G) routes are assigned a single
counter.
Multicast Configuration Guide
How to Implement Multicast Routing
MCC-35

Advertisement

Table of Contents
loading

Table of Contents