Errata
63
Release 11.0.2
In the
Creating Multicast VPNs Using Default MDT
section in
Chapter 3,
Configuring PIM for IPv4 Multicast
of the
JunosE Multicast Routing Configuration
Guide,
the command line configuration examples in Step 8, Step 9, and Step 10
are incorrect. The following steps present the correct information:
Step 8: Configure the IP interface (Tv) in PE2:CE1 as a numbered or
unnumbered PIM sparse-mode interface. Use the same address as the
loopback interface, Lp in the parent router, PE2.
host1(config)#
virtual-router PE2:CE1
host1:PE2:CE1(config)#
interface tunnel gre:MTI-21
host1:PE2:CE1(config-if)#
ip address 2.2.2.2 255.255.255.255
host1:PE2:CE1(config-if)#
ip pim sparse-mode
host1:PE2:CE1(config-if)#
exit
host1:PE2:CE1#
Step 9: Configure the IP interface (Tv) in PE2:CE2 as a numbered or
unnumbered PIM sparse-mode interface. Use the same address as the
loopback interface, Lp in the parent router, PE2.
host1(config)#
virtual-router PE2:CE2
host1:PE2:CE2(config)#
interface loopback 0
host1:PE2:CE2(config-if)#
ip address 2.2.2.2 255.255.255.255
host1:PE2:CE2(config-if)#
exit
host1:PE2:CE2(config)#
host1:PE2:CE2(config)#
interface tunnel gre:MTI-22
host1:PE2:CE2(config-if)#
ip unnumbered loopback 0
host1:PE2:CE2(config-if)#
ip pim sparse-mode
host1:PE2:CE2(config-if)#
exit
host1:PE2:CE2#
Step 10: Configure the Tp interfaces in the parent router, PE2, as
unnumbered PIM sparse-mode interfaces tied to the loopback interface,
Lp.
host1(config)#
virtual-router PE2
host1: PE2(config)#
interface tunnel gre:MTI-21.mdt
host1:PE2(config-if)#
ip unnumbered loopback 0
host1:PE2(config-if)#
ip pim sparse-mode
host1:PE2(config-if)#
exit
host1:PE2(config)#
host1:PE2(config)#
interface tunnel gre:MTI-22.mdt
host1:PE2(config-if)#
ip unnumbered loopback 0
host1:PE2(config-if)#
ip pim sparse-mode
host1:PE2(config-if)#
exit
host1:PE2(config)#