Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 6

Experiment 2. Implement Static Routing using two Routers.

Student Name: Abhishek Goyal UID:18BCS4022


Branch: CSE-CC Section/Group:CC-1 (A)
Semester: 5TH Date of Performance:10/08/20
Subject Name: CN LAB

1. Aim/Overview of the practical:

To implement static routing technique using two routers in Cisco Packet tracer.

2. Task to be done:
Implement the given below network using any of the Static Routing Technique in Cisco Packet Tracer.

3. Steps for experiment/practical:


a) Draw the same Networks as shown in the task using GUI in Cisco Packet Tracer
software, i.e Make a network with various end devices like pcs and laptops connected by
switch, let us suppose this network as 172.16.1.0/24. network id. Similarly make a stub
network using a stub router let us suppose it as 172.16.3.0/24.

b) For Switch0 and Switch1:


1. Switch to the config mode using the cli.
2. Type int vlan1 press enter and then type no shutdown to turn the vlan up.

c) For Router0:
1. Switch to the config mode using the cli.
2. Type int g0/0 press enter and then type ip add 172.16.3.1 255.255.255.0 press enter
the type no shutdown to turn the port g0/0 up.
3. Type int g0/1 press enter and then type ip add 172.16.2.1 255.255.255.0 press enter
the type no shutdown to turn the port g0/1 up.
4. Type ip route 172.16.1.0 255.255.255.0 172.16.2.2 to route packets from network to
stub network.
5. Type do sh ip route to troubleshoot routing and check whether static routing is
implemented successfully or not.
6. Ping from pc0 using command prompt and command ping 172.16.1.4 to check
whether the packets are sent successfully to pc on other network or not.

d) For Router1:
1. Switch to the config mode using the cli.
2. Type int g0/0 press enter and then type ip add 172.16.2.2 255.255.255.0 press enter
the type no shutdown to turn the port g0/0 up.
3. Type int g0/1 press enter and then type ip add 172.16.1.1 255.255.255.0 press enter
the type no shutdown to turn the port g0/1 up.
4. Type ip route 172.16.3.0 255.255.255.0 172.16.2.1 to route packets from stub network
to this network.
5. Type do sh ip route to troubleshoot routing and check whether static routing is
implemented successfully or not.
6. Ping from laptop0 using command prompt and command ping 172.16.3.2 to check
whether the packets are sent successfully to pc on stub network or not.

4. Observations/Discussions(For applied/experimental sciences/materials based labs):

Commands used:
1. int vlan1.
2. no shutdown.
3. type ip add (address) (subnet mask).
4. ip route (dest. ip) (subnet mask) (sender ip).
5. do sh ip route.

5. Result/Output/Writing Summary:

C:\>ping 172.16.3.2

Pinging 172.16.3.2 with 32 bytes of data:

Reply from 172.16.3.2: bytes=32 time=11ms TTL=126


Reply from 172.16.3.2: bytes=32 time=10ms TTL=126
Reply from 172.16.3.2: bytes=32 time=13ms TTL=126
Reply from 172.16.3.2: bytes=32 time=3ms TTL=126

Ping statistics for 172.16.3.2:


Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 3ms, Maximum = 13ms, Average = 9ms

6. Image /Soft copy of commands implemented to be attached here


Learning outcomes (What I have learnt):
1. Static Routing between networks using two routers.

2. Troubleshooting Routing.

3.Different types of ports in Switch, Router.

Evaluation Grid (To be created as per the SOP and Assessment guidelines by the faculty):

Sr. No. Parameters Marks Obtained Maximum Marks


1.
2.
3.

You might also like