Book Image

Implementing Cisco Networking Solutions

By : Harpreet Singh
5 (1)
Book Image

Implementing Cisco Networking Solutions

5 (1)
By: Harpreet Singh

Overview of this book

Most enterprises use Cisco networking equipment to design and implement their networks. However, some networks outperform networks in other enterprises in terms of performance and meeting new business demands, because they were designed with a visionary approach. The book starts by describing the various stages in the network lifecycle and covers the plan, build, and operate phases. It covers topics that will help network engineers capture requirements, choose the right technology, design and implement the network, and finally manage and operate the network. It divides the overall network into its constituents depending upon functionality, and describe the technologies used and the design considerations for each functional area. The areas covered include the campus wired network, wireless access network, WAN choices, datacenter technologies, and security technologies. It also discusses the need to identify business-critical applications on the network, and how to prioritize these applications by deploying QoS on the network. Each topic provides the technology choices, and the scenario, involved in choosing each technology, and provides configuration guidelines for configuring and implementing solutions in enterprise networks.
Table of Contents (12 chapters)

Introduction to Cisco IOS

Internetwork Operating System (IOS) is the operating system that runs on all Cisco routers and switches. The primary function of the IOS is to manage the hardware resources and ensure that adequate memory and CPU cycles are available for the various processes that would run on the router.

The modern IOS has evolved from the original IOS that used to run on Cisco devices in the early days, and was rewritten to simplify and bring in modularity to the software. However, the basic functions remain unchanged.

The IOS runs a lot of processes on top of the fundamental operating system that manages the hardware and software resources on the router. These processes are the modules that implement the actual routing protocols, and perform tasks such as system configuration, maintenance, and troubleshooting.

The Cisco IOS command-line interface (CLI) is the primary...