[Contents] [Prev] [Next] [Index] [Report an Error]


Cisco HDLC Configuration Tasks

To configure a Cisco HDLC interface:

  1. Configure the physical interface on which you want to configure Cisco HDLC.
host1(config)#interface serial 3/1:2/1
  1. Select Cisco HDLC as the encapsulation method for the interface.
host1(config-if)#encapsulation hdlc
  1. Assign a local IP address to the interface.
host1(config-subif)#ip address 192.32.10.2 255.255.255.0
  1. Verify that your configuration changes are correct by checking the state of the interfaces using show commands.
host1#show hdlc interface

    encapsulation hdlc

host1(config-if)#encapsulation hdlc

    interface serial

host1(config)#interface serial 3/1:2/1

    ip address

host1(config-subif)#ip address 192.32.10.2 255.255.255.0

Optional Tasks

The following tasks are optional.

  1. Configure the SLARP keepalive interval.
host1(config-if)#hdlc keepalive 10
  1. Enable loopback detection on an interface.
host1(config-if)#hdlc down-when-looped
  1. Disable an interface.
host1(config-if)#hdlc shutdown

    hdlc down-when-looped

host1(config-if)#hdlc down-when-looped

    hdlc keepalive

host1(config-if)#hdlc keepalive 10

    hdlc shutdown

host1(config-if)#hdlc shutdown

Configuration Example

This example shows how to configure Cisco HDLC over an unchannelized DS3 interface on a cOCx/STMx line module. The example shows the complete configuration procedure, from configuring the SONET interface to assigning an IP address to the Cisco HDLC interface.

  1. Create or select a virtual router, vr1.
host1(config)#virtual-router vr1
  1. Configure SONET controller, slot 13, port 0.
host1:vr1(config)#controller sonet 13/0
  1. Set the SONET clock source to internal.
host1:vr1(config-controll)#clock source internal module
  1. Create an OC1 path.
host1:vr1(config-controll)#path 1 oc1 1
  1. Create an unchannelized DS3 interface.
host1:vr1(config-controll)#path 1 ds3 1 unchannelized
  1. Set the DS3 interface clock source to internal.
host1:vr1(config-controll)#path 1 ds3 1 clock source 
internal module
  1. Exit controller configuration mode.
host1:vr1(config-controll)#exit
  1. Create or select a serial interface over the DS3 interface.
host1:vr1(config)#interface serial 13/0:1/1
  1. Set the encapsulation to Cisco HDLC.
host1:vr1(config-if)#encapsulation hdlc
  1. Enable loopback detection on the interface.
host1:vr1(config-if)#hdlc down-when-looped
  1. Assign an IP address to the interface.
host1:vr1(config-if)#ip address 160.1.0.1 255.255.255.0

[Contents] [Prev] [Next] [Index] [Report an Error]