Pembahasan Routing Static
Mungkin sudah banyak referensi yang membahas mengenai command statcistic route, Namun apasalah nya jika saya bahas lagi ya walaupun masih salah sih heheh..
kali ini saya menggunakan GNS 3, kalian bisa menggunakan packet tracert.
Topology :
configure interface R1
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#
Router(config)#int fa 1/0
Router(config-if)#ip add 10.10.10.1 255.255.255.0
Router(config-if)#no sh
Router(config-if)#exit
Router(config)#
Router(config)#hostname R1
R1(config)#
configure interface R2
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int fa 1/0
Router(config-if)#ip add 10.10.10.2 255.255.255.0
Router(config-if)#no sh
Router(config-if)#
Router(config-if)#exit
Router(config)#
Router(config)#hostname R2
R2(config)#
R2(config)#int fa 1/1
R2(config-if)#ip add 20.20.20.1 255.255.255.0
R2(config-if)#no sh
R2(config-if)#
configure interface R3
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int fa 1/0
Router(config-if)#ip add 20.20.20.2 255.255.255.0
Router(config-if)#no sh
Router(config-if)#
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int fa 1/0
Router(config-if)#ip add 20.20.20.2 255.255.255.0
Router(config-if)#no sh
Router(config-if)#
Router(config-if)#exit
Router(config)#
Router(config)#hostname R3
R3(config)#
Check int sudah Up apa belum
Check di R1
R1#sh ip int br
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES unset administratively down down
FastEthernet1/0 10.10.10.1 YES manual up up
FastEthernet1/1 unassigned YES unset administratively down down
Check di R2
R2#
R2#sh ip int br
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES unset administratively down down
FastEthernet1/0 10.10.10.2 YES manual up up
FastEthernet1/1 20.20.20.1 YES manual up up
R2#
Check di R3
R3#sh ip int br
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES unset administratively down down
FastEthernet1/0 20.20.20.2 YES manual up up
FastEthernet1/1 unassigned YES unset administratively down down
R3#
configure statistic route
di R1
R1(config)#ip route 20.20.20.0 255.255.255.0 10.10.10.2
di R3
R3(config)#ip route 10.10.10.0 255.255.255.0 20.20.20.1
Tes Ping
R3#PING 10.10.10.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.10.10.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 8/68/172 ms
R3#
R1#ping 20.20.20.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 20.20.20.2, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 48/73/120 ms
R1#
R1#
Tidak ada komentar:
Posting Komentar
Silahkan Komentar