Topology menggunakan
3 router
Addressing Tables
Device
|
Interface
|
IP
Address
|
Subnetmask
|
Default
Gateway
|
Fasilkom_Bukit
|
Fa 0/0
|
192.168.70.1
|
255.255.255.252
|
NA
|
Fa 0/1
|
192.168.10.1
|
255.255.255.192
|
NA
|
|
Router_Unsri
|
Fa 0/0
|
192.168.70.2
|
255.255.255.252
|
NA
|
Fa 0/1
|
192.168.90.1
|
255.255.255.248
|
NA
|
|
Fasilkom_Indaralaya
|
Fa 0/0
|
192.168.30.1
|
255.255.255.240
|
NA
|
Fa 0/1
|
192.168.90.6
|
255.255.255.248
|
NA
|
|
PC0
|
NIC
|
192.168.10.2
|
255.255.255.192
|
192.168.10.1
|
PC1
|
NIC
|
192.168.10.62
|
255.255.255.192
|
192.168.10.1
|
PC2
|
NIC
|
192.168.30.2
|
255.255.255.240
|
192.168.30.1
|
PC3
|
NIC
|
192.168.30.14
|
255.255.255.240
|
192.168.30.1
|
1.
Memasukan IP di Interface FA0/0 Router Fasilkom
Bukit
Router(config)#interface
fastEthernet 0/0
Router(config-if)#ip address
192.168.70.1 255.255.255.252
Router(config-if)#no shutdown
Router(config-if)#exit
2.
Memasukan IP di Interface FA0/1 Router Fasilkom
Bukit
Router(config)#interface
fastEthernet 0/1
Router(config-if)#ip address
192.168.10.1 255.255.255.192
Router(config-if)#no shutdown
Router(config-if)#exit
3.
Cara Menyimpan konfigurasi Ke NVRAM
Router#copy
running-config startup-config (Kemudian Tekan Enter 2X)
4.
Memasukan IP di Interface FA0/0 Router_Unsri
Router(config)#interface
fastEthernet 0/0
Router(config-if)#ip address
192.168.70.2 255.255.255.252
Router(config-if)#no shutdown
Router(config-if)#exit
5.
Memasukan IP di Interface FA0/1 Router_Unsri
Router(config)#interface
fastEthernet 0/1
Router(config-if)#ip address
192.168.90.1 255.255.255.248
Router(config-if)#no shutdown
Router(config-if)#exit
6.
Cara Menyimpan konfigurasi Ke NVRAM
Router#copy
running-config startup-config (Kemudian Tekan Enter 2X)
7.
Memasukan IP di Interface FA0/0
Fasilkom_Indralaya
Router(config)#interface
fastEthernet 0/0
Router(config-if)#ip address
192.168.30.1 255.255.255.240
Router(config-if)#no shutdown
Router(config-if)#exit
8.
Memasukan IP di Interface FA0/1
Fasilkom_Indralaya
Router(config)#interface
fastEthernet 0/1
Router(config-if)#ip address
192.168.90.6 255.255.255.248
Router(config-if)#no shutdown
Router(config-if)#exit
9.
Cara Menyimpan konfigurasi Ke NVRAM
Router#copy
running-config startup-config (Kemudian Tekan Enter 2X)
Routing pada router
:
Membuat Statik Routing Di router Fasilkom Bukit
Router(config)#ip route
192.168.90.0 255.255.255.248 192.168.70.2
Router(config)#ip route
192.168.30.0 255.255.255.240 192.168.90.6
Router(config)#exit
Membuat Statik Routing Di router UNSRI
Router(config)#ip route 192.168.10.0
255.255.255.192 192.168.70.1
Router(config)#ip route
192.168.30.0 255.255.255.240 192.168.90.6
Router(config)#exit
Membuat Statik Routing Di router Fasikom-Indralaya
Router(config)#ip route
192.168.10.0 255.255.255.192 192.168.70.1
Router(config)#ip route
192.168.70.0 255.255.255.252 192.168.90.1
Router(config)#exit
Tidak ada komentar:
Posting Komentar