• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/51

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

51 Cards in this Set

  • Front
  • Back
What is the Cisco OS called?
The Cisco Internetwork Operating System (IOS)
The Cisco IOS provides devices with the following network services:
Basic routing and switching functions
Reliable and secure access to networked resources
Network scalability
The services provided by the Cisco IOS are generally accessed how?
using a command line interface (CLI).
There are several ways to access the CLI environment. The most usual methods are:
Console
Telnet or SSH
AUX port
a console session is also known as
CTY line
Examples of console use are:
The initial configuration of the network device
Disaster recovery procedures and troubleshooting where remote access is not possible
Password recovery procedures
To access the CLI via Telnet requires:
ctive networking services on the device. The network device must have at least one active interface configured with a Layer 3 address
A more secure method of remote access is:
Secure Shell (SSH) protocol
To establish a remote session via telephone:
via a telephone dialup connection using a modem connected to the router's AUX port
A Cisco network device contains two configuration files:
The running configuration file - used during the current operation of the device
The startup configuration file - used as the backup configuration and is loaded when the device is started
The CLI uses a hierarchical structure for the modes.

In order from top to bottom, the major modes are:
User executive mode
Privileged executive mode
Global configuration mode
Other specific configuration modes
The two primary modes of operation are:
USER Exec and Privileged EXEC
Moving between the User EXEC and Privileged EXEC Modes
The enable and disable commands are used to change the CLI between the user EXEC mode and the privileged EXEC mode, respectively.
The IOS has several forms of help available
Context-sensitive help
Command Syntax Check
Hot Keys and Shortcuts
The context-sensitive help provides
a list of commands and the arguments associated with those commands within the context of the current mode.
To access context-sensitive help
enter a question mark, ?, at any prompt
There are three different types of error messages:
Ambiguous command
Incomplete command
Incorrect command
The figure shows most of the shortcuts. The following are worthy of special note:
Tab - Completes the remainder of the command or keyword
Ctrl-R - Redisplays a line
Ctrl-Z - Exits configuration mode and returns to the EXEC
Down Arrow - Allows user to scroll forward through former commands
Up Arrow - Allows user to scroll backward through former commands
Ctrl-Shift-6 - Allows the user to interrupt an IOS process such as ping or traceroute
Ctrl-C - Aborts the current command and exits the configuration mode
To view the statistics for a specific interface
enter the show interfaces command followed by the specific interface slot/port number.
Displays the ARP table of the device
show arp -
(switch only) Displays the MAC table of a switch.
show mac-address-table -
Displays the saved configuration located in NVRAM.
show startup-config -
Displays the contents of the currently running configuration file or the configuration for a specific interface, or map class information.
show running-config -
Displays IPv4 statistics for all interfaces on a router.
show ip interfaces -
The primary configuration mode is called
global configuration or global config
The following CLI command is used to take the device from privileged EXEC mode to the global configuration mode and to allow entry of configuration commands from a terminal:
Router#configure terminal
From the global config mode, there are many different configuration modes that may be entered. Each of these modes allows the configuration of a particular part or function of the IOS device. The list below shows a few of them:
Interface mode - to configure one of the network interfaces (Fa0/0, S0/0/0,..)
Line mode - to configure one of the lines (physical or virtual) (console, AUX, VTY,..)
Router mode - to configure the parameters for one of the routing protocols
To leave configuration mode completely and return to privileged EXEC mode
enter end or use the key sequence Ctrl-Z.
Once a change has been made from the global mode, it is good practice
to save it to the startup configuration file stored in NVRAM
The command to save the running configuration to startup configuration file is:
Router#copy running-config startup-config
Some guidelines for naming conventions are that names should:
Start with a letter
Not contain a space
End with a letter or digit
Have characters of only letters, digits, and dashes
Be 63 characters or fewer
Configure IOS Hostname
From the privileged EXEC mode, access the global configuration mode by entering the configure terminal command:
n the global mode, enter the hostname:

Router(config)#hostname AtlantaHQ
The passwords introduced here are
Console password - limits device access using the console connection
Enable password - limits access to the privileged EXEC mode
Enable secret password - encrypted, limits access to the privileged EXEC mode
VTY password - limits device access using Telnet
The following commands are used in global configuration mode to set a password for the console line:
Switch(config)#line console 0
Switch(config-line)#password password
Switch(config-line)#login
The following commands are used to set the passwords:
Router(config)#enable password password
Router(config)#enable secret password
The following commands are used to set a password on vty lines:
Router(config)#line vty 0 4
Router(config-line)#password password
Router(config-line)#login
Another useful command prevents passwords from showing up as plain text when viewing the configuration files.
This is the service password-encryption command.
To configure a MOTD, from global configuration mode enter the
banner motd command:

Switch(config)#banner motd # message #
After making changes to a configuration, consider these options for the next step:
Make the changed configuration the new startup configuration.
Return the device to its original configuration.
Remove all configuration from the device.
Make the Changed Configuration the New Startup Configuration
use the copy running-config startup-config command at the privileged EXEC mode prompt. The following example shows the command:

Switch#copy running-config startup-config
we can replace the running configuration with the startup configuration. This is best done by
restarting the device using the reload command at the privileged EXEC mode prompt.
Configuration files can be stored on a
Trivial File Transfer Protocol (TFTP) server
one option is to save the running configuration or the startup configuration to a TFTP server
1. Enter the copy running-config tftp command.

2. Enter the IP address of the host where the configuration file will be stored.

3. Enter the name to assign to the configuration file.

4. Press Enter to confirm each choice.
To erase the startup configuration file use
erase NVRAM:startup-config or erase startup-config at the privileged EXEC mode prompt:
To configure an Ethernet interface follow these steps:
1. Enter global configuration mode.

2. Enter interface configuration mode.

3. Specify the interface address and subnet mask.

4. Enable the interface.
configure the Ethernet IP address using the following commands:
Router(config)#interface FastEthernet 0/0
Router(config-if)#ip address ip_address netmask
Router(config-if)#no shutdown
By default, interfaces are disabled. To enable an interface
enter the no shutdown command from the interface configuration mode.
To configure a serial interface follow these steps:
1. Enter global configuration mode.

2. Enter interface mode.

3. Specify the interface address and subnet mask.

4. Set the clock rate if a DCE cable is connected. Skip this step if a DTE cable is connected.

5. Turn on the interface.
Each connected serial interface must have an IP address and subnet mask to route IP packets.

Configure the IP address with the following commands:
Router(config)#interface Serial 0/0/0
Router(config-if)#ip address ip_address netmask
the commands that are used to set a clock rate and enable a serial interface are:
Router(config)#interface Serial 0/0/0
Router(config-if)#clock rate 56000
Router(config-if)#no shutdown
The interface description will appear in the output of these commands:
show startup-config, show running-config, and show interfaces.