Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

Configuring Inter-Chassis Services Redundancy for Next Gen Services

date_range 06-Dec-23

This topic describes how to configure interchassis-services redundancy for Next Gen Services. This topic contains a procedure for configuring non-stop services redundancy (automatic switchovers in both directions) and a procedure for one-way redundancy (automatic switchovers only from the original primary to the original standby).

You can also use a manual request command to release or acquire primary role:

content_copy zoom_out_map
request services redundancy-set redundancy-set trigger redundancy-event event-name <force>

The command automatically triggers the specified redundancy event. You must create a configuration that assigns the redundancy event to a redundancy policy that either releases or acquires primary role. You must also assign the redundancy policy to the redundancy set used in the command.

Configuring Non-Stop Services Redundancy for Next Gen Services Service Set

Non-stop services redundancy gives you automatic services switchovers between the MX Series routers when a critical event occurs. Automatic switchovers from gateway1 to gateway2 and from gateway2 to gateway1 take place without manual intervention.

To configure non-stop services redundancy for a service set, perform the following steps on both gateway1 and gateway2:

  1. Configure one or more redundancy events to monitor the conditions that trigger a services switchover to the peer gateway.
    1. Configure a name for the redundancy event.
      content_copy zoom_out_map
      [edit services]
      user@host# set event-options redundancy-event event-name
      

      For example:

      content_copy zoom_out_map
      [edit services]
      user@host# set event-options redundancy-event RELS_MSHIP_CRIT_EV
      
    2. Specify any interfaces that trigger a services switchover when the interface goes down.
      content_copy zoom_out_map
      [edit services event-options redundancy-event event-name]
      user@host# set monitor link-down [interface-name]
      
    3. Specify that a process routing daemon restart request triggers a services switchover.
      content_copy zoom_out_map
      [edit services event-options redundancy-event event-name]
      user@host# set monitor process routing restart
      
    4. Specify that a process routing daemon terminate request triggers a services switchover.
      content_copy zoom_out_map
      [edit services event-options redundancy-event event-name]
      user@host# set monitor process routing abort
      
    5. Specify that a request from the peer to acquire ownership triggers a services switchover.
      content_copy zoom_out_map
      [edit services event-options redundancy-event event-name]
      user@host# set monitor peer mastership-acquire
      
  2. Configure a redundancy policy that releases primary role and deletes a static route when the redundancy event conditions are met.
    1. Configure a name for the policy.
      content_copy zoom_out_map
      user@host# edit policy-options redundancy-policy policy-name
      

      For example:

      content_copy zoom_out_map
      user@host# edit policy-options redundancy-policy RLS_MSHIP_POL
      
    2. Specify the redundancy events that release primary role.
      content_copy zoom_out_map
      [edit policy-options redundancy-policy policy-name]
      user@host# set redundancy-events [event-list]
      

      For example:

      content_copy zoom_out_map
      [edit policy-options redundancy-policy RLS_MSHIP_POL
      user@host# set redundancy-events RELS_MSHIP_CRIT_EV
      

      If you want to be able to run the request services redundancy-set redundancy-set trigger redundancy-event event-name <force> to manually release primary role, include that event-name in the redundancy policy. The redundancy event itself does not need to be configured, because it is triggered by the request command.

      For example:

      content_copy zoom_out_map
      [edit policy-options redundancy-policy RLS_MSHIP_POL
      user@host# set redundancy-events [RELS_MSHIP_CRIT_EV RELS_MSHIP_MANUAL_EV]
      
    3. Release primary role.
      content_copy zoom_out_map
      [edit policy-options redundancy-policy policy-name]
      user@host# set then release-mastership
      
    4. Delete the static route.
      content_copy zoom_out_map
      [edit policy-options redundancy-policy policy-name]
      user@host# set then delete-static-route destination (receive | next-hop next-hop) routing-instance routing-instance
      
  3. Configure a redundancy event to identify when the peer gateway releases primary role.
    content_copy zoom_out_map
    [edit services]
    user@host# set event-options redundancy-event event-name monitor peer release-mastership
    

    For example:

    content_copy zoom_out_map
    [edit services]
    user@host# set event-options redundancy-event PEER_RELS_MSHIP_EV monitor peer release-mastership
    
  4. Configure a redundancy policy that acquires primary role from the peer gateway and adds a static route.
    1. Configure a name for the policy.
      content_copy zoom_out_map
      user@host# edit policy-options redundancy-policy policy-name
      

      For example:

      content_copy zoom_out_map
      user@host# edit policy-options redundancy-policy ACQU_MSHIP_POL
      
    2. Specify the redundancy events that acquire primary role.
      content_copy zoom_out_map
      [edit policy-options redundancy-policy policy-name]
      user@host# set redundancy-events [event-list]
      

      For example:

      content_copy zoom_out_map
      [edit policy-options redundancy-policy ACQU_MSHIP_POL]
      user@host# set redundancy-events PEER_RELS_MSHIP_EV
      

      If you want to be able to run the request services redundancy-set redundancy-set trigger redundancy-event event-name <force> to manually acquire primary role, include that event-name in the redundancy policy. The redundancy event itself does not need to be configured, because it is triggered by the request command.

      For example:

      content_copy zoom_out_map
      [edit policy-options redundancy-policy ACQU_MSHIP_POL]
      user@host# set redundancy-events [PEER_RELS_MSHIP_EV ACQU_MSHIP_MANUAL_EV]
      
    3. Acquire primary role.
      content_copy zoom_out_map
      [edit policy-options redundancy-policy policy-name]
      user@host# set then acquire-mastership
      
    4. Add a static route.
      content_copy zoom_out_map
      [edit policy-options redundancy-policy policy-name]
      user@host# set then add-static-route destination (receive | next-hop next-hop) routing-instance routing-instance
      
  5. Configure the redundancy set.
    1. Configure a name for the redundancy set.
      content_copy zoom_out_map
      [edit services]
      user@host# set redundancy-set redundancy-set
      

      For example:

      content_copy zoom_out_map
      [edit services]
      user@host# set redundancy-set 1
      
    2. Specify the redundancy group ID for the redundancy set.
      content_copy zoom_out_map
      [edit services redundancy-set redundancy-set]
      user@host# set redundancy-group redundancy-group
      

      For example:

      content_copy zoom_out_map
      [edit services redundancy-set 1]
      user@host# set redundancy-group 1
      

      The redundancy group ID is the same redundancy group ID configured for the ICCP daemon (iccpd) through the existing ICCP configuration hierarchy. For example,

      content_copy zoom_out_map
      iccp { 
      	local-ip-addr 10.1.1.1; 
      	peer 10.2.2.2 { 
      		redundancy-group-id-list 1; 
      		liveness-detection { 
      			minimum-interval 1000; 
      		} 
      	} 
      } 
      
    3. Specify the redundancy policy that releases primary role and the redundancy policy that acquires primary role.
      content_copy zoom_out_map
      [edit services redundancy-set redundancy-set]
      user@host# set redundancy-policy [redundancy-policy-list]
      

      For example:

      content_copy zoom_out_map
      [edit services redundancy-set 1]
      user@host# set redundancy-policy [ACQU_MSHIP_POL RLS_MSHIP_POL]
      
    4. Configure the frequency of health check probes of the redundancy set, in seconds.
      content_copy zoom_out_map
      [edit services redundancy-set redundancy-set]
      user@host# set healthcheck-timer-interval healthcheck-timer-interval
      

      The default is 30 seconds.

    5. Configure the maximum wait time for a help check response, in seconds.
      content_copy zoom_out_map
      [edit services redundancy-set redundancy-set]
      user@host# set hold-time hold-time 
      

      The range is 0 through 3600 seconds.

    6. Configure the frequency of srd hello messages, in seconds.
      content_copy zoom_out_map
      [edit services redundancy-set redundancy-set]
      user@host# set keepalive keepalive 
      

      The range is 1 through 60 seconds.

  6. Configure routing policies.
    1. Identify signal routes that requires redundancy-related routing changes. Specify the signal route and the routing table that is used.
      content_copy zoom_out_map
      [edit policy-options condition condition-name}
      user@host# set if-route-exists signal-route table routing-table
      

      For example:

      content_copy zoom_out_map
      [edit policy-options condition switchover-route-exists]
      user@host# set if-route-exists 10.45.45.0/24 table bgp1_table
      
    2. To change the local-preference for the signal route, enter it in a policy statement.
      content_copy zoom_out_map
      [edit policy-options policy-statement policy-name]
      user@host# set term term from protocol [protocol variables] prefix-list prefix-list condition condition-name then local-preference preference-value accept 
      
    3. To change as-path-prepend values for the signal route, enter them in the policy statement.
      content_copy zoom_out_map
      [edit policy-options policy-statement policy-name]
      user@host#  set term term from prefix-list prefix-list condition condition-name then as-path-prepend [as-prepend-values] next-hop self accept 
      
  7. Configure redundancy for the service set by assigning the redundancy set to the service set.
    content_copy zoom_out_map
    [edit]
    user@host# set services service-set service-set-name redundancy-set-id redundancy-set
    
  8. Repeat these steps on the peer gateway.

Configuring One-Way Services Redundancy for Next Gen Services Service Set

One-way services redundancy gives you automatic services switchovers from gateway1, the original primary gateway, to gateway2, the original standby gateway. An automatic switchover from gateway 2 to gateway1 does not happen. To switchover from gateway2 to gateway1, you must perform a manual switchover.

  1. On gateway1, the initial primary, configure one or more redundancy events to monitor the conditions that trigger a services switchover to gateway2, the standby gateway.
    1. Configure a name for the redundancy event.
      content_copy zoom_out_map
      [edit services]
      user@gateway1# set event-options redundancy-event event-name
      

      For example:

      content_copy zoom_out_map
      [edit services]
      user@gateway1# set event-options redundancy-event RELS_MSHIP_CRIT_EV
      
    2. Specify any interfaces that trigger a services switchover when the interface goes down.
      content_copy zoom_out_map
      [edit services event-options redundancy-event event-name]
      user@gateway1# set monitor link-down [interface-name]
      
    3. Specify that a process routing daemon restart request triggers a services switchover.
      content_copy zoom_out_map
      [edit services event-options redundancy-event event-name]
      user@gateway1# set monitor process routing restart
      
    4. Specify that a process routing daemon terminate request triggers a services switchover.
      content_copy zoom_out_map
      [edit services event-options redundancy-event event-name]
      user@gateway1# set monitor process routing abort
      
  2. On gateway1, configure a redundancy policy that releases primary role and deletes a static route when the redundancy event conditions are met.
    1. Configure a name for the policy.
      content_copy zoom_out_map
      user@gateway1# edit policy-options redundancy-policy policy-name
      

      For example:

      content_copy zoom_out_map
      user@gateway1# edit policy-options redundancy-policy RLS_MSHIP_POL
      
    2. Specify the redundancy events that release primary role.
      content_copy zoom_out_map
      [edit policy-options redundancy-policy policy-name]
      user@gateway1# set redundancy-events [event-list]
      

      For example:

      content_copy zoom_out_map
      [edit policy-options redundancy-policy RLS_MSHIP_POL]
      user@gateway1# set redundancy-events RELS_MSHIP_CRIT_EV
      

      If you want to be able to run the request services redundancy-set redundancy-set trigger redundancy-event event-name <force> to manually release primary role, include that event-name in the redundancy policy. The redundancy event itself does not need to be configured, because it is triggered by the request command.

      For example:

      content_copy zoom_out_map
      [edit policy-options redundancy-policy RLS_MSHIP_POL]
      user@gateway1# set redundancy-events [RELS_MSHIP_CRIT_EV RELS_MSHIP_MANUAL_EV]
      
    3. Release primary role.
      content_copy zoom_out_map
      [edit policy-options redundancy-policy policy-name]
      user@gateway1# set then release-mastership force
      
    4. Delete the static route.
      content_copy zoom_out_map
      [edit policy-options redundancy-policy policy-name]
      user@gateway1# set then delete-static-route destination (receive | next-hop next-hop) routing-instance routing-instance
      
  3. On gateway1, configure a redundancy policy that acquires primary role from gateway2 when you perform a manual request on gateway1 (request services redundancy-set redundancy-set trigger redundancy-event event-name <force>) .
    1. Configure a name for the policy.
      content_copy zoom_out_map
      user@gateway1# edit policy-options redundancy-policy policy-name
      

      For example:

      content_copy zoom_out_map
      user@gateway1# edit policy-options redundancy-policy ACQU_MSHIP_POL
      
    2. Specify the name of the redundancy event that the manual request uses.
      content_copy zoom_out_map
      [edit policy-options redundancy-policy policy-name]
      user@gateway1# set redundancy-events event-name
      

      For example:

      content_copy zoom_out_map
      [edit policy-options redundancy-policy ACQU_MSHIP_POL]
      user@gateway1# set redundancy-events ACQU_MSHIP_MANUAL_EV
      

      The redundancy event itself does not need to be configured, because it is triggered by the request command.

    3. Acquire primary role.
      content_copy zoom_out_map
      [edit policy-options redundancy-policy policy-name]
      user@host# set then acquire-mastership
      
  4. On gateway1, configure the redundancy set.
    1. Configure a name for the redundancy set.
      content_copy zoom_out_map
      [edit services]
      user@gateway1# set redundancy-set redundancy-set
      

      For example:

      content_copy zoom_out_map
      [edit services]
      user@gateway1# set redundancy-set 1
      
    2. Specify the redundancy group ID for the redundancy set.
      content_copy zoom_out_map
      [edit services redundancy-set redundancy-set]
      user@gateway1# set redundancy-group redundancy-group
      

      For example:

      content_copy zoom_out_map
      [edit services redundancy-set 1]
      user@gateway1# set redundancy-group 1
      

      The redundancy group ID is the same redundancy group ID configured for the ICCP daemon (iccpd) through the existing ICCP configuration hierarchy. For example,

      content_copy zoom_out_map
      iccp { 
      	local-ip-addr 10.1.1.1; 
      	peer 10.2.2.2 { 
      		redundancy-group-id-list 1; 
      		liveness-detection { 
      			minimum-interval 1000; 
      		} 
      	} 
      } 
      
    3. Specify the redundancy policy that releases primary role and the redundancy policy that acquires primary role.
      content_copy zoom_out_map
      [edit services redundancy-set redundancy-set]
      user@gateway1# set redundancy-policy [redundancy-policy-list]
      

      For example:

      content_copy zoom_out_map
      [edit services redundancy-set 1]
      user@gateway1# set redundancy-policy [ ACQU_MSHIP_POL RLS_MSHIP_POL]
      
    4. Configure the frequency of health check probes of the redundancy set, in seconds.
      content_copy zoom_out_map
      [edit services redundancy-set redundancy-set]
      user@gateway1# set healthcheck-timer-interval healthcheck-timer-interval
      

      The default is 30 seconds.

    5. Configure the maximum wait time for a help check response, in seconds.
      content_copy zoom_out_map
      [edit services redundancy-set redundancy-set]
      user@gateway1# set hold-time hold-time 
      

      The range is 0 through 3600 seconds.

    6. Configure the frequency of srd hello messages, in seconds.
      content_copy zoom_out_map
      [edit services redundancy-set redundancy-set]
      user@gateway1# set keepalive keepalive 
      

      The range is 1 through 60 seconds.

  5. On gateway1, configure routing policies.
    1. Identify signal routes that requires redundancy-related routing changes. Specify the signal route and the routing table that is used.
      content_copy zoom_out_map
      [edit policy-options condition condition-name}
      user@gateway1# set if-route-exists signal-route table routing-table
      

      For example:

      content_copy zoom_out_map
      [edit policy-options condition switchover-route-exists]
      user@gateway1# set if-route-exists 10.45.45.0/24 table bgp1_table
      
    2. To change the local-preference for the signal route, enter it in a policy statement.
      content_copy zoom_out_map
      [edit policy-options policy-statement policy-name]
      user@gateway1# set term term from protocol [protocol variables] prefix-list prefix-list condition condition-name then local-preference preference-value accept 
      
    3. To change as-path-prepend values for the signal route, enter them in the policy statement.
      content_copy zoom_out_map
      [edit policy-options policy-statement policy-name]
      user@gateway1# set term term from prefix-list prefix-list condition condition-name then as-path-prepend [as-prepend-values] next-hop self accept 
      
  6. On gateway1, configure redundancy for the service set by assigning the redundancy set to the service set.
    content_copy zoom_out_map
    [edit]
    user@gateway1# set services service-set service-set-name redundancy-set-id redundancy-set
    
  7. On gateway2, the initial standby, configure a redundancy event to identify when the peer gateway releases primary role.
    content_copy zoom_out_map
    [edit services]
    user@gateway2# set event-options redundancy-event event-name monitor peer release-mastership
    

    For example:

    content_copy zoom_out_map
    [edit services]
    user@gateway2# set event-options redundancy-event PEER_RELS_MSHIP_EV monitor peer release-mastership
    
  8. On gateway2, configure a redundancy policy that acquires primary role from the peer gateway and adds a static route.
    1. Configure a name for the policy.
      content_copy zoom_out_map
      user@gateway2# edit policy-options redundancy-policy policy-name
      

      For example:

      content_copy zoom_out_map
      user@gateway2# edit policy-options redundancy-policy ACQU_MSHIP_POL
      
    2. Specify the configured redundancy event for the peer gateway primary role release event.
      content_copy zoom_out_map
      [edit policy-options redundancy-policy policy-name]
      user@gateway2# set redundancy-events event-name 
      

      For example:

      content_copy zoom_out_map
      [edit policy-options redundancy-policy ACQU_MSHIP_POL]
      user@gateway2# set redundancy-events PEER_RELS_MSHIP_EV
      
    3. Acquire primary role.
      content_copy zoom_out_map
      [edit policy-options redundancy-policy policy-name]
      user@gateway2# set then acquire-mastership
      
    4. Add a static route.
      content_copy zoom_out_map
      [edit policy-options redundancy-policy policy-name]
      user@gateway2# set then add-static-route destination (receive | next-hop next-hop) routing-instance routing-instance
      
  9. On gateway2, configure a redundancy event to identify when the peer gateway requests primary role.
    content_copy zoom_out_map
    [edit services]
    user@gateway2# set event-options redundancy-event event-name monitor peer mastership-acquire
    

    For example:

    content_copy zoom_out_map
    [edit services]
    user@gateway2# set event-options redundancy-event PEER_MSHIP_ACQU_EV monitor peer mastership-acquire
    

  10. On gateway2, configure a redundancy policy that releases primary role and deletes a static route when gateway1 requests primary role.
    1. Configure a name for the policy.
      content_copy zoom_out_map
      user@gateway2# edit policy-options redundancy-policy policy-name
      

      For example:

      content_copy zoom_out_map
      user@gateway2# edit policy-options redundancy-policy RELS-MSHIP_POL
      
    2. Specify the configured redundancy event that identifies when the peer gateway requests primary role.
      content_copy zoom_out_map
      [edit policy-options redundancy-policy policy-name]
      user@gateway2# set redundancy-events event-name
      

      For example:

      content_copy zoom_out_map
      [edit policy-options redundancy-policy RELS-MSHIP_POL]
      user@gateway2# set redundancy-events PEER_MSHIP_ACQU_EV
      
    3. Release primary role.
      content_copy zoom_out_map
      [edit policy-options redundancy-policy policy-name]
      user@gateway2# set then release-mastership force
      
    4. Delete the static route.
      content_copy zoom_out_map
      [edit policy-options redundancy-policy policy-name]
      user@gateway2# set then delete-static-route destination (receive | next-hop next-hop) routing-instance routing-instance
      
  11. On gateway2, configure one or more redundancy events to monitor the conditions that trigger a warning.
    1. Configure a name for the redundancy event.
      content_copy zoom_out_map
      [edit services]
      user@gateway2# set event-options redundancy-event event-name
      

      For example:

      content_copy zoom_out_map
      [edit services]
      user@gateway2# set event-options redundancy-event WARN_EV
      
    2. Specify any interfaces that trigger a warning when the interface goes down.
      content_copy zoom_out_map
      [edit services event-options redundancy-event event-name]
      user@gateway2# set monitor link-down [interface-name]
      
    3. Specify that a process routing daemon restart request triggers a warning.
      content_copy zoom_out_map
      [edit services event-options redundancy-event event-name]
      user@gateway2# set monitor process routing restart
      
    4. Specify that a process routing daemon terminate request triggers a warning.
      content_copy zoom_out_map
      [edit services event-options redundancy-event event-name]
      user@gateway2# set monitor process routing abort
      
  12. On gateway2, configure a redundancy policy that broadcasts a warning.
    1. Configure a name for the policy.
      content_copy zoom_out_map
      user@gateway2# edit policy-options redundancy-policy policy-name
      

      For example:

      content_copy zoom_out_map
      user@gateway2# edit policy-options redundancy-policy WARN_POL
      
    2. Specify the configured redundancy events that trigger a warning.
      content_copy zoom_out_map
      [edit policy-options redundancy-policy policy-name]
      user@gateway2# set redundancy-events [event-list]
      

      For example:

      content_copy zoom_out_map
      [edit policy-options redundancy-policy WARN_POL]
      user@gateway2# set redundancy-events WARN_EV
      
    3. Broadcast the warning.
      content_copy zoom_out_map
      [edit policy-options redundancy-policy policy-name]
      user@gateway2# set then broadcast-warning
      
  13. On gateway2, configure the redundancy set.
    1. Configure a name for the redundancy set.
      content_copy zoom_out_map
      [edit services]
      user@gateway2# set redundancy-set redundancy-set
      

      For example:

      content_copy zoom_out_map
      [edit services]
      user@gateway2# set redundancy-set 1
      
    2. Specify the redundancy group ID for the redundancy set.
      content_copy zoom_out_map
      [edit services redundancy-set redundancy-set]
      user@gateway2# set redundancy-group redundancy-group
      

      For example:

      content_copy zoom_out_map
      [edit services redundancy-set 1]
      user@gateway2# set redundancy-group 1
      

      The redundancy group ID is the same redundancy group ID configured for the ICCP daemon (iccpd) through the existing ICCP configuration hierarchy. For example,

      content_copy zoom_out_map
      iccp { 
      	local-ip-addr 10.1.1.1; 
      	peer 10.2.2.2 { 
      		redundancy-group-id-list 1; 
      		liveness-detection { 
      			minimum-interval 1000; 
      		} 
      	} 
      } 
      
    3. Specify the redundancy policy that releases primary role, the redundancy policy that acquires primary role, and the redundancy policy that triggers a warning.
      content_copy zoom_out_map
      [edit services redundancy-set redundancy-set]
      user@gateway2# set redundancy-policy [redundancy-policy-list]
      

      For example:

      content_copy zoom_out_map
      [edit services redundancy-set 1]
      user@gateway2# set redundancy-policy [ ACQU_MSHIP_POL RLS_MSHIP_POL WARN_POL]
      
    4. Configure the frequency of health check probes of the redundancy set, in seconds.
      content_copy zoom_out_map
      [edit services redundancy-set redundancy-set]
      user@gateway2# set healthcheck-timer-interval healthcheck-timer-interval
      

      The default is 30 seconds.

    5. Configure the maximum wait time for a help check response, in seconds.
      content_copy zoom_out_map
      [edit services redundancy-set redundancy-set]
      user@gateway2# set hold-time hold-time 
      

      The range is 0 through 3600 seconds.

    6. Configure the frequency of srd hello messages, in seconds.
      content_copy zoom_out_map
      [edit services redundancy-set redundancy-set]
      user@gateway2# set keepalive keepalive 
      

      The range is 1 through 60 seconds.

  14. On gateway2, configure routing policies.
    1. Identify signal routes that requires redundancy-related routing changes. Specify the signal route and the routing table that is used.
      content_copy zoom_out_map
      [edit policy-options condition condition-name}
      user@gateway2# set if-route-exists signal-route table routing-table
      

      For example:

      content_copy zoom_out_map
      [edit policy-options condition switchover-route-exists]
      user@gateway2# set if-route-exists 10.45.45.0/24 table bgp1_table
      
    2. To change the local-preference for the signal route, enter it in a policy statement.
      content_copy zoom_out_map
      [edit policy-options policy-statement policy-name]
      user@gateway2# set term term from protocol [protocol variables] prefix-list prefix-list condition condition-name then local-preference preference-value accept 
      
    3. To change as-path-prepend values for the signal route, enter them in the policy statement.
      content_copy zoom_out_map
      [edit policy-options policy-statement policy-name]
      user@gateway2#  set term term from prefix-list prefix-list condition condition-name then as-path-prepend [as-prepend-values] next-hop self accept 
      
  15. On gateway2, configure redundancy for the service set by assigning the redundancy set to the service set.
    content_copy zoom_out_map
    [edit]
    user@gateway2# set services service-set service-set-name redundancy-set-id redundancy-set
    
footer-navigation