Configuring TDM and SDI Ports for HDLC Encapsulation

HDLC service can be configured on the following ports:

HDLC ports can be configured in access mode to support Hpipes on the above cards. The encap-type must be set to hdlc.

Note:

HDLC encapsulation can be used on a port to transmit cHDLC frames into an Hpipe.

Use the following CLI syntax to configure a T1/E1 port for HDLC.

HDLC ports cannot be configured if the mode is set to network.

CLI Syntax:
port port-id 
    tdm 
        e1
            channel-group channel-group-id
                encap-type {atm | cem | ipcp | ppp-auto | frame-relay | hdlc | cisco-hdlc} 
            timeslots timeslots
            mode {access}
            no shutdown 
        exit 
        no shutdown 
    exit 
exit 
no shutdown 

Use the config port info command to display the new port configuration information:

*A:NOK-A>config>port# info detail
----------------------------------------------
        description "DS1/E1" 
        tdm 
            e1 
                shutdown 
                framing g704 
                no loopback 
                clock-source node-timed 
                no signal-mode 
                report-alarm ais los 
                no report-alarm oof rai looped ber-sd ber-sf 
                no hold-time 
                ssm
                   shutdown
                   ssm-bit 8
                   no tx-dus
                channel-group 1
                    description "DS0GRP"
                    mode access
                    encap-type hdlc
                    no mtu 
                    timeslots 2-32
                    crc 16 
                    idle-cycle-flag flags 
                    no scramble 
                    no shutdown 
                exit 
                no shutdown 
            exit 
            line-impedance 120 
        exit 
        no shutdown 
---------------------------------------------- 
*A:NOK-A>config>port# 

Use the following CLI syntax to configure an X.21 serial port (super-rate speed) on a 12-port Serial Data Interface card for HDLC. The syntax for a V.35 serial port is similar.

CLI Syntax:
port port-id 
    serial
        x21
            channel-group channel-group-id
                encap-type {cem | ipcp | frame-relay | hdlc | cisco-hdlc} 
                mode access
            no shutdown 
            speed {1200|2400|4800|9600|19200|38400|56000|64k|128k|256k|384k|512k|640k|768k|89k|1024k|1152k|1280k|1408k|1536k|1664k |1792k|1920k|2048k}
        exit 
        no shutdown 
    exit 
exit 
no shutdown 

Use the config port info command to display the new port configuration information:

*A:NOK-A>config>port# info 
----------------------------------------------
        description "RS-232/V.35/X.21/RS-530"
        serial
            x21 
                speed 1024k
                channel-group 1
                    shutdown
                    encap-type hdlc
                    mode access
                exit
                no shutdown
            exit
        exit
        no shutdown
----------------------------------------------
*A:NOK-A>config>port#