You are on page 1of 7

Configuring & Verifying P2P c

HDLC Connections
KHAWAR BUTT
CCIE # 12353 [R/S, SECURITY, SP, DC, VOICE, STORAGE & CCDE]
Overview
 Configuring a Point – To – Point Connections using HDLC
 Verifying a Point – To – Point Connection using HDLC
c
Lab Diagram
PC PC

Switch Switch
c

192.168.1.0/24 192.168.2.0/24
Ethernet 0/0 Ethernet 0/0
Serial 1/0 Serial 1/0

Console R1 192.168.12.0/24 R2

MGMT
PC
Configuring Interfaces
1. Let’s configure the interfaces based on the following table / Previous Network Diagram:
R1 R2
Ethernet 0/0 192.168.1.1/24 Ethernet 0/0 192.168.2.1/24
Serial 1/0 192.168.12.1/24 Serial 1/0
c 192.168.12.2/24

R1 R2

Router#config t Router#config t
Router(config)#Interface E 0/0 Router(config)#Interface E 0/0
Router(config-if)#ip address 192.168.1.1 255.255.255.0 Router(config-if)#ip address 192.168.1.1 255.255.255.0
Router(config-if)#no shut Router(config-if)#no shut
Router(config-if)#Interface S 1/0 Router(config)#Interface S 1/0
Router(config-if)#ip address 192.168.12.1 255.255.255.0 Router(config-if)#ip address 192.168.12.2
Router(config-if)#no shut 255.255.255.0
Router(config-if)#no shut
Verifying a HDLC Connection
2. To verify the configuration and status of all my interfaces, type the “Show ip interface brief” command.

R1

R1#show ip interface brief

R2 c
R2#show ip interface brief

The status and the configured IP Addresses will be shown.

3. To Verify the default Encapsulation of the Serial Interface.

R1

R1#show interface S 1/0 (Check the Enapsulation)

R2

R2#show int S 1/0 (Check the Enapsulation)


Verifying the Configuration
4. Another verification is to check the connectivity of the 2 routers. This is done by using the Ping
command. The ping command sends a dummy packet to the specified destination and expects a
response. If you receive a response as “!”, the ping is successful. If you receive a “.”, the ping is
unsuccessful. c

As we haven’t enabled full routing yet on the router, we will ping the directly connected interface
between R1 and R2.

R1

Router#Ping 192.168.12.2

R2

Router#Ping 192.168.12.1
Whiteboard

You might also like