You are on page 1of 11

AMARAVATI , ANDHRA PRADESH, INDIA

Lab Assignment-4

CSE3003– Computer Networks

Lab Slot : L39+L40

Submitted by

Kedarisetty Venkata Krishna Sai Suhas

(21BCE9125)

Submitted To
Prof:- Prashanth Ragam
Aim:
The aim of this project is to design and configure a Wide Area Network (WAN) using three
routers and implement static routing using Cisco Packet Tracer.

Theory (Basics):

Wide Area Network (WAN): A WAN is a computer network that covers a large geographical
area, such as multiple cities or even countries. It connects multiple Local Area Networks
(LANs) together and allows for the transmission of data and communication between
different locations.

Router: A router is a networking device that forwards data packets between computer
networks. It operates at the network layer of the OSI model and uses routing tables to
determine the best path for data transmission.

Static Routing: Static routing is a type of routing where network administrators manually
configure the routing table entries on routers. These entries specify the next-hop router or
exit interface for each destination network. Static routing is typically used in small networks
or in situations where the network topology is relatively stable.

Requirements:
To complete this project, you will need the following:

• Cisco Packet Tracer software (version 7.0 or above)


• Three Cisco routers (such as Cisco 1841 or similar models)
• Ethernet cables
• Basic knowledge of networking concepts and IP addressing

Procedure:

1. Launch Cisco Packet Tracer and create a new blank project.

2. Drag and drop three routers from the device panel onto the workspace. Connect
the routers using Ethernet cables.
3. Configure the IP addresses for each router's interfaces. For example:

Router 1: FastEthernet0/0 - 192.168.1.1/24, FastEthernet0/1 - 10.0.0.1/24


Router 2: FastEthernet0/0 - 10.0.0.2/24, FastEthernet0/1 - 192.168.2.1/24
Router 3: FastEthernet0/0 - 192.168.2.2/24, FastEthernet0/1 - 10.0.1.1/24
4. Enable routing on each router by entering ip addresses of routers
Router 0 to Router 1:
Router 1 to Router2:
5. Configure static routes on each router to reach the networks connected to other
routers.

Static routing in Router 0:

Static routing in Router 1:


Static routing in Router 2:

Design:
The network design for this project will consist of three routers connected in a
sequential manner. Each router will have two interfaces, with one interface
connecting to the previous router and the other interface connecting to the next
router. The IP addressing scheme will follow the configuration mentioned in the
procedure section.

Results:
After successfully configuring the WAN using static routing, you should be able to
ping the devices connected to different routers from any router in the network. For
example, from Router 1, you should be able to ping the devices connected to Router
2 and Router 3, and vice versa.
Pinging PC 1 to PC 4:

Similarly Pinging PC 3 to PC 5:

Similarly we can ping each PC with other PC’s.

Sending Packet from PC0 to PC4:

You might also like