• Post author:
  • Post category:Blog
  • Reading time:2 mins read
  • Post last modified:June 12, 2024

A student wants to save a router configuration to NVRAM. What is the best command to use to accomplish the task?

  • copy running-config startup-config
  • show interfaces
  • show ip nat translations
  • show ip route
Explanation & Hint:

To save a router’s current configuration to NVRAM (Non-Volatile Random-Access Memory), ensuring that the configuration is retained even after a reboot, the student should use the command:

copy running-config startup-config

This command is used on Cisco routers and switches. It copies the current running configuration (which is active and stored in RAM) to the startup configuration (which is stored in NVRAM). When the device restarts, it loads the configuration stored in the startup-config file.

The other commands listed serve different purposes:

  • show interfaces provides detailed information about the router’s interfaces.
  • show ip nat translations displays the Network Address Translation (NAT) translation table.
  • show ip route shows the routing table of the router.

 

For more Questions and Answers:

CCNA 1 v7 – ITN v7.02 – Modules 16 – 17: Building and Securing a Small Network Exam Answers Full 100%

Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments