Configuring TDM and SDI Ports for Cisco HDLC Encapsulation

Cisco HDLC (cHDLC) service can be configured on the following ports:

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

Note:

Cisco HDLC encapsulation cannot be used to transmit HDLC frames into an Ipipe.

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

Cisco 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}
                cisco-hdlc 
                    down-count down-count 
                    keep-alive time-interval 
                    up-count up-count
                timeslots timeslots
                mode {access | network}
                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 cisco-hdlc
                    no mtu 
                    timeslots 2-32
                    crc 16 
                    idle-cycle-flag flags 
                    no scramble 
                    cisco-hdlc
                        keepalive 0
                        upcount 1
                        downcount 3
                    exit 
                    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 (at super-rate speeds) on a 12-port Serial Data Interface card for cHDLC. 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}
            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 
----------------------------------------------
        description "RS-232/V.35/X.21"
        serial
            x21 
                speed 1024k
                channel-group 1
                    shutdown
                    description "DS0GRP"
                    mode access
                    encap-type cisco-hdlc
                    cisco-hdlc
                        keepalive 10
                        up-count 1
                        down-count 3
                    exit
                exit
                no shutdown
            exit
        exit
        no shutdown
----------------------------------------------
*A:NOK-A>config>port#