Cisco Router IOS. Connecting to a Cisco Router. Lab 4: Cisco s Internetworking Operating System (IOS)

Similar documents
3.1 Connecting to a Router and Basic Configuration

Lab Review of Basic Router Configuration with RIP. Objective. Background / Preparation. General Configuration Tips

Angelos Stavrou. OF COURSE there is no Magic so lets see show things work in practice...

Objectives. Router as a Computer. Router components and their functions. Router components and their functions

- Advanced IOS Functions -

Configuring a Cisco 2509-RJ Terminal Router

Lab Advanced Telnet Operations

Configuring a Router

Lab Introductory Lab 1 - Getting Started and Building Start.txt

Lab Load Balancing Across Multiple Paths

Objectives Understand Cisco IOS system architecture components. Work with the Cisco IOS Command Line Interface (CLI) and common commands.

Applicazioni Telematiche

Telnet, Console and AUX Port Passwords on Cisco Routers Configuration Example

HOW TO CONFIGURE CISCO FIREWALL PART I

Connecting to the Firewall Services Module and Managing the Configuration

Lab 5.3.9b Managing Router Configuration Files Using TFTP

Configuring the Switch with the CLI-Based Setup Program

Lab: Basic Router Configuration

Router Lab Reference Guide

USB Disable for Cisco ISRs Feature Module

Introduction to Routing and Packet Forwarding. Routing Protocols and Concepts Chapter 1

Lab Configuring Basic Router Settings with the Cisco IOS CLI

Lab Introductory Lab 1 Getting Started and Building Start.txt

LAB Configuring NAT. Objective. Background/Preparation

Understanding Interface Numbering and Cisco IOS Software Basics

Lab 8.4.3a Managing Cisco IOS Images with TFTP

Basic Software Configuration Using the Cisco IOS Command-Line Interface

Cisco Configuration Professional Quick Start Guide

Procedure: You can find the problem sheet on Drive D: of the lab PCs. Part 1: Router & Switch

Lab Creating a Network Map using CDP Instructor Version 2500

Password Recovery Procedure for the Cisco 3600 and 3800 Series Routers

- The PIX OS Command-Line Interface -

Password Recovery Procedure for the Cisco Catalyst 2948G L3, 4840G, and 4908G L3 Switch Routers

Cisco Router Configuration Basics. Scalable Infrastructure Workshop

Lab Configuring PAT with SDM and Static NAT using Cisco IOS Commands

Password Recovery Procedure for the Cisco 2900 Series Integrated Services Router

Cisco Router Configuration Tutorial

Configuring Voice over IP

RIPv2 with Variable Length Subnet Masks (VLSMs)

Password Recovery Procedure for the Cisco 806, 826, 827, 828, 831, 836, 837 and 881 Series Routers

Lab Load Balancing Across Multiple Paths Instructor Version 2500

Lab 8.3.3b Configuring a Remote Router Using SSH

Skills Assessment Student Training Exam

Basic Configuration of the Cisco Series Internet Router

The Purpose and Use of the Configuration Register on All Cisco Routers

Configuring Access Service Security

Lab 8.4.3b Managing Cisco IOS images with ROMMON and TFTP

Lab 2 - Basic Router Configuration

ROLE-BASED COMMAND-LINE INTERFACE ACCESS


Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials.

Introduction to Cisco router configuration

CCNA 2 Chapter 5. Managing Cisco IOS Software

Chapter 8 Lab B: Configuring a Remote Access VPN Server and Client

Lab Configuring OSPF with Loopback Addresses

Transferring Files Using HTTP or HTTPS

Lab Configuring DHCP with SDM and the Cisco IOS CLI

Lab Configure Basic AP Security through IOS CLI

CCNA Exploration Routing Protocols and Concepts Student Lab Manual

APNIC Members Training Course Security workshop. 2-4 July, Port Vila Vanuatu. In conjunction with PACNOG 4

Lab Configuring Basic Router Settings with the Cisco IOS CLI

CHAPTER 3 STATIC ROUTING

CCBOOTCAMP s Comprehensive ICND2 Study Guide With Sample Questions

Lab Developing ACLs to Implement Firewall Rule Sets

Configuring a Leased Line

- Basic Router Security -

Comware versus Cisco IOS Command Guide

ICND1 Lab Guide Interconnecting Cisco Networking Devices Part 1 Version 2.0. Labs powered by

Configuring the Switch with the CLI Setup Program

Overview of the Cisco 2500 Series Access Server

Cisco 1700 Router Overview

Enabling Remote Access to the ACE

Using Cisco IOS Software

How to Configure Cisco 2600 Routers

Lab 3 Routing Information Protocol (RIPv1) on a Cisco Router Network

WANs and Routers. M.Sc. Aleksandra Kanevce M.Sc. Aleksandra Bogojeska

Encrypted Preshared Key

Encrypted Preshared Key

Configuring the MNLB Forwarding Agent

Objectives. Background. Required Resources. CCNA Security

Configuring NTP. Information about NTP. NTP Overview. Send document comments to CHAPTER

