Copyright © 2010, Juniper Networks, Inc.
Errata
59
Release 11.1.1
z
In the
Monitoring IGMP
section in
JunosE Multicast Routing Configuration Guide
,
Chapter 2, Configuring IGMP
, the bulleted list of field descriptions and output example
for the
show ip igmp interface
command incorrectly display the field name for the
number of multicast groups that the interface has discovered as "Groups learned".
The correct label for this field is "Groups learnt".
z
In the
Creating Multicast VPNs Using the 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)#