Configure a network operating system
34 important questions on Configure a network operating system
WHat is known as the shell of an OS?
Name two ways the user can interact with the shell.
2. using the graphical user interface (GUI)
Why would you want to access a network device via CLI instead of GUI?
- Higher grades + faster learning
- Never study anything twice
- 100% sure, 100% understanding
What's the advantage of using a console port to acces a Cisco networking device to acces the CLI interface?
Why is SSH the recommended method for remote management of your cisco network device?
Why should you not use Telnet to acces your remote Cisco networking device?
Best practice dictates to use SSH instead of Telnet for remote management CLI connections. Cisco IOS includes a Telnet server and a Telnet client that can be used to establish Telnet sessions with other devices.
What does User EXEC Mode do?
- Mode allows access to only a limited number of basic monitoring commands.
- it is often referred to as "view-only" mode.
Default Device Prompt: Switch>
What does Privileged EXEC Mode do?
- Mode allows access to all commands and features.
- The user can use any monitoring commands and execute configuration and management commands.
Default Device Prompt: Switch#
How is global configuration mode identified by a promt?
Name two common subconfigutation modes that are accessed after the global configuration mode is accessed?
- Line Configuration Mode - Used to configure console, SSH, Telnet, or AUX access.
- Interface Configuration Mode - Used to configure a switch port or router network interface.
Name a different name to call Privileged EXEC mode
Explain how to enter and exit a sub-configuration mode.
What command is used to move from any sub-configuration mode of the global configuration mode to the mode one step above it?
What command is used to move from any sub-configuration mode to the privileged EXEC mode?
Explain keyword (IOS Command Structure).
Explain argument. (IOS Command Structure)
What command is used to enable Context-sensitive help?
Name the steps needed to apply a new host name to a switch.
- configure terminal (from priviliged EXEC mode to global configuration mode)
- hostname [new name of switch] (change hostname from grlobal configuration mode)
Explain the steps to set a password to access the user EXEC mode.
1. enable (from user EXEC mode to priviliged EXEC mode)
2. configure terminal (from privileged EXEC mode to global configuration mode)
3. line console 0 (from global configuration mode to line console configuration, 0 represents the first and in most cases the only console interface)
4. password [password] (specify the user EXEC mode password from line console configuration)
5. login (Console access will now require a password before gaining access to the user EXEC mode.
What do Virtual terminal (VTY) lines do?
Explain the steps to secure VTY lines.
2. configure terminal (from privileged EXEC mode to global configuration mode)
3. line vty 0 15 (from global configuration mode to VTY mode, many Cisco switches support up to 16 VTY lines that are numbered 0 to 15)
4. password [password] (specify the VTY password from VTY mode)
5. login (VTY access will now require a password before gaining access to the VTY mode.
What command is used to encrypt passwords and explain the command?
The command applies weak encryption to all unencrypted passwords. This encryption applies only to passwords in the configuration file, not to passwords as they are sent over the network. The purpose of this command is to keep unauthorized individuals from viewing passwords in the configuration file.
What command is used to cerify that passwords are encrypted?
What command is used to create a banner message on a network device?
The “#” in the command syntax is called the delimiting character. It is entered before and after the message. The delimiting character can be any character as long as it does not occur in the message. For this reason, symbols such as the "#" are often used. After the command is executed, the banner will be displayed on all subsequent attempts to access the device until the banner is removed.
Which two system files store the device configuration?
- startup-config - The file stored in Non-volatile Random Access Memory (NVRAM) that contains all of the commands that will be used by the device upon startup or reboot. NVRAM does not lose its contents when the device is powered off.
- running-config - The file stored in Random Access Memory (RAM) that reflects the current configuration. Modifying a running configuration affects the operation of a Cisco device immediately. RAM is volatile memory. It loses all of its content when the device is powered off or restarted.
How do you save changes made to the running configuration file to the startup configuration file?
If power to the device is lost or if the device is restarted, all configuration changes will be lost unless they have been saved.
What command is used to clear all the configurations?
After removing the startup configuration from NVRAM, reload the device to remove the current running configuration file from RAM. On reload, a switch will load the default startup configuration that originally shipped with the device.
Explain what an IPv4 subnet mask is.
What is the default gateway and what is it used for by the host?
What does 'a virtual interface' mean?
What does DNS stand for and what's its use?
Explain the steps needed to configure an SVI on a switch?
2. configure terminal (from privileged EXEC mode to global configuration mode)
3. interface vlan 1 (from global configuration mode to SVI mode, Vlan 1 is not an actual physical interface but a virtual one)
4. ip address [op-address subnet-mask] (interface configuration command)
5. no shutdown (enable the virtual interface)
What command is useful for verifying the condition of the switch interfaces?
What is the ping command used for?
The question on the page originate from the summary of the following study material:
- A unique study and practice tool
- Never study anything twice again
- Get the grades you hope for
- 100% sure, 100% understanding