Little boy questioned his mother, he asked what he can be in the future..with a sad smile, she tells him he can be anything he wants to be.... Boy said he’d become (an) astronaut and fly out into space crews around the universe he wanted to see the stars and also see other planets in outer space------------- "Why don’t we just keep dreaming, let’s keep our mind with dream and faith, as long as we wish we can make it come true, how old you are never forget your dream and keep dreaming "

Monday 9 October 2017

Backup & Restore File Konfigurasi Router Cisco Packet Tracer



Backup & Restore File Konfigurasi  Router Cisco Packet Tracer


Selanjutnya adalah yang tidak kalah pentingnya, proses backup dan restore file konfigurasi dari Cisco Devices (Router/Switch). Fungsinya? tentu antisipasi hal buruk yang dapat terjadi, sebagai contoh file konfigurasi hilang/terhapus/corrupt. butuh waktu banyak jika error terjadi dan kita tidak punya file backup konfigurasi dan harus konfigurasi ulang dari awal.

Untuk proses backup dan restore sendiri yang dibutuhkan adalah sebuah komputer yang sudah terinstal TFTP (Trivial File Transfer Protocol) Server yang nanti akan berfungsi untuk menerima, menyimpan dan menyediakan file konfigurasi router.
Saya coba simulasikan menggunakan Cisco Packet Tracer. di cisco packet tracer sendiri sudah tersedia komputer yang berfungsi sebagai TFTP Server yaitu Server-PT, yang perlu dilakukan memastikan service TFTP di Server-PT ini sudah aktif.

Jika komputer belum terinstall Cisco Packet Tracer download disini Cisco Packet Tracer





Skema :

BACKUP

Proses ini adalah mengirimkan atau menyalin file konfigurasi "startup-config" di RT1 ke TFTP Server

RT1>enable
RT1#copy startup-config tftp: 
Address or name of remote host []? 192.168.20.5
Destination filename [RT1-confg]? Router1-startup-config

Writing startup-config....!!

[OK - 1051 bytes]

1051 bytes copied in 3.012 secs (348 bytes/sec)
RT1#

Jika proses berhasil maka seharusnya file yang kita kirimkan tadi telah berada di TFTP Server :

RESTORE

Proses ini adalah kebalikan dari proses backup, yaitu mengambil atau menyalin file konfigurasi yang tersimpan di TFTP server, dan menyimpannya ke router "startup-config".

RT1>enable 
RT1#copy tftp: startup-config 
Address or name of remote host []? 192.168.20.5
Source filename []? Router1-startup-config
Destination filename [startup-config]? 
Accessing tftp://192.168.20.5/Router1-startup-config...
Loading RT1-startup-config from 192.168.20.5: !
[OK - 1051 bytes]

1051 bytes copied in 0.001 secs (1051000 bytes/sec)
RT1#

Proses restore selesai..
untuk proses restore konfigurasi jika router yang akan direstore kondisinya belum disetting sama sekali, karena TFTP berjalan via jaringan tentunya hal yang pertama dilakukan adalah setting ip interface router  terlebih dahulu, baru kemudian melakukan restore via TFTP.

note : proses backup - restore bisa dilakukan bukan hanya untuk file konfigurasi tapi bisa digunakan untuk backup - restore cisco IOS dan file lainnnya

Terima Kasih 


1 comment: