SlideShare a Scribd company logo
The Wonderful World of Routing




          Chapter 8
Objectives
• Explain how routers work
• Describe dynamic routing technologies
• Install and configure a router successfully
Overview
Three Parts to Chapter 8
• How Routers Work
• Dynamic Routing
• Working with Routers
How Routers Work
• Router
  – Hardware or software
  – Forwards packet based on destination IP
    address
  – Layer 3, the Network layer
  – Classically, dedicated boxes
    • At least two connections
  – Popular router: CISCO 2600
Figure 8.1 Cisco 2611 router
• Home router
  –   First exposure to a router for most techs
  –   Connect PC to DSL receiver or cable modem
  –   More than it appears to be
  –   LAN side may connect internally to a built-in
      switch
Figure 8.2 Business end of a typical home router
Figure 8.3 Cisco router diagram
Figure 8.4 Linksys home router diagram
• All routers
  – Examine packets
  – Send packets to proper destination
• Routing Tables
  – Router strips off Layer 2 information
  – Drops IP packet into a queue
     • Source address is not important
     • Every packet dropped into the same queue based
       on time of arrival
  – Router inspects the destination IP address
  – Router send IP packet out correct port
  – Routing table tells router where to send packets
Figure 8.5 Incoming packets
Figure 8.6 All incoming packets stripped of Layer 2
            data and dropped into a common queue
• Routing Tables (cont.)
  – Example home router (Figure 8.7)
     • Two ports
     • Each row in table defines a single route
     • Each column identifies specific criteria
          – Destination LAN IP
          – Subnet Mask
     • If packet’s network ID matches a Destination LAN IP,
       router uses other information in row to determine
       where to send it
• Routing Tables (cont.)
  – Example home router (Figure 8.7)
     • Third and fourth columns
        – Gateway
            » IP address for the next hop router
            » Packet sent to Gateway if network ID does not
              match one of the directly connected ports
        – Interface
            » Tells router which port to use
            » “LAN” or “WAN” on sample router
            » Other routing tables use IP address or other info
• Routing Tables (cont.)
  – Example home router (Figure 8.7)
     • First Router compares destination IP address to
       every listing in the routing table
     • Then router makes a decision
• Routing Tables (cont.)
  – Example home router (Figure 8.7)
     • Every router (with two exceptions) has a default route
     • Default route in Figure 8.7
         – Destination LAN IP: 0.0.0.0
         – Subnet Mask: 0.0.0.0
         – Gateway: 76.30.4.1
         – Interface: WAN
     • Router sends incoming packet to default route unless
       another line gives another route
• Routing Tables (cont.)
  – Example home router (Figure 8.7)
     • Destination LAN IP: 10.12.14.0 (any packet for this
       network)
     • Subnet Mask: 255.255.255.0 (using /24 network ID)
     • Gateway: 0.0.0.0 (don’t use a gateway)
     • Interface: LAN (ARP on the LAN interface to get MAC
       address and send directly to host)
• Routing Tables (cont.)
  – Example home router (Figure 8.7)
     • Destination LAN IP: 76.30.4.0 (any packet for this
       network)
     • Subnet Mask: 255.255.254.0 (using /23 network ID)
     • Gateway: 0.0.0.0 (don’t use a gateway)
     • Interface: WAN (ARP on the WAN interface to get MAC
       address and send directly to host)
Figure 8.7 Routing table from a home
  router
Figure 8.8 Electronic diagram of the router
Figure 8.9 The network based on the routing table
• Routing Tables (cont.)
  – Every node on the network has a routing table
     • Some computers (multi-homed) have more
       than one NIC
     • IP uses a routing table for every packet it sends
         – Send directly to a host on a LAN or …
         – Send to the default gateway
• Routing Tables (cont.)
  – Computer routing table (next slide)
     • More routes than example home router
     • Computer IP address: 10.12.14.201/24
     • Computer loopback: 127.0.0.1
     • Metric: a relative value defining the “cost” of using a
       route
         – When more than one route to a destination,
           lower metric is used
         – When route with lower metric goes down,
           other route used
Figure 8.10 Two routes to the same network
Figure 8.11 When a route no longer works, the
  router         automatically switches
Routing table on an XP computer connected to Figure 8.7 router
IPv4 portion of Vista route print command
• Freedom from Layer 2
  – Routers can connect different network
    technologies
  – Routers strip off all Layer 2 data
  – Routers can connect almost anything that
    stores IP packets
Figure 8.12 Modular Cisco router
Figure 8.13 Network setup
Figure 8.14 Ports at work
Figure 8.15 Redone network IDs; nodes in the LAN
            use private IP addressees internally
• Inside the router
  – Host 192.168.10.202 sends a packet to 12.43.65.223
  – Packet is sent to the gateway router
  – Router replaces the sending host’s IP with its
    own public IP address
  – Router then adds the destination IP address
    and the source ephemeral port to the
    NAT translation table
  – On receiving response, router reverses the IP
    addresses and ports
Figure 8.16 NATing a packet
Figure 8.17 Updating the packet
• Inside the router (cont.)
  – Router compares incoming destination
    port and source address to entries in NAT
    translation table
  – Determines which local IP address to put
    back on the packet
  – Sends packet to the correct computer on
    the LAN
• Port forwarding
  – Hides a port number from the Internet
  – Enables public servers to work behind a
    NAT router
  – Gives servers the protection of NAT while
    allowing access to a local server from the
    Internet
Dynamic Routing
A. Background
  1. Routers have static routes
    I. Manually entered
    II. Detected at setup by the router
• Background (cont.)
  2. Dynamic routing protocols defined
    I. Routers communicate among themselves
         with change information
    II. Update each other on changes about direct
         connections and distant routers
    III. A passage of a packet through a single router
         is a hop
Figure 8.22 Lots of routers
Figure 8.23 Hopping through a WAN
Dynamic Routing Makes the Internet
  1. Internet depends on dynamic routing for
     self-healing
  2. Manual updating impossible with so many
     routes coming up and going down
Table 8.1     Dynamic Routing Protocols

 Protocol Type                IGP(Intergateway protocol)or Notes
                              BGP(Border Gateway)?
 RIPv1      Distance vector   IGP   Old; only used classful subnets
 RIPv2      Distance vector   IGP   Supports CIDR
 BGP-4      Distance vector   BGP   Used on the Internet, connects
                                    Autonomous Systems
 OSPF       Link state        IGP   Fast, popular, uses Area IDs
                                    (Area 0/backbone)
 IS-IS      Link state        IGP   Alternative to OSPF
 EIGRP      Hybrid            IGP   Cisco proprietary
Working with Routers
A. Simple physical installation
  1. Home router
    I. Give it power
    II. Plug in connections
  2. Business-class router
    I. Insert it into a rack
    II. Give it power
    III. Plug in connections
B. Connecting to Routers
  1. Each router must be configured
  2. Yost cable
    I. Oldest method for connecting to router for
         configuration
    II. Almost unique to Cisco-brand routers
    III. Also called rollover cable
Figure 8.39 Cisco console cable
B. Connecting to Routers
  3. Managed devices include both routers
     and advanced switches that can be
     configured
  4. Plug the rollover into console port on
     Cisco router; plug other end into serial
     port on a PC (may need USB-to-serial
     adapter)
Figure 8.40 Console port
B. Connecting to Routers
  5. Use a terminal emulation program to talk
     to the router from the PC over this
     connection
    I. PuTTY
    II. HyperTerminal
    III. Serial port settings: 9600 baud, 8 data bits,
         1 stop bit, no parity
Figure 8.41 Configuring PuTTY
B. Connecting to Routers
  6. Once connected and running terminal
     emulator
    I. You will see the initial router prompt
    II. On Cisco router, this is the Cisco IOS prompt
    III. Working with IOS commands
       a.   Type enable and press ENTER
       b.   Prompt changes to Router#
       c.   IOS is complex
       d.   Newer CISCO routers will lead you through initial
            configuration for basic setup
Figure 8.42 Initial router prompt
B. Connecting to Routers
  7. Normally, you will access a router
     through Web access or network
     management software (both explored
     next)
  8. Web access
    I. Most routers have a built-in Web server
    II. Can do everything you need to do
B. Connecting to Routers
  8. Web access
    III. Easier than working with Cisco
         command-line IOS
    IV. Web access only works if router has a built-in
         IP address from the factory, or you must
         enable Web interface after assigning an IP
         address to the router
    V. To access the Web interface, you must know
         the IP address
B. Connecting to Routers
  8. Web access
    VI. Most techs use a laptop and a special cable
        (Yost or rollover or crossover) to connect
        directly to router for initial configuration
       a. Know the IP address of the router
       b. Assign to the laptop an IP address with the same
          network ID of the router
       c. Connect to router
Figure 8.43 Default IP address
B. Connecting to Routers
  8. Web access
       d. Check the link lights to verify proper connection
       e. Open the Web browser and enter the IP address
          of the router
       f. You will need to enter the default user name and
          password (check the router’s documentation)
       g. Once logged in, find the settings you need
Figure 8.44 Entering the IP address
Figure 8.45 User name and password
B. Connecting to Routers
  9.
B. Connecting to Routers
  9. Network Management Software
    III. Often a Web site
    IV.Administrators manage network and
         make necessary changes
    V. Proprietary tools (OEM)
      a. By manufacturers of managed devices
      b. Usually very powerful and easy to use
      c. Only work on that OEM’s devices
Figure 8.46 Cisco Network Assistant
B. Connecting to Routers
  9. Network Management Software
    VI.Third-party NMS tools
      a. Some free
      b. Usually harder to configure
      c. Must constantly be updated to work with as
         many devices as possible
      d. Usually lack the amount of detail in an OEM
         NMS
B. Connecting to Routers
  9.Network Management Software
    VI.Third-party NMS tools
      e. While CiscoWorks enables you to change the
         IP address of a port, third-party tools only let
         you see the IP settings
      f. OpenNMS is a popular open-source NMS
Figure 8.47 OpenNMS
B. Connecting to Routers
  10.Other connection methods
    I. Most routers have more than one way
        to connect
    II. Home router may come with a USB port
        and configuration software
      a. More powerful routers may allow connection
         with Telnet protocol or newer Secure Shell
         (SSH)
B. Connecting to Routers
  10.Other connection methods
      a. Terminal emulations protocols that look like
         the terminal emulators seen earlier, but that
         use the network rather than a serial cable
      b. More on terminal emulators in Chapter 9,
         “TCP/IP Applications”
C.                         Basic Router
                           Configuration
     1.Must have at least two connections
     2.You must properly configure every port on

     3.Make sure the routing table sends packets
C. Basic Router Configuration
  4. STEP 1: Set up the WAN side
    I. WAN side in home or small business router
         connects to an ISP
    II. Get setup information from ISP
    III. Most home routers use DHCP on the WAN
         side and just need to be configured to use
         DHCP
C. Basic Router Configuration
  4. STEP 1: Set up the WAN side
    i. May need to enter a static address
    ii. You can buy a single static IP address
    iii. If static address, ISP will tell you what to
         enter into the router
Figure 8.48 The setup
Figure 8.49 WAN router setup
C. Basic Router Configuration
  5. STEP 2: Set up the LAN
    I.                        You usually have
                              total control over the

                              LAN side
    II.                       Choose a network ID
                              from the private
                              range
    III.                      Assign the correct IP
Figure 8.50 Entering a static IP
Figure 8.51 Setting up an IP address for LAN side
C. Basic Router Configuration
  6. STEP 3: Establish routes
    I. Router will usually build a routing table based
         on information you provided
    II. You may add more routes if needed
    III. Use IOS command line on Cisco routers
C. Basic Router Configuration
  7. STEP 4 (Optional): Configure a Dynamic
     Protocol
    I. Dynamic routing protocols tied to
        individual NICs
    II. When you connect two routers together,
        make sure the NICs are configured to use
        the same dynamic routing protocol
C. Basic Router Configuration
  7. STEP 4 (Optional): Configure a Dynamic
     Protocol
    III. Unless you are in charge of two or more
         routers, you will never use a dynamic
         routing protocol
    IV. Once a dynamic routing protocol is turned
         on, it is all automatic
C. Basic Router Configuration
  8. Document and back up
    I.Document what you’ve done to configure each

    II.Back up the configuration using whatever
D. Router Problems
  1.Consider non-router issues first, because

    I. Check NICs, computer, and switches
        before router
    II. Routers are more reliable than other
        equipment
D. Router Problems
  2. Keep in mind what your router is
     supposed to do
    I. Does it just route traffic?
    II. Does it also perform NAT?
    III. Is routing failing, or is another function
         of the router failing?
D. Router Problems
  3. Know how to use a few basic tools
     that can help you check the router
    I. TRACEROUTE
       a. Records the route between any two hosts
       b. Like PING, it sends out a single packet to
          another host
       c. Unlike PING, it returns information about
          every router between them
D. Router Problems
  3. Know how to use a few basic tools
     that can help you check the router
    I. TRACEROUTE
       d.   Tells you when things are not working
       e.   Gives you an idea of where to look for a problem
       f.   Windows – TRACERT
       g.   UNIX/Linux – TRACEROUTE
       h.   UNIX/Linux – My TRACEROUTE (MTR)
            i.Dynamic, continually updating the route
Figure 8.52 MTR in action

More Related Content

PPT
Networking Chapter 7
PPT
Chapter 2 Networking
PPT
Networking Chapter 4
PPT
Networking Chapter 6
PPT
Networking Chapter 11
PDF
Uccn1003 -may10_-_lect03a_-_lan_design_issues
PDF
Uccn1003 -may10_-_lect03b_-_intro_to_cisco_router
Networking Chapter 7
Chapter 2 Networking
Networking Chapter 4
Networking Chapter 6
Networking Chapter 11
Uccn1003 -may10_-_lect03a_-_lan_design_issues
Uccn1003 -may10_-_lect03b_-_intro_to_cisco_router

What's hot (20)

PDF
Uccn1003 -may10_-_lect04a_-_intro_to_routing_rules
PDF
Uccn1003 -may10_-_lect01b_-_intro_to_network_devices_addressing
PPT
Networking Chapter 12
PPT
Chapter 3 Networking
PPT
Networking Chapter 14
PPTX
CCNA ppt Day 1
PPT
Networking Chapter 16
PPT
Networking Chapter 5
PDF
Uccn1003 -may10_-_lect02a_-_intro_to_networking_commands_software
PPTX
ccna networking ppt
PPT
Basic network training2
PPT
Basic network training1
PPT
Basic network training3
PPTX
A presentation on networking and ccna
PPT
Internal & External of Routers
PPTX
Topic 2.3 network addressing for tcpip
PPT
Networking Chapter 9
PPT
Networking Chapter 13
PPTX
BASIC OF ROUTERS,ROUTER IOS AND ROUTING PROTOCOLS
PPTX
Ccna PPT
Uccn1003 -may10_-_lect04a_-_intro_to_routing_rules
Uccn1003 -may10_-_lect01b_-_intro_to_network_devices_addressing
Networking Chapter 12
Chapter 3 Networking
Networking Chapter 14
CCNA ppt Day 1
Networking Chapter 16
Networking Chapter 5
Uccn1003 -may10_-_lect02a_-_intro_to_networking_commands_software
ccna networking ppt
Basic network training2
Basic network training1
Basic network training3
A presentation on networking and ccna
Internal & External of Routers
Topic 2.3 network addressing for tcpip
Networking Chapter 9
Networking Chapter 13
BASIC OF ROUTERS,ROUTER IOS AND ROUTING PROTOCOLS
Ccna PPT
Ad

Viewers also liked (15)

PDF
Chapter_2_CCNA2
PPT
Static Routing
PPT
Static Routing
PPSX
RIP - Routing Information Protocol
PPTX
Routing Information Protocol
PDF
Step by Step guide to set up a simple network in Packet Tracer
PDF
1000 Ccna Questions And Answers
PPT
Presentation on router
PPTX
Routing Protocols and Concepts - Chapter 1
DOC
Lab practice 1 configuring basic routing and switching (with answer)
PPTX
Routers and Routing Configuration
PPT
Routing Information Protocol (RIP)
PPTX
Ppt of routing protocols
PPTX
Router configuration in packet tracer
PDF
IP Routing Tutorial
Chapter_2_CCNA2
Static Routing
Static Routing
RIP - Routing Information Protocol
Routing Information Protocol
Step by Step guide to set up a simple network in Packet Tracer
1000 Ccna Questions And Answers
Presentation on router
Routing Protocols and Concepts - Chapter 1
Lab practice 1 configuring basic routing and switching (with answer)
Routers and Routing Configuration
Routing Information Protocol (RIP)
Ppt of routing protocols
Router configuration in packet tracer
IP Routing Tutorial
Ad

Similar to Networking Chapter 8 (20)

