0% found this document useful (0 votes)
62 views5 pages

Tugas M2 KB2

The document discusses setting up static and dynamic routing on two routers. For static routing, it configures IP addresses and static routes on Router 0 and Router 1, and verifies connectivity between subnets. For dynamic routing, it sets up RIP routing between the routers and subnets, and again verifies connectivity. The goal is to create networks using both static and dynamic routing and test connectivity between clients on different subnets.

Uploaded by

Hendra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views5 pages

Tugas M2 KB2

The document discusses setting up static and dynamic routing on two routers. For static routing, it configures IP addresses and static routes on Router 0 and Router 1, and verifies connectivity between subnets. For dynamic routing, it sets up RIP routing between the routers and subnets, and again verifies connectivity. The goal is to create networks using both static and dynamic routing and test connectivity between clients on different subnets.

Uploaded by

Hendra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Hendra Herdiana Hidayat, S.

Kom
Smk Al-Mizab

Buatlah jaringan menggunakan router settinglah meggunakan routing statis dan dinamis tentukan IP.
Setelah itu setting pula Internet Gateway dalam jaringan tersebut.

1. Routing Statis

a. Ip address di Router 0
Router>enable
Router#configure terminal
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 192.168.1.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface serial 2/0
Router(config-if)#ip address 192.168.2.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
b. Ip address di Router 1
Router>enable
Router#configure terminal
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 192.168.3.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Hendra Herdiana Hidayat, S.Kom
Smk Al-Mizab

Router(config)#interface serial 2/0


Router(config-if)#ip address 192.168.2.2 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
c. Routing static di Router 0
Router#configure terminal
Router(config)#ip route 192.168.3.0 255.255.255.0 192.168.2.2
Router(config)#exit
d. Routing statis di Router 1
Router#configure terminal
Router(config)#ip route 192.168.1.0 255.255.255.0 192.168.2.1
Router(config)#exit
e. Ip address di client

Nama PC Ip Address Default Gateway


PC0 192.168.1.2/24 192.168.1.1
PC1 192.168.1.3/24 192.168.1.1
PC3 192.168.3.2/24 192.168.3.1
PC4 192.168.3.3/24 192.168.3.1

f. Pengujian
Ping dari PC0 ke PC3
Hendra Herdiana Hidayat, S.Kom
Smk Al-Mizab

2. Routing Dinamis

a. Ip address di Router 0
Router>enable
Router#configure terminal
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 192.168.4.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface serial 2/0
Router(config-if)#ip address 192.168.5.1 255.255.255.0
Hendra Herdiana Hidayat, S.Kom
Smk Al-Mizab

Router(config-if)#no shutdown
Router(config-if)#exit
b. Ip address di Router 1
Router>enable
Router#configure terminal
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 192.168.6.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface serial 2/0
Router(config-if)#ip address 192.168.5.2 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
c. Routing Dinamis di Router 0
Router#configure terminal
Router(config)#router rip
Router(config-router)#network 192.168.4.0
Router(config-router)#network 192.168.5.0
Router(config-router)#exit
d. Routing Dinamis di Router 1
Router#configure terminal
Router(config)#router rip
Router(config-router)#network 192.168.5.0
Router(config-router)#network 192.168.6.0
Router(config-router)#exit
e. Ip address di client
Hendra Herdiana Hidayat, S.Kom
Smk Al-Mizab

Nama PC Ip Address Default Gateway


PC0 192.168.4.2/24 192.168.4.1
PC1 192.168.4.3/24 192.168.4.1
PC3 192.168.6.2/24 192.168.6.1
PC4 192.168.6.3/24 192.168.6.1
f. Pengujian
Ping dari PC0 ke PC3

You might also like