A network engineer is configuring a new Juniper device and needs to ensure that the configuration is saved persistently across reboots. Which command should be used?
Trap 1: save
Not a valid Junos command for committing configuration; save is used for file operations.
Trap 2: request system reboot
Reboots the device but does not save the candidate configuration.
Trap 3: show configuration
Displays the current configuration; does not save changes.
- A
save
Why wrong: Not a valid Junos command for committing configuration; save is used for file operations.
- B
request system reboot
Why wrong: Reboots the device but does not save the candidate configuration.
- C
show configuration
Why wrong: Displays the current configuration; does not save changes.
- D
commit
Commits the candidate configuration to the active configuration, ensuring persistence across reboots.