Specifications

processing for all packets that use PPM and run all PPM processing on the Routing
Engine by configuring the no-delegate-processing configuration statement at the [edit
routing-options ppm] hierarchy level.
The following additional information regarding the working of unnumbered interfaces
applies to the “Example: Configuring an Unnumbered Ethernet Interface section in the
Configuring an Unnumbered Interface topic:
The sample configuration that is described works correctly on M Series and T Series
routers. For unnumbered interfaces on MX Series routers, you must additionally
configure static routes on an unnumbered Ethernet interface by including the
qualified-next-hop statement at the [edit routing-options static route destination-prefix]
hierarchy level to specify the unnumbered Ethernet interface as the next-hop interface
for a configured static route.
Ethernet Networking Feature Guide for MX Series Routers
The following corrections apply to the “Example: Configuring One VPLS Instance for
Several VLANs” topic:
The following sentence is erroneously presented:
If VLANs 1 through 1000 for customer C1 span the same sites, then the vlan-id all and
vlan-id-list-range statements provide a way to switch all of these VLANs with a
minimum configuration effort and fewer switch resources.
The correct description is as follows:
If VLANs 1 through 1000 for customer C1 span the same sites, then the vlan-id all and
vlan-id-list statements provide a way to switch all of these VLANs with a minimum
configuration effort and fewer switch resources.
The following example replaces the existing example that illustrates the use of the
vlan-id all statement:
[edit]
interfaces ge-1/0/0 {
encapsulation flexible-ethernet-services;
flexible-vlan-tagging;
unit 1 {
encapsulation vlan-vpls;
family bridge {
interface-mode trunk;
vlan-id-list 1-1000; # Note the use of the VLAN id list statement.
}
}
unit 11 {
encapsulation vlan-vpls;
family bridge {
interface-mode trunk;
vlan-id-list 1500;
}
}
}
interfaces ge-2/0/0 {
encapsulation flexible-ethernet-services;
141Copyright © 2015, Juniper Networks, Inc.
Documentation Updates