Router Configuration PJC CCNA Semester 2 Ver. 3.0 by William Kelly.

Slides:



Advertisements
Similar presentations
Configuring a Router Harold Hernandez, MS, CCNI. 3.1 Configuring a Router Name a router Set passwords Examine show commands Configure a serial interface.
Advertisements

Managing Cisco IOS Software. Overview The router boot sequence Locating IOS software The configuration register Recovering Passwords Backing Up the Cisco.
1 Passwords and Banners Cisco Devices Packet Tracer.
CCNA2-1 Chapter 1 Introduction to Routing and Packet Forwarding CLI Configuration and Addressing.
1 CCNA 2 v3.1 Module 3. 2 CCNA 2 Module 3 Configuring a Router.
Router Startup and Setup & Router Configuration 1
Introduction to the Cisco IOS
CCNA Guide to Cisco Networking Fundamentals Fourth Edition
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;
1 © 2004, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.1 Module 3 Configuring a Router.
Summer Classes Router - Initial Configuration By Roshan Chaudhary Lecturer Islington College.
1 Semester 2 Module 2 Introduction to Routers Yuda college of business James Chen
Sybex CCNA Chapter 7: Managing a Cisco Internetwork Instructor & Todd Lammle.
Routers A router is a computer Computers have four basic components:
1 Chapter 2 ROUTER FUNDAMENTALS By: Tassos Tassou.
1 Semester 2 Module 3 Configuring a Router Yuda college of business James Chen
Basic Router Configuration Honolulu Community College Cisco Academy Training Center Semester 2 Version 2.1.
Cisco Router MODES Configuration Prompt Interface Router(config-if)#
1 © 2004, Cisco Systems, Inc. All rights reserved. Chapter 6 Configuring a Router/ Learning About Other Devices/ Managing Cisco IOS Software.
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 v3.0 Module 3 Configuring a Router.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 Module 3 Configuring a Router.
Instructor & Todd Lammle
Chap 5 Startup and Setup Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology
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.
Basic Router Configuration 1.1 Global configuration Cisco allows us to configure the router to support various protocols and interfaces. The router stores.
By Joe Elkins Password Recovery for Cisco Routers (aka Breaking a Cisco Router)
IOS Backup & Password Breaking Technique of Routers & Switches Chapter 17 powered by DJ 1.
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.
Chapter 5 Managing a Cisco Internetwork
Routers and Routing Basics CCNA 2 Chapter 3 1.
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
CCNA2 Chapter 2 Cisco IOS Software. Cisco’s operating system is called Cisco Internetwork Operating System (IOS) IOS provides the following network services:
1 CCNA Semester 2 Introduction to Routers Unit 2 Review JEOPARDY.
Routers 1st semester
Configuration Modes and TFTP Honolulu Community College Cisco Academy Training Center Semester 2 Version 2.1.
CN2668 Routers and Switches Kemtis Kunanuraksapong MSIS with Distinction MCTS, MCDST, MCP, A+
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 3 Configuring a Router.
Chapter 2: Configure a Network Operating System
Sem 2v2 Chapter 5 Router Startup and Setup. A router initializes by loading the bootstrap, the operating system, and a configuration file. If the router.
Router Startup and Setup & Router Configuration 1 Semester 2 Chapter 5/6 By: William Widulski.
Cisco S2 C6 Router Configuration 1. Router Boot Up Router uses following from config-startup when it boots –Cisco IOS software version –Router identification.
 Router Configurations part1 2 nd semester
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.
Introduction to networking (Yarnfield) Configure a router.
Managing a Cisco Devices Internetwork
CCNA 2 v3 JEOPARDY Module 2 CCNA2 v3 Module 2 K. Martin.
Semester 2 5/6 JEOPARDY CHAPTERS 5 & 6 REVIEW S2C06 Jeopardy Review.
Router Startup and Setup
Cisco S2 C5 Router Startup.
CHAPTER 7.
Instructor & Todd Lammle
Instructor & Todd Lammle
Basic switch and router configuration
Configuring a Router Module 3 Semester 2.
Router Startup and Setup
Lecture9: Embedded Network Operating System: cisco IOS
Module 3 Configuring a Router.
Routers and Routing Basics Review
CCNA 2 2 Double JEOPARDY Midterm REVIEW S2C06 Jeopardy Review.
Lecture9: Embedded Network Operating System: cisco IOS
CCNA 2 JEOPARDY Module 3.
Presentation transcript:

Router Configuration PJC CCNA Semester 2 Ver. 3.0 by William Kelly

Command Modes The router has two main modes: user exec mode for monitoring and user privileged exec mode for monitoring and changing the configuration Enter the privileged mode with the enable command Enter the global configuration mode with the configure command To configure from the terminal use terminal Enter the specific mode Typing exit leaves a specific config mode and the Ctl- Z key combination leaves the global config mode entirely and returns to the privileged mode prompt Note: Understand how the prompts change at each level

Router Startup Modes ROM Monitor Mode – used for password recovery or system failure recovery Setup – used for initial setup RXBoot – limited set of commands to enable a new IOS to be loaded from a tftp server

Router Configuration Commands configure terminal configure memory copy tftp running-config show running-config copy running-config startup-config copy running-config tftp show startup-config erase startup-config

Configuring the Router Name Router(config)# hostname moscow moscow(config)#

Protecting Router Passwords The enable secret uses md5 one way strong encryption (This method cant currently be unencrypted) Weak encryption can be used with the following command: Router(config)# service password encryption

Information from show Commands Be aware of the information each show command gives you if you needed to choose the correct output from a list

Configuring Serial and Ethernet Interfaces Serial Interface Router(config)# interface serial 1/0 Router(config-if)# Router(config-if)# clockrate Router(config-if)# no shutdown Ethernet Interface Router(config)# interface ethernet 1/0 Router(config-if)# Router(config-if)# no shutdown

Executing Router Changes Interfaces are powered on by the no shutdown command A no in front of a command usually reverses the command Contents of NVRAM are managed by the erase start, copy run start, and show start commands

Configuration Standards, Backup, and Documentation Organization wide standards aids in maintaining configurations Standards help reduce complexity, downtime, and exposure to unusual events that impact the network Router configurations should be backed up to disk or remote servers (tftp servers)

Interface Descriptions Setting an Interface Description Router(config)# interface ethernet 0 Router(config-if)# description crystal peak secure LAN Router(config-if)# exit

Login Banners Login banners display messages at login Anyone can see a login banner so unwanted visitors should be warned that it is illegal to attempt to access the system Router(config)# banner login # You are attempting to access SKYNET. This connection is being traced and attempts at unauthorized entry will be referred to our HK Investigation Division!#

Message of the Day (MOTD) MOTD can only been seen by users who have successfully logged in Router(config)# banner motd # You are logged into SKYNET. Have a nice day!#

Host Name Resolution A host table allows names to be translated to ip addresses Host names are only meaningful on the router on which they are configured (they are not the same as DNS) Router(config)# ip host moscow Router(config)# ip host perm

Password Recovery The technique varies from router to router but the general points are as follows: The config-register is recorded is possible from the show version command The normal boot prompt is interrupted (Ctrl-break) The configuration register is changed perhaps from 0x2102 to 0x42 using o/r 0x42 after interrupted the boot The router is rebooted using i The password is bypassed A new password is entered The config register is reset with config-register 0x2102 at global config The router is rebooted to test the password change