7000 Series Route Switch Processor (RSP7000) Installation and Configuration in the Cisco 7000 Series Routers

ICND IOS CLI Study Guide (CCENT)

1 Basic Configuration of Cisco 2600 Router. Basic Configuration Cisco 2600 Router

ROM Monitor. Entering the ROM Monitor APPENDIX

Supported Platforms. Supported Standards, MIBs, and RFCs. Prerequisites. Related Features and Technologies. Related Documents. Improved Server Access

Using the Cisco IOS Command Line Interface

Configuring Password Encryption

Connect the Host to attach to Fast Ethernet switch port Fa0/2. Configure the host as shown in the topology diagram above.

Lab Creating a Logical Network Diagram

ENetwork Basic Configuration PT Practice SBA

Device Interface IP Address Subnet Mask Default Gateway

LAB THREE STATIC ROUTING

CCNA Discovery Working at a Small to Medium Business or ISP Student Packet Tracer Lab Manual

Network Simulator Lab Study Plan

Configuring System Message Logging

Voice over IP Quick Start Guide

Using the Command Line Interface (CLI)

Transcription:

Cisco Router IOS The Cisco IOS is a proprietary kernel that provides routing, switching, internetworking, and telecommunications features. It is responsible for some important things like: Carrying network protocols 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 You can access the Cisco IOS through the console port of a router, from a modem into the auxiliary (or Aux) port, or even through Telnet. Access to the IOS command line is called an EXEC session. Connecting to a Cisco Router You can connect to a Cisco router to configure it, verify its configuration, and check statistics. There are different ways to do this, but most often, the first place you would connect to is the console port. The console port is usually an RJ-45 (8- pin modular) connection located at the back of the router.

Bringing Up a Router When you first bring up a Cisco router, it will run a power-on self-test (POST). If it passes, it will load the bootstrap program from ROM to RAM. The main task of the bootstrap program is to locate the Cisco IOS and load it from flash memory into RAM. After that, the IOS loads and looks for a valid configuration file known as startup-config that is stored in nonvolatile RAM (NVRAM), when the file is copied into RAM as the running configuration file, running-config. Once the IOS begins to load, you may see a string of pounds signs (#) while the image decompresses: Self decompressing the image : ########################################################################## [OK] After it is decompressed into RAM, the IOS is loaded and starts running the router. Command-Line Interface (CLI) The Cisco IOS command-line interface (CLI) is the primary user interface used for configuring, monitoring, and maintaining Cisco devices. This user interface allows you to directly and simply execute Cisco IOS commands, whether using a router console or terminal, or using remote access methods. Consider the below figure to know how to start using CLI 2

After the interface status messages appear and you press Enter, the Router> prompt will appear. This is called user exec mode (user mode), and it s mostly used to view statistics, but it s also a stepping stone to logging in to privileged mode. You can only view and change the configuration of a Cisco router in privileged exec mode (privileged mode), which you can enter with the enable command. Here s how: Router>enable (or: en) Router# You now end up with a Router# prompt, which indicates that you re in privileged mode, where you can both view and change the router s configuration. You can go back from privileged mode into user mode by using the disable command, as seen here: Router#disable 3

Router Modes User EXEC mode: Limited to basic monitoring commands o Used mostly to view statistics o Prompt: Router> Privileged EXEC mode: Provides access to all other router commands o Used to view & change router configuration o Type: Router>enable to enter privileged mode o Prompt: Router# Global configuration mode: Commands that affect the entire system o Type: Router#configure terminal or Router#conf t to enter this mode o Prompt: Router(config)# Specific configuration modes: Commands that affect interfaces/processes only o Example: Router(config-if)# to configure an interface 4

Router and Switch Administrative Configurations The administrative functions that you can configure on a router and switch are as follows: Hostnames Banners Passwords Interface descriptions Saving changes on a router Hostnames You can set the identity of the router with the hostname command. - Remember to enter Global Configuration before trying to use hostname command. Router>en Router#conf t Router(config)#hostname Eihab Eihab(config)# 5

Banners One very good reason for having a banner is to give any and all who dare attempt to telnet or dial into your internetwork a little security notice. Moreover, you can create a banner to give anyone who shows up on the router exactly the information you want him or her to have. Eihab>en Eihab#conf t Eihab(config)#banner motd Welcome to Eihab Router! Eihab(config)# 6

Setting Passwords You set the enable passwords from global configuration mode to protect privileged mode, like this: Eihab >en Eihab #conf t Eihab (config)#enable secret eihab123 Eihab(config)# In addition, you can set a password for console like this: Eihab >en Eihab #conf t Eihab (config)#line console 0 Eihab (config)#password console123 Eihab (config)#login Eihab (config)# 7

Saving changes You can manually save the file from DRAM to NVRAM by using the copy runningconfig startup-config command (Shortcut: copy run start) Remember to use this command in privileged mode not global configuration mode Eihab# copy running-config startup-config Or Eihab#copy run start Or Eihab# Write Or Eihab# wr 8

Note: to remove the password you entered you use the no password command Quiz Next Lab 9