0% found this document useful (0 votes)
284 views7 pages

Konfigurasi Router

The document describes the configurations of 7 routers to establish routing using RIP. Router 1 is configured with interfaces connected to networks 10.0.0.0, 20.0.0.0 and 30.0.0.0. Router 2 is connected to networks 20.0.0.0, 172.160.0.0 and 182.160.0.0. Router configurations continue for Routers 3, 4, 5, and 0, establishing connections between the various networks. RIP is configured on each router to dynamically share routing information between the connected networks.
Copyright
© Attribution Non-Commercial (BY-NC)
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)
284 views7 pages

Konfigurasi Router

The document describes the configurations of 7 routers to establish routing using RIP. Router 1 is configured with interfaces connected to networks 10.0.0.0, 20.0.0.0 and 30.0.0.0. Router 2 is connected to networks 20.0.0.0, 172.160.0.0 and 182.160.0.0. Router configurations continue for Routers 3, 4, 5, and 0, establishing connections between the various networks. RIP is configured on each router to dynamically share routing information between the connected networks.
Copyright
© Attribution Non-Commercial (BY-NC)
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
You are on page 1/ 7

KASUS ROUTING 7 ROUTER

===================================================================================

KONFIGURASI DI ROUTER 1 CONSOLE PC14


Router>ena
Router#conf term
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int fa 0/0
Router(config-if)#ip add 30.10.10.1 255.0.0.0
Router(config)#int se 2/0
Router(config-if)#ip add 20.10.10.1 255.0.0.0
Router(config-if)#clock rate 56000
Router(config)#int se 3/0
Router(config-if)#ip add 10.0.0.2 255.0.0.0
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#router rip
Router(config-router)#network 10.0.0.0
Router(config-router)#network 20.0.0.0
Router(config-router)#network 30.0.0.0
Router(config-router)#exit
Router(config)#exit

Ricky Ramdhani

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


Router#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
C
C
C
R
R

10.0.0.0/8 is directly
20.0.0.0/8 is directly
30.0.0.0/8 is directly
172.160.0.0/16 [120/1]
182.160.0.0/16 [120/1]

connected, Serial3/0
connected, Serial2/0
connected, FastEthernet0/0
via 20.10.10.2, 00:00:14, Serial2/0
via 20.10.10.2, 00:00:14, Serial2/0

===================================================================================

KONFIGURASI DI ROUTER 2 CONSOLE PC5


Router>ena
Router#conf term
Enter configuration commands, one per line.

End with

