1.2 STS1 with VT1.5 payload

To configure a DS1 on an STS1 with a VT1.5 payload:

  1. Create the STS1 path and set the payload to VT1.5.

  2. Create the VT1.5 path and set the payload to DS1.

  3. Create the corresponding TDM DS1.

Note:

There is one DS1 per VT1.5 path.

Use the info command to display configuration information. This example creates two VT1.5 payloads, each having a corresponding DS1 channel.

         sonet-sdh
             framing sdh
             path sts1-1
                 payload vt15
                 no shutdown
             exit
             path vt15-1.1.1
                 payload ds1
                 no shutdown
             exit
             path vt15-1.7.4
                 payload ds1
                 no shutdown
             exit
         exit
         tdm
             ds1 1.1.1
                 no shutdown
             exit
             ds1 1.7.4
                 no shutdown
             exit
         exit
         no shutdown

Notes: