4-port OC3/STM1 Clear Channel Adapter Card

Use the following CLI syntax to configure a SONET/SDH network port on a 4-port OC3/STM1 Clear Channel Adapter card.

CLI Syntax:
port port-id
    sonet-sdh
        path [sonet-sdh-index]
            encap-type ppp-auto
            mode network
            network
                accounting-policy policy-id
                [no] collect-stats 
                queue-policy name 
            [no] shutdown

The following CLI syntax shows an example of configuring a SONET/SDH network port on a 4-port OC3/STM1 Clear Channel Adapter card.

Example:
config# port 1/2/2
config>port# sonet-sdh
config>port>sonet-sdh# path
config>port>sonet-sdh>path# mode network
config>port>sonet-sdh>path# encap-type ppp-auto
config>port>sonet-sdh>path# no shutdown
config>port>sonet-sdh>path# exit
config>port>sonet-sdh# exit
config>port# exit
config#

Use the config port info command to display SONET/SDH port information for the configured port.

ALU-B>config>port# info 
....
#--------------------------------------------------
echo "Port Configuration"
#--------------------------------------------------
....
    port 1/2/2
        sonet-sdh
            path
                no shutdown
                mode network
                encap-type ppp-auto
                network
                    queue-policy "default"
                exit
            exit
        exit
        no shutdown
    exit
....