Perintah-perintah dasar Router Cisco

Dari Catatan Pak Samsul
Loncat ke navigasi Loncat ke pencarian

Tahap 1 :

Masuk dengan console terminal pada cisco.

Masuk mode privilage #

Router>enable
Sehingga menjadi
Router# 

Masuk mode configurasi :

Router# config terminal


Membuat Banner motd :

Router>enable
Router#conf t
Router(config)#banner motd *Banner Router1* (untuk membuat isi pesan lebih dari satu baris bisa menggunakan "~")
Router(config)#end
Router#exit

Memasukkan hostname :

Router>enable
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname router1
router1# <----------perhatikan perubahan disini.

Membuat username dan password  :

Router1(config)#username admini password P455w0rd
Router1(config)#line console 0
Router1(config-line)#login local
Router1(config-line)#exit
Router1(config)#end
Router1#exit