Search for notes by fellow students, in your own course and all over the country.

Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.

My Basket

You have nothing in your shopping cart yet.

Title: Fundamental components and processes of routers
Description: Lesson Content • Why Routing? • Routers are Computers • Internal components of a typical cisco router • Routers Interconnect Networks • Routers choose best paths • Packet Forwarding Methods • Routing Decisions • Path Determination • The Router Boot Sequence • Managing Configuration Register • Software configuration meanings • Checking the current config register value • Changing the config register • Recovering Passwords

Document Preview

Extracts from the notes are below, to see the PDF you'll receive please use the links above


Advanced Routing
Lesson 2 – Fundamental components and processes of routers

1

Lesson Content

2
















Why Routing?
Routers are Computers
Internal components of a typical cisco router
Routers Interconnect Networks
Routers choose best paths
Packet Forwarding Methods
Routing Decisions
Path Determination
The Router Boot Sequence
Managing Configuration Register
Software configuration meanings
Checking the current config register value
Changing the config register
Recovering Passwords

Why Routing?
Routers are responsible for routing of traffic between networks
...

• Routers have multiple interfaces, each on a different IP network
...

• Routers use routing tables to determine the best path to send
packets
...

8

Routers choose best paths
(Cont…)

9

Packet Forwarding Methods

10

• Process switching – An older
packet forwarding mechanism
still available for Cisco routers
...

• Cisco Express Forwarding
(CEF) – The most recent,
fastest, and preferred Cisco
IOS packet-forwarding
mechanism
...


Routing Decisions

11

Path Determination
Best path is selected by a routing protocol based on the value or
metric it uses to determine the distance to reach a network:
• A metric is the value used to measure the distance to a given
network
...

Dynamic routing protocols use their own rules and metrics to build
and update routing tables:
• Routing Information Protocol (RIP) - Hop count
• Open Shortest Path First (OSPF) - Cost based on cumulative bandwidth
from source to destination
• Enhanced Interior Gateway Routing Protocol (EIGRP) - Bandwidth, delay,
load, reliability
...

It consists of the following steps:
1
...
Bootstrap looks for and loads the Cisco IOS software
3
...
If startup-config is present, the file is copied from NVRAM to RAM
and will use this as the running-config
...
For example, the POST checks
for the different interfaces on the router
...


14

Step 2 –Locate and load Cisco IOS
• The bootstrap is a program in ROM that is used to execute
programs
...

• The default order of an IOS loading from a router is: flash, TFTP
server, then ROM
...
This file is called startupconfig and is only there if an administrator copies the running-config
file into NVRAM
...

• The router will use this file to run the router
...
If this fails, it will start the setup mode configuration
process
...

• The 16 bits (2 bytes) of the configuration register are read from 15
to 0, from left to right
...

Configuration
Register
Bit number
Binary

18

15
0

2
14
0

13
1

12
0

11
0

1
10
0

9
0

8
1

7
0

0
6
0

5
0

4
0

3
0

2
2
0

1
1

0
0

Software configuration meanings

19

Checking the current config
register value
• The current value of the configuration register can be identified by
using the show version command in user mode
...
e
...
To
recover a password and tell the router to ignore NVRAM contents,
bit 6 needs to be on by setting the configuration register to 0x2142
...
Boot the router and interrupt the boot sequence by performing a
break, which will take the router into ROM monitor mode
...
Change the configuration register to turn on bit 6 (with the value
0x2142)
...
Reload the router
...
Say "no" to entering Setup mode, the enter privileged mode
...
Copy the startup-config file to running-config, and don't forget to
verify that your interfaces are re-enabled
...
Change the password
...
Reset the configuration register to the default value
...
Save the router configuration
...
Reload the router (optional)
...
Answer no to entering setup mode, press
Enter to go into user mode, and then type enable to go into privileged
mode
Title: Fundamental components and processes of routers
Description: Lesson Content • Why Routing? • Routers are Computers • Internal components of a typical cisco router • Routers Interconnect Networks • Routers choose best paths • Packet Forwarding Methods • Routing Decisions • Path Determination • The Router Boot Sequence • Managing Configuration Register • Software configuration meanings • Checking the current config register value • Changing the config register • Recovering Passwords