Download Print this page

Cisco ASR 9000 Series Software Manual page 100

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

Advertisement

Static join
Command or Action
Step 6
vrf vrf-name
Example:
RP/0/RSP0/CPU0:router (config-mcast) # vrf v1
Step 7
address-family ipv4
Example:
RP/0/RSP0/CPU0:router(config)# address-family ipv4
Step 8
interface type interface path-id
Example:
RP/0/RSP0/CPU0:router (config-mcast-vrf-v4) #
interface pw-ether2
Step 9
enable
Example:
RP/0/RSP0/CPU0:router(config-mcast-ipv4)# enable
Step 10
exit
Example:
RP/0/RSP0/CPU0:router(config-mcast-ipv4)# exit
Step 11
commit
Static join
The static join can be achieved with IGMP or MLD. The router mld or router igmp commands can be
used to enter the MLD or IGMP modes respectively. The examples section (later in this chapter) includes the
examples for both the cases.
SUMMARY STEPS
1. configure
2. router mld
3. interface type interface-path-id
4. static-group ip-group-address source-address
5. exit
6. commit
Cisco ASR 9000 Series Aggregation Services Router Multicast Configuration Guide, Release 5.1.x
100
Implementing Layer-3 Multicast Routing on Cisco IOS XR Software
Purpose
Enters the vrf configuration mode.
Enters the IPv4 address-family configuration mode.
Enters the vrf mode for the specified pw interface.
Enables multicast routing on the pw interface in
the vrf.
Exits the current configuration mode.
Note
This step can be used, more than
once.

Advertisement

loading