BASIC CONFIG || PEMBUATAN HOSTNAME || AUTHENTICATION CONSOLE (LOGIN PASSWORD & PRIVILEGE MODE) || Best-Path Network
Untuk masuk ke mode global configuration dengan mengunakan port console, masukan command configure terminal.
Router>enable
Router#configure terminal
Router(config)#
Step 2
Unruk menetapkan nama untuk router, masukan command hostname.
Example :
Router(config)#hostname RT-1
RT-1(config)#
Step 3
Membuat otentikasi ketika mengunakan port console, masukan command Authentication password login console.
Example :
Router(config)#line console 0
Router(config-line)#password CCNA
Router(config-line)#login
Router(config-line)#exit
Step 4
Gunakan command no ip domain-lookup, untuk mematikan fungsi agar router hanya mengenali perintah-perintah yang dikenali.
Example :
Router(config)#no ip domain-lookup
Router(config)#
Step 5
Save config / menyimpan konfigurasi dari RAM ke NVRAM :
Example :
Router#write
Building configuration...
[OK]
Router#copy running-config startup-config
Command untuk username dan password.
Step 1
Gunakan command username name-user secret password, untuk menetapkan username dan password login, dengan command ini password sudah langsung di enkripsi.
Example :
Router(config)#username CISCO secret CCNA
Router(config)#
Step 2
Authentication using username & password login console / menetapkan username dan password bagi yang mengunakan port console (melanjutkan command di Step 1).
Example :
Router(config)#line console 0
Router(config-line)#login local
Router(config-line)#exit
Output-nya akan seperti berikut :
User Access Verification
Username: CISCO
Password:
Okay semoga mudah di pahami.
Sumber referensi :
Workbook CCNA v127.1.1.3 Bestpath Training Center -Bestpath Network
Baca juga
Komentar
Posting Komentar