Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

Configuring Link PIC Redundancy

Configuring Link State Replication

To configure link state replication:

  1. In configuration mode, go to the [edit interfaces interface-name sonet-options aps] hierarchy level.
    [edit]user@host# edit interfaces interface-name sonet-options aps
  2. Configure the preserve-interface option.
    [edit interfaces so-fpc/pic/port sonet-options aps]user@host# set preserve-interface

Displaying Link PIC Redundancy

Purpose

To display the link state replication configuration.

Action

To display link state replication options between the ports coc3-1/0/0 and coc3-2/0/0:

  1. In configuration mode, go to the [edit interfaces coc3-1/0/0] hierarchy level.
    [edit]user@host# edit interfaces coc3-1/0/0
  2. Display the link state replication details by issuing the show operational mode command.
    [edit interfaces coc3-1/0/0]user@host# show
  3. The following output is displayed.
    sonet-options {
    	aps {
    	preserve-interface;
    	working-circuit aps-group-1;
    	}
    }
    
  4. In configuration mode, go to the [edit interfaces coc3-2/0/0] hierarchy level.
    [edit]user@host# edit interfaces coc3-1/0/0
  5. Display the link state replication details by issuing the show operational mode command.
    [edit interfaces coc3-2/0/0]user@host# show
  6. The following output is displayed.
    sonet-options {
    	aps {
    	preserve-interface;
    	working-circuit aps-group-1;
    	}
    }
    

Published: 2013-07-31