Course Content
Address Resolution
Explain how ARP and ND enable communication on a network
0/3
CCNA: Switching, Routing, and Wireless Essentials
The second course in the CCNA curriculum focuses on switching technologies and router operations that support small-to-medium business networks and includes wireless local area networks (WLAN) and security concepts.
0/15
CCNA: Enterprise Networking, Security, and Automation
The third CCNA course describes the architectures and considerations related to designing, securing, operating, and troubleshooting enterprise networks – including wide area network (WAN) technologies & quality of service (QoS) mechanisms for secure remote access, along with software-defined networking, virtualization, & automation concepts supporting network digitization.
0/14
CCNA Course
About Lesson

Router Routing Tables

Explain the function of fields in the routing table of a router.

Router Packet Forwarding Decision

What happens when the router receives the frame from the host device?

IP Router Routing Table

There three types of routes in a router’s routing table:

  • Directly Connected – These routes are automatically added by the router, provided the interface is active and has addressing.
  • Remote – These are the routes the router does not have a direct connection and may be learned:
    • Manually – with a static route
    • Dynamically – by using a routing protocol to have the routers share their information with each other
  • Default Route – this forwards all traffic to a specific direction when there is not a match in the routing table

Static Routing

Static Route Characteristics:

  • Must be configured manually

  • Must be adjusted manually by the administrator when there is a change in the topology

  • Good for small non-redundant networks
  • Often used in conjunction with a dynamic routing protocol for configuring a default route

Dynamic Routing

Dynamic Routes Automatically:

  • Discover remote networks

  • Maintain up-to-date information

  • Choose the best path to the destination
  • Find new best paths when there is a topology change

Dynamic routing can also share static default routes with the other routers.

Introduction to an IPv4 Routing Table

The show ip route command shows the following route sources:

  • L – Directly connected local interface IP address
  • C – Directly connected network
  • S – Static route was manually configured by an administrator
  • O – OSPF
  • D – EIGRP

This command shows types of routes:

  • Directly Connected – C and L
  • Remote Routes – O, D, etc.
  • Default Routes – S*

 

Other related topics

Topic Title Topic Objective
Network Layer Characteristics Explain how the network layer uses IP protocols for reliable communications.
IPv4 Packet Explain the role of the major header fields in the IPv4 packet.
IPv6 Packet Explain the role of the major header fields in the IPv6 packet.
How a Host Routes Explain how network devices use routing tables to direct packets to a destination network.
Router Routing Tables Explain the function of fields in the routing table of a router.

 

Other useful information

Join the conversation