PPTX
Routing of netwok protocls and how .pptx
PDF
Clase 4. Routing IP.pdf
PDF
IPForwarding-Lab3 in routing and switching
PPTX
11 coms 525 tcpip - internet protocol - forward
PPT
Exploration routing chapter_1
PPT
Packet transfer mechanism using routers and IP addresses
PPT
1164 Routers
DOCX
Examen ccna capitulo 6 en ingles
PDF
CCNA 1 Chapter 6 v5.0 2014
PDF
Advance Applied Networking with classes.
PPT
Chapter 1 Overview - Introduction to Routing and Packet Forwarding
PDF
Week3 part 2
PPT
CCNA Exploration 2 - Chapter 1
PDF
ccna 1 v5.0 itn practice final exam answers
DOCX
BÀI TẬP 01.docx
DOCX
BÀI TẬP 01.docx
PPTX
Lecture 4-Internetworking-Concepts (view-only).pptx
PDF
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
PPTX
Cisco router basic
PPTX
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 6
Routing of netwok protocls and how .pptx
Clase 4. Routing IP.pdf
IPForwarding-Lab3 in routing and switching
11 coms 525 tcpip - internet protocol - forward
Exploration routing chapter_1
Packet transfer mechanism using routers and IP addresses
1164 Routers
Examen ccna capitulo 6 en ingles
CCNA 1 Chapter 6 v5.0 2014
Advance Applied Networking with classes.
Chapter 1 Overview - Introduction to Routing and Packet Forwarding
Week3 part 2
CCNA Exploration 2 - Chapter 1
ccna 1 v5.0 itn practice final exam answers
BÀI TẬP 01.docx
BÀI TẬP 01.docx
Lecture 4-Internetworking-Concepts (view-only).pptx
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
Cisco router basic
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 6

More from mlrbrown (18)

PPT
Cso gaddis java_chapter15
PPT
Cso gaddis java_chapter14
PPT
Cso gaddis java_chapter13
PPT
Cso gaddis java_chapter12
PPT
Cso gaddis java_chapter11
PPT
Cso gaddis java_chapter10
PPT
Cso gaddis java_chapter9ppt
PPT
Cso gaddis java_chapter8
PPT
Cso gaddis java_chapter7
PPT
Cso gaddis java_chapter6
PPT
Cso gaddis java_chapter5
PPT
Cso gaddis java_chapter4
PPT
Cso gaddis java_chapter3
PPT
Cso gaddis java_chapter2
PPT
Cso gaddis java_chapter1
PPT
Networking Chapter 15
PPT
Networking Chapter 10
PPTX
Student Orientation
Cso gaddis java_chapter15
Cso gaddis java_chapter14
Cso gaddis java_chapter13
Cso gaddis java_chapter12
Cso gaddis java_chapter11
Cso gaddis java_chapter10
Cso gaddis java_chapter9ppt
Cso gaddis java_chapter8
Cso gaddis java_chapter7
Cso gaddis java_chapter6
Cso gaddis java_chapter5
Cso gaddis java_chapter4
Cso gaddis java_chapter3
Cso gaddis java_chapter2
Cso gaddis java_chapter1
Networking Chapter 15
Networking Chapter 10
Student Orientation

Recently uploaded (20)

PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
Business Ethics Teaching Materials for college
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
TR - Agricultural Crops Production NC III.pdf
PPTX
Cell Structure & Organelles in detailed.
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PPTX
Pharma ospi slides which help in ospi learning
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
PPTX
master seminar digital applications in india
PDF
Pre independence Education in Inndia.pdf
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
Final Presentation General Medicine 03-08-2024.pptx
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Abdominal Access Techniques with Prof. Dr. R K Mishra
Business Ethics Teaching Materials for college
102 student loan defaulters named and shamed – Is someone you know on the list?
TR - Agricultural Crops Production NC III.pdf
Cell Structure & Organelles in detailed.
Renaissance Architecture: A Journey from Faith to Humanism
Microbial disease of the cardiovascular and lymphatic systems
O7-L3 Supply Chain Operations - ICLT Program
Module 4: Burden of Disease Tutorial Slides S2 2025
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
Pharma ospi slides which help in ospi learning
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
human mycosis Human fungal infections are called human mycosis..pptx
PPH.pptx obstetrics and gynecology in nursing
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
master seminar digital applications in india
Pre independence Education in Inndia.pdf
STATICS OF THE RIGID BODIES Hibbelers.pdf

