Вы находитесь на странице: 1из 12

Yusuf Oktofani

0910683101
Administrasi Jaringan Cisco

Topologi

Konfigurasi Interface
Device
Router storage
Router core

Router Tek.sesinfo
Router Tek.komp
Router Tek.info
Server 0
PC1

Interface
Serial 2/0
FastEthernet 0/0
Serial 2/0
Serial 3/0
Serial 6/0
Serial 7/0
Serial 2/0
FastEthernet 0/0
Serial 3/0
FastEthernet 0/0
Serial 2/0
FastEthernet 0/0
NIC
NIC

IP address
172.16.3.1
192.168.1.1
172.16.3.5
172.16.3.9
172.16.3.13
172.16.3.2
172.16.3.6
192.168.2.1
172.16.3.10
192.168.3.1
172.16.3.14
192.168.4.1
192.168.1.2
192.168.2.2

Subnet mask
255.255.255.252
255.255.255.0
255.255.255.252
255.255.255.252
255.255.255.252
255.255.255.252
255.255.255.252
255.255.255.0
255.255.255.252
255.255.255.0
255.255.255.252
255.255.255.0
255.255.255.0
255.255.255.0

Default gateway
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
192.168.1.1
192.168.2.1

Yusuf Oktofani
0910683101
Administrasi Jaringan Cisco
PC2
PC3
PC4
PC5
PC6
PC7 (DHCP)
PC7 (DHCP)

NIC
NIC
NIC
NIC
NIC
NIC
NIC

192.168.2.3
192.168.3.2
192.168.3.3
192.168.4.2
192.168.4.3
192.168.1.5
192.168.1.3

255.255.255.0
255.255.255.0
255.255.255.0
255.255.255.0
255.255.255.0
255.255.255.0
255.255.255.0

192.168.2.1
192.168.3.1
192.168.3.1
192.168.4.1
192.168.4.1
192.168.1.1
192.168.1.1

Tabel Routing
R.Storage
192.168.1.0/24
172.16.3.0/30
172.16.3.4/30
172.16.3.8/30
172.16.3.12/30
192.168.2.0/24
192.168.3.0/24
192.168.4.0/24

F0/0
S2/0
S2/0
S2/0
S2/0
S2/0
S2/0
S2/0

0
0
1
1
1
2
2
2

R.Core
192.168.1.0/24
172.16.3.0/30
172.16.3.4/30
172.16.3.8/30
172.16.3.12/30
192.168.2.0/24
192.168.3.0/24
192.168.4.0/24

CLI
Router Storage
storage#sh running-config
Building configuration...
Current configuration : 846 bytes
!
version 12.2
no service password-encryption
!
hostname storage
!
!
!
!
!
ip ssh version 1
!
!
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!

S7/0
S7/0
S2/0
S3/0
S6/0
S2/0
S3/0
S6/0

1
0
0
0
0
1
1
1

R.tek.sisinfo
192.168.1.0/24
172.16.3.0/30
172.16.3.4/30
172.16.3.8/30
172.16.3.12/30
192.168.2.0/24
192.168.3.0/24
192.168.4.0/24

S2/0
S2/0
S2/0
S2/0
S2/0
F0/0
S2/0
S2/0

2
1
0
1
1
0
2
2

R.tek.komp
192.168.1.0/24
172.16.3.0/30
172.16.3.4/30
172.16.3.8/30
172.16.3.12/30
192.168.2.0/24
192.168.3.0/24
192.168.4.0/24

S3/0
S3/0
S3/0
S3/0
S3/0
S3/0
F0/0
S3/0

2
1
1
0
1
2
0
2

R.tekinfo
192.168.1.0/24
172.16.3.0/30
172.16.3.4/30
172.16.3.8/30
172.16.3.12/30
192.168.2.0/24
192.168.3.0/24
192.168.4.0/24

S2/0
S2/0
S2/0
S2/0
S2/0
S2/0
S2/0
F0/0

2
1
1
1
0
2
2
0

Yusuf Oktofani
0910683101
Administrasi Jaringan Cisco
interface FastEthernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface Serial2/0
ip address 172.16.3.1 255.255.255.252
clock rate 64000
!
interface Serial3/0
no ip address
shutdown
!
interface FastEthernet4/0
no ip address
shutdown
!
interface FastEthernet5/0
no ip address
shutdown
!
ip classless
ip route 172.16.3.4 255.255.255.252 172.16.3.2
ip route 172.16.3.8 255.255.255.252 172.16.3.2
ip route 172.16.3.12 255.255.255.252 172.16.3.2
ip route 192.168.2.0 255.255.255.0 172.16.3.2
ip route 192.168.3.0 255.255.255.0 172.16.3.2
ip route 192.168.4.0 255.255.255.0 172.16.3.2
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
end

storage#

Yusuf Oktofani
0910683101
Administrasi Jaringan Cisco

