CONFIGURASI
SEBUAH PC ATAU KOMPUTER BERJUMLAH 4 DAN 2 KOMPUTERMASING MASING MENGGUNAKAN IP
ADDRESS BERBEDA KELAS DAN NETWORK
KETERANGAN PC 1 DAN 2 MENGGUNAKAN IP ADDRESS KELAS A
- PC 1
IP Address : 10.0.0.2
Subnet mask : 255.192.0.0
Gateway
: 10.0.0.1
-
PC 2
IP
Address :
10.0.0.3
Subnet mask : 255.192.0.0
Gateway : 10.0.0.1
KETERANGAN PC 3 DAN 4 MENGGUNAKAN IP ADDRESS KELAS C
- PC 3
IP
Address :
192.168.0.2
Subnet mask : 255.255.255.0
Gateway :192.168.0.254
- PC 4
IP
Address :
192.168.0.3
Subnet mask : 255.255.255.0
Gateway
: 192.168.0.254
DAN INILAH GAMABAR AWAL BELOM DI KONFIGURASI
Dan sekarang
kita akan memulai untuk mengkonfigurasi
--- System Configuration Dialog ---
Continue with configuration dialog? [yes/no]: N
Diatas kita pilih NO dengan menuliskan huruf N
Setelah itu proses configurasi
Press RETURN to get started!
Tulisan yang bercetak miring adalah perintah yang dituliskan untuk
mengconfigurasi
Router>enable
Router#show interfaces
FastEthernet0/0 is administratively down, line protocol is down
(disabled)
Hardware is Lance,
address is 0005.5ea2.1501 (bia 0005.5ea2.1501)
MTU 1500 bytes, BW
100000 Kbit, DLY 100 usec,
reliability
255/255, txload 1/255, rxload 1/255
Encapsulation ARPA,
loopback not set
ARP type: ARPA, ARP
Timeout 04:00:00,
Last input 00:00:08,
output 00:00:05, output hang never
Last clearing of
"show interface" counters never
Input queue: 0/75/0
(size/max/drops); Total output drops: 0
Queueing strategy:
fifo
Output queue :0/40
(size/max)
5 minute input rate
0 bits/sec, 0 packets/sec
5 minute output rate
0 bits/sec, 0 packets/sec
0 packets input,
0 bytes, 0 no buffer
Received 0
broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0
CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 input packets
with dribble condition detected
0 packets output,
0 bytes, 0 underruns
0 output errors,
0 collisions, 1 interface resets
0 babbles, 0 late
collision, 0 deferred
0 lost carrier, 0
no carrier
0 output buffer
failures, 0 output buffers swapped out
FastEthernet0/1 is administratively down, line protocol is
down (disabled)
Hardware is Lance,
address is 0005.5ea2.1502 (bia 0005.5ea2.1502)
MTU 1500 bytes, BW
100000 Kbit, DLY 100 usec,
reliability
255/255, txload 1/255, rxload 1/255
Encapsulation ARPA,
loopback not set
ARP type: ARPA, ARP
Timeout 04:00:00,
Last input 00:00:08,
output 00:00:05, output hang never
Last clearing of
"show interface" counters never
Input queue: 0/75/0
(size/max/drops); Total output drops: 0
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname agung
agung(config)#enable secret cisco
agung(config)#line console 0
agung(config-line)#password jarkom
agung(config-line)#login
agung(config-line)#exit
agung(config)#line vty 0 4
agung(config-line)#password 12345
agung(config-line)#login
agung(config-line)#exit
agung(config-line)#exit
agung(config)#interface fastEthernet 0/0
agung(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to
up
%LINEPROTO-5-UPDOWN: Line protocol on Interface
FastEthernet0/0, changed state to up
agung(config-if)#ip address 10.0.0.1 255.192.0.0
agung(config-if)#exit
agung(config)#interface fastEthernet 0/1
agung(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to
up
%LINEPROTO-5-UPDOWN: Line protocol on Interface
FastEthernet0/1, changed state to up
agung(config-if)#ip address 192.168.0.254 255.255.255.0
agung(config-if)#exit
agung(config)#
agung#copy startup-config running-config
%% Non-volatile configuration memory invalid or not present
agung#show running-config
Building configuration...
Current configuration : 561 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname agung
!
!
!
enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0
!
!
!
!
!
!
!
Selesai
Dan sekarang
kita lihat hasilnya dan inilah gambar yang sudah kita configurasikan
dan setelah jadi kita Test menggunakan CMD (Command Prompt)
dan kita coba dengan komputer yang menggunakan IP
address kelas A
dan di bawah ini adalah hasil gambarnya
kita test menggunkan komputer yang menggunakan IP address kelas Cdan di bawah ini gambarnya