You can configure AS or MultiServices PIC redundancy on M-series and T-series routing platforms, except TX Matrix platforms, that have multiple AS or MultiServices PICs. To configure redundancy, you specify a redundancy services PIC (rsp) interface in which the primary PIC is active and a secondary PIC is on standby. If the primary PIC fails, the secondary PIC becomes active, and all service processing is transferred to it. If the primary AS or MultiServices PIC is restored, it remains on standby and does not preempt the secondary PIC; you need to manually restore the services to the primary PIC. To determine which PIC is currently active, issue the show interfaces redundancy command.
Failover to the secondary PIC occurs under the following conditions:
![]() |
Note: Adaptive Services and MultiServices PICs in Layer-2 mode (running Layer 2 services) are not rebooted when a MAC flow-control situation is detected. |
The physical interface type rsp specifies the pairings between primary and secondary sp interfaces to enable redundancy. To configure an AS or MultiServices PIC as the backup, include the redundancy-options statement at the [edit interfaces rspnumber] hierarchy level:
- [edit interfaces rspnumber]
- redundancy-options {
- primary sp-fpc/pic/port;
- secondary sp-fpc/pic/port;
- }
![]() |
Note: You can include a similar redundancy configuration for Link Services IQ (LSQ) PICs at the [edit interfaces rlsqnumber] hierarchy level. For more information, see Configuring LSQ Interface Redundancy in a Single Router Using Virtual Interfaces. |
The following constraints apply to redundant AS or MultiServices PIC configurations:
![]() |
Note: For IPsec functionality, the router no longer needs to renegotiate security associations (SAs) during warm standby PIC switchover. Instead, the warm standby feature has been made stateful by periodically setting a checkpoint between the working state of the PIC and the Routing Engine, which should lessen the downtime during switchover. If you prefer to retain the earlier behavior, you can include the clear-ipsec-sas-on-pic-restart statement at the [edit services ipsec-vpn] hierarchy level. If you enable this capability, the router renegotiates the IPsec SAs on warm standby PIC switchover. For more information, see Clearing Security Associations. |
For a sample configuration, see Examples: Configuring Services Interfaces.