Konfigurasi Statict Router Menggunakan Cisco Packet Trecer
Konfigurasi Statict Router
Konfigurasi statict Router - Cisco Packet Trecer |
Agar Router tersambung lebih dari satu koneksi tambahkan dulu modulesnya. Ada beberapa jenis modules interface route salah satunya WIC. Untuk menambahkan modul klik Route, sebelum menambahakan modul matikan dulu router, kemudian klik dan tarik WIC-2T lalu drop ke kotak kosong (SLOT 0/SLOT 1). Setelah itu jangan lupa hidupkan lagi routernya.
Note : Penempatan module ini juga berpengaruh untuk penamaan Interface pada CLI.
Sebelum ditambahkan modul |
Sesudah ditambahkan modul |
Lakukan hal yang sama dengan router berikutnya.
Konfigurasi R1
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R1
R1(config)#int s0/1/0
R1(config-if)#ip address 192.168.10.1 255.255.255.0
R1(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/1/0, changed state to down
R1(config-if)#ex
R1(config)#int fa0/0
R1(config-if)#ip address 192.168.110.1 255.255.255.0
R1(config-if)#no shut
R1(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R1(config-if)#ex
R1(config)#ip route 192.168.30.0 255.255.255.0 s0/1/0
R1(config)#ip route 192.168.20.0 255.255.255.0 s0/1/0
R1(config)#ip route 192.168.120.0 255.255.255.0 s0/1/0
R1(config)#
%LINK-5-CHANGED: Interface Serial0/1/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/0, changed state to up
Konfigurasi statict Router - Cisco Packet Trecer |
Konfigurasi R2
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R2
R2(config)#int s0/1/0
R2(config-if)#ip address 192.168.10.11 255.255.255.0
R2(config-if)#clock rate 64000
This command applies only to DCE interfaces
R2(config-if)#no shut
R2(config-if)#
%LINK-5-CHANGED: Interface Serial0/1/0, changed state to up
R2(config-if)#ex
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/0, changed state to up
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#int s0/1/1
R2(config-if)#ip address 192.168.20.1 255.255.255.0
R2(config-if)#no shut
R2(config-if)#
%LINK-5-CHANGED: Interface Serial0/1/1, changed state to up
R2(config-if)#ex
R2(config)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/1, changed state to up
R2(config)#int fa0/0
R2(config-if)#ip address 192.168.30.1 255.255.255.0
R2(config-if)#no shut
R2(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R2(config-if)#ex
R2(config)#ip route 192.168.110.0 255.255.255.0 s0/1/0
R2(config)#ip route 192.168.120.0 255.255.255.0 s0/1/1
R2(config)#
Konfigurasi R3
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R3
R3(config)#int s0/1/0
R3(config-if)#ip address 192.168.20.22 255.255.255.0
R3(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/1/0, changed state to down
R3(config-if)#
R3(config-if)#ex
R3(config)#int fa0/0
R3(config-if)#ip address 192.168.120.1 255.255.255.0
R3(config-if)#no shut
R3(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R3(config-if)#ex
R3(config)#
R3(config)#ip route 192.168.30.0 255.255.255.0 s0/1/0
R3(config)#ip route 192.168.10.0 255.255.255.0 s0/1/0
R3(config)#ip route 192.168.110.0 255.255.255.0 s0/1/0
R3(config)#ip route 192.168.120.0 255.255.255.0 s0/1/1
R3(config)#
❤❤❤❤❤❤❤
Komentar
Posting Komentar