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 an ATM SC-APS group that contains an aPipe 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 1/1/1
            protect-circuit 1/1/2
    exit
    sonet-sdh
        path
            atm
            exit
            no-shutdown
        exit
    exit
    no-shutdown
    exit
----------------------------------------------
A:ALA-274>config>service# apipe 100
----------------------------------------------
    sap aps-1:0/100 create
    exit
    spoke-sdp 1:100 create
    exit
    no-shutdown
----------------------------------------------

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

A:ALA-274>config>port (2/1/1)# info
----------------------------------------------
        description "APS Group"
        aps
            neighbor 192.0.2.2
            working-circuit 2/1/1
        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 (2/2/2)# info
----------------------------------------------
        description "APS Group"
        aps
            neighbor 192.0.2.1
            protect-circuit 2/2/2
        exit 
        no shutdown 
----------------------------------------------
A:ALA-274>config>port#