You are on page 1of 10

IT6201 – Data Communications and Networking 1 (CISCO 1)

1
Week 2: Configure a Network Operating System

Configure a Network Operating System

Course Learning Outcomes:


1. Explain the purpose of the Cisco IOS.
2. Explain how to access a Cisco IOS device for configuration purposes.
3. Explain how to navigate Cisco IOS to configure network devices.
4. Describe the command structure of the Cisco IOS software.
5. Configure hostnames on a Cisco IOS device using the CLI.
6. Use Cisco IOS commands to limit access to device configurations.
7. Use Cisco IOS commands to save the running configuration.
8. Explain how devices communicate across network media.
9. Configure a host device with an IP address.
10. Verify connectivity between two end devices.

Introduction
Every computer requires an operating system to function, including computer-based
network devices such as switches, routers, access points, and firewalls. These network
devices use an operating system called a network operating system.

The Cisco Internetwork Operating System (IOS) is a generic term for the collection of
network operating systems used by Cisco networking devices. Cisco IOS is used for most
Cisco devices, regardless of the type or size.

Cisco IOS
Operating Systems
All end devices and network devices require an operating system (OS). As shown in Figure
2-1, the portion of the OS that interacts directly with computer hardware is known as the
kernel. The portion that interfaces with applications and the user is known as the shell. The
user can interact with the shell using a command-line interface (CLI) or a graphical user
interface (GUI).

IT6201 – Data Communications and Networking 1 (CISCO 1)


Figure 2-1 Operating System

The definitions of shell, kernel, and hardware are as follows:


Shell – The user interface that allows users to request specific tasks from the
computer. These requests can be made either through the CLI or GUI interfaces.
Kernel – Communicates between the hardware and software of a computer and
manages how hardware resources are used to meet software requirements.
Hardware – The physical part of a computer including underlying electronics.
When using a CLI as shown for Windows in Figure 2-2, the user interacts directly
with the system in a text-based environment by entering commands on the keyboard
at a command prompt.
IT6201 – Data Communications and Networking 1 (CISCO 1)
3
Week 2: Configure a Network Operating System

Figure 2-2 Windows Command-Line Interface


The system executes the command, often providing textual output. The CLI requires
very little overhead to operate. However, it does require that the user have
knowledge of the underlying structure that controls the system.
A GUI interface such as Windows, OS X, Apple iOS, or Android allows the user to
interact with the system using an environment of graphical icons, menus, and
windows. The Windows GUI example in Figure 2-3 is more userfriendly and requires
less knowledge of the underlying command structure that controls the system. For
this reason, many individuals rely on GUI environments.
However, GUIs may not always be able to provide all of the features available at the
CLI. GUIs can also fail, crash, or simply not operate as specified. For these reasons,
network devices are typically accessed through a CLI. The CLI is less resource
intensive and very stable when compared to a GUI.
The network operating system used on Cisco devices is called the Cisco Internetwork
Operating System (IOS). Cisco IOS is used for most Cisco devices regardless of the
type or size of the device.

Note
The operating system on home routers is usually called firmware. The most common
method for configuring a home router is by using a web browser based GUI.

IT6201 – Data Communications and Networking 1 (CISCO 1)


Figure 2-3 Windows Graphical User Interface

Purpose of OS
Network operating systems are similar to a PC operating system. Through a GUI, a PC
operating system enables a user to
 Use a mouse to make selections and run programs
 Enter text and text-based commands
 View output on a monitor
A CLI-based network operating system like the Cisco IOS on a switch or router
enables a network technician to
 Use a keyboard to run CLI-based network programs
 Use a keyboard to enter text and text-based commands
 View output on a monitor
Cisco networking devices run particular versions of the Cisco IOS. The IOS version is
dependent on the type of device being used and the required features. Whereas all
devices come with a default IOS and feature set, it is possible to upgrade the IOS
version or feature set to obtain additional capabilities.

Cisco IOS Access


This topic investigates the methods of accessing the CLI environment of the Cisco
IOS.
IT6201 – Data Communications and Networking 1 (CISCO 1)
5
Week 2: Configure a Network Operating System

Access Methods
A Cisco IOS switch can be implemented with no configuration and still switch data
between connected devices. By connecting two PCs to a switch, those PCs will
instantly have connectivity with one another. Even though a Cisco switch will
function immediately, configuring initial settings are a recommended best practice.
There are several ways to access the CLI environment and configure the device. The
most common methods are:
 Console – This is a physical management port that provides out-ofband access
to a Cisco device. Out-of-band access refers to access via a dedicated
management channel that is used for device maintenance purposes only. The
advantage of using a console port is that the device is accessible even if no
networking services have been configured, such as when performing an initial
configuration of the networking device. When performing an initial
configuration, a computer running terminal emulation software is connected
to the console port of the device using a special cable. Configuration
commands for setting up the switch or router can be entered on the
connected computer.

 Secure Shell (SSH) – SSH is a method for remotely establishing a secure CLI
connection through a virtual interface, over a network. Unlike a console
connection, SSH connections require active networking services on the device
including an active interface configured with an address. SSH is the
recommended method for remote management because it provides a secure
connection. SSH provides encrypted password authentication and transport of
session data. This keeps the user ID, password, and the details of the
management session private. Most versions of Cisco IOS include an SSH server
and an SSH client that can be used to establish SSH sessions with other
devices.

 Telnet – Telnet is an insecure method of remotely establishing a CLI session


