What command do you type to save the configuration stored in RAM to NVRAM?
Options
A. Router(config)#copy current to starting
B. Router#copy starting to running
C. Router(config)#copy running-config startup-config
D. Router#copy run startup
Correct Answer
Router#copy run startup
Explanation
To copy the running-config to NVRAM so that it will be used if the router is restarted, use the
copy running-config startup-config command (
copy run start for short).
IOS and Security Device Manager problems
Search Results
1. Which of the following commands displays the configurable parameters and statistics of all interfaces on a router?
With the
show interfaces command, you can view the configurable parameters, get statistics for the interfaces on the router, verify if the interfaces are shut down, and see the IP address of each interface.
2. Which of the following commands will configure all the default VTY ports on a router?
To completely replace the running-config with the startup-config, you must reload the router. Note : You may have picked option C, which isn't a bad answer. Remember, though, it doesn't replace the configuration, it appends it.
5. Which of the following commands will display the current IP addressing and the layer 1 and 2 status of an interface?
The commands
show protocols,
show interfaces, and
show ip interface will show you the layer 1 and 2 status and the IP addresses of your router's interfaces.
6. You type Router#sh ru and receive an % ambiguous command error. Why did you receive this message?
Options
A. The command requires additional options or parameters.
B. There is more than one show command that starts with the letters ru.
C. There is no show command that starts with ru.
D. The command is being executed from the wrong router mode.
Correct Answer: There is more than one show command that starts with the letters ru.
Explanation:
The
% ambiguous command error means that there is more then one possible command that starts with
ru. Use a question mark to find the correct command.
7. You need to find the broadcast address used on a LAN on your router. What command will you type into the router from user mode to find the broadcast address?
The command
show ip protocols will actually show you the broadcast address for each interface - too bad it isn't a possible answer. Your best answer is
show interfaces, which will provide the IP address and mask for each interface.
8. If your routing table has a static, a RIP, and an IGRP route to the same network, which route will be used to route packets by default?
Static routes have an administrative distance of 1 by default. Unless you change this, a static route will always be used over any other found route. IGRP has an administrative distance of 100, and RIP has an administrative distance of 120, by default.
9. What command is used to stop RIP routing updates from exiting out an interface but still allow the interface to receive RIP route updates?
Correct Answer: It describes when a router sets the metric for a downed link to infinity.
Explanation:
Another way to avoid problems caused by inconsistent updates and to stop network loops is route poisoning. When a network goes down, the distance-vector routing protocol initiates route poisoning by advertising the network with a metric of 16, or unreachable (sometimes referred to as infinite).