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.
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
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.
"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.
D is good Generally you can use requests "get" to get information and "set" to make configurations, with any application using SNMP
https://linuxkings.com/2020/02/08/how-to-backup-and-restore-cisco-router-data-with-ftp-server/
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.
ftp and tftp use the copy function......snmp does not
Its FTP, you can copy to an FTP Server
D Correct
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.
copy function not coppy command so i think Answer D , through snmp you can do copy function to copy through tftp
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.
What protocol allows an engineer to back up 20 network router configurations globally while using the copy function?
Answer is D, we use SNMP to backup configs and softwares like manage engine like OP Manager to backup Configs from live environment.