You want to automatically back up your Junos device configuration to an external server every time you commit a configuration change. In this scenario, which command would accomplish this task?
A.
set system commit synchronize
B.
set system archival configuration transfer-interval
C.
set system archival configuration transfer-on-commit
Junos OS provides robust automation features for configuration management, specifically through the system archival utility. When an administrator needs to ensure that every successful configuration change is mirrored to an off-box repository for disaster recovery or auditing, the transfer-on-commit statement is the appropriate tool. This command instructs the Junos device to initiate an automated upload process immediately following the validation and activation of a commit command.
To fully implement this, the administrator must also define the archive-sites, which specify the destination URIs (using protocols such as FTP, SCP, or HTTP) and the necessary credentials for the external server. While transfer-interval can be used to back up configurations on a chronological schedule (e.g., every 60 minutes), transfer-on-commit is superior for tracking specific change events as they happen. This ensures that the external backup is always synchronized with the current active configuration on the device. Once configured, the device handles the background transfer, allowing the administrator to maintain a historical record of configuration states without manual intervention, which is essential for large-scale operational environments.
[Reference: Configuration Basics, Managing Configurations, System Archival., ==========]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit