Konfgurasi Routing Statis Pada Cisco Router

Tulisan ini pernah dibuat waktu tahun 2008, waktu ane masih belajar Cisco CNAP dulu. Berhubung blog yang dulu gak terjamah lagi, makanya di-re-share sini. Semoga bermanfaat. Kalau ada istilah yang gak sreg mohon dimaafken. heuheu...



##################################
#Konfigurasi Router Statis 
##################################
#Konfigurasi Peng-IP-an Tiap Komponen#
–PC Client “client”–
IP Address = 192.168.5.2
Netmask = 255.255.255.0
Gateway = 192.168.5.1
–Router “Router1″–
IP Address fa0/0 = 192.168.5.1
Netmask = 255.255.255.0
IP Address se0/0 = 202.172.12.1
Netmask = 255.255.255.0
Clock Rate = 9600
–Router “Router2″–
IP Address fa0/0 = 192.168.6.1
Netmask = 255.255.255.0
IP Address se0/0 = 202.172.12.2
Netmask = 255.255.255.0
–PC Server “Web-Server”–
IP Address = 192.168.6.2
Netmask = 255.255.255.0
Gateway = 192.168.6.1
##################################
#Kofigurasi Router(Pemberian IP Address)#
–Router “Router1″–


Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 192.168.5.1 255.255.255.0
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
Router(config-if)#exit
Router(config)#interface serial 0/0
Router(config-if)#ip address 202.172.12.1 255.255.255.0
Router(config-if)#clock rate 9600
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0, changed state to down
Router(config-if)#exit
Router(config)#
–Router “Router2″–

Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 192.168.6.1 255.255.255.0
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
Router(config-if)#exit
Router(config)#interface serial 0/0
Router(config-if)#ip address 202.172.12.2 255.255.255.0
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0, changed state to up
Router(config-if)#exit
Router(config)#
##################################
#Konfigurasi Router (Routing Statis)#
–Router “Router1″–

Router(config)#ip route 192.168.6.0 255.255.255.0 202.172.12.2
–Router “Router2″–

Router(config)#ip route 192.168.5.0 255.255.255.0 202.172.12.1
Previous
Next Post »
Thanks for your comment