Exec Mode
router>
router>enable
router#configure terminal
Perintah Show
router#show ?
router#show version
router#show flash
router#show start
router#show run
router#show vlan
router#show ip int brief
router#show int trunk
router#show clock
Mengganti Hostname
router#configure terminal
router(config)#hostname Medan
Medan(config)#
Setting Password
router#configure terminal
router(config)#enable password bebas
router(config)#enable secret cisco
router(config)#service password-encryption
Remote Akses Telnet
router#configure terminal
router(config)#line vty 0 4
router(config-line)#password cisco
router(config-line)#login
Banner MOTD (Message of the Day)
router#configure terminal
router(config)#banner motd #ATTENTION....PLEASE DONT DISTURB THIS ROUTER#
router(config)#end
Konfigurasi Interface
router#configure terminal
router(config)#interface fastethernet0/0
router(config-if)#description ###Link to PE###
router(config-if)#ip address 10.10.10.1 255.255.255.0
router(config-if)#no shutdown
Copy TFTP
router#copy running-config tftp
router#copy flash tftp
Menyimpan Konfigurasi
router#copy running-config startup-config
router#write memory
Menghapus Konfigurasi
router#write erase
router#reload
switch#delete flash:vlan.dat
Berikut link download iosnya :
http://dl.dropbox.com/u/59575250/C2691-AD.BIN
http://dl.dropbox.com/u/59575250/C3640-JK.BIN
Mantab mas bro....lanjutkan...
BalasHapus