Exam 350-601 All QuestionsBrowse all questions from this exam
Question 321

An engineer must generate a checkpoint of the running configuration on a Cisco Nexus Switch. The checkpoint file name must be called `before_maintenance` and should be used for recovering the switch to its premaintenance state. The rollback of the checkpoint to running configuration should only occur if no errors occur. Which two configuration commands must be used to meet these requirements? (Choose two.)

    Correct Answer: A, D

    To generate a checkpoint and ensure a rollback occurs only if no errors occur, the correct commands are 'checkpoint before_maintenance' to create the checkpoint and 'rollback running-config file before_maintenance atomic' to restore the configuration using the atomic method.

Discussion
examz_collectorOptions: AB

The question explicitly asks for a file to be generated and to rollback from file, so A and B are the correct answers.

Drcyber22Options: AB

There are two key requirements in the question: 1. Configuration rollback from a file -> B 2. Rollback will be performed only in there are NO ERRORS -> atomic rollback method must be used = A

MinsaitOptions: CD

TULLY01# checkpoint ? <CR> WORD Checkpoint name (Max Size 80) description Checkpoint description for the given checkpoint file Create configuration rollback checkpoint to file TULLY01# checkpoint pepe ? <CR> description Checkpoint description for the given checkpoint TULLY01# checkpoint pepe description ? LINE Checkpoint description(can include spaces) (Max Size 80) TULLY01# checkpoint pepe description tito

ScheldonOptions: AB

A and B We need to give a file name for checkpoint hence we need "checkpoint file ..." Command. We need "atomic" flag and execute rollback from a file to the running configuration, hence we need "rollback running-config file ... atomic" command.

GuyThatTakesDumpsOptions: CD

yes C and D!

JesNet

I agree

7korn7Options: CD

The answer is totally incorrect. The correct answer is CD https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/6-x/system_management/configuration/guide/b_Cisco_Nexus_9000_Series_NX-OS_System_Management_Configuration_Guide/sm_7rollback.html#task_742A244D6D954A37BE3DBA8E740D665E:~:text=all%20checkpoint%20files.-,Configuration%20Example%20for%20Rollback,-This%20example%20shows

7korn7

I am so sorry. I was wrong. The answer is correct. Rollback should be done from file. The right answer is AB.

JesNet

Why should be from file and not from non-file ?

MustafaOptions: CD

https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/6-x/system_management/configuration/guide/b_Cisco_Nexus_9000_Series_NX-OS_System_Management_Configuration_Guide/sm_7rollback.html#task_742A244D6D954A37BE3DBA8E740D665E

elperOptions: AB

A,B look correct.

SysAd

shouldn't it be AD?

Gayan84Options: AB

The Answer A & B Seems correct atomic—Implement a rollback only if no errors occur. best-effort—Implement a rollback and skip any errors. stop-at-first-failure—Implement a rollback that stops if an error occurs.

paradigm88Options: CD

Configuration Example for Rollback This example shows how to create a checkpoint file and then implements a best-effort rollback to a user checkpoint name: checkpoint stable rollback running-config checkpoint stable best-effort

C4rlosOptions: AB

A and B