Report Project Dits3623 Network Routing
Report Project Dits3623 Network Routing
Report Project Dits3623 Network Routing
SECTION : S2G1
PROJECT : 16.3.2 LAB – TROUBLESHOOTING IPV4 AND IPV6 STATIC AND DEFAULT ROUTES
LECTURER : PN. KHADIJAH BINTI WAN MOHD GHAZALI
OBJECTIVES
ADDRESSING TABLE
Instructions
Use the ping and/or traceroute commands from the router to test the following criteria and record
the results.
Note: Use the PCs in the wiring closet to gain console access to networking devices in order to
explore and change the device configurations.
Traffic from R1 to the 172.16.2.1 address on R2 uses the next hop 192.168.0.14.
i) Connect Console cable from R1 to PC1 and R2 to PC2 (RS 232 port)
ii) Make sure the Physical topology same with Logical Topology ( 2Router, 2 Switches, 4pc)
iv) Open PC1 Terminal and run 2 command to see routes which is :
we can see the default route is not specifying the subnet and using administrative distance 80, so we
need to remove the administrative distance
v) Run conf term command to enter configuration system and run no ip route 0.0.0.0 0.0.0.0
192.168.0.14 80 command to remove administrative distance. Then, run ip route 0.0.0.0 0.0.0.0
192.168.0.14 command to correct the route.
Traffic from R1 to the 209.165.200.129 address on R2 uses the next hop 192.168.0.30
ii) run no ip route 209.165.200.128 255.255.255.128 192.168.0.3 to delete the route. Then run ip
route 209.165.200.128 255.255.255.128 192.168.0.30 command to add route
When the G0/0/0 interface on R1 is shut down, traffic from R1 to the 172.16.2.1 address
on R2 uses the next hop 192.168.0.30.
ii) Open PC1 terminal and run show run command to see the route
iii) run conf term and no ip route 0.0.0.0 0.0.0.0 192.168.0.3 command to delete the route. Then, run
ip route 0.0.0.0 0.0.0.0 192.168.0.30 80 command to add new route with administrative distance. So,
when g0/0/0 is active, route 0.0.0.0 0.0.0.0 192.168.0.14 will work. Then, when g0/0/0 is not active,
the route will change to 209.165.200.128 255.255.255.128 192.168.0.30
i) open Terminal on PC2 and run enable and show run command to see the route
iii) Run conf term command to enter configuration. Then, run no ipv6 route ::/0 2001:ab8:acad::1 90
command to remove the route with administrative distance. Next, run ipv6 route ::/0
2001:ab8:acad::1 command to add new route without administrative distance
ii) run no ipv6 route 2001:db8:acad:209::/64 2001:db7:acad:16::1 command to delete the current
route. Then, run ipv6 route 2001:db8:acad:209::/64 2001:db8:acad:16::1 command to add new
route
i) Open terminal on PC2 and recognize the addressing table with topology
2001:db8:acad:171::1 is on R1 G0/1 interface
iii) run conf term command. Then, run no ipv6 route ::/0 2001:db8:acad:15::1 command to delete
the route. Next, run run ipv6 route ::/0 2001:db8:acad:16::1 80 command to add new route.
When g0/0/0 is active it will use route ::/0 2001:db8:acad::1. But when g0/0/0 is not active, it will
use route ::/0 2001:db8:acad:16::1 80
Part 2: Gather Information, Create an Action Plan, and Implement Corrections
a.For each criterion that is not met, gather information by examining the running configuration and
routing tables to develop a hypothesis for what is causing the malfunction.
b. Create an action plan that you think will fix the issue. Develop a list of all the commands you
intend to use to fix the issue, and a list of all the commands you need to revert the configuration,
should your action plan fail to correct the issue.
= List of commands :
c. Execute your action plans one at a time for each criterion that fails, and record the fix actions
100% SUCCESS
100% SUCCESS
-shutdown g0/0/0 from R2
100% SUCCESS
100% SUCCESS
-ping PC4 from PC1(IPv4, after shutdown g0/0/0)
100% SUCCESS
100% SUCCESS
100% SUCCESS
-ping PC4 from PC1(IPv6, after shutdown g0/0/0)
100% SUCCESS