Cisco Devices CONFIGURING CISCO SWITCH AND ROUTER.

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

Managing Your Network Environment © 2004 Cisco Systems, Inc. All rights reserved. Managing Cisco IOS Devices INTRO v2.0—9-1.
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.
Instructor & Todd Lammle
CCNA Guide to Cisco Networking Fundamentals Fourth Edition
CCNA 2 v3.1 Module 2.
WANs and Routers Routers. Router Description Specialized computer Like a general purpose PC, a router has:  CPU  Memory  System Bus Connecting Internal.
Chapter 9 Managing a Cisco Internetwork Cisco Router Components Bootstrap - Brings up the router during initialization POST - Checks basic functionality;
Cisco router configuration NTW2000 / track 2 # 1 cisco router configuration basics.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.1 Configuring Network Devices Working at a Small-to-Medium Business or ISP – Chapter.
IST 228\Ch4\Cisco IOS1 What we will be able to do?
Sybex CCNA Chapter 7: Managing a Cisco Internetwork Instructor & Todd Lammle.
Introduction to OSPF Campus Networking Workshop These materials are licensed under the Creative Commons Attribution-Noncommercial 3.0 Unported license.
Routers A router is a computer Computers have four basic components:
CISCO NETWORKING ACADEMY Chabot College ELEC Router Components & “Show” Commands.
Basic Router Configuration Warren Toomey GCIT. Introduction A Cisco router is simply a computer that receives packets and forwards them on based on what.
Basic Router Configuration Honolulu Community College Cisco Academy Training Center Semester 2 Version 2.1.
© Wiley Inc All Rights Reserved. CCNA: Cisco Certified Network Associate Study Guide CHAPTER 9: Managing a Cisco Internetwork.
CISCO ROUTER.  The Cisco router IOS  Enhanced editing  Administrative functions  Hostnames  Banners  Passwords  Interface descriptions  Verifying.
Real-Life Hardware: Cisco q Introduction to Cisco IOS.
Starting the switch Configuring the Switch
© Wiley Inc All Rights Reserved. CHAPTER 4: Introduction to the Cisco IOS CCNA: Cisco Certified Network Associate Study Guide.
Instructor & Todd Lammle
Instructor & Todd Lammle
1 Data Forwarding Basic Router Configuration. Overview In this session, we sill be looking at  Review : router backplane Ethernet, console and serial.
Cisco S2 C4 Router Components. Configure a Router You can configure a router from –from the console terminal (a computer connected to the router –through.
Cisco Router Hardware Software overview. In this lecture we will investigate an overview of Cisco router hardware and software. We will first turn our.
Discovery 2 Internetworking Module 5 JEOPARDY John Celum.
Page 110/19/2015 Chapter 5 CCNA2 Chapter 5 Managing Cisco IOS Software.
Basic Router Configuration 1.1 Global configuration Cisco allows us to configure the router to support various protocols and interfaces. The router stores.
Release 16/07/2009Jetking Infotrain Ltd. Basic Router Configuration Chapter 5.
1 Version 3.0 Module 6 Switch Configuration. 2 Version 3.0 Switches Contain: –CPU –RAM –Operating System.
Module 3 Configuring a Router.
Sybex CCNA Chapter 6: Cisco’s IOS Instructor & Todd Lammle.
Chapter 5 Managing a Cisco Internetwork
Introduction to Routers
CCNA2 Chapter 2 Cisco IOS Software. Cisco’s operating system is called Cisco Internetwork Operating System (IOS) IOS provides the following network services:
IST 228\Ch7: Managing Cisco...1 Router Components: ROM Read-only memory (ROM) Stores: –the bootstrap program, also called the ROM Monitor, that initializes.
Routers 1st semester
© 2006 Cisco Systems, Inc. All rights reserved.Cisco PublicITE I Chapter 6 1 Router Initialization steps.
CN2668 Routers and Switches Kemtis Kunanuraksapong MSIS with Distinction MCTS, MCDST, MCP, A+
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.
Cisco router configuration basics. overview router configuration controls the operation of the router: interface address and netmask routing information.
1 Version 3.1 Module 5 Managing Cisco IOS Software.
IOS Boot Procedure Can be set in Global Config –Router(config)#boot system flash If not in NVRAM as to where to get IOS, default is Flash If not in Flash,
Configuring a Router Module 3 Semester 2. Router Configuration Tasks Name a router Set passwords Examine show commands Configure a serial interface Configure.
CHAPTER 3 Router CLI Command Line Interface. Router User Interface User and privileged modes User mode --Typical tasks include those that check the router.
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.
Managing a Cisco Devices Internetwork
CIT 384: Network Administration
Introduction to Cisco IOS -(Internetwork Operating System)
CHAPTER 7.
Instructor & Todd Lammle
Instructor & Todd Lammle
Configuring a Router Module 3 Semester 2.
Routers & Cisco IOS.
Instructor & Todd Lammle
Instructor & Todd Lammle
Router Basics รศ. ดร. อนันต์ ผลเพิ่ม Asso. Prof. Anan Phonphoem, Ph.D.
Cisco networking CNET-448
Introduction to Cisco IOS -(Internetwork Operating System)
Lecture9: Embedded Network Operating System: cisco IOS
Module 3 Configuring a Router.
資訊網路專題 Router & Practice
Lecture9: Embedded Network Operating System: cisco IOS
Presentation transcript:

Cisco Devices CONFIGURING CISCO SWITCH AND ROUTER

Cisco’s LAN Switches Cisco Devices

Cisco’s Routers Cisco Devices

Hardware Components Cisco Devices Depending on the model/series (at least) Mother Board/Back Plane CPU (RISC - MIPS or Motorola) Memory Bus I/O interfaces/Modules

Memory Components Cisco Devices Flash Memory – Holds the IOS; is not erased when the router is reloaded; is an EEPROM [Electrically Erasable Programmable Read-Only Memory] created by Intel, that can be erased and reprogrammed repeatedly through an application of higher than normal electric voltage NVRAM – Non-Volatile RAM - holds router configuration; is not erased when router is reloaded RAM – Holds packet buffers, ARP cache, routing table, software and data structure that allows the router to function; running- config is stored in RAM, as well as the decompressed IOS in later router models ROM – Starts and maintains the router

What is IOS? Cisco Devices Internetwork Operating System Operating System of all Cisco Devices A derivative of BSD UNIX Custom built by Cisco for each platform Pre-packaged and static. Complete IOS is upgraded. Features available in different versions (for a price!) GUI’s available, but 90%+ of users still prefer command- line configuration. IOS is designed to be hardware independent.

Configuring Cisco Devices Cisco Devices Provides Command Line Interface (CLI) and HTTP interface HTTP Interface may be an extention of CLI CLI can be accessed using Consol Port (through Hyper Terminal) or by Telnetting the device

Configuring Cisco Devices Cisco Devices Two modes of Operation : Consol Mode : Only Status can be monitored Enable Mode : Configuration can be changed and seen Router> enable (disable) Router#

CLI Commands Cisco Devices Exhaustive Command List Type help or ? to see list of commands Type command ? to see the possible command options Commands can be auto-completed using TAB Up-Arrow, Down-Arrow can be used to see command history Abbreviations of Commands can be used

Show Configuration Cisco Devices sh run : To see running configuration sh conf : To see saved configuration

Save Configuration Cisco Devices wr mem

Configuration Mode Cisco Devices conf t

Disable or Delete the Configuration Cisco Devices Use “no” before the configuration line

General Commands Cisco Devices hostname ip default-gateway ip name-server ip routing ip route ip multicast-routing banner

Interface Configuration Commands Cisco Devices Interfaces are named by type and position; e.g.: ethernet0, ethernet1/0,... Fastethernet0,fastethernet1/0,… gigabitethernet0,gigabitethernet1/0 serial0, serial1... serial3/1 Can be abbreviated: ethernet0 or eth0 or e0 serial0 or ser0 or s0 IP address and netmask configuration, status configuration etc. are done using interface commands: router#config terminal router(config)#interface e0 router(config-if)#ip address router(config-if)#exit router#

Interface Commands Cisco Devices ip address ip address secondary duplex full/half/auto speed 10/100/1000/auto bandwidth description shutdown encapsultaion hdlc/ppp

Static Routing Commands Cisco Devices ip route ip route ip default-gateway ip default-gateway ip route

Backup & Restore Configuration Cisco Devices Copy (from cisco device to tftp server and vice- versa) copy startup-config tftp (it will ask the tftp server ip address and destination filename) copy tftp startup-config (it will ask the tftp server ip address and destination filename)

Static NAT Commands Cisco Devices ip nat inside (on the port where you have private IP) ip nat outside (on the port where you have public IP) ip nat inside source static (global command)

NAT Pool Commands Cisco Devices ip nat inside (on the port where you have private IP) ip nat outside (on the port where you have public IP) ip nat pool (global command) ip nat inside source list 1 pool overload (global command) access-list 1 permit (global command)

Diagnostic Commands Cisco Devices ping traceroute

General Monitoring and Administration Commands Cisco Devices reload sh ver sh int

Upgrading Cisco IOS Cisco Devices Download and install TFTP server ( Download Cisco IOS Software Image to be upgraded Copy this image in the outbound directory of TFTP server Establish a Console or Telnet session with the router Use sh flash command to check that you have enough space in flash to install the new image Backup the existing IOS image on the TFTP server using the command copy flash tftp (it will ask the tftp server ip address and source and destination filename) Copy the new IOS image from TFTP server to the flash using the command copy tftp flash (it will ask for the tftp server ip address and source and destination filename) Reboot the Router