Errata

Juniper QFX5100 Series

Errata for Juniper QFX5100 Series

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed, PDF Page 170
3rd paragraph, demo-template.j2

The jinja template provided seems incomplete. The content for the two sections provided (vlans and interfaces) seems to be missing.

This is from the document:

vlans {

}

interfaces {


}


For the vlan section in the jinja template I believe you need something like:

{% for vlan in vvlans %}
vlans {
{{ vlan }} {
vlan-id {{ vvlans[vlan]['vlan_id'] }};
description {{ vvlans[vlan]['desc'] }};
}

}
{% endfor %}

David Lauer  Feb 09, 2015 
Printed Page 192
Last paragraph "graceful-restart"

In the section regarding BGP Graceful Restart (page 192), the author states "Of course, you want the ability to make policy changes to BGP without having to tear down existing sessions. To enable this functionality, you can enable the graceful-restart feature in Junos".

This is an error. Graceful Restart is a high availability feature that allows a router to continue forwarding packets during a routing engine restart. It has nothing to do with policy changes. The author is confusing Graceful Restart with the Route Refresh Capability. The latter is enabled by default in Junos.

Anonymous  Dec 23, 2014