Top Banner
1 Router Fundamentals (Ref. CCNA5 Introduction to Networks 2.1, 6.3)
17

1 Router Fundamentals (Ref. CCNA5 Introduction to Networks 2.1, 6.3)

Dec 13, 2015

Download

Documents

Brandon Snow
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: 1 Router Fundamentals (Ref. CCNA5 Introduction to Networks 2.1, 6.3)

1

Router Fundamentals

(Ref. CCNA5 Introduction to Networks 2.1, 6.3)

Page 2: 1 Router Fundamentals (Ref. CCNA5 Introduction to Networks 2.1, 6.3)

A Router is a Computer

Page 3: 1 Router Fundamentals (Ref. CCNA5 Introduction to Networks 2.1, 6.3)

Router CPU and OS

Page 4: 1 Router Fundamentals (Ref. CCNA5 Introduction to Networks 2.1, 6.3)

Cisco IOS – Collection of network operating systems used on Cisco devices

All networking devices come with a default IOS Switch or router IOS provides options to:

Configure interfaces Enable routing and switching functions

Possible to upgrade the IOS version or feature set

Operating System

Page 5: 1 Router Fundamentals (Ref. CCNA5 Introduction to Networks 2.1, 6.3)

Cisco IOS stored in Flash Non-volatile storage, not lost when power is lost Can be changed or overwritten as needed Can be used to store multiple versions of IOS IOS copied from flash to volatile RAM Quantity of flash and RAM memory determines IOS that can be used

Location of the Cisco IOS

Page 6: 1 Router Fundamentals (Ref. CCNA5 Introduction to Networks 2.1, 6.3)

Router Memory

Memory Volatile /

Non-VolatileStores

RAM Volatile

• Running IOS• Running configuration file• IP routing and ARP tables• Packet buffer

ROM Non-Volatile• Bootup instructions• Basic diagnostic software• Limited IOS

NVRAM Non-Volatile • Startup configuration file

Flash Non-Volatile• IOS• Other system files

Page 7: 1 Router Fundamentals (Ref. CCNA5 Introduction to Networks 2.1, 6.3)

Connecting to a Router

WAN Interface

AUX Port

LANInterfaces

Console USB Type B

Console RJ45

Page 8: 1 Router Fundamentals (Ref. CCNA5 Introduction to Networks 2.1, 6.3)

Most common methods to access the CLI: Console Telnet or SSH AUX port

Accessing a Cisco IOS Device

Page 9: 1 Router Fundamentals (Ref. CCNA5 Introduction to Networks 2.1, 6.3)

Console PortDevice is accessible even if no networking services have been configured (out-of-band)Need a special console cableAllows configuration commands to be enteredShould be configured with passwords to prevent unauthorized accessDevice should be located in a secure room so console port cannot be easily accessed

Console Access Method

Page 10: 1 Router Fundamentals (Ref. CCNA5 Introduction to Networks 2.1, 6.3)

Telnet Method for remotely accessing the CLI over a network Require active networking services and one active

interface that is configured

Secure Shell (SSH) Remote login similar to Telnet, but utilizes more security Stronger password authentication Uses encryption when transporting data

Aux Port Out-of-band connection Uses telephone line Can be used like console port

Telnet, SSH, and AUX Access

Page 11: 1 Router Fundamentals (Ref. CCNA5 Introduction to Networks 2.1, 6.3)

Software available for connecting to a networking device:PuTTYTera TermSecureCRTHyperTerminalOS X Terminal

Terminal Emulation Programs

Page 12: 1 Router Fundamentals (Ref. CCNA5 Introduction to Networks 2.1, 6.3)

Router Boot-up

Page 13: 1 Router Fundamentals (Ref. CCNA5 Introduction to Networks 2.1, 6.3)

13

Screenshot of Loading Bootstrap

Page 14: 1 Router Fundamentals (Ref. CCNA5 Introduction to Networks 2.1, 6.3)

14

IOS Software Configuration Modes

Page 15: 1 Router Fundamentals (Ref. CCNA5 Introduction to Networks 2.1, 6.3)

Primary Modes

Page 16: 1 Router Fundamentals (Ref. CCNA5 Introduction to Networks 2.1, 6.3)

Global Configuration Mode and specific configuration modes

Page 17: 1 Router Fundamentals (Ref. CCNA5 Introduction to Networks 2.1, 6.3)