0% found this document useful (0 votes)
30 views1 page

Static Routing Setup for 2 Routers and LANs

Uploaded by

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

Static Routing Setup for 2 Routers and LANs

Uploaded by

Anggi
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Handout Praktikum: Static Routing (2 Router, 2 LAN)

Topologi: R1—R2 via [Link]/30, LAN kiri [Link]/24, LAN kanan [Link]/24

1) Alokasi IP:
- Link antar-router: [Link]/30 → R1 Gi0/0: [Link]/30, R2 Gi0/0: [Link]/30
- LAN Kiri (R1 Gi0/1): [Link]/24, Gateway: [Link]
- LAN Kanan (R2 Gi0/1): [Link]/24, Gateway: [Link]
- PC Kiri: [Link]/24 GW [Link]
- PC Kanan: [Link]/24 GW [Link]

2) Konfigurasi R1 (CLI):
enable
configure terminal
hostname R1
interface gigabitEthernet0/0
ip address [Link] [Link]
no shutdown
interface gigabitEthernet0/1
ip address [Link] [Link]
no shutdown
ip route [Link] [Link] [Link]
end
write memory

3) Konfigurasi R2 (CLI):
enable
configure terminal
hostname R2
interface gigabitEthernet0/0
ip address [Link] [Link]
no shutdown
interface gigabitEthernet0/1
ip address [Link] [Link]
no shutdown
ip route [Link] [Link] [Link]
end
write memory

4) Switch (opsional, default VLAN1):


- Biarkan default atau pastikan port ke PC adalah access VLAN1 dan no shutdown.

5) Verifikasi:
- R1: show ip interface brief | show ip route
- R2: show ip interface brief | show ip route
- PC kiri ping [Link] → sukses (melewati static route)
- Trace: dari PC kiri 'tracert [Link]' → hop [Link] lalu [Link] lalu [Link]

You might also like