Networking Chapter 8

  • 1. The Wonderful World of Routing Chapter 8
  • 2. Objectives • Explain how routers work • Describe dynamic routing technologies • Install and configure a router successfully
  • 4. Three Parts to Chapter 8 • How Routers Work • Dynamic Routing • Working with Routers
  • 6. • Router – Hardware or software – Forwards packet based on destination IP address – Layer 3, the Network layer – Classically, dedicated boxes • At least two connections – Popular router: CISCO 2600
  • 7. Figure 8.1 Cisco 2611 router
  • 8. • Home router – First exposure to a router for most techs – Connect PC to DSL receiver or cable modem – More than it appears to be – LAN side may connect internally to a built-in switch
  • 9. Figure 8.2 Business end of a typical home router
  • 10. Figure 8.3 Cisco router diagram
  • 11. Figure 8.4 Linksys home router diagram
  • 12. • All routers – Examine packets – Send packets to proper destination
  • 13. • Routing Tables – Router strips off Layer 2 information – Drops IP packet into a queue • Source address is not important • Every packet dropped into the same queue based on time of arrival – Router inspects the destination IP address – Router send IP packet out correct port – Routing table tells router where to send packets
  • 15. Figure 8.6 All incoming packets stripped of Layer 2 data and dropped into a common queue
  • 16. • Routing Tables (cont.) – Example home router (Figure 8.7) • Two ports • Each row in table defines a single route • Each column identifies specific criteria – Destination LAN IP – Subnet Mask • If packet’s network ID matches a Destination LAN IP, router uses other information in row to determine where to send it
  • 17. • Routing Tables (cont.) – Example home router (Figure 8.7) • Third and fourth columns – Gateway » IP address for the next hop router » Packet sent to Gateway if network ID does not match one of the directly connected ports – Interface » Tells router which port to use » “LAN” or “WAN” on sample router » Other routing tables use IP address or other info
  • 18. • Routing Tables (cont.) – Example home router (Figure 8.7) • First Router compares destination IP address to every listing in the routing table • Then router makes a decision
  • 19. • Routing Tables (cont.) – Example home router (Figure 8.7) • Every router (with two exceptions) has a default route • Default route in Figure 8.7 – Destination LAN IP: 0.0.0.0 – Subnet Mask: 0.0.0.0 – Gateway: 76.30.4.1 – Interface: WAN • Router sends incoming packet to default route unless another line gives another route
  • 20. • Routing Tables (cont.) – Example home router (Figure 8.7) • Destination LAN IP: 10.12.14.0 (any packet for this network) • Subnet Mask: 255.255.255.0 (using /24 network ID) • Gateway: 0.0.0.0 (don’t use a gateway) • Interface: LAN (ARP on the LAN interface to get MAC address and send directly to host)
  • 21. • Routing Tables (cont.) – Example home router (Figure 8.7) • Destination LAN IP: 76.30.4.0 (any packet for this network) • Subnet Mask: 255.255.254.0 (using /23 network ID) • Gateway: 0.0.0.0 (don’t use a gateway) • Interface: WAN (ARP on the WAN interface to get MAC address and send directly to host)
  • 22. Figure 8.7 Routing table from a home router
  • 23. Figure 8.8 Electronic diagram of the router
  • 24. Figure 8.9 The network based on the routing table
  • 25. • Routing Tables (cont.) – Every node on the network has a routing table • Some computers (multi-homed) have more than one NIC • IP uses a routing table for every packet it sends – Send directly to a host on a LAN or … – Send to the default gateway
  • 26. • Routing Tables (cont.) – Computer routing table (next slide) • More routes than example home router • Computer IP address: 10.12.14.201/24 • Computer loopback: 127.0.0.1 • Metric: a relative value defining the “cost” of using a route – When more than one route to a destination, lower metric is used – When route with lower metric goes down, other route used
  • 27. Figure 8.10 Two routes to the same network
  • 28. Figure 8.11 When a route no longer works, the router automatically switches
  • 29. Routing table on an XP computer connected to Figure 8.7 router
  • 30. IPv4 portion of Vista route print command
  • 31. • Freedom from Layer 2 – Routers can connect different network technologies – Routers strip off all Layer 2 data – Routers can connect almost anything that stores IP packets
  • 32. Figure 8.12 Modular Cisco router
  • 34. Figure 8.14 Ports at work
  • 35. Figure 8.15 Redone network IDs; nodes in the LAN use private IP addressees internally
  • 36. • Inside the router – Host 192.168.10.202 sends a packet to 12.43.65.223 – Packet is sent to the gateway router – Router replaces the sending host’s IP with its own public IP address – Router then adds the destination IP address and the source ephemeral port to the NAT translation table – On receiving response, router reverses the IP addresses and ports
  • 37. Figure 8.16 NATing a packet
  • 38. Figure 8.17 Updating the packet
  • 39. • Inside the router (cont.) – Router compares incoming destination port and source address to entries in NAT translation table – Determines which local IP address to put back on the packet – Sends packet to the correct computer on the LAN
  • 40. • Port forwarding – Hides a port number from the Internet – Enables public servers to work behind a NAT router – Gives servers the protection of NAT while allowing access to a local server from the Internet
  • 42. A. Background 1. Routers have static routes I. Manually entered II. Detected at setup by the router
  • 43. • Background (cont.) 2. Dynamic routing protocols defined I. Routers communicate among themselves with change information II. Update each other on changes about direct connections and distant routers III. A passage of a packet through a single router is a hop
  • 44. Figure 8.22 Lots of routers
  • 45. Figure 8.23 Hopping through a WAN
  • 46. Dynamic Routing Makes the Internet 1. Internet depends on dynamic routing for self-healing 2. Manual updating impossible with so many routes coming up and going down
  • 47. Table 8.1 Dynamic Routing Protocols Protocol Type IGP(Intergateway protocol)or Notes BGP(Border Gateway)? RIPv1 Distance vector IGP Old; only used classful subnets RIPv2 Distance vector IGP Supports CIDR BGP-4 Distance vector BGP Used on the Internet, connects Autonomous Systems OSPF Link state IGP Fast, popular, uses Area IDs (Area 0/backbone) IS-IS Link state IGP Alternative to OSPF EIGRP Hybrid IGP Cisco proprietary
  • 49. A. Simple physical installation 1. Home router I. Give it power II. Plug in connections 2. Business-class router I. Insert it into a rack II. Give it power III. Plug in connections
  • 50. B. Connecting to Routers 1. Each router must be configured 2. Yost cable I. Oldest method for connecting to router for configuration II. Almost unique to Cisco-brand routers III. Also called rollover cable
  • 51. Figure 8.39 Cisco console cable
  • 52. B. Connecting to Routers 3. Managed devices include both routers and advanced switches that can be configured 4. Plug the rollover into console port on Cisco router; plug other end into serial port on a PC (may need USB-to-serial adapter)
  • 54. B. Connecting to Routers 5. Use a terminal emulation program to talk to the router from the PC over this connection I. PuTTY II. HyperTerminal III. Serial port settings: 9600 baud, 8 data bits, 1 stop bit, no parity
  • 56. B. Connecting to Routers 6. Once connected and running terminal emulator I. You will see the initial router prompt II. On Cisco router, this is the Cisco IOS prompt III. Working with IOS commands a. Type enable and press ENTER b. Prompt changes to Router# c. IOS is complex d. Newer CISCO routers will lead you through initial configuration for basic setup
  • 57. Figure 8.42 Initial router prompt
  • 58. B. Connecting to Routers 7. Normally, you will access a router through Web access or network management software (both explored next) 8. Web access I. Most routers have a built-in Web server II. Can do everything you need to do
  • 59. B. Connecting to Routers 8. Web access III. Easier than working with Cisco command-line IOS IV. Web access only works if router has a built-in IP address from the factory, or you must enable Web interface after assigning an IP address to the router V. To access the Web interface, you must know the IP address
  • 60. B. Connecting to Routers 8. Web access VI. Most techs use a laptop and a special cable (Yost or rollover or crossover) to connect directly to router for initial configuration a. Know the IP address of the router b. Assign to the laptop an IP address with the same network ID of the router c. Connect to router
  • 61. Figure 8.43 Default IP address
  • 62. B. Connecting to Routers 8. Web access d. Check the link lights to verify proper connection e. Open the Web browser and enter the IP address of the router f. You will need to enter the default user name and password (check the router’s documentation) g. Once logged in, find the settings you need
  • 63. Figure 8.44 Entering the IP address
  • 64. Figure 8.45 User name and password
  • 65. B. Connecting to Routers 9.
  • 66. B. Connecting to Routers 9. Network Management Software III. Often a Web site IV.Administrators manage network and make necessary changes V. Proprietary tools (OEM) a. By manufacturers of managed devices b. Usually very powerful and easy to use c. Only work on that OEM’s devices
  • 67. Figure 8.46 Cisco Network Assistant
  • 68. B. Connecting to Routers 9. Network Management Software VI.Third-party NMS tools a. Some free b. Usually harder to configure c. Must constantly be updated to work with as many devices as possible d. Usually lack the amount of detail in an OEM NMS
  • 69. B. Connecting to Routers 9.Network Management Software VI.Third-party NMS tools e. While CiscoWorks enables you to change the IP address of a port, third-party tools only let you see the IP settings f. OpenNMS is a popular open-source NMS
  • 71. B. Connecting to Routers 10.Other connection methods I. Most routers have more than one way to connect II. Home router may come with a USB port and configuration software a. More powerful routers may allow connection with Telnet protocol or newer Secure Shell (SSH)
  • 72. B. Connecting to Routers 10.Other connection methods a. Terminal emulations protocols that look like the terminal emulators seen earlier, but that use the network rather than a serial cable b. More on terminal emulators in Chapter 9, “TCP/IP Applications”
  • 73. C. Basic Router Configuration 1.Must have at least two connections 2.You must properly configure every port on 3.Make sure the routing table sends packets
  • 74. C. Basic Router Configuration 4. STEP 1: Set up the WAN side I. WAN side in home or small business router connects to an ISP II. Get setup information from ISP III. Most home routers use DHCP on the WAN side and just need to be configured to use DHCP
  • 75. C. Basic Router Configuration 4. STEP 1: Set up the WAN side i. May need to enter a static address ii. You can buy a single static IP address iii. If static address, ISP will tell you what to enter into the router
  • 77. Figure 8.49 WAN router setup
  • 78. C. Basic Router Configuration 5. STEP 2: Set up the LAN I. You usually have total control over the LAN side II. Choose a network ID from the private range III. Assign the correct IP
  • 79. Figure 8.50 Entering a static IP
  • 80. Figure 8.51 Setting up an IP address for LAN side
  • 81. C. Basic Router Configuration 6. STEP 3: Establish routes I. Router will usually build a routing table based on information you provided II. You may add more routes if needed III. Use IOS command line on Cisco routers
  • 82. C. Basic Router Configuration 7. STEP 4 (Optional): Configure a Dynamic Protocol I. Dynamic routing protocols tied to individual NICs II. When you connect two routers together, make sure the NICs are configured to use the same dynamic routing protocol
  • 83. C. Basic Router Configuration 7. STEP 4 (Optional): Configure a Dynamic Protocol III. Unless you are in charge of two or more routers, you will never use a dynamic routing protocol IV. Once a dynamic routing protocol is turned on, it is all automatic
  • 84. C. Basic Router Configuration 8. Document and back up I.Document what you’ve done to configure each II.Back up the configuration using whatever
  • 85. D. Router Problems 1.Consider non-router issues first, because I. Check NICs, computer, and switches before router II. Routers are more reliable than other equipment
  • 86. D. Router Problems 2. Keep in mind what your router is supposed to do I. Does it just route traffic? II. Does it also perform NAT? III. Is routing failing, or is another function of the router failing?
  • 87. D. Router Problems 3. Know how to use a few basic tools that can help you check the router I. TRACEROUTE a. Records the route between any two hosts b. Like PING, it sends out a single packet to another host c. Unlike PING, it returns information about every router between them
  • 88. D. Router Problems 3. Know how to use a few basic tools that can help you check the router I. TRACEROUTE d. Tells you when things are not working e. Gives you an idea of where to look for a problem f. Windows – TRACERT g. UNIX/Linux – TRACEROUTE h. UNIX/Linux – My TRACEROUTE (MTR) i.Dynamic, continually updating the route
  • 89. Figure 8.52 MTR in action

