Sabtu, 11 November 2017

Lab.0.37 konfigurasi Static Routing pada Cisco [CCNA]

Konfigurasi static routing

Routing static adalah routing yang jalurnya ditentukan oleh administrator jaringan, yaitu dengan parameter network tujuan netmask tujuan dan nexthop (gateway ).
Contoh :
Router(config)# ip route [network tujuan] [netmask tujuan] [next hop]

Setting IP  pada setiap router

>>>> Router R_1
Router>en
Router#conf t
Router(config)#hostname R_1
R_1(config)#int gigabitEthernet 0/0
R_1(config-if)#ip add 1.1.1.1 255.255.255.248
R_1(config-if)#no sh

>>>> router  R_2
Router>en
Router#conf t
Router(config)#hostname R_2
R_2(config)#int gigabitEthernet 0/0
R_2(config-if)#ip add 1.1.1.2 255.255.255.248
R_2(config-if)#no sh
R_2(config)#int gigabitEthernet 0/1
R_2(config-if)#ip add 2.2.2.1 255.255.255.248
R_2(config-if)#no sh


>>>> Router R_3
Router>en
Router#conf t
R_3(config)#int gigabitEthernet 0/0
R_3(config-if)#ip add 2.2.2.2 255.255.255.248
R_3(config-if)#no sh

R_3(config)#int gigabitEthernet 0/1
R_3(config-if)#ip add 3.3.3.1 255.255.255.248
R_3(config-if)#no sh
>>>> Router R_4
Router>en
Router#conf t
Router(config)#hostname R_4
R_4(config)#int gigabitEthernet 0/0
R_4(config-if)#ip add 3.3.3.2 255.255.255.248
R_4(config-if)#no sh

   Konfigurasi Routing Static :

>>>> Router R_1
R_1(config-if)#ip route 2.2.2.0 255.255.255.248 1.1.1.2
R_1(config)#ip route 3.3.3.0 255.255.255.248 1.1.1.2
>>>> Router R_2
R_2(config)#ip route 3.3.3.0 255.255.255.248 2.2.2.2
>>>> Router R_3
R_3(config)#ip route 1.1.1.0 255.255.255.248 2.2.2.1
>>>> Router R_4
R_4(config)#ip route 1.1.1.0 255.255.255.248 3.3.3.1
R_4(config)#ip route 2.2.2.0 255.255.255.248 3.3.3.1


Melihat table routing static :










Pengujian

R_4#ping 1.1.1.1

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

R_4#ping 1.1.1.2

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

R_4#ping 2.2.2.1

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

R_4#ping 3.3.3.1

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


sekian dan jika ada kendala silahkan komen di bawah, dan selanjutnya kita akan bahas dynamic routing.


Share:

1 komentar:

  1. tampilan webnya bagus, penjelasannya mudah dipahami, tapi sayang, gada meme nya, jadi petani seperti saya tidak bisa panen :(

    BalasHapus