KONFIGURASI DASAR ROUTER DAN SWITCH
Exec Mode
router>
router> ?
router> enable
router#
router# ?
router# disable
router>
router> enable
router# conf t [configura terminal]
router# ?
Perintah Show
router# show ?
router# sh version
router# sh flash
router# sh start [show startup-config]
router# sh run [show running-config]
router# sh ip int brief
router# sh controllers serial 0
router# sh clock
router# sh cdp neighbors
router# sh cdp neighbors detail
switch# sh vlan
switch# sh int trunk
Mengganti Hostname
router# conf t
router(config)# hostnama BELAJARJARINGAN
BELAJARJARINGAN(config)#
Setting Password
router# conf t
router(config)# enable password rahasia
router(config)# enable secret cisco
router(config)# service password-encryption
Remote Akses Telnet
router # conf t
router(config)# line vty 0 4
router(config-line)# password cisco
router(config-line)# login
Banner MOTD (Message of the Day)
router(config)#banner motd z
Enter the text followed by the 'z' to finish
SELAMAT DATANG DI ROUTER z
router(connfig)#
^Z
router# exit
router>enable
Konfigurasi Interface
router(config)# int e0
router(config-if)# description ### LINK KE JARINGAN LOKAL ###
router(config-if)# ip addr 172.172.172.1 255.255.255.0
router(config-if)# no shut
router(config)# int s0
router(config-if)# description ### LINK KE KANTOR PUSAT ###
router(config-if)# ip addr 192.192.192.1 255.255.255.0
router(config-if)# clock rate 56000
router(config-if)# no shut
Copy tftp
router# copy run tftp
router# copy flash tftp
Menyimpan Konfigurasi
router# copy run start [copy running-config startup-config]
router# wr [write]
Menghapus Konfigurasi
router(config)# enable password tutorial
router(config)# no enable password tutorial
router# write erase
switch# delete flash:vlan.dat
router#reload
Nah itu tadi adalah konfigurasi dasar yang perlu diketahui untuk belajar konfigurasi router dan switch Cisco, semoga mudah dipahami dan bermanfaat.
Isi kritik dan saran teman-teman paa kolom komentar dibawah ini. Terima Kasih
Comments
Post a Comment