Editor's Notes

  • #8: Example shows two connections (circled in red), each leading to a network. Other connections are used for maintenance and configuration.
  • #34: Note all the expensive public IP addresses in use.
  • #35: Top: packet from client requesting a Web page from a Web server. “Source Port” is the ephemeral port for the outbound packet. Bottom: Web server starting to send back the Web page using port 1024 as the destination port (not called an ephemeral port at this point).
  • #36: Similar to Figure 8.13, except that computers all use a network ID from the private IP address pool
  • #48: Teaching Tip Point out Table 8.1 and tell the students to use this as a learning aid when studying for the exam.
  • #50: Teaching Tip In the third paragraph of the introduction to this section, the author makes a very important point: whether a simple home router, or a high-end Internet backbone router, the function is the same. Routers connect different network IDs. Also, the last paragraph of the introduction points out that routers have many features that have nothing to do with routing, such as DHCP servers, firewalls, and NAT. These functions are added to routers thanks to their location at the edge of networks.
  • #57: Teaching Tip I wouldn’t delve too deeply into IOS because it invariably leads to discussions that are beyond, or are not a part of the scope of this class or for passing the Computer Network+ exam.
  • #60: Teaching Tip Point out the warning in the second paragraph on Page 198. “Never plug a new router into an existing network!”