Changing APS parameters

Note: Nokia recommends grouping working lines and protect lines on separate IOMs.

APS configuration rules:

The following shows an example configuration for a TDM SC-APS group using SONET/SDH channelization, and a Cpipe service using an APS SAP and a physical TDM SAP:

A:ALA-274>config# port (1/1/1)
----------------------------------------------
    sonet-sdh
        speed oc3
    exit
    no-shutdown
----------------------------------------------
A:ALA-274>config>port# aps-1
----------------------------------------------
    aps
        working-circuit tsat-1/1/2
            protect-circuit tsat-20/1/4
    exit
    sonet-sdh
            path sts1-1
            exit
            path sts1-3
            exit
            path vt15-1.1.1
            exit
            path vt15-3.7.4
            exit
        exit
        tdm
            ds1 1.1.1
                framing ds1-unframed
                clock-source node-timed
                channel-group 1
                exit
            exit
            ds1 3.7.4
                framing ds1-unframed
                clock-source node-timed
                channel-group 1
                exit
            exit
        exit
    exit
    no-shutdown
    exit
----------------------------------------------
A:ALA-274>cpipe 221 customer 1 vc-type satop-t1 create
            sap aps-100.1.1.1.1 create
            exit
            sap tsat-1/1/1.1.1.1.1 create
            exit
        exit

The following shows an example of the configuration for the working circuit/node of an MC-APS group:

A:ALA-274>config>port (10/1/3)# info
----------------------------------------------
        description "APS Group"
        aps
            neighbor 192.0.2.2
            working-circuit tsat-10/1/3
        exit 
        no shutdown 
----------------------------------------------
A:ALA-274>config>port# 

The following shows an example of the configuration for the protect circuit/node of an MC-APS group:

A:ALA-274>config>port (20/1/4)# info
----------------------------------------------
        description "APS Group"
        aps
            neighbor 192.0.2.1
            protect-circuit tsat-20/1/4
        exit 
        no shutdown 
----------------------------------------------
A:ALA-274>config>port#