Routing and Routing Protocols: Introduction To Computer Networking

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 27

Introduction to Computer Networking

Routing and Routing Protocols


This Week . . .
• Introduction to static routing
• Dynamic routing overview
• Routing protocols overview
Static Versus Dynamic Routes
Why Use a Static Route?
The ip route Command
Static Routes
The ip default-network Command
Verifying a Static Route
• The command show
running-config is used to
view the active
configuration in NVRAM
to verify that the static
route was entered
correctly.
Troubleshooting Static Routes
• The show interfaces command
• The ping command
• The traceroute command
Dynamic Routing Overview
Routed Protocols Versus Routing
Protocol
Autonomous System
Dynamic Routing Operations
Classes of Routing Protocols
Distance Vector Routing Basics
Distance Vector Discovery
Complex Metrics
Link-State Routing Basics
Link-State Network Discovery
Link-State Topology Changes
Link-State Concerns
Distance Vector Versus
Link State
Path Determination
Path Selection and Packet Switching
IP Routing Configuration Tasks
The router and network Commands
Routing Protocols
• RIP — A distance vector interior routing protocol
• IGRP — The Cisco distance vector interior routing
protocol
• OSPF — A link-state interior routing protocol
• EIGRP — The Cisco advanced hybrid interior routing
protocol
• BGP — A distance vector exterior routing protocol
Summary
• Routing can be static or dynamic
• Static is best for bandwidth utilisation and
processor loading
• Dynamic good for changing networks
• Link State and Distance Vector exist
• Distance Vector e.g. RIP
• Link State e.g. OSPF

You might also like