Link services IQ (lsq-) interfaces that are paired with SONET PICs can use the Automatic Protection Switching (APS) configuration already available on SONET networks to provide failure recovery. SONET APS provides stateless failure recovery, if it is configured on SONET interfaces in separate chassis and each SONET PIC is paired with an AS or MultiServices PIC in the same chassis. If one of the following conditions for APS failure is met, the associated SONET PIC triggers recovery to the backup circuit and its associated AS or MultiServices PIC. The failure conditions are:
The guidelines for configuring SONET APS are described in the JUNOS Network Interfaces Configuration Guide.
The following sections describe how to configure failover properties:
To configure the association between AS or MultiServices PICs hosting link services IQ interfaces and the SONET interfaces, include the lsq-failure-options statement at the [edit interfaces] hierarchy level:
- lsq-fpc/pic/port {
-
- lsq-failure-options {
- no-termination-request;
- [ trigger-link-failure interface-name ];
- }
- }
For example, consider the following network scenario:
Configure SONET APS, with oc3-0/2/0 as the working circuit and oc3-2/2/0 as the protect circuit. Include the trigger-link-failure statement to extend failure to the LSQ PICs:
![]() |
Note: You must configure the lsq-failure-options statement on the primary router only. The configuration is not supported on the backup router. |
To inhibit the router from sending PPP termination-request messages to the remote host if the Link Services IQ PIC fails, include the no-termination-request statement at the [edit interfaces lsq-fpc/pic/port lsq-failure-options] hierarchy level:
- [edit interfaces lsq-fpc/pic/port lsq-failure-options]
- no-termination-request;
This functionality is supported on link PICs as well. To inhibit the router from sending PPP termination-request messages to the remote host if a link PIC fails, include the no-termination-request statement at the [edit interfaces interface-name ppp-options] hierarchy level.
- [edit interfaces interface-name ppp-options]
- no-termination-request;
The no-termination-request statement is supported only with MLPPP and SONET APS configurations and works with PPP, PPP over Frame Relay, and MLPPP interfaces only, on the following PICs:
Juniper Networks routers configured with APS might not interoperate correctly with Cisco FRF.16. To enable interoperation, include the cisco-interoperability statement at the [edit interfaces lsq-fpc/pic/port mlfr-uni-nni-bundle-options] hierarchy level:
- [edit interfaces lsq-fpc/pic/port mlfr-uni-nni-bundle-options]
- cisco-interoperability send-lip-remove-link-for-link-reject;
The send-lip-remove-link-for-link-reject option prompts the router to send a Link Integrity Protocol remove link when it receives an add-link rejection message.
The following restrictions apply to LSQ failure recovery:
![]() |
Note: When an AS PIC experiences persistent back pressure as a result of high traffic volume for 3 seconds, the condition triggers an automatic core dump and reboot of the PIC to help clear the blockage. A system log message at level LOG_ERR is generated. This mechanism applies to both Layer 2 and Layer 3 service packages. |