ITC 3121

▶︎
all
running...

Routers

Boot Process

  1. Read bootstrap (ROMmon) from ROM
  2. Run POST
  3. Load IOS from Flash (into RAM)
  4. Load startup-config from NVRAM (into RAM) as running-config

Interface ports

Route traffic between devices (serial, ethernet, atm).
Formatted as [type][module number(optional)]/[interface number], e.g. Ethernet0/1.

Line ports

Allow to connect into and configure Cisco devices (console, auxiliary, and telnet/SSH ports).

OSI Model and Operation

Routers operate from Layer 3 and down. Forwarding happens at level 3, where the destination IP address is examined and the routing table is consulted. The Layer 3 IP packet is encapsulated into the data portion of a Layer 2 data-link frame for the exit interface.This is then encoded into Layer 1 physical signals to represent bits.

Routing

Tables

Routing tables

Contain:

Protocols

Best Route Elements

Classless/classful

Classful protocols:

Classless protocols:

Dynamic

Distance-Vector

Characteristics

Routing table contains distance (hopcount) and direction (neighbor) to reach destination, not actual topology

Protocols
RIP

For use on smaller networks.

Version 1

Version 2

EIGRP

Routers know about their own links by checking for interfaces in the up state, and neighbors "meet" each other by sending Hello packets. Tables constructed with this information are flooded to all neighbors, ending up with all routers having full knowledge of the network topology.

Tables:

Dijkstra formula calculates shortest path using cost metric

Comparison
Protocols
Open Shortest Path First

Designed to scale efficiently with larger networks.

Unique router ID determined either by manual specification, highest address on a loopback interface, or highest address on any physical interface.

Neighbor table constructed from Hello packets, which include per entry:

Routers may elect a Designated Router, which they will send link-state advertisements to, and the DR will hold the responsibility of multicasting the advertisement to the other nodes in the network.

VLANs

Benefits

VLANs are designated IDs, to denote separate networks. 1-1005 is the normal range, 1006-4904 extended

Types