CNTL/Z.
Router(config)#int fa 0/0
Router(config-if)#ip add 182.160.20.1 255.255.0.0
Router(config)#int se 2/0
Router(config-if)#ip add 20.10.10.2 255.0.0.0
Router(config)#int se 3/0
Router(config-if)#ip add 172.160.10.1 255.255.0.0
Router(config-if)#clock rate 56000
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#router rip
Router(config-router)#network 20.0.0.0
Router(config-router)#network 172.160.0.0
Router(config-router)#network 182.160.0.0
Router(config-router)#exit
Router(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
Router#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route

Ricky Ramdhani

Gateway of last resort is not set


R
C
R
C
C

10.0.0.0/8 [120/1] via 20.10.10.1, 00:00:21, Serial2/0


20.0.0.0/8 is directly connected, Serial2/0
30.0.0.0/8 [120/1] via 20.10.10.1, 00:00:21, Serial2/0
172.160.0.0/16 is directly connected, Serial3/0
182.160.0.0/16 is directly connected, FastEthernet0/0

===================================================================================

KONFIGURASI DI ROUTER 3 CONSOLE PC2


Router>ena
Router#conf term
Enter configuration commands, one per line.

End with

CNTL/Z.
Router(config)#int fa 0/0
Router(config-if)#ip add 190.10.10.1 255.255.0.0
Router(config)#int se 2/0
Router(config-if)#ip add 172.160.10.2 255.255.0.0
Router(config)#int se 6/0
Router(config-if)#ip add 123.123.123.2 255.0.0.0
Router(config)#int se3/0
Router(config-if)#ip add 180.10.0.1 255.255.0.0
Router(config-if)#clock rate 56000
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#router rip
Router(config-router)#network
Router(config-router)#network
Router(config-router)#network
Router(config-router)#network
Router(config-router)#exit
Router(config)#exit

123.0.0.0
172.160.0.0
180.10.0.0
190.10.0.0

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


Router#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
R
R
R
C
C
C
R
C

10.0.0.0/8 [120/2] via 172.160.10.1, 00:00:23, Serial2/0


20.0.0.0/8 [120/1] via 172.160.10.1, 00:00:23, Serial2/0
30.0.0.0/8 [120/2] via 172.160.10.1, 00:00:23, Serial2/0
123.0.0.0/8 is directly connected, Serial6/0
172.160.0.0/16 is directly connected, Serial2/0
180.10.0.0/16 is directly connected, Serial3/0
182.160.0.0/16 [120/1] via 172.160.10.1, 00:00:23, Serial2/0
190.10.0.0/16 is directly connected, FastEthernet0/0

Ricky Ramdhani

===================================================================================

KONFIGURASI DI ROUTER 4 CONSOLE PC1


Router>ena
Router#conf term
Enter configuration commands, one per line.

End with

CNTL/Z.
Router(config)#int fa 0/0
Router(config-if)#ip add 182.168.10.1 255.255.0.0
Router(config)#int se 2/0
Router(config-if)#ip add 180.10.0.2 255.255.0.0
Router(config)#int se 3/0
Router(config-if)#i add 192.168.0.1 255.255.255.0
Router(config-if)#clock rate 56000
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#router rip
Router(config-router)#network 180.10.0.0
Router(config-router)#network 182.168.0.0
Router(config-router)#network 192.168.0.0
Router(config-router)#exit
Router(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
Router#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
R
R
R
R
R
C
R
C
R
C

10.0.0.0/8 [120/3] via 180.10.0.1, 00:00:08, Serial2/0


20.0.0.0/8 [120/2] via 180.10.0.1, 00:00:08, Serial2/0
30.0.0.0/8 [120/3] via 180.10.0.1, 00:00:08, Serial2/0
123.0.0.0/8 [120/1] via 180.10.0.1, 00:00:08, Serial2/0
172.160.0.0/16 [120/1] via 180.10.0.1, 00:00:08, Serial2/0
180.10.0.0/16 is directly connected, Serial2/0
182.160.0.0/16 [120/2] via 180.10.0.1, 00:00:08, Serial2/0
182.168.0.0/16 is directly connected, FastEthernet0/0
190.10.0.0/16 [120/1] via 180.10.0.1, 00:00:08, Serial2/0
192.168.0.0/24 is directly connected, Serial3/0

Ricky Ramdhani

===================================================================================

KONFIGURASI DI ROUTER 5 CONSOLE PC0


Router>ena
Router#conf term
Enter configuration commands, one per line.

End with

CNTL/Z.
Router(config)#int fa 0/0
Router(config-if)#ip add 182.168.2.1 255.255.0.0
Router(config)#int se 2/0
Router(config-if)#ip add 192.168.0.2 255.255.255.0
Router(config)#int se 3/0
Router(config-if)#ip add 192.168.1.1 255.255.255.0
Router(config-if)#clock rate 56000
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#router rip
Router(config-router)#network 182.168.0.0
Router(config-router)#network 192.168.0.0
Router(config-router)#network 192.168.1.0
Router(config-router)#exit
Router(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
Router#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
R
R
R
R
R
R
R
C
R
C
C

10.0.0.0/8 [120/4] via 192.168.0.1, 00:00:28, Serial2/0


20.0.0.0/8 [120/3] via 192.168.0.1, 00:00:28, Serial2/0
30.0.0.0/8 [120/4] via 192.168.0.1, 00:00:28, Serial2/0
123.0.0.0/8 [120/2] via 192.168.0.1, 00:00:28, Serial2/0
172.160.0.0/16 [120/2] via 192.168.0.1, 00:00:28, Serial2/0
180.10.0.0/16 [120/1] via 192.168.0.1, 00:00:28, Serial2/0
182.160.0.0/16 [120/3] via 192.168.0.1, 00:00:28, Serial2/0
182.168.0.0/16 is directly connected, FastEthernet0/0
190.10.0.0/16 [120/2] via 192.168.0.1, 00:00:28, Serial2/0
192.168.0.0/24 is directly connected, Serial2/0
192.168.1.0/24 is directly connected, Serial3/0

Ricky Ramdhani

===================================================================================

KONFIGURASI DI ROUTER 0 CONSOLE PC3


Router>ena
Router#conf term
Enter configuration commands, one per line.

End with

CNTL/Z.
Router(config)#int fa 0/0
Router(config-if)#ip add 20.10.0.1 255.0.0.0
Router(config)#int se 3/0
Router(config-if)#ip add 192.168.1.2 255.255.255.0
Router(config)#int se 2/0
Router(config-if)#ip add 10.0.0.1 255.0.0.0
Router(config-if)#clock rate 56000
Router(config)#int se 6/0
Router(config-if)#ip add 200.0.0.1 255.255.255.0
Router(config-if)#clock rate 56000
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#router rip
Router(config-router)#network
Router(config-router)#network
Router(config-router)#network
Router(config-router)#network
Router(config-router)#exit
Router(config)#exit

10.0.0.0
20.0.0.0
192.168.1.0
200.0.0.0

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


Router#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
C
C
R
R

10.0.0.0/8 is directly connected, Serial2/0


20.0.0.0/8 is directly connected, FastEthernet0/0
30.0.0.0/8 [120/1] via 10.0.0.2, 00:00:04, Serial2/0
123.0.0.0/8 [120/3] via 10.0.0.2, 00:00:04, Serial2/0
[120/3] via 192.168.1.1, 00:00:01, Serial3/0
R
172.160.0.0/16 [120/2] via 10.0.0.2, 00:00:04, Serial2/0
R
180.10.0.0/16 [120/2] via 192.168.1.1, 00:00:01, Serial3/0
R
182.160.0.0/16 [120/2] via 10.0.0.2, 00:00:04, Serial2/0
R
182.168.0.0/16 [120/1] via 192.168.1.1, 00:00:01, Serial3/0
R
190.10.0.0/16 [120/3] via 10.0.0.2, 00:00:04, Serial2/0
[120/3] via 192.168.1.1, 00:00:01, Serial3/0
R
192.168.0.0/24 [120/1] via 192.168.1.1, 00:00:01, Serial3/0
--More-===================================================================================

KONFIGURASI DI ROUTER 6 PC6


Ricky Ramdhani

Router>ena
Router#conf term
Enter configuration commands, one per line.

End with

CNTL/Z.
Router(config)#int fa 0/0
Router(config-if)#ip add 210.10.0.1 255.255.255.0
Router(config)#int se 2/0
Router(config-if)#ip add 200.0.0.2 255.255.255.0
Router(config)#int se 3/0
Router(config-if)#ip add 123.123.123.1 255.0.0.0
Router(config-if)#clock rate 56000
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#router rip
Router(config-router)#network 123.0.0.0
Router(config-router)#network 200.0.0.0
Router(config-router)#network 210.10.0.0
Router(config-router)#exit
Router(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
Router#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
R
R
R
C
R
R
R
R

10.0.0.0/8 [120/1] via 200.0.0.1, 00:00:10, Serial2/0


20.0.0.0/8 [120/1] via 200.0.0.1, 00:00:10, Serial2/0
30.0.0.0/8 [120/2] via 200.0.0.1, 00:00:10, Serial2/0
123.0.0.0/8 is directly connected, Serial3/0
172.160.0.0/16 [120/1] via 123.123.123.2, 00:00:04, Serial3/0
180.10.0.0/16 [120/1] via 123.123.123.2, 00:00:04, Serial3/0
182.160.0.0/16 [120/2] via 123.123.123.2, 00:00:04, Serial3/0
182.168.0.0/16 [120/2] via 123.123.123.2, 00:00:04, Serial3/0
[120/2] via 200.0.0.1, 00:00:10, Serial2/0
R
190.10.0.0/16 [120/1] via 123.123.123.2, 00:00:04, Serial3/0
R
192.168.0.0/24 [120/2] via 123.123.123.2, 00:00:04, Serial3/0
[120/2] via 200.0.0.1, 00:00:10, Serial2/0
--More--

Ricky Ramdhani

You might also like