This section lists outstanding issues with the documentation.
![]() |
Note: The target link and the name of the Knowledge Base were both changed. |
[High Availability]
The syntax of the traceroute mpls ldp command is:
- traceroute mpls <ldp> fec
- <destination>
- <detail>
- <exp>
- <fanout>
- <logical-system>
- <no-resolve>
- <paths>
- <retries>
- <routing-instance>
- <source>
- <ttl>
- <update>
- <wait>
The following options are specific to the traceroute mpls ldp command:
fec — Specify the IP address and optional prefix of FEC.destination — (Optional) Specify the destination address to use when sending probes.detail — (Optional) Display detailed output.exp — (Optional) Specify the class-of-service to use when sending probes. The range of values is 0 through 7. The default value is 7.fanout — (Optional) Specify the maximum number of nexthops to search per node. The range of values is 1 through 16. The default value is 16.paths — (Optional) Specify the number of paths to search. The range of values is 1 through 255. The default value is 16.retries — (Optional) Specify the number of times to resend probe. values. The range of values is 1 through 9. The default value is 3.The syntax of the traceroute mpls rsvp command is:
- traceroute mpls <rsvp> lsp-name
- <detail>
- <exp>
- <logical-system>
- <no-resolve>
- <retries>
- <source>
The following options are specific to the traceroute mpls rsvp command:
lsp-name — Specify the name of the LSP to be traced.detail — (Optional) Display detailed output.exp — (Optional) Specify the class-of-service to use when sending probes. The range of values is 0 through 7. The default value is 7.retries — (Optional) Specify the number of times to resend probe. The range of values is 1 through 9. The default value is 3.For a description of the other common command options, see the documentation for the parent traceroute command. [System Basics Command Reference]
Configure path MTU discovery for outgoing Transmission Control Protocol (TCP) connections:
[System Basics]
Configuring the Authentication Order—Using the authentication-order statement, you can prioritize the order in which the JUNOS software tries the different authentication methods when verifying user access to a router.
To configure the authentication order, include the authentication-order statement at the [edit system] hierarchy level:
- [edit system]
- authentication-order [authentication-methods ];
Specify one or more of the following authentication methods in the preferred order, from first tried to last tried:
For each login attempt, the JUNOS software tries the configured authentication methods in order until the password is accepted. If the username and password are accepted, the login attempt succeeds and no other authentication methods are tried. The next method in the authentication order is consulted if the previous authentication method fails to respond OR if the method returns a reject response to the login attempt due to an incorrect username or password.
If none of the configured authentication methods accept the login credentials and if a reject response is received, the login attempt fails. If no response is received from any configured authentication method, the JUNOS software consults local password authentication as a last resort.
Using RADIUS or TACACS+ Authentication—You can configure the JUNOS software to be both a RADIUS or TACACS+ authentication client.
If an authentication method included in the [authentication-order] statement is not available, or if the authentication is available but returns a reject response, the JUNOS software tries the next authentication method included in the authentication-order statement.
The RADIUS or TACACS+ server authentication might fail because of the following reasons:
The RADIUS or TACACS+ server authentication might return a reject response because of the following reasons:
Using Local Password Authentication—You can explicitly configure the password authentication method or use this method as a fallback mechanism when remote authentication servers fail. The password authentication method consults the local user profiles configured at the [edit system login] hierarchy level. Users can log in to a router using their local user name and password in the following scenarios:
Order of Authentication Attempts—The following table describes how the authentication-order statement at the [edit system] hierarchy level determines the procedure that the JUNOS software uses to authenticate users for access to a routing platform:
Table 2: Order of Authentication Attempts
[System Basics]
- (active | passiverib-groups);
The correct statement is the following:
- (active | passive);
However, the passiverib-groups statement links correctly to the summary page for the passive statement. [Routing]
A commit check is also now enforced for firewall filter and policy statement names. The commit check fails if these names include special characters. You configure firewall filters at the [edit firewall filter filter-name] hierarchy level. You configure a policy statement at the [edit policy-options policy-statement policy-name] hierarchy level. [Routing Protocols Configuration Guide, Policy Framework Configuration Guide]
The statement hierarchy for the vpls statement shown in the “Configuring the VPLS Routing Instance” section includes an extraneous bracket character (}). The corrected statement hierarchy is as follows:
- vpls {
-
- active-inteface {
- any;
- primary interface-name;
- }
- interface-mac-limit limit;
- mac-table-size size;
- neighbor neighbor-id;
- no-tunnel-services;
-
- site site-name {
-
- active-interface {
- any;
- primary interface-name;
- }
-
- interface interface-name {
- interface-mac-limit limit;
- }
- multi-homing;
- site-identifier identifier;
- site-preference preference-value;
- }
- site-range number;
-
- traceoptions {
- file filename <replace> <size size> <files number> <no-stamp>;
- flag flag <flag-modifier> <disable>;
- }
-
- tunnel-services {
- devices device-names;
- primary primary-device-name;
- }
- vpls-id vpls-id;
- }
[VPNs]