2-port OC3/STM1 Channelized Adapter Card

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

CLI Syntax:
port port-id
    sonet-sdh
        path sonet-sdh-index
            payload ds3
            [no] shutdown
    tdm
        ds3 [sonet-sdh-index] 
            channelized ds1
            [no] shutdown
        ds1 ds1-id
            channel-group channel-group
                encap-type ppp-auto
                mode network
            [no] shutdown
        [no] shutdown

The following CLI syntax shows an example of configuring a SONET/SDH DS1 network port on a 2-port OC3/STM1 Channelized Adapter card. Configuring a SONET/SDH DS3 port is similar but without a channel group.

Example:
config# port 1/2/2
config>port# sonet-sdh
config>port>sonet-sdh# path sts1-1 
config>port>sonet-sdh>path# payload ds3
config>port>sonet-sdh>path# no shutdown
config>port>sonet-sdh>path# exit
config>port>sonet-sdh># exit
config>port# tdm
config>port>tdm# ds3 1
config>port>tdm>ds3# channelized ds1
config>port>tdm>ds3# no shutdown
config>port>tdm>ds3# exit
config>port>tdm# ds1 1.22
config>port>tdm>ds1# channel-group 5 
config>port>tdm>ds1>channel-group# mode network
config>port>tdm>ds1>channel-group# encap-type ppp-auto
config>port>tdm>ds1>channel-group# no shutdown
config>port>tdm>ds1>channel-group# exit
config>port>tdm>ds1# exit
config>port>tdm># 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
        shutdown
        sonet-sdh
            path sts1-1
                no shutdown
            exit
        exit
        tdm
            ds3 1
                channelized ds1
                no shutdown
            exit
            ds1 1.22
                shutdown
                channel-group 5
                    mode network
                    encap-type ppp-auto
                    no shutdown
                exit
            exit
        exit
....