Monday 5 May 2014

Hands-on LAB: Cabling a network and Basic router configuration


Memahami dasar-dasar CLI (command line interface)
Memasuki mode privileged EXEC:
Router> enable
Router#

Memasuki mode global configuration
Router# configure terminal

Kembali ke mode privileged EXEC:
Router(config)# exit

Memeriksa command-command yang tersedia di mode privileged EXEC
Router# ?
Exec commands:
<1-99> Session number to resume
clear Reset functions
clock Manage the system clock
configure Enter configuration mode
connect Open a terminal connection
copy Copy from one file to another
debug Debugging functions (see also 'undebug')
delete Delete a file
dir List files on a filesystem
disable Turn off privileged commands
disconnect Disconnect an existing network connection
enable Turn on privileged commands
erase Erase a filesystem
exit Exit from the EXEC
logout Exit from the EXEC
no Disable debugging informations
ping Send echo messages
reload Halt and perform a cold restart
resume Resume an active network connection
setup Run the SETUP command facility
show Show running system information
--More--

Keluar dari mode privilege EXEC
Router# exit
Output berikut akan muncul:
Router con0 is now available

Press RETURN to get started.

Sampai sini, ingat user mode ingat '>'
Ingat privileged mode ingat '#'

Tekan ENTER untuk masuk kembali ke mode user EXEC mode
The Router> prompt should be visible.

Masuk dari mode user EXEC ke mode privilege EXEC
Router> enable
Router#

Konfigurasi dasar ruter
1. Konfigurasi nama ruter
2. Mematikan lookup DNS
3. Mengkonfigurasi password privileged EXEC mode
4. Mengkonfigurasi banner message-of-the-day
5. Mengkonfigurasi password console
6. Mengkonfigurasi password untuk line virtual terminal
7. Mengkonfigurasi interface FastEthernet 0/0 dengan alamat IP 192.168.1.1/24
8. Memberi penjelasan interface
9. Mengkonfigurasi interface serial 0/0/0 dengan alamat IP 192.168.2.1/24
10. Memberi penjelasan pada interface serial 0/0/0
11. Menambahkan perintah logging synchronous ke port console dan port virtual terminal.
 

No comments:

Post a Comment