[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring the Redundancy Services PIC (rsp) Interface

To configure, create a redundancy services PIC (rsp) interface, and specify the primary and secondary service PIC and the inside and outside service domains.

Step-by-Step Procedure

To configure the rsp interface:

  1. Configure the interface, and enter edit mode for the interface.
    [edit]
    user@host#edit interfaces rsp1
  2. Specify the service PIC that is to be the primary PIC.
    [edit interfaces rsp1]
    user@host#set redundancy-options primary sp-1/2/0
  3. Specify the service PIC that is to be the secondary PIC.
    [edit interfaces rsp1]
    user@host#set redundancy-options secondary sp-1/3/0
  4. Configure a logical unit and specify the protocol family.
    [edit interfaces rsp1]
    user@host#set unit 10 family inet
  5. Set the service domain of the logical unit to inside. This unit number must match the unit number of the inside service interface configured in the service set.
    [edit interfaces rsp1]
    user@host#set unit 10 service-domain inside
  6. Configure another logical unit and specify the protocol family.
    [edit interfaces rsp1]
    user@host#set unit 20 family inet
  7. Set the service domain of the logical unit to outside. This unit number must match the unit number of the outside service interface configured in the service set.
    [edit interfaces rsp1]
    user@host#set unit 20 service-domain outside

[Contents] [Prev] [Next] [Index] [Report an Error]