Sunteți pe pagina 1din 9

KONFIGURASI JARINGAN DENGAN MENGGUNAKAN ROUTER

Soal

192.168.1.0/24 (kelas c) dimana setiap subnet harus memiliki 7 hosts. Maka di dapatkan

2n-2 ≥ 7 255.255.255.240

24 -2 ≥ 7 11111111.11111111.11111111.11110000 (4 angka nol karena nilai n=4)

14 ≥ 7 dan didapatkan blok subnetnya seperti berikut

Net ID Range Broadcast


192.168.1.0 192.168.1.1 – 192.168.1.14 192.168.1.15
192.168.1.16 192.168.1.17 – 192.168.1.30 192.168.1.31
192.168.1.32 192.168.1.33 - 192.168.1.45 192.168.1.47
192.168.1.48 192.168.1.49 - 192.168.1.62 192.168.1.63
192.168.1.64 192.168.1.65 - 192.168.1.78 192.168.1.79
192.168.1.80 192.168.1.81 - 192.168.1.94 192.168.1.95
192.168.1.96 192.168.1.97 - 192.168.1.110 192.168.1.111
192.168.1.112 192.168.1.113 - 192.168.1.126 192.168.1.127
192.168.1.128 192.168.1.129 - 192.168.1.142 192.168.1.143
192.168.1.144 192.168.1.145 - 192.168.1.158 192.168.1.159
192.168.1.160 192.168.1.161 - 192.168.1.174 192.168.1.175
192.168.1.176 192.168.1.177 - 192.168.1.190 192.168.1.191
192.168.1.192 192.168.1.193 - 192.168.1.206 192.168.1.207
192.168.1.208 192.168.1.209 - 192.168.1.222 192.168.1.223
192.168.1.224 192.168.1.225 - 192.168.1.238 192.168.1.239
192.168.1.240 192.168.1.241 - 192.168.1.254 192.168.1.255
Skema
Setting IP pada PC 0

Setting IP pada PC 1
Setting IP pada PC 2

Konfigurasi Router 0
Router>ena

Router#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#int serial 2

Router(config)#int serial 2/0

Router(config-if)#ip address 192.168.1.17 255.255.255.240

Router(config-if)#clock rate 9600

Router(config-if)#no shut

%LINK-5-CHANGED: Interface Serial2/0, changed state to down

Router(config-if)#^Z

%SYS-5-CONFIG_I: Configured from console by console

Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#int serial 3/0

Router(config-if)#ip address 192.168.1.35 255.255.255.240

Router(config-if)#no shut

%LINK-5-CHANGED: Interface Serial3/0, changed state to down

Router(config-if)#^Z

%SYS-5-CONFIG_I: Configured from console by console

Router#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#int fastEthernet 0/0

Router(config-if)#ip address 192.168.1.1 255.255.255.240

Router(config-if)#no shut

%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)#^Z

%SYS-5-CONFIG_I: Configured from console by console

Router#write

Building configuration...

[OK]

Konfigurasi Router 1
Router>ena

Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#int serial 2/0

Router(config-if)#ip address 192.168.1.18 255.255.255.240

Router(config-if)#no shut

%LINK-5-CHANGED: Interface Serial2/0, changed state to up

Router(config-if)#

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up^Z

%SYS-5-CONFIG_I: Configured from console by console

Router#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#int serial 3/0

Router(config-if)#ip address 192.168.1.50 255.255.255.240

Router(config-if)#clock rate 9600

Router(config-if)#no shut

%LINK-5-CHANGED: Interface Serial3/0, changed state to down

Router(config-if)#^Z

%SYS-5-CONFIG_I: Configured from console by console

Router#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#int fas

Router(config)#int fastEthernet 0/0

Router(config-if)#ip address 192.168.1.65 255.255.255.240

Router(config-if)#no shut
%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)#^Z

%SYS-5-CONFIG_I: Configured from console by console

Router#write

Building configuration...

[OK]

Konfigurasi Router 2
Router>ena

Router#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#int serial 2/0

Router(config-if)#ip address 192.168.1.49 255.255.255.240

Router(config-if)#no shut

%LINK-5-CHANGED: Interface Serial2/0, changed state to up

Router(config-if)#

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up

Router(config-if)#^Z

%SYS-5-CONFIG_I: Configured from console by console

Router#conf t

Enter configuration commands, one per line. End with CNTL/Z.


Router(config)#int serial 3/0

Router(config-if)#ip address 192.168.1.34 255.255.255.240

Router(config-if)#clock rate 9600

Router(config-if)#no shut

%LINK-5-CHANGED: Interface Serial3/0, changed state to up

Router(config-if)#

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial3/0, changed state to up

Router(config-if)#^Z

%SYS-5-CONFIG_I: Configured from console by console

Router#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#int fastEthernet 0/0

Router(config-if)#ip address 192.168.1.81 255.255.255.240

Router(config-if)#no shut

%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)#^Z

%SYS-5-CONFIG_I: Configured from console by console

Router#write

Building configuration...

[OK]
Melakukan Pinging pada setiap PC

Kesimpulan :

Hasil ping pada setiap computer akan muncul seperti gambar diatas, Karena pada konfigurasi routernya
belum dilakukan settingan routingnya yaitu routing static atau routing dinamis.

S-ar putea să vă placă și