A network administrator needs to back up a Cisco IOS router's running configuration to a remote FTP server at IP address 10.1.1.50 using the username 'admin' and password 'Cisco123'. Which command correctly completes this file transfer in a single step?
- copy running-config ftp://admin:[email protected]/running-config.cfgCevap
- Bcopy ftp://admin:[email protected]/running-config.cfg running-config
- Ccopy running-config tftp://admin:[email protected]/running-config.cfg
- Dcopy running-config ftp://10.1.1.50/admin:Cisco123/running-config.cfg
Cevap
The command 'copy running-config ftp://admin:[email protected]/running-config.cfg' correctly backs up the running configuration using FTP with inline credentials.
The correct command follows the Cisco IOS convention 'copy source destination' and properly formats the FTP URL with inline authentication credentials as 'ftp://username:password@ip_address/filename'.
Adım Adım Çözüm
Anahtar Kavram
Cisco IOS copy command syntax and FTP URL format with authentication