QuestionQ79

Configuration Basics

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
  • D set system archival configuration archive-sites
Explanation

The Junos 'set system archival configuration transfer-on-commit' command configures the device to automatically transfer (archive) its configuration file to the specified archive site(s) every time a commit operation completes successfully. This is distinct from 'transfer-interval', which archives the configuration on a periodic time schedule rather than in response to a commit, and from 'archive-sites', which merely defines the destination server(s)/URL(s) for the archive but does not by itself trigger the transfer. 'commit synchronize' is used to synchronize commits between dual Routing Engines and has nothing to do with configuration archival.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!