Configuring The Default Mdt - Juniper JUNOSE 11.0.X MULTICAST ROUTING Configuration Manual

For e series broadband services routers - multicast routing configuration
Hide thumbs Also See for JUNOSE 11.0.X MULTICAST ROUTING:
Table of Contents

Advertisement

Configuring the Default MDT

To configure the default MDT:
On the parent virtual-router, configure an IP interface over the MDT interface,
1.
and make it a PIM interface.
host1(config)#virtual-router pe1
host1:pe1(config)#ip multicast-routing
host1:pe1(config)#interface loopback 0
host1:pe1(config-if)#ip address 1.1.1.1 255.255.255.255
host1:pe1(config-if)#ip pim sparse-mode
host1:pe1(config-if)#exit
Configure the VRF.
2.
host1(config)#virtual-router pe1
host1:pe1(config)#ip vrf pe13
host1:pe1(config-vrf)#rd 100:13
host1:pe1(config-vrf)#route-target both 100:3
host1:pe1(config-vrf)#exit
To enable MDT, configure a GRE multicast tunnel interface (MTI) for VPN1.
3.
host1:pe1(config)#virtual-router default
host1:(config)#interface tunnel gre:MTI-11 transport-virtual-router pe1
host1:(config-if)#tunnel source 1.1.1.1
host1:(config-if)#tunnel destination 233.3.1.1
host1:(config-if)#tunnel mdt
host1:(config-if)#exit
The tunnel mdt command enables the IP tunnel component to create an MDT
interface.
For the VRF, configure an IP interface on the MTI interface.
4.
host1(config)#virtual-router pe1
host1:pe1(config)#virtual-router pe1:pe13
host1:pe1:pe13(config)#ip multicast-routing
host1:pe1:pe13(config)#interface loopback 0
host1:pe1:pe13(config-if)#ip address 1.1.1.1 255.255.255.255
host1:pe1:pe13(config-if)#exit
NOTE: The IP address that you configure for the VRF must be identical to the IP
address of the loopback interface in the parent virtual router.
Configure the MTI interface in the VRF.
5.
host1:pe1:pe13(config)#interface tunnel gre:MTI-11
host1:pe1:pe13(config-if)#ip unnumbered loopback 0
host1:pe1:pe13(config-if)#ip pim sparse-mode
host1:pe1:pe13(config-if)#exit
Chapter 3: Configuring PIM for IPv4 Multicast
Creating Multicast VPNs
101

Advertisement

Table of Contents
loading

Table of Contents