Senin, 01 Oktober 2012

Upload / download file konfigurasi Router

Skenario
Ambil file konfigurasi dari suatu router dan disimpan ke PC (ftp server) sehingga jika terjadi problem bisa di-restore ke router tersebut.
Cara ini bisa menghemat waktu karena tidak harus configure ulang line by line.

Gambar

Cara Upload / save configuration to PC
client_a>en
password:
client_a#filesystem
client_a(config-fs)#copy running-config ftp 172.16.20.20 anonymous 123 client_a
Building Configuration...done
Copying!!!
Total 2387 bytes copying completed.

Keterangan
syntax :
copy running-config ftp ip_address_ftp_server user_name password nama_file_yg_akan_disimpan

Cara download / restore configuration to routerlogin:admin
password:
node_b>en
password:
node_b(config-fs)#copy
ftp 172.16.20.20 anonymous 123 start_a11 startup-config
Downloading######OK!
node_b(config-fs)#exit
node_b#reload
Save current configuration to startup-config(Yes|No)? n
Please confirm system to reload(Yes|No)?y

Keterangan
a. syntax :
copy ftp ip_ftp_server user_name password nama_file_yg_diambil startup-configb. sebelum di-restore, file configurasi bisa di-edit / diubah sesuai kebutuhan. Pengubahan ini bisa dilakukan dengan notepad.exe

Tidak ada komentar:

Posting Komentar