Langsung ke konten utama

Konfigurasi HDLC

Assalamu’alaikum wr wb.

Postingan saya kali ini tentang HDLC pada GNS3 sebelumnya ada yang tau enggak apa itu HDLC ? kalo belum saya jelasin dikit dulu dah. Tapi, kalo udah ada yang tau lihat konfigurasi nya aja ckckc


HDLC adalah (High-Level Data Link Control ) tipe encapsulation WAN Protokol yang biasa digunakan untuk jarak jauh. HDLC merupakan propietary  cisco dan merupakan  enkapsulasi default untuk setiap interface serial pada cisco. Tanpa banyak berbincang-bincang langsung saja ke tahap konfigurasi.

Ok kita gunakan topologi berikut !

Kita aktifkan s1/0  pada kedua router di atas !


R1# conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R1(config)#int se2/0
R1(config-if)#ip add 10.10.10.1 255.255.255.0
R1(config-if)#no sh
R1(config-if)#
*Mar 1 00:01:30.099: &LINK-3-UPDOWN: interface Serial11/0, changed state to up
R1(config-if)#
*Mar 1 00:01:31.103: &LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to up
R1(config-if)#ex
R1(config)#do sh int s1/0
Serial1/0 is up, line protocol is up
  Hardware is H4T
  Internet address is 10.10.10.1/24
  MTU 1500 bytes, BW 1544 Kbit/sec, DLY 20000 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation HDLC,  crc 16, loopback not set
 keepalive set (10 sec)


Sekarang pada Router2 !

R2# conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R2(config)#int s1/0
R2(config-if)#ip add 10.10.10.1 255.255.255.0
R2(config-if)#no sh
R2(config-if)#
*Mar 1 00:01:30.099: &LINK-3-UPDOWN: interface Serial11/0, changed state to up
R2(config-if)#
*Mar 1 00:01:31.103: &LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to up
R2(config-if)#ex
R2(config)#do sh int s1/0
Serial1/0 is up, line protocol is up
  Hardware is H4T
  Internet address is 10.10.10.2/24
  MTU 1500 bytes, BW 1544 Kbit/sec, DLY 20000 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation HDLC,  crc 16, loopback not set
  

Untuk melihat Hasil encapsulation kita harus mengaktifkan interface serial nya terlebih dahulu.

Ok, itulah tutorial saya untuk melihat encapsulation HDLC pada GNS3. Lebih dan kurangnya saya minta ma’af.
Atas perhatiannya saya ucapkan terima kasih.

Wassalam.

Komentar