Konfigurasi Dasar Router Cisco
Salam enthusiast,
Kesempatan kali ini SkyNET akan berbagi bagaimana caranya konfigurasi dasar di router/switch Cisco. Langkah awal, siapkan router/switch Cisco, kabel console, serta PC/laptop. Setelah semua perangkat dinyalakan, koneksikan kabel console dari laptop ke port console router. Kabel console Cisco adalah kabel rollover dan biasanya berwarna boru muda seperti gambar di bawah ini.
Jika sudah dikoneksikan seperti gambar diatas, segera buka hyperterminal atau aplikasi sejenis (misalkan putty, atau secure crt). Setingan nya sbb:
- Bits per second : 9600 bps
- Data bits: 8
- Parity : none
- Stop bits:1
- Flow control : none
Tekan enter di layar hyperterminal, lalu jika muncul tulisan “Would you like enter initial configuration dialog?” sebaiknya jawab
“no”, lalu router menampilkan pesan “Press return to get start” lalu kita enter.
Maka akan muncul prompt router seperti ini:
router>
Mode diatas adalah user exec mode, artinya di mode ini kita tidak bisa melakukan perubahan konfigurasi apapun dan hanya sebatas perintah untuk show show saja.
Emangnya ada berapa mode akses di cisco sih? Jawabannya ada 4, yaitu :
•User EXEC
•Privileged EXEC
•Global configuration
•Interface configuration
Agar bisa masuk ke previlledge EXEC mode maka ketikkan "enable".
router>enable
router#
Nah.. sekarang sudah masuk ke previlledge exec mode yang ditandai dengan tanda ">" yang berubah menjadi tanda "#".
Apa aja yang bisa diakses di mode ini ? Lets see..
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
Syawal Nugrahanto
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
Syawal Nugrahanto
0 komentar:
Posting Komentar