through a virtual interface, over a network. Unlike SSH, Telnet does not
provide a securely encrypted connection. User authentication, passwords, and
commands are sent over the network in plaintext. 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.
Note
Some devices, such as routers, may also support a legacy auxiliary port that was used
to establish a CLI session remotely using a modem. Similar to a console connection,
the AUX port is out-of-band and does not require networking services to be
configured or available.

IT6201 – Data Communications and Networking 1 (CISCO 1)


Terminal Emulation Programs
There are a number of excellent terminal emulation programs available for
connecting to a networking device either by a serial connection over a console port
or by a SSH/Telnet connection. Some of these include
 PuTTY (Figure 2-4)
 Tera Term (Figure 2-5)
 SecureCRT (Figure 2-6)
 OS X Terminal

Figure 2-4 Putty


IT6201 – Data Communications and Networking 1 (CISCO 1)
7
Week 2: Configure a Network Operating System

Figure 2-5 Tera Term

IT6201 – Data Communications and Networking 1 (CISCO 1)


Figure 2-6 SecureCRT

These programs allow you to enhance your productivity by adjusting window sizes,
changing font sizes, and changing color schemes.

Navigate the IOS


To configure, test, and troubleshoot Cisco network devices, technicians need to have
a working knowledge of the Cisco IOS. This section introduces the fundamentals of
the method and modes of the Cisco IOS.

Primary Command Modes


As a security feature, the Cisco IOS software separates management access into the
following command modes:

User Mode
When you log in to a router for the first time, the mode you are presented with is
known as the user mode or user exec mode. There is a limited set of commands that
can be run from this mode, which can be useful for looking at basic router elements.
The default name of the router is Router but this can be changed, as you will see
later.
Router>

Privileged Mode
Typing enable at the user prompt (or en for short) takes you into the next mode
known as privileged or privileged exec mode. To get back to user mode you simply
type disable, or to quit the session altogether type logout or exit (or ex for short).
Router>enable
Router#disable
Router>
The privileged mode gives you access to view the entire router configuration,
inventory, and operation state of the router. In fact, it is a good idea to set a
privileged mode password (also known as an enable password) to ensure that only
authorized users get access to this mode.

Global Configuration Mode


To make configuration changes on the router, you have to be in global configuration
mode. To get to global configuration mode, you simply type configure terminal (or
conf t for short) at the privileged exec prompt. Alternatively, you can just type
configure and the router will ask you which configuration mode you would like to
enter. The default is terminal (the default option is shown inside brackets []). If you
press Enter, the command inside the brackets will be accepted.
IT6201 – Data Communications and Networking 1 (CISCO 1)
9
Week 2: Configure a Network Operating System

Router#config
Configuring from terminal, memory, or network [terminal]? ‹ Press Enter
Router(config)#
Global configuration commands affect the entire router as opposed to more specific
modes such as interface or routing modes, which only affect specific aspects of the
router (as you will see).

Interface Configuration Mode


When you need to configure attributes specific to a particular part of the router, such
as an interface, the router takes you to the specific configuration mode for that
aspect. The interface configuration mode allows you to enter commands to modify
attributes for individual router interfaces, such as Gigabit Ethernet, Serial, etc. On a
new router, all of the interfaces will be shut down by default and no configuration
will be present. You will find out how to determine which interfaces you have
available shortly.
Router>enable
Router#config t
Router(config)#interface Serial0/0/0
Router(config-if)#

Line Configuration Mode


Line configuration mode is used to make changes to terminal and console lines on a
router. These changes affect how a terminal of the router can be accessed to make
configuration changes. You can make changes to the console, VTY (for Telnet and
SSH), and AUX ports. You can also control who has access to the router via these
ports, as well as set passwords or a security feature called “access lists” on the router,
which will be covered in detail later.
Router#config t
Router(config)#line console 0
Router(config-line)#
You can also configure baud rates, exec levels, and a lot more in line configuration
mode.

Navigate Between IOS Modes


Various commands are used to move in and out of command prompts. To move from user EXEC mode to
privileged EXEC mode, use the enable command. Use the disable privileged EXEC mode command to
return to user EXEC mode.
IT6201 – Data Communications and Networking 1 (CISCO 1)
To move in and out of global configuration mode, use the configure terminal privileged EXEC mode
command. To return to the privileged EXEC mode, enter the exit global config mode command.

There are many different sub-configuration modes. For example, to enter line sub-configuration mode,
you use the line command followed by the management line type and number you wish to access. To exit
a subconfiguration mode and return to global configuration mode, use the exit command. Notice the
changes in the command prompt.

Note
Privileged EXEC mode is sometimes called enable mode.
Switch> enable
Switch# disable
Switch>

Books and Journals


1. Mark A. Dye, Allan D. Reid, ; 2014; Introduction to Networks Companion Guide; < Indianapolis, IN 46240
USA>; <Cisco Press>
2. http://www.ciscopress.com/articles/article.asp?p=2158215&seqNum=7

You might also like