Router Core
core#sh running-config
Building configuration...
Current configuration : 853 bytes
!
version 12.2
no service password-encryption
!
hostname core
!
!
!
!
!
ip ssh version 1
!
!
interface FastEthernet0/0
no ip address
duplex auto

Yusuf Oktofani
0910683101
Administrasi Jaringan Cisco
speed auto
shutdown
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface Serial2/0
ip address 172.16.3.5 255.255.255.252
!
interface Serial3/0
ip address 172.16.3.9 255.255.255.252
!
interface FastEthernet4/0
no ip address
shutdown
!
interface FastEthernet5/0
no ip address
shutdown
!
interface Serial6/0
ip address 172.16.3.13 255.255.255.252
!
interface Serial7/0
ip address 172.16.3.2 255.255.255.252
!
ip classless
ip route 192.168.1.0 255.255.255.0 172.16.3.1
ip route 192.168.2.0 255.255.255.0 172.16.3.6
ip route 192.168.3.0 255.255.255.0 172.16.3.10
ip route 192.168.4.0 255.255.255.0 172.16.3.14
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
end

Yusuf Oktofani
0910683101
Administrasi Jaringan Cisco

core#

Router Tek.sisinfo
tek.sisinfo#sh running-config
Building configuration...
Current configuration : 850 bytes
!
version 12.2
no service password-encryption
!
hostname tek.sisinfo
!
!
!
!
!
ip ssh version 1
!

Yusuf Oktofani
0910683101
Administrasi Jaringan Cisco
!
interface FastEthernet0/0
ip address 192.168.2.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface Serial2/0
ip address 172.16.3.6 255.255.255.252
clock rate 64000
!
interface Serial3/0
no ip address
shutdown
!
interface FastEthernet4/0
no ip address
shutdown
!
interface FastEthernet5/0
no ip address
shutdown
!
ip classless
ip route 172.16.3.8 255.255.255.252 172.16.3.5
ip route 172.16.3.12 255.255.255.252 172.16.3.5
ip route 172.16.3.0 255.255.255.252 172.16.3.5
ip route 192.168.1.0 255.255.255.0 172.16.3.5
ip route 192.168.3.0 255.255.255.0 172.16.3.5
ip route 192.168.4.0 255.255.255.0 172.16.3.5
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
end

Yusuf Oktofani
0910683101
Administrasi Jaringan Cisco

tek.sisinfo#

Router Tek.komp
tek.komp#sh running-config
Building configuration...
Current configuration : 848 bytes
!
version 12.2
no service password-encryption
!
hostname tek.komp
!
!
!
!
!
ip ssh version 1

Yusuf Oktofani
0910683101
Administrasi Jaringan Cisco
!
!
interface FastEthernet0/0
ip address 192.168.3.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface Serial2/0
no ip address
shutdown
!
interface Serial3/0
ip address 172.16.3.10 255.255.255.248
clock rate 64000
!
interface FastEthernet4/0
no ip address
shutdown
!
interface FastEthernet5/0
no ip address
shutdown
!
ip classless
ip route 172.16.3.12 255.255.255.252 172.16.3.9
ip route 172.16.3.4 255.255.255.252 172.16.3.9
ip route 172.16.3.0 255.255.255.252 172.16.3.9
ip route 192.168.1.0 255.255.255.0 172.16.3.9
ip route 192.168.2.0 255.255.255.0 172.16.3.9
ip route 192.168.4.0 255.255.255.0 172.16.3.9
!
!
!
!
!
line con 0
line vty 0 4
login
!
!

Yusuf Oktofani
0910683101
Administrasi Jaringan Cisco
end

tek.komp#

Router Tek.info
tek.info#sh running-config
Building configuration...
Current configuration : 853 bytes
!
version 12.2
no service password-encryption
!
hostname tek.info
!
!
!
!
!

Yusuf Oktofani
0910683101
Administrasi Jaringan Cisco
ip ssh version 1
!
!
interface FastEthernet0/0
ip address 192.168.4.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface Serial2/0
ip address 172.16.3.14 255.255.255.252
clock rate 64000
!
interface Serial3/0
no ip address
shutdown
!
interface FastEthernet4/0
no ip address
shutdown
!
interface FastEthernet5/0
no ip address
shutdown
!
ip classless
ip route 172.16.3.8 255.255.255.252 172.16.3.13
ip route 172.16.3.4 255.255.255.252 172.16.3.13
ip route 172.16.3.0 255.255.255.252 172.16.3.13
ip route 192.168.1.0 255.255.255.0 172.16.3.13
ip route 192.168.2.0 255.255.255.0 172.16.3.13
ip route 192.168.3.0 255.255.255.0 172.16.3.13
!
!
!
!
!
line con 0
line vty 0 4
login
!

Yusuf Oktofani
0910683101
Administrasi Jaringan Cisco
!
end

tek.info#

Вам также может понравиться