Senin, 01 Desember 2014

HDLC

Lab 11 : HDLC

Langsung saja, download soal latihannya disini :
Lab 11 : HDLC
Pada lab ini, kita akan mencoba mengkonfigurasi HDLC di Link Serial.
Semoga percobaan ini berjalan dengan lancar. Amin. :D
Soal :
  1. Use the connected laptops to find the DCE and DTE routers.
    You can connect to the routers using CLI.
  2. Configure the routers with the following parameters :
    Clock : 250000
    HDLC link between the routers
    DCE IP : 192.168.10.5/30
    DTE IP : 192.168.10.6/30
  3. Check IP connectivity using ping command.



Jawab :
  1. Router-A#show controllers s0/0/0
    Router-B#show controllers s0/0/0
  2. Router-A(config)#interface s0/0/0
    Router-A(config-if)#encapsulation hdlc
    Router-A(config-if)#ip address 192.168.10.6 255.255.255.252
    Router-A(config-if)#no shutdown

    Router-B(config)#interface s0/0/0
    Router-B(config-if)#clock rate 250000

    Router-B(config-if)#encapsulation hdlc
    Router-B(config-if)#ip address 192.168.10.5 255.255.255.252Router-B(config-if)#no shutdown
  3. Router-A#ping 192.168.10.5

    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 192.168.10.5, timeout is 2 seconds:
    !!!!!
    Success rate is 100 percent (5/5), round-trip min/avg/max = 4/67/321 ms


    Router-B#ping 192.168.10.6

    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 192.168.10.6, timeout is 2 seconds:
    !!!!!
    Success rate is 100 percent (5/5), round-trip min/avg/max = 2/5/15 ms

0 komentar:

Posting Komentar