User Mode dan Privilage Mode
router>
router> ?
router> enable
router#
router# ?
router# disable
router>
router> enable
router#
router# conf t
router(config)# ?
Perintah SHOW
router# show ?
router# sh version
router# sh flash
router# sh start
router# sh run
router# sh ip int brief
router# sh clock
Mengganti HOSTNAME
router# conf t
router(config)# hostname WOLVERINE
WOLVERINE(config)#
Setting Password Router
router# conf t
router(config)# enable password rahasia
router(config)# enable secret cisco
kemudian ketik show run di privilege mode, cari baris enable password dan enable secret yang sudah kita masukkan tadi, bandingkan apa bedanya
router# show run
kemudian service password-encryption, apa hasilnya?
router(config)# service password-encryption
Setting Banner MOTD (Message Of The Day)
router(config)# banner motd z ↵
Enter the text followed by the 'z' to finish
SELAMAT DATANG DI ROUTERKU z ↵
router(config)# (tekan ctrl+z)
router# exit
ketika muncul baris “Router con0 is now available” tekan “ENTER”, harusnya muncul baris “SELAMAT DATANG DI ROUTERKU”
router> enable
Setting IP ADDRESS Interface FAST ETHERNET
router(config)# int fa0/0
router(config-if)# description ### LINK KE INTERNAL ##
router(config-if) ip addr 10.10.10.1 255.255.255.0
router(config-if) no shutdown
Menyimpan Konfigurasi (START UP)
router# copy run start
atau
router# wr
Menghapus dan Membersihkan Konfigurasi
router# write erase
switch# delete flash:vlan.dat
router# reload
No comments:
Post a Comment