Jumat, 10 Februari 2012

Belajar Setting Router


Banyak nrang yang menganggap bahwa jadi admin jaringan tuh susah, padahal sebenarnya sih emang susah-susah gampang.
kali ini kang lephex akan share tentang dasar-dasar commandnya.
ok. Lets Learn

1. Setting Host Name
lephex(config)#
Router>enable
Router#configure terminal
Router(config)#hostname lephex (beri nama hostname router, disini saya beri nama lephex)

2. Setting Password
lephex>enable
lephex#configure terminal
lephex(config)#enable password lephex
lephex(config)#enable secret lephexsecret
lephex(config)#

3. Setting IP Address pada Ethernet/Fast Ethernet
lephex#configure terminal
lephex(config)#interface fastEthernet 0/0
lephex(config-if)#ip address 172.18.18.254 255.255.255.240
lephex(config-if)#description Local User
lephex(config-if)#no shutdown
lephex(config-if)#exit
lephex(config)#

4. Sdtting Line VTY
lephex#configure terminal
lephex(config)#line vty 0 4
lephex(config-line)#login
lephex(config-line)#login
lephex(config-line)#password lephex
lephex(config-line)#

5. Setting Line Con 0
lephex#configure terminal
lephex(config)#line con 0
lephex(config-line)#login
lephex(config-line)#password lephex
lephex(config-line)#

6. Melihat Semua Konfigurasi
lephex#show running-config
Setelah kita enter akan nampak pada layer seperti ini :
Building configuration...
Current configuration : 445 bytes
version 12.4
no service password-encryption
hostname lephex
ip ssh version 1
interface FastEthernet0/0
description Local User
ip address 172.18.18.254 255.255.255.240
duplex auto
speed auto
ip classless
line con 0
password lephex
login
line vty 0 4
password lephex
login
end
lephex#

7. Menyimpan Semua Konfigurasi
lephex#configure terminal
lephex#write memory
Building configuration...
[OK]

8. Melihat Interface yang terpasang pada router
lephex#configure terminal
lephex#sh interfaces
Setelah kita enter akan nampak pada layer seperti ini :
FastEthernet0/0 is up, line protocol is down (disabled)
Hardware is Lance, address is 0060.7023.9c01 (bia 0060.7023.9c01)
Description: Local User
Internet address is 172.18.18.254/28
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, rely 255/255, load 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
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.....

Bagikan

Jangan lewatkan

Belajar Setting Router
4/ 5
Oleh

Subscribe via email

Suka dengan artikel di atas? Tambahkan email Anda untuk berlangganan.

Setelah Baca Harap Tinggalkan Pesan ya