Chapter 6 Flashcards
An interface that enables the user to interact with the operating system by entering commands and optional arguments.
Command-line interface (CLI)
The standard terminal-emulation application layer protocol in the TCP/IP protocol stack. This is used for remote terminal connection, enabling users to log in to remote systems and use resources as if they were connected to a local system. It is defined in RFC 854
Telnet
A TCP/IP application layer protocol that supports terminal emulation between a client and server, using dynamic key exchange and encryption to keep the communications private.
Secure Shell (SSH)
A part of the Cisco IOS CLI in which the user can use the most powerful and potentially disruptive commands on a router or switch, including the ability to then reach configuration mode and reconfigure the router.
Enable mode
A mode of the user interface to a router or switch in which the can type only non-disruptive EXEC commands, generally just to look at the current status, but not to change any operational settings.
User mode
A part of the Cisco IOS software CLI in which the user can type configuration commands that are then added to the device’s currently used configuration file (running-config).
Configuration mode
In Cisco IOS switches and routers, the name of the file that resides in NVRAM memory, holding the device’s configuration that will be loaded into RAM as the running-config file when the device is next reloaded or powered on.
Startup Config file
In Cisco IOS switches and routers, the name of the file that resides in RAM memory, holding the device’s currently used configuration.
Running-config file
What does Cisco call the operating system that is used to implement and control the logic and functions performed by a Cisco switch.
Internetwork Operating System (IOS)
What is privileged EXEC mode (privileged mode) also referred to as?
enable mode
What command tells the switch to reinitialize or reboot Cisco IOS, only from enable mode.
reload
If the command prompt lists the hostname followed by a _____, the user is in user mode; if it is the hostname followed by the _____, the user is in enable mode.
>; #
The _____ command lists status information at one instant of time—more like a photograph—the _____ command acts more like a live video camera feed
show;
debug
What CLI command is used in privileged EXEC mode (enable mode) to enter into configuration mode?
configure terminal
What CLI command is used in configuration mode to go back to privileged EXEC (enable mode)?
exit
What CLI command is used in privileged EXEC mode (enable mode) to go back to user EXEC mode?
end or Ctl-Z or
disable
Used by the switch just as it is used by any other computer: for working storage. The running (active) configuration file is stored here.
RAM (Random-Access Memory)
Either a chip inside the switch or a removable memory card. It stores fully functional Cisco IOS images and is the default location where the switch gets its Cisco IOS at boot time. It also can be used to store any other files, including backup copies of configuration files.
Flash Memory
Stores a bootstrap (or boothelper) program that is loaded when the switch first powers on. This bootstrap program then finds the full Cisco IOS image and manages the process of loading Cisco IOS into RAM, at which point Cisco IOS takes over operation of the switch.
ROM (Read-Only Memory)
Stores the initial or startup configuration file that is used when the switch is first powered on and when the switch is reloaded.
NVRAM (Nonvolatile RAM)
What is the configuration file name that stores the initial configuration used anytime the switch reloads Cisco IOS?
startup-config
What is the configuration file name that stores the currently used configuration commands. It changes dynamically when someone enters commands in the configuration mode.
running-config
What EXEC command backs up the running-config to the startup-config file?
copy running-config startup-config
To erase everything and start with a clean configuration what three commands would need to be entered?
write erase
erase startup-config
erase NVRAM
Does Cisco have a command that erases the contents of a running-config file?
No
How do you clear out the running-config file?
Erase the startup-config and enter the reload EXEC command