Skip to content

cbprince/Router-Configuration-and-Inter-LAN-Routing

Repository files navigation

Router-Configuration-and-Inter-LAN-Routing

Configuring Router Interfaces and Static Routing for Inter-LAN Communication.

Lab Objectives

The objective of this lab is to:

  1. Demonstrate how the Network Layer enables communication across multiple networks using logical addressing (IP).
  2. Configure static routing on routers to establish connectivity between end devices in different networks.
  3. Use ping and traceroute commands to test connectivity and observe how packets travel across routers.
  4. Compare datagram routing (connectionless, IP-based) with virtual circuit routing (connection-oriented, predefined path).

In this lab, you will learn how computers in different networks communicate through routers. You will practice setting up IP addresses, creating static routes, and testing connections with ping and traceroute. By the end, you should understand how packets move across a network and be able to explain the difference between datagram routing (connectionless) and virtual circuit routing (connection-oriented).

In summary:

Routing in this lab ensures PC0 can communicate with PC1, despite being in different networks separated by multiple routers. It teaches packet forwarding, next-hop decisions, and the critical role of routing tables in network connectivity.

Network Topology Guide

PC0 (FA0) --- R0 (G0/0)
R0 (G0/1) --- R1 (G0/0)
R1 (G0/1) --- R2 (G0/0)
R2 (G0/1) --- R3 (G0/0)
R3 (G0/1) --- PC1 (FA0)

About

Configuring Router Interfaces and Static Routing for Inter-LAN Communication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published