cơ quan em đang dùng asa 5520, lúc đầu do fpt cấu hình nay em muốn backup để phòng sự cố, thầy và các bạn có thể hướng dẫn em làm được không ạ. E đã cài TFTP server rồi
Announcement
Collapse
No announcement yet.
xin thầy giúp asa 5520
Collapse
X
-
How to backup ASA/PIX configuration using TFTP
1. To backup ASA/PIX configuration using TFTP, you need to have a TFTP server running. Remember the TFTP server IP, in our case 192.168.254.231.
2. Run telnet to access ASA. To do that, in the command prompt, type telnet TFTP IP, for example telnet 192.16.254.250, press Enter.
3. use the following command lines to backup the configuration.
copy startup-config tftp:
Address or name of remote host []? 192.168.254.231
Destination filename [startup-config]? 072405
!!!
8507 bytes copied in 0.40 secs
4. Done.
Comment