top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Cisco Internetworking Operating System (IOS) User Interface.

0 votes
533 views

The Cisco Internetwork Operating System (IOS) is the kernel of Cisco routers and most switches.A kernel is the basic, necessary part of an operating system that allocates resources and manages things such as low-level hardware interface and security.

Cisco Router IOS:

The Cisco IOS is the proprietary kernel that provides routing, switching, internetworking, and telecommunication features. The first IOS was written by William Yeager in 1986, and it enabled networked applications. It run on most Cisco routers as well as an ever-increasing number of Cisco Catalyst Switches, like the Catalyst 2950/2960 and 3550/3560 series Switches.

Some important things that the Cisco router IOS software is responsible for :
* Carrying network protocol and functions.
* Connecting high-speed traffic between devices.
* Adding security to control access and stop unauthorized network use.
* Providing scalability for ease of network growth and redundancy.
* Supplying network reliability for connecting to network resources.
Admin can access the Cisco IOS through the console port of a router from modem into the auxiliary (or Aux) port , or even through Telnet, Access to the IOS command line is called an EXEC session.

Connecting to Cisco Router:

User can connect to a Cisco router to configure it, verify its configuration, and check statistics. there are different way to do this. the first user would connect to the console port.
The console port is usually an RJ-45 (8-pin modular) connection located at the back of the router—by default, there’s may or may not be a password set. The new ISR routers **use Cisco as the username and cisco as the password by default.

Admin can also connect to a Cisco router through an auxiliary port—which is really the same
thing as a console port, so it follows that you can use it as one. But an auxiliary port also
allows you to configure modem commands so that a modem can be connected to the router.
This is a cool feature—it lets you dial up a remote router and attach to the auxiliary port if the
router is down and you need to configure it
out-of-band(meaning out of the network).
The third way to connect to a Cisco router is in-band, through the program Telnet.
(In-band means configuring the router through the network, the opposite of "out-of-band.")Telnet is a terminal emulation program that acts as though it’s a dumb terminal. You can use Telnet to
connect to any active interface on a router, such as an Ethernet or serial port.

Figure shows an illustration of a Cisco 2600 series modular router, which is a cut above
routers populating the 2500 series because it has a faster processor and can handle many more
interfaces. Both the 2500 and 2600 series routers are end of life (EOL), and you can only buy
them used. However, many 2600 series routers are still found in production, so it’s important
to understand them. Pay close attention to all the different kinds of interfaces and connections.
Image of Cisco 2600 Router

The 2600 series router can have multiple serial interfaces, which can be used for connecting
a T1 or Frame Relay using a serial V.35 WAN connection. Multiple Ethernet or FastEthernet
ports can be used on the router, depending on the model. This router also has one console and
one auxiliary connection via RJ-45 connectors.
Another router I want to talk about is the 2800 series (shown in Figure). This router has
replaced the 2600 series router series and is referred to as an Integrated Services Router (ISR).
It gets its name because many of the services, like security, are built into it. It’s a modular
device like the 2600, but it’s much faster and a lot more sleek—it’s elegantly designed to support
a broad new range of interface options.

posted Aug 7, 2014 by Vrije Mani Upadhyay

  Promote This Article
Facebook Share Button Twitter Share Button LinkedIn Share Button


Related Articles

Cisco layer model consist of the following three layers.

The Core layer

The Distribution layer

The Access layer

Each layer plays a role and specific responsibilities are assigned to these three logical layers. These layers are same like the network layers of OSI reference model.

Core Layer

Core layer is know as core of network as it is on the top of the network and it is responsible to transfer heavy amount of traffic in reliable and quick manner. Objective of core layer is to speed up the network traffic as much as possible. Traffic at core layer is common for most of users and user data is transported to distribution layers which forwards requests if it is required. If core layer is affected by a failure, every user is affected on network. Fault tolerance is main thing to consider on this layer.
The main responsibility of core layer is to see heavy traffic, so speed and traffic issues are concerned at this layer. What are functions of core layer not do the following things.

Protect the network from slowing down the traffic, use of access lists, routing between different Virtual Local Area Networks (VLANs) and Packet Filtering.

Protect network from workgroup access support.

Don't expand core as network grows. Try to overcome performance issue by adding routers and prefer to upgrade devices over expansion.

However while designing core, we want to do the following things.

Design the core by using data link technologies which provides speed and redundancy like FDDI, Fast Ethernet and ATM.

Prefer to select protocols with low convergence time and fast redundant link connectivity.

Cisco Three-Layer Hierarchical Model

Distribution Layer

It is also known as workgroup layer and it is called communication point between access and core layer. Basic function of distribution layer is routing, filtering and WAN access and find out the method by which packets can access the core. This layer must find out the fastest mechanism to handle network operations like how to handling and forwarding a file to server on request. After finding best path, distribution layer forward request towards core layer and then to the right service. Policy implementation is done on distribution layer and you can exercise flexibility defining network operations.

Here are the functions which should be done at distribution layer.

Implementations of access lists for filtering interesting traffic and blocking uninteresting traffic.

Security and network policy implementation containing address translation and firewalls.

Static routing redistribution

Enabling routing between all VLANs

Defining broadcast and multicast domains

The Access Layer

User and workgroup access to network and resources is defined at access layer and this layer is also known as desktop layer.

Here are some functions of access layers.

Manage access control and policy

Create separate collision domains

Connectivity of workgroup through distribution layer

DDR (Double Data Rate) and Ethernet switching technology are mainly used in access layer with Static routing.

READ MORE
...