nerdexam
Cisco

010-151 · Question #21

Which command saves the active configuration to NVRAM?

The correct answer is C. copy running-config startup-config. Saving the active configuration to NVRAM requires copying from running-config to startup-config in Cisco IOS.

Cisco IOS and NX-OS Software Configuration and Operations

Question

Which command saves the active configuration to NVRAM?

Options

  • Acopy startup-config running-config
  • Bcopy active-config backup-config
  • Ccopy running-config startup-config
  • Dcopy backup-config active-config

How the community answered

(19 responses)
  • A
    11% (2)
  • B
    5% (1)
  • C
    84% (16)

Why each option

Saving the active configuration to NVRAM requires copying from running-config to startup-config in Cisco IOS.

Acopy startup-config running-config

This command copies in the reverse direction, overwriting the active running-config with the saved NVRAM startup-config rather than saving to NVRAM.

Bcopy active-config backup-config

'backup-config' is not a valid Cisco IOS configuration file target; this command syntax does not exist on Cisco devices.

Ccopy running-config startup-configCorrect

The running-config holds the currently active configuration in DRAM, while startup-config is stored in NVRAM and loaded at boot. The command 'copy running-config startup-config' writes the active configuration to NVRAM, ensuring it persists across reboots.

Dcopy backup-config active-config

Neither 'active-config' nor 'backup-config' are valid Cisco IOS configuration file names; this syntax is fabricated.

Concept tested: Saving running configuration to NVRAM on Cisco IOS

Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/fundamentals/configuration/xe-16/fundamentals-xe-16-book/cf-config-files.html

Topics

#copy running-config#startup-config#NVRAM#configuration save

Community Discussion

No community discussion yet for this question.

Full 010-151 Practice