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

Router Configuration and Static Routing Guide

The document describes the configuration of two routers, R1 and R2. It configures interface IP addresses on each router, sets the hostnames, and establishes a static route between the routers to allow communication between networks 192.168.1.0/24, 192.168.2.0/24, and 192.168.3.0/24.

Uploaded by

faldi21
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)
4 views1 page

Router Configuration and Static Routing Guide

The document describes the configuration of two routers, R1 and R2. It configures interface IP addresses on each router, sets the hostnames, and establishes a static route between the routers to allow communication between networks 192.168.1.0/24, 192.168.2.0/24, and 192.168.3.0/24.

Uploaded by

faldi21
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

KONFIGURASI ROUTER 1

Router>en
Router#conf t
Router(config)#int fa0/0
Router(config-if)#no sh --->>> aktifkan interfaces
Router(config-if)#ip add [Link] [Link] ---->>> memberi alamat IP
Router(config-if)#int se0/0
Router(config-if)#no sh
Router(config-if)#ip add [Link] [Link]
Router(config-if)#ex -->>> exit
Router(config)#hostname R1 --- >>> merubah nama host menjadi R1
R1(config)#

Konfigurasi routing static


R1(config)#ip route [Link] [Link] [Link] -->> static route
Ip route<spasi>Network tujuan<spasi>netmask tujuan<spasi>gateway

KONFIGURASI ROUTER 2
Router>en
Router#conf t
Router(config)#hostname R2
R2(config)#int fa0/0
R2(config-if)#no sh
R2(config-if)#ip add [Link] [Link]
R2(config-if)#int se0/0
R2(config-if)#no sh
R2(config-if)#ip add [Link] [Link]
R2(config-if)#do sh ip int br ---- >>> untuk melihat IP interfaces
Interface IP-Address OK? Method Status
Protocol
FastEthernet0/0 [Link] YES manual up up
FastEthernet0/1 unassigned YES unset administratively down down
Serial0/0 [Link] YES manual up up
Serial0/1 unassigned YES unset administratively down down
R2(config-if)#

Konfigurasi routing static


R2(config)#ip route [Link] [Link] [Link]
Ip route<spasi>Network tujuan<spasi>netmask tujuan<spasi>gateway

You might also like