Where are files queued for transmission when using the configuration archive transfer-on-commit function?
Click on the arrows to vote for the correct answer
A. B. C. D.D
When using the configuration archive transfer-on-commit function in Junos, files are queued for transmission in the "/var/transfer/queue" directory.
The configuration archive transfer-on-commit function is used to automatically transfer the configuration file to a remote server when a configuration change is committed. This helps to maintain a backup of the configuration file and ensures that changes are synchronized across multiple devices.
When the transfer-on-commit function is enabled, the Junos device will queue the configuration file for transmission to the remote server. The queued file is stored in the "/var/transfer/queue" directory on the device. This directory is used specifically for queuing files for transfer, and it is separate from the regular configuration directory ("/var/config").
Once the configuration file has been successfully transferred to the remote server, it is removed from the queue directory on the Junos device. If there are any errors during the transfer process, the file will remain in the queue directory until the issue is resolved.
Therefore, the correct answer is C. "/var/transfer/queue".