Download Print this page

Cisco ASR 9000 Series Software Manual page 134

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

Advertisement

Configuration Examples for multicast support on PW-HE
Configuration Examples for multicast support on PW-HE
Enabling multicast
configure
multicast-routing
address-family ipv4
interface pw-ether1
enable
vrf v1
address-family ipv4
interface pw-ether2
enable
!
!
Configuring Static Join (with IGMP)
configure
router igmp
interface pw-ether1
static-group 225.0.0.1
static-group 225.0.0.2 10.1.1.1
!
!
Configuring Static Join (with MLD)
configure
router mld
interface pw-ether2
static-group ff15::e100
static-group ff15::e100 2000:10::1
!
!
Configuring MVPN Extranet Routing: Example
These examples describe two ways to configure MVPN extranet routing:
For the full set of configuration tasks, see
Configuring the Source MVRF on the Receiver PE Router: Example
The following examples show how to configure MVPN extranet routing by specifying the source MVRF on
the receiver PE router.
You must configure both the source PE router and the receiver PE router.
Configure the Source PE Router Using Route Targets
interface Loopback5
ipv4 address 201.5.5.201 255.255.255.255
!
interface Loopback22
vrf provider-vrf
ipv4 address 201.22.22.201 255.255.255.255
!
interface GigabitEthernet0/6/0/0
vrf provider-vrf
ipv4 address 10.10.10.1 255.255.0.0
Cisco ASR 9000 Series Aggregation Services Router Multicast Configuration Guide, Release 5.1.x
134
Implementing Layer-3 Multicast Routing on Cisco IOS XR Software
Configuring MVPN Extranet Routing, on page
83.

Advertisement

loading