Introduction to Cisco IOS -(Internetwork Operating System)

Slides:



Advertisements
Similar presentations
Managing Cisco IOS Software. Overview The router boot sequence Locating IOS software The configuration register Recovering Passwords Backing Up the Cisco.
Advertisements

© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 4: Routing Concepts Routing Protocols.
Cisco Router. Overview Understanding and configuring the Cisco Internetwork Operating System (IOS) Connecting to a router Bringing up a router Logging.
1 CCNA 2 v3.1 Module 3. 2 CCNA 2 Module 3 Configuring a Router.
Introduction to the Cisco IOS
WXES2106 Network Technology Semester /2005 Chapter 5 Routers CCNA2: Module 1 and 2.
CCNA 2 v3.1 Module 2.
CCENT Review. Put the following descriptions in order from Layer 7 to Layer 1 and give the name of each layer.
1 Semester 2 Module 2 Introduction to Routers Yuda college of business James Chen
What is Router? Router is a device which makes communication between two or more networks present in different geographical locations. Routers are data.
1 Semester 2 Module 3 Configuring a Router Yuda college of business James Chen
Basic Router Configuration Warren Toomey GCIT. Introduction A Cisco router is simply a computer that receives packets and forwards them on based on what.
Chapter 6 Router Configuration Sem 2V2. Configuration files can come from the console NVRAM TFTP server. The router has several modes:  privileged mode.
Configuring a network os
© Wiley Inc All Rights Reserved. CHAPTER 4: Introduction to the Cisco IOS CCNA: Cisco Certified Network Associate Study Guide.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 Module 3 Configuring a Router.
Instructor & Todd Lammle
CCNA Guide to Cisco Networking
Cisco Routers Objectives –How to log into a Cisco router and determine basic settings. Contents –Differences in available methods of access. –Different.
Discovery 2 Internetworking Module 5 JEOPARDY John Celum.
Basic Router Configuration 1.1 Global configuration Cisco allows us to configure the router to support various protocols and interfaces. The router stores.
Configuring a Router. Router user interface The Cisco IOS software uses a command-line interface (CLI) as the traditional console environment. This environment.
Release 16/07/2009Jetking Infotrain Ltd. Basic Router Configuration Chapter 5.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 Module 2 Introduction to Routers.
Module 3 Configuring a Router.
Router Fundamentals PJC CCNA Semester 2 Ver. 3.0 by William Kelly.
Sybex CCNA Chapter 6: Cisco’s IOS Instructor & Todd Lammle.
Will learn to use router modes and configuration methods to update a router's configuration file with current and prior versions of Cisco Internetwork.
Introduction to Routers
Routers 1st semester
Configuration Modes and TFTP Honolulu Community College Cisco Academy Training Center Semester 2 Version 2.1.
© 2006 Cisco Systems, Inc. All rights reserved.Cisco PublicITE I Chapter 6 1 Router Initialization steps.
Configuring a Router MM Clements. Copyright This Week Command line interface Router configuration Modes for configuration Interface.
Chapter 2: Configure a Network Operating System
2016/2/211 資訊網路專題 Router & Practice. 2016/2/212 Router Basics Computers have four basic components: a CPU, memory, interfaces, and a bus. –A router also.
Configuring a Router Module 3 Semester 2. Router Configuration Tasks Name a router Set passwords Examine show commands Configure a serial interface Configure.
Routers and Router Configuration 2 nd semester
Introduction to networking (Yarnfield) Configure a router.
1 © 2004, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.1 Module 2 Introduction to Routers.
Router Components & Configuration. Router Components & Configurations Topics Physical components Memory components Configuration modes Keystroke shortcuts.
Instructor Materials Chapter 8 Configuring Cisco Devices
Managing a Cisco Devices Internetwork
Chapter 4: Routing Concepts
Configuring a Network Operating System –
Instructor Materials Chapter 6: Network Layer
Managing Your Network Environment
Instructor Materials Chapter 2: Configure a Network Operating System
CISCO CERTIFIED NETWORK ASSOCIATE
Chapter 2: Configure a Network Operating System
CISCO IOS CLI (Command-Line Interface)
CCNA Routing and Switching Routing and Switching Essentials v6.0
Introduction to Cisco IOS -(Internetwork Operating System)
Router Configurations part1
Router Startup and Setup
Instructor & Todd Lammle
Chapter 10: Device Discovery, Management, and Maintenance
CCNA Routing and Switching Routing and Switching Essentials v6.0
Introduction to Networking
Chapter 5: Switch Configuration
Chapter 2: Configure a Network Operating System
Chapter 10: Device Discovery, Management, and Maintenance
Configuring a Router Module 3 Semester 2.
Routing Protocols and Concepts – Chapter 2
Routers & Cisco IOS.
Router Startup and Setup
Router Basics รศ. ดร. อนันต์ ผลเพิ่ม Asso. Prof. Anan Phonphoem, Ph.D.
Lecture9: Embedded Network Operating System: cisco IOS
資訊網路專題 Router & Practice
Routers and Routing Basics Review
Lecture9: Embedded Network Operating System: cisco IOS
Presentation transcript:

Introduction to Cisco IOS -(Internetwork Operating System)

Network Devices Hubs Switches Routers

Cisco three-layer hierarchical model Access layer: This layer usually incorporates Layer 2 switches and access points that provide connectivity between workstations and servers. Distribution layer: Serves as the communication point between the access layer and the core. Its primary functions is to provide routing, filtering, and WAN access and to determine how packets can access the core.  Core layer: Also referred to as the network backbone. The core layer provides interconnectivity between distribution layer devices it usually consists of high speed devices, like high end routers and switches with redundant link.

Cisco three-layer hierarchical model-example

Ping A ping is perhaps the most commonly used tool when troubleshooting a network. Ping (Packet Internet Groper) tool is included with most operating systems. It is invoked using a ping command. Ping command uses ICMP (Internet Control Message Protocol). Ping works by sending an ICMP echo request message to the specified IP address. 

Traceroute Traceroute: is a CLI (Command-line interface)- based tool used to identify the path used by a packet to reach its target. This tool also uses ICMP messages, but unlike ping, identifies every router in a path. Traceroute is useful when troubleshooting network problems because it can help identify where exactly the problem is

Determining Which Cables to Use When Wiring Devices Together

Cisco IOS overview Accessing the IOS: There are three most common ways to access the IOS: Console access: this type of access is usually used to configure newly acquired devices. These devices usually don’t have an IP address configured, and therefore can not be accessed through a network. Most of the Cisco devices have a physical console port. This port can be connected to a computer using a rollover cable, a special type of cable with pins on one end reversed on the other end of the cable. Telnet access. SSH access: like Telnet, this access type enables you to configure devices remotely, but it adds an extra layer of security by encrypting all communications using public-key cryptography.

Console access Connect the RJ-45 serial cable to the Console port on the router, connect the other end to COM port in your PC. To communicate with the router, start a terminal emulator application. (PuTTY as an example) You can download via: https://www.putty.org/

Router modes

Router Modes

User Mode Commands

Privileged Mode Commands NOTE: There are many more commands available in privileged mode.

CLI Command Modes All command-line interface (CLI) configuration changes to a Cisco router are made from the global configuration mode. Other more specific modes are entered depending upon the configuration change that is required. Global configuration mode commands are used in a router to apply configuration statements that affect the system as a whole. The following command moves the router into global configuration mode Router#configure terminal (or config t) Router(config)# When specific configuration modes are entered, the router prompt changes to indicate the current configuration mode. Typing exit from one of these specific configuration modes will return the router to global configuration mode. Pressing Ctrl-Z returns the router to all the way back privileged EXEC mode.

Configuring a Router’s Name A router should be given a unique name as one of the first configuration tasks. This task is accomplished in global configuration mode using the following commands: Router(config)#hostname Tokyo Tokyo(config)# As soon as the Enter key is pressed, the prompt changes from the default host name (Router) to the newly configured host name (which is Tokyo in the example above).

