Operating Cisco IOS Software Flashcards
SSH is a secure method to remotely access the CLI
Secure Shell (SSH)
Telnet is an unsecure method of establishing a CLI session.
Telnet
Accessing a device CLI through a console connection is also called
out-of-band (OOB)
Because these CLI connections consume network bandwidth, they are also called
in-band access
Allows a person to execute only a limited number of basic monitoring commands.
User EXEC
Allows a person to execute all device commands, for example, all configuration and management commands. This level can be password-protected to allow only authorized users to execute the privileged set of commands.
Privileged EXEC
While in privileged EXEC mode, enter the configure terminal command. Use this mode to configure parameters that apply to the entire device.
Global Configuration Mode
While in global configuration mode, enter the interface command followed by interface label of the interface you wish to configure. Use this mode to configure parameters for the device interfaces.
Interface Configuration Mode
Provides a list of commands or the arguments that are associated with a specific command.
Context-sensitive help
Identifies problems with commands that you have entered so that you can alter or correct them.
Error notification message
You did not enter enough characters for your device to uniquely recognize the command.
% Ambiguous command
You did not enter all keywords or values that are required by this command.
% Incomplete command
You entered the command incorrectly. The ^ marks the first element with the error.
% Invalid input detected at ‘^’ marker
NVRAM is the memory component in the device hardware that retains stored information (for example, it is non-volatile) even after the device is powered down. The configuration file that is stored in the NVRAM is called the startup-config file.
Non-Volatile Random Access Memory (NVRAM)
Once the device has started, the system copies the startup configuration to RAM. The configuration file in RAM is called the running-config file.
random-access memory (RAM)