answersLogoWhite

0

What else can I help you with?

Related Questions

What can be concluded from the output of the running configuration of a router?

The commands that are displayed determine the current operation of the router.


What should you do after running a command from the console on a perimeter router?

Update the configuration logs


In a Cisco router when do changes made to the running-configuration take effect?

as the commands are entered


Where is the running configuration location?

The running configuration on a router or switch is stored in the device's RAM (Random Access Memory) while it is running. It's a temporary configuration that is lost when the device is powered off or restarted. To view the running configuration, you can use the "show running-config" command in the device's CLI (Command Line Interface).


What is the command for saving the router's running-configuration to non-volatile memory is?

copy run start


How would you obtain the running configuration of a cisco 2600 router in priviledged mode?

In order to see the running configuration on a Cisco 2600 router, follow these steps from user executive mode.RouterName> EnableRouterName# show run


Which router component holds the routing table ARP cache and running configuration file?

SDRAM


What are the consequences of reloading a router without saving the running configuration to the startup configuration?

It depends on model. Some models can save some data without reloading, some can't. Thus you can have partially configured router or not configured at all. But reloading is not going to damage your router.


What is the purpose of NV RAM on a Cisco router?

That's where the router's startup-config (startup configuration) is stored.That's where the router's startup-config (startup configuration) is stored.That's where the router's startup-config (startup configuration) is stored.That's where the router's startup-config (startup configuration) is stored.


What is the effect of using th Router copy running-config startup-config command on the router?

This is an incomplete command. However, this indicates that the running configuration will be saved on the device to a different location.


What command do you type to save the configuration stored in RAM to NV RAM?

Router(config)#Copy running-config startup-config


Explain the differences between the running-config and the startup-config?

The statup-config is the configuration that is loaded when the router boots or powers up. The runnning-config is the current configuration in the router. It may have been modified since the last boot and so might be different. Having these two provides a nice safety feature. Changes can be made to the running-config and if something badly goes wrong, you can restart the router and get back to the configuration without the changes.