You are on page 1of 4

Redes de Computadoras

Reporte Prácticas
Laboratorio / Packet Tracer

Student Name MM DD YYYY


Date
Ivan Herrera Corona 2022
Practice Name
16.3.2 Lab - Troubleshoot IPv4 and IPv6 Static and Default Routes

Competencies to develop
Part 1: Evaluate Network Operation
Part 2: Gather information, create an action plan, and implement corrections

The Most Important The most complicated


Evaluate network operation Implement corrections
Verify connectivity Troubleshoot routes on Physical
mode
Check ipv4 and ipv6 routing

Errors How they were resolved


1.- Wrong IP for next hop on R1 no ip route 209.165.200.128
255.255.255.128 192.168.0.3

ip route 209.165.200.128
255.255.255.128 192.168.0.30

no ip route 0.0.0.0 0.0.0.0


192.168.0.14 80

ip route 0.0.0.0 0.0.0.0


192.168.0.14

no ip route 0.0.0.0 0.0.0.0


192.168.0.3

ip route 0.0.0.0 0.0.0.0


192.168.0.30 80
2.- Wrong IP for next hop on R2 no ipv6 route
2001:db8:acad:209::/64
2001:db7:acad:16::1

ipv6 route
2001:db8:acad:209::/64
2001:db8:acad:16::1

no ipv6 route ::/0


2001:db8:acad::1 90

@Ing. Ricardo Díaz Sánchez / rdiaz@mail.itq.edu.mx


Semestre Enero-Junio/2022 Tecnológico Nacional de México / Campus Querétaro
Página 1 de 4
Redes de Computadoras
Reporte Prácticas
Laboratorio / Packet Tracer
ipv6 route ::/0
2001:db8:acad::1

no ipv6 route ::/0


2001:db8:acad:15::1

ipv6 route ::/0


2001:db8:acad:16::1 80
3.- Default AD used and wrong next Configurig right next hop IP
hop IP

All Troubleshooting activities must be use this part to report the errors found and their solution. In
the session how the problem was solved, put the commands that solve the problem
Conclusions
At first I was a bit confused by the physical mode, but then I saw
that I could connect the console cables, so I was able to correct the
addressing problems.
Using the iproute command it became clear what the problem was with
the help of the routing table, so it was a matter of applying the
necessary commands to correct the IP next hops.

Evidences

@Ing. Ricardo Díaz Sánchez / rdiaz@mail.itq.edu.mx


Semestre Enero-Junio/2022 Tecnológico Nacional de México / Campus Querétaro
Página 2 de 4
Redes de Computadoras
Reporte Prácticas
Laboratorio / Packet Tracer

@Ing. Ricardo Díaz Sánchez / rdiaz@mail.itq.edu.mx


Semestre Enero-Junio/2022 Tecnológico Nacional de México / Campus Querétaro
Página 3 de 4
Redes de Computadoras
Reporte Prácticas
Laboratorio / Packet Tracer

@Ing. Ricardo Díaz Sánchez / rdiaz@mail.itq.edu.mx


Semestre Enero-Junio/2022 Tecnológico Nacional de México / Campus Querétaro
Página 4 de 4

You might also like