Module 3 Configuring a Router.

Slides:



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

Configuring a Router Harold Hernandez, MS, CCNI. 3.1 Configuring a Router Name a router Set passwords Examine show commands Configure a serial interface.
CCNA2-1 Chapter 1 Introduction to Routing and Packet Forwarding CLI Configuration and Addressing.
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
CCNA Guide to Cisco Networking Fundamentals Fourth Edition
CCNA 2 v3.1 Module 2.
Summer Classes Router - Initial Configuration By Roshan Chaudhary Lecturer Islington College.
1 16-Aug-15 S Ward Abingdon and Witney College Routing CCNA Exploration Semester 2 Chapter 1.
IST 228\Ch4\Cisco IOS1 What we will be able to do?
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
Basic Router Configuration Warren Toomey GCIT. Introduction A Cisco router is simply a computer that receives packets and forwards them on based on what.
Cisco Router MODES Configuration Prompt Interface Router(config-if)#
Routing CCNA Exploration Semester 2 Chapter 1
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
Starting the switch Configuring the Switch
Chapter 11- Configuring and Testing Your Network
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.
CCNA Journal Sample. Index Basic Ethernet Serial Router Rip.
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.
Console Connectivity RJ-45 Connector Console Port Computer Rollover Cable RJ-45 to DB-9 Converter.
Instructor & Todd Lammle
CCNA Guide to Cisco Networking
Ch.3 – Configuring a Router CCNA 1 version 3.0. Overview Students completing this module should be able to: Name a router Set passwords Examine show commands.
1 Data Forwarding Basic Router Configuration. Overview In this session, we sill be looking at  Review : router backplane Ethernet, console and serial.
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.
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.
Configuring Routers I’ve got to program a router! What do I have to do.
Configuring Routers Oh No! I’ve got to program a router! What do I have to do.
Router Fundamentals PJC CCNA Semester 2 Ver. 3.0 by William Kelly.
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.
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.
Chapter 7. Working with Router powered by DJ.
Introduction to Routers
1 Pertemuan 5 Configuring a Router. Discussion Topics CLI command modes Configuring a router name Configuring router passwords Examining the show commands.
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+
Configuring a Router MM Clements. Copyright This Week Command line interface Router configuration Modes for configuration Interface.
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 S2 C6 Router Configuration 1. Router Boot Up Router uses following from config-startup when it boots –Cisco IOS software version –Router identification.
Chapter 4 Internetworking Operating System )IOS) and Security Device Manager (SDM)
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.
Operating & Configuring a Cisco IOS Device
Introduction to Cisco IOS -(Internetwork Operating System)
Semester 2 5/6 JEOPARDY CHAPTERS 5 & 6 REVIEW S2C06 Jeopardy Review.
Instructor & Todd Lammle
Configuring a Router Module 3 Semester 2.
Routers & Cisco IOS.
Introduction to Cisco IOS -(Internetwork Operating System)
資訊網路專題 Router & Practice
CCNA 2 2 Double JEOPARDY Midterm REVIEW S2C06 Jeopardy Review.
CCNA 2 JEOPARDY Module 3.
Presentation transcript:

Module 3 Configuring a Router

CLI Command Modes

Basic Steps to Configure a Router Configure hostname Configure passwords Enable / enable secret Console (con 0) Virtual terminal (vty) Configure interfaces Configure routing protocol Configure hostname table

Configuring the Router Hostname Router#config t Router(config)#hostname Router_A Router_A(config)#exit / end Router_A#

Password Configuration Passwords are set for: privileged EXEC mode Enable password (not used if secret password is set) Enable secret password (restricts going from user to privileged) line passwords console interface VTY or virtual terminals

Password Configuration Setting Passwords are set for: privileged EXEC mode Enable password Router(config)#enable password cisco Enable secret password Router(config)#enable secret class

Password Configuration Setting Passwords are set for: line passwords console interface Router(config)#line console 0 Router(config-line)#password cisco Router(config-line)#login VTY (virtual terminals) Router(config)#line vty 0 4

Password Configuration Password Encryption The service password-encryption command may be used to set passwords to not display in clear text when viewing running configuration. Router(config)#line console 0 Router(config-line)#password cisco Router(config-line)#login Router(config-line)#service password-encryption Secret password is always encrypted even when the command above is not used

Password Configuration If no password is set for virtual terminal sessions, no one can log into the router using a virtual terminal session Password Configuration Can set 5 different passwords for the VTY lines

show commands show interfaces – stats on the router interfaces show controllers serial – hardware info re: serial interfaces show clock – Shows the wall-time clock in the router show hosts – Displays a cached list of host names and addresses show users – Displays all users who are connected to the router show history – history of commands executed show flash – info about flash memory and its IOS

show commands show version – info about router and IOS running in RAM show ARP – Displays the ARP table of the router show protocol – Displays the global and interface specific status of each configured Layer 3 protocol show startup-configuration – Displays the saved configuration located in NVRAM show running-configuration – Displays the configuration currently in RAM

Configuring a serial interface

Configuring a serial interface Router#config t Router(config)#interface serial 0/0 Router(config-if)#ip address 192.10.10.1 255.255.255.0 Router(config-if)#clock rate 56000 (if DCE is connected) Router(config-if)#no shutdown A router is by default administratively down, until it is brought up A router is by default a DTE device – If connecting one router to another one interface must define the clock – the DCE end of the cable (wire). The cable is the determining factor with regard to DTE or DCE not the router. One end of the cable is always a DTE and the other is always a DCE.

Configuring a router Both steps are used to remove an existing configuration

Configuring an Ethernet interface Ethernet (on a 2500) Router#config t Router(config)#interface ethernet 0 Router(config-if)#ip address 192.10.10.1 255.255.255.0 Router(config-if)#no shutdown FastEthernet (on a 2600) Router#config t Router(config)#interface fastethernet 0/0 Router(config-if)#ip address 192.10.10.1 255.255.255.0 Router(config-if)#no shutdown

Importance of Configuration Standards Helps reduce complexity Limits unplanned downtime Limits events that may impact network performance

Interface Descriptions Identifies important information as to what the interface is connected to Belfast#config t Belfast(config)#interface serial 0/0 Belfastconfig-if)#description WAN link to San Antonio Belfast(config-if)#ip address 192.10.10.1 255.255.255.0 Belfast(config-if)#no shutdown

Login Banners They are seen by everyone (telnet, AUX port, console port) Can convey message to all users Might want to include a warning not to access the device Use a delimiting character before and after “ # “ Router#config t Router(config)#banner motd # Authorized Users Only!!! #

Host Name Resolution A global configuration command Router(config)# ip host name ip addresses Router(config)# ip host Dallas 192.168.1.23 192.168.2.57 Matches static name with IP address Might think of it as a convenience – not necessary, but convenient to use names instead of addresses Instead of using telnet 192.168.1.23 or ping 192.186.2.57 just use telnet name or ping name

TFTP SERVER Used to save a copy of the configuration on a computer Router#copy running-config tftp Software has to be set up beforehand and running You will be prompted for information about IP address of tftp server and the file name

Saving Configuration Files

Module 3 Configuring a Router END