You are on page 1of 3

Penyelesaian Soal UKK – Paket 2 (2017/2018)

Router A

Router_A#show running-config
!
hostname Router_A
!
ip dhcp excluded-address 192.168.1.1
!
ip dhcp pool for_local
network 192.168.1.0 255.255.255.248
default-router 192.168.1.1
dns-server 192.168.1.1
!
interface FastEthernet0/0
ip address 100.10.10.1 255.255.255.252
duplex auto
speed auto
Konfigurasi Router A !
interface FastEthernet1/0
ip address 192.168.1.1 255.255.255.248
duplex auto
speed auto
!
router rip
version 2
redistribute connected
network 192.168.1.0
!
ip classless
ip route 192.168.2.0 255.255.255.248 100.10.10.2
ip route 200.20.20.0 255.255.255.252 100.10.10.2
ip route 192.168.3.0 255.255.255.248 100.10.10.2
!
100.0.0.0/30 is subnetted, 1 subnets
C 100.10.10.0 is directly connected, FastEthernet0/0
192.168.1.0/29 is subnetted, 1 subnets
C 192.168.1.0 is directly connected, FastEthernet1/0
192.168.2.0/29 is subnetted, 1 subnets
Routing Router A
S 192.168.2.0 [1/0] via 100.10.10.2
192.168.3.0/29 is subnetted, 1 subnets
S 192.168.3.0 [1/0] via 100.10.10.2
200.20.20.0/30 is subnetted, 1 subnets
S 200.20.20.0 [1/0] via 100.10.10.2

Credit by Walid Umar


www.youtube.com/c/walidumar

www.walidumar.wordpress.com
Router B

Router_B#show running-config
Building configuration...
Current configuration : 1033 bytes
!
hostname Router_B
!
interface FastEthernet0/0
ip address 100.10.10.2 255.255.255.252
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 200.20.20.2 255.255.255.252
duplex auto
speed auto
Konfigurasi Router A
!
interface FastEthernet1/0
ip address 192.168.2.1 255.255.255.248
duplex auto
speed auto
!
router rip
version 2
redistribute connected
network 192.168.2.0
network 200.20.20.0
no auto-summary
!
ip classless
ip route 192.168.1.0 255.255.255.248 100.10.10.1
100.0.0.0/30 is subnetted, 1 subnets
C 100.10.10.0 is directly connected, FastEthernet0/0
192.168.1.0/29 is subnetted, 1 subnets
S 192.168.1.0 [1/0] via 100.10.10.1
192.168.2.0/29 is subnetted, 1 subnets
Routing Router A
C 192.168.2.0 is directly connected, FastEthernet1/0
192.168.3.0/29 is subnetted, 1 subnets
R 192.168.3.0 [120/1] via 200.20.20.1, 00:00:00, FastEthernet0/1
200.20.20.0/30 is subnetted, 1 subnets
C 200.20.20.0 is directly connected, FastEthernet0/1

Credit by Walid Umar


www.youtube.com/c/walidumar

www.walidumar.wordpress.com
Router C

Router_C#show running-config
Building configuration...
!
hostname Router_C
!
ip dhcp excluded-address 192.168.3.1
!
ip dhcp pool for-local
network 192.168.3.0 255.255.255.248
default-router 192.168.3.1
dns-server 192.168.3.1
!
interface FastEthernet0/1
ip address 200.20.20.1 255.255.255.252
duplex auto
speed auto
!
interface FastEthernet1/0
ip address 192.168.3.1 255.255.255.248
duplex auto
speed auto
!
Konfigurasi Router A
interface FastEthernet1/1
no ip address
duplex auto
speed auto
shutdown
!
router rip
version 2
redistribute connected
network 192.168.3.0
network 200.20.20.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 200.20.20.2
!
ip flow-export version 9
!
line vty 0 4
login
!
end
100.0.0.0/30 is subnetted, 1 subnets
R 100.10.10.0 [120/1] via 200.20.20.2, 00:00:00, FastEthernet0/1
192.168.2.0/29 is subnetted, 1 subnets
R 192.168.2.0 [120/1] via 200.20.20.2, 00:00:00, FastEthernet0/1
Routing Router A 192.168.3.0/29 is subnetted, 1 subnets
C 192.168.3.0 is directly connected, FastEthernet1/0
200.20.20.0/30 is subnetted, 1 subnets
C 200.20.20.0 is directly connected, FastEthernet0/1
S* 0.0.0.0/0 [1/0] via 200.20.20.2

Credit by Walid Umar


www.youtube.com/c/walidumar

www.walidumar.wordpress.com

You might also like