Configuring a Console Password Passwords restrict access to routers. Passwords should always be configured for virtual terminal lines and the console line. Passwords are also used to control access to privileged EXEC mode so that only authorized users may make changes to the configuration file. The following commands are used to set an optional but recommended password on the console line: Router(config)#line console 0 Router(config-line)#password <password> Router(config-line)#login

No shutdown command By default, all interfaces on a Cisco router are turned off. To enable an interface, the no shutdown command is used. You first need to enter the submode of the interface that you want to configure. 

Configuring Interfaces An interface needs an IP Address and a Subnet Mask to be configured. All interfaces are “shutdown” by default. The DCE end of a serial interface needs a clock rate. Router#config t Router(config)#interface serial 0/1 Router(config-if)#ip address 200.100.50.75 255.255.255.240 Router(config-if)#clock rate 56000 (required for serial DCE only) Router(config-if)#no shutdown Router(config-if)#exit Router(config)#int f0/0 Router(config-if)#ip address 150.100.50.25 255.255.255.0 Router(config-if)#no shutdown Router(config)#exit Router#

Show version command  By using this command you can find out many useful information about your Cisco device, such as:  Software Version – IOS software version System up-time – time since last reboot Software image name – IOS filename stored in flash Hardware Interfaces – interfaces available on device Configuration Register value – bootup specifications, console speed setting, etc. Amount of RAM memory Amount of NVRAM memory Amount of Flash memory 

Show history command An IOS device stores, by default, 10 last commands you have entered in your current EXEC session. You can use the show history command from the user EXEC or privileged EXEC mode to display them.

Show running-configuration After you have changed the configuration of your device you can verify its configuration. To dispaly the current configuration, type show running-configuration from the privileged EXEC mode. This show the configuration that is stored in a device’s RAM.

Show startup-configuration After you have saved your running configuration into the startup configuration, you can view the saved configuration using the show startup- config command from the privileged EXEC mode. This command shows the configuration that is currenty stored in the device’s NVRAM.

Interface Cisco uses the term interface to refer to physical ports on an IOS device. To display the router interfaces in IOS, use the show ip int brief command from the privileged exec mode.

Interface description Interface – displays the type of the interface, in this case Fast Ethernet 0/0. The first zero specifies the physical slot on the router, while the second specifies the port number. IP-Address – displays the interface’s IP address. OK? – YES in this column signifies that the IP address is currently valid. Method – manual means that the interface has been manually configured. DHCP in this column means that the interface has been configured using DHCP. Status – up indicates that the interface is administratively up. Protocol – up indicates that the interface is operational.

Pipe character in IOS IOS supports the use of the pipe character (represented by the | character) to filter the output of the show commands. The pipe function takes the output of the command and sends it to another function, such as begin orinclude. This way, you can filter the output to find the section of the output that interests you. Here are a couple of examples This command starts the output from the first occurrence of the word interface.

Implementing Backup and Restore Services using FTP Copy from router to TFTP CE_2#copy running-config tftp: Address or name of remote host []? 64.104.207.171 Destination filename [ce_2-confg]? backup_cfg_for_my_router !! 1030 bytes copied in 2.489 secs (395 bytes/sec) CE_2# Copy using from TFTP to router Router#copy tftp: running-config Address or name of remote host []? 64.104.207.171Source filename []? backup_cfg_for_my_routerDestination filename [running-config]?Accessing tftp://10.66.64.10/backup_cfg_for_my_router...Loading backup_cfg_for_router from 64.104.207.171 (via FastEthernet0/0): ![OK - 1030 bytes]1030 bytes copied in 9.612 secs (107 bytes/sec)CE_2# SCP, HTTP and HTTPS use a similar syntax, replacing the URL prefix ftp:// with scp://, http:// or https:// Specifying the username and password on the command line cumbersome and the password is displayed in clear text. In the second example, the username and password is specified in the configuration.

Home work 3