Errata
63
Release 11.0.1
In the
Creating Multicast VPNs Using Default MDT
section in
Chapter 3,
Configuring PIM for IPv4 Multicast
of the
JUNOSe Multicast Rounting
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)#
In the
Graceful Restarts
section in
JUNOSe BGP and MPLS Configuration Guide,
Chapter 1, Configuring BGP Routing
, the following corrections and additions
apply to the working of the BGP graceful restart feature:
The
bgp graceful-restart
and
neighbor graceful-restart
command sections
incorrectly state that advertisement of the graceful restart capability is
enabled by default. The correct default behavior of these commands is that
BGP graceful restart is disabled, and advertisement of the graceful restart
capability is also disabled, both globally and for specified peers or peer
groups.