Chapter 4 Internetworking Operating System )IOS) and Security Device Manager (SDM)

Slides:



Advertisements
Similar presentations
Cisco Router. Overview Understanding and configuring the Cisco Internetwork Operating System (IOS) Connecting to a router Bringing up a router Logging.
Advertisements

1 CCNA 2 v3.1 Module 3. 2 CCNA 2 Module 3 Configuring a Router.
Introduction to the Cisco IOS
CCNA 2 v3.1 Module 2.
Chapter 9 Managing a Cisco Internetwork Cisco Router Components Bootstrap - Brings up the router during initialization POST - Checks basic functionality;
© 2004 Cisco Systems, Inc. All rights reserved. Operating and Configuring Cisco IOS Devices Configuring a Router INTRO v2.0—8-1.
Advance Configuration IOS Commands. Overview of Router Modes Router(config)# Router>enable Router#config term Exit Ctrl-Z (end) User EXEC Mode Privileged.
Summer Classes Router - Initial Configuration By Roshan Chaudhary Lecturer Islington College.
Host-based Internetworking, Tuesday, 15 June ´99 INET ‘99 Network Training Workshop 1/11 IP Forwarding With Cisco Routers Lab Exercises.
IST 228\Ch4\Cisco IOS1 What we will be able to do?
Sybex CCNA Chapter 7: Managing a Cisco Internetwork Instructor & Todd Lammle.
1 © 2002, Cisco Systems, Inc. All rights reserved. Router boot procedure.
© 2004 Cisco Systems, Inc. All rights reserved. Managing Your Network Environment Managing Router Startup and Configuration INTRO v2.0—9-1.
CSE 304 COMPUTER NETWORK LAB LECTURE 01 Md. Mamunur Rashid Akand Lecturer, Department of CSE, BUBT.
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:
1 Semester 2 Module 3 Configuring a Router Yuda college of business James Chen
Cisco Router MODES Configuration Prompt Interface Router(config-if)#
© 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.
M. Dahshan - TCOM52721 TCOM 5272 Telecomm Lab Dr. Mostafa Dahshan OU-Tulsa 4W 2 nd floor
Chapter 2: Basic Router Configuration
© Wiley Inc All Rights Reserved. CHAPTER 4: Introduction to the Cisco IOS CCNA: Cisco Certified Network Associate Study Guide.
Console Connectivity RJ-45 Connector Console Port Computer Rollover Cable RJ-45 to DB-9 Converter.
Instructor & Todd Lammle
CCNA Guide to Cisco Networking
1. 2 Console Connectivity RJ-45 Connector Console Port Computer Rollover Cable RJ-45 to DB-9 Converter.
Instructor & Todd Lammle
Configuring the Router Chapter 7 Connecting People To Information.
Basic Router Configuration 1.1 Global configuration Cisco allows us to configure the router to support various protocols and interfaces. The router stores.
1 Router Internal Components Console Auxiliary Interfaces RAMNVRAMFlashROM RAM - Packet buffers, running configurations, running IOS ROM - Rom Monitor,
Configuring a Router. Router user interface The Cisco IOS software uses a command-line interface (CLI) as the traditional console environment. This environment.
IOS Backup & Password Breaking Technique of Routers & Switches Chapter 17 powered by DJ 1.
Configuring Routers I’ve got to program a router! What do I have to do.
Module 3 Configuring a Router.
Router Fundamentals PJC CCNA Semester 2 Ver. 3.0 by William Kelly.
Sybex CCNA Chapter 4: Cisco’s IOS and SDM Instructor & Todd Lammle.
NETWORK ADMINISTRATION CPIT 470 Instructor: Mrs Aisha Ehsan.
Sybex CCNA Chapter 4: Cisco’s IOS and SDM.
Sybex CCNA Chapter 6: Cisco’s IOS Instructor & Todd Lammle.
Chapter 5 Managing a Cisco Internetwork
Router Basics Chapter 6 Connecting People To Information.
Routers and Routing Basics CCNA 2 Chapter 3 1.
Chapter 7. Working with Router powered by DJ.
Introduction to Routers
Router Configuration. CISCO 2500 series router.
IOS Internetwork Operating System. IOS modes and ROM monitor Router>EXEC mode Router#Priviledge mode Router(config)#Global config m Router(config-if)#Interface.
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.
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.
Cisco 2 - Routers Perrine. J Page 13/7/2016 Chapter 3 Cisco Router Modes ConfigurationPrompt InterfaceRouter(config-if)# LineRouter(config-line)# RouterRouter(config-router)#
Configuring a Router Module 3 Semester 2. Router Configuration Tasks Name a router Set passwords Examine show commands Configure a serial interface Configure.
1 21-Mar-16 Configuring and testing CCNA Exploration Semester 1 Chapter 11.
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.
Managing a Cisco Devices Internetwork
Introduction to Cisco IOS -(Internetwork Operating System)
Cisco S2 C5 Router Startup.
Instructor & Todd Lammle
Instructor & Todd Lammle
Configuring a Router Module 3 Semester 2.
Instructor & Todd Lammle
Instructor & Todd Lammle
Introduction to Cisco IOS -(Internetwork Operating System)
Lecture9: Embedded Network Operating System: cisco IOS
CCNA 2 2 Double JEOPARDY Midterm REVIEW S2C06 Jeopardy Review.
Lecture9: Embedded Network Operating System: cisco IOS
Presentation transcript:

Chapter 4 Internetworking Operating System )IOS) and Security Device Manager (SDM)

Cisco Router Physical Components ROM nvRAM RAM Flash POST, BootP, Mini IOS Startup-Config File Running-Config File Complete IOS

Boot Sequence 1) POST: Power On Self Test 2) Boot Program (BootP) is loaded: a) IOS is loaded - Flash - TFTP - Mini IOS b) Configuration is loaded - nvRAM - TFTP - Setup Mode Dialog

Switching between User and Privileged Modes Router>enable Router# Router#disable Router> Exiting configuration Router>logout OR Router>exit OR Router#exit

Basic Commands Router(config)#hostname CISCO CISCO(config)# Router(config)#banner motd # This is Secure Router! # Router(config)# Global Configuration Mode GCM Router#config t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#

Show Commands Router>show version (Version, no. of interfaces, IOS image name, size of RAM, NVRAM & FLASH) Router>sh flash (IOS no. & name, available & usable size of FLASH) Router#sh run (Configuration in RAM) Router#sh startup (Configuration in NVRAM, size of configuration in NVRAM) Router(config)#do show run

Using Pipes ( | ) Router#show run | ? appendAppend redirected output to URL (URLs supporting append operation only) beginBegin with the line that matches excludeExlude lines that match includeInclude lines that match redirectRedirect output to URL sectionFilter a section of output teeCopy output to URL

Cisco Router Passwords 1- Enable Secret 2- Enable Password 3- Console Password 4- AUX Password 5- Telnet (VTY) Password 1- Enable Secret Router#config t Router(config)#enable secret cisco 2- Enable Password Router(config)#enable password cisco1

3- Console Password Router(config)#line console 0 Router(config-line)#password cisco Router(config-line)#login Router(config-line)#logging synchronous Router(config-line)#exec-timeout 0 0 Router(config-line)#exit 4- Auxiliary Password Router(config)#line aux 0 Router(config-line)#password cisco Router(config-line)#login 5- VTY Password Router(config-line)#line vty 0 4 Router(config-line)#password telnet Router(config-line)#login

Cisco Router Interfaces Fixed InterfacesModular Interfaces f0f1f0/0f0/1f0/0/0 e0e1e0/0 s0s1s0/0s0/1s0/0/0 PortSlot/PortSlot/SubSlot/Port Router(config)#interface interface name Router(config)#interface f0 Router(config-if)#ip address Router(config-if)#no shut Router(config-if)#description Connection to Sales network Router(config)#interface s0 Router(config-if)#clock rate {no. of bps} Router(config-if)#bandwidth {no. of Kb}

Sub Interfaces Router(config)#int f0 Router(config-if)#no ip address Router(config-if)#no shut Router(config-if)#int f0.1 Router(config-subif)#ip add Router(config-subif)#int f0.2 Router(config-subif)#ip add Secondary IP Router(config-if)#ip address secondary

Saving/Deleting Configuration Router#copy run start Router#copy start run Router#erase startup Router#reload

Viewing Additional Information Router#sh history Router#sh terminal Router#terminal history size {1-255} Router#sh controllers interface name Router#sh controllers s0/0/1 Router#sh interface interface name Router#sh interface f1 Router#sh ip interface interface name Router#sh ip interface s0/0 Router#clear counters interface name Router#sh ip interface brief Interface Status Physical LayerD.L Layer (Line Protocol)up administratively downdowndown updown

Securing Passwords Router(config)#service password-encryption ex: Router#config t Router(config)#service password-encryption Router(config)#exit Router#sh run Router#sh startup Router#copy run start Router#config t Router(config)#no service password-encryption Router(config)#exit Router#copy run start Router#sh run

Setting Time and Date Router#clock set 00:00:00 19 feb 2008 Configuring Cisco Router through Internet Explorer Router(config)#ip http server