-->

Tuesday 12 June 2012

Routing Statis



Assalammualaikum Wr. Wb.
Kali ini postingan Saya membahas Routing Statis,



Belajar routing statis di cisco
       Sediakan 3 router

      Hubungkan masing-masing router dengan cabel cross over
      Hubungkan router R1 & R2 pakai fast 0/0 dengan network 192.168.1.0
      Hubungkan router R2 & R3 pakai fast 0/1 dengan network 192.168.2.0
     Setting R1 dengan cara berikut
-          R1>enable
-          R1#configure terminal
-          R1(config)#interface fastEthernet 0/0
-          R1(config-if)#ip address 192.168.1.1 255.255.255.0
-          R1(config-if)#no shutdown
        Setting R2 dengan Cara berikut
-          R2>enable
-          R2#configure terminal
-          R2(config)#interface fastEthernet 0/0
-          R2(config-if)#ip address 192.168.1.2 255.255.255.0
-          R2(config-if)#no shutdown
-          R2(config-if)#exit
-          R2(config)# interface fastEthernet 0/1
-          R2(config-if)#ip address 192.168.2.1 255.255.255.0
-          R2(config-if)#no shutdown
      Setting R1 dengan cara berikut
-          R3>enable
-          R3#configure terminal
-          R3(config)#interface fastEthernet 0/1
-          R3(config-if)#ip address 192.168.2.2 255.255.255.0
-          R3(config-if)#no shutdown
     Masukan ip route di R1 caranya:
-          R1>enable
-          R1#configure terminal
-          R1(config)#ip route 192.168.2.0 255.255.255.0 192.168.1.2
    Masukan ip route di R3 caranya
-           R3>enable
-          R3#configure terminal
-          R3(config)#ip route 192.168.1.0 255.255.255.0 192.168.2.1
     R2 tidak perlu di berikan ip route.
    Terkahir di coba di ping.





NEXT ARTICLE Next Post
PREVIOUS ARTICLE Previous Post
NEXT ARTICLE Next Post
PREVIOUS ARTICLE Previous Post
 

Delivered by FeedBurner