What protocol allows an engineer to back up 20 network router configurations globally while using the copy function?
What protocol allows an engineer to back up 20 network router configurations globally while using the copy function?
FTP, or File Transfer Protocol, is designed to transfer files between systems, making it suitable for backing up network router configurations. Network engineers commonly use commands like 'copy running-config ftp:' to backup configurations to an FTP server. This process aligns precisely with the term 'copy function' mentioned in the question.
D https://www.cisco.com/c/en/us/support/docs/ip/simple-network-management-protocol-snmp/15217-copy-configs-snmp.html
thanks
The question says "using the copy command". You can't use SNMP using the copy command, you have to use snmpset, whereas you can use "copy ftp", so the correct answer is C.
The right answer is FTP.
Answer is D SNMP works in conjunction with TFTP to backup configuration files. This is accomplished by downloading a current copy of your router’s configuration file to a TFTP server via SNMP.
"While using the copy function." See: https://www.cisco.com/c/en/us/support/docs/ios-nx-os-software/ios-software-releases-122-mainline/46741-backup-config.html Under section "Use an FTP Server to Backup and Restore a Configuration", there is shown the command: copy running-config ftp: The answer is indisputably and undoubtedly C.
The question says "using the copy command". You can't use SNMP using the copy command, you have to use snmpset, whereas you can use "copy ftp", so the correct answer is C.
Answer is C copy function in routers: https://www.cisco.com/E-Learning/bulk/public/tac/cim/cib/using_cisco_ios_software/cmdrefs/copy.htm
Its FTP, you can copy to an FTP Server
ftp and tftp use the copy function......snmp does not
Can FTP back up network router configurations globally ChatGPT Yes, FTP (File Transfer Protocol) can be used to back up network router configurations globally. Many network administrators use FTP to transfer configuration files to and from network devices, including routers. By configuring an FTP server and the appropriate settings on the router, you can save and retrieve router configurations using FTP, making it a common method for global backup and configuration management.
https://linuxkings.com/2020/02/08/how-to-backup-and-restore-cisco-router-data-with-ftp-server/
D is good Generally you can use requests "get" to get information and "set" to make configurations, with any application using SNMP
Answer is D, we use SNMP to backup configs and softwares like manage engine like OP Manager to backup Configs from live environment.
What protocol allows an engineer to back up 20 network router configurations globally while using the copy function?
it´s C FTP is beneficial for such a task because it allows an engineer to COPY CONFIGURATIONS from multiple routers in one go, making the process more efficient and less prone to errors. It provides secure file transfer by data encryption, which ensures no unprecedented visibility or modifications during the transfer process. Therefore, it makes it a reliable choice for backing up router configurations.
copy function not coppy command so i think Answer D , through snmp you can do copy function to copy through tftp
The real answer is the D, to clarify. It will use SNMP to send a copy command to all the switches, and the copy command will use TFTP to send the config to the TFTP Server.
D Correct