You want to erase your startup configuration file. This can be accomplished by issuing which of the following commands?

A) write erase
B) move startup-config
C) move running-config
D) erase running-config
E) erase startup-config
F) erase nvram
G) erase rom

A, E, F
Explanation: A) The following three commands will erase the startup-config:
write erase
erase startup-config
erase nvram
The other commands move config files or do not exist.
E) The following three commands will erase the startup-config:
write erase
erase startup-config
erase nvram
The other commands move config files or do not exist.
F) The following three commands will erase the startup-config:
write erase
erase startup-config
erase nvram
The other commands move config files or do not exist.

Computer Science & Information Technology

You might also like to view...

The ________ indicates the relative location in the presentation of the slide being viewed

Fill in the blank(s) with correct word

Computer Science & Information Technology

What’s wrong with the following statement? Provide the correct statement to accomplish what the programmer was probably trying to do.

``` cout << ++(x + y); ```

Computer Science & Information Technology