7 - IPv4 Routing Troubleshooting Flashcards

1
Q

What is the difference between ICMP in IPv4 and IPv6?

A

In IPv4 ICMP is implemented as a separate Layer 3 protocol. ICMPv6 is implemented as an integrated part of IPv6 and is carried after the basic header information as an extension header

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does ping use to function?

A

ICMP Echo request and ICMP Echo reply messages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

True/False: ICMP relies on TCP and UDP

A

False. ICMP is a part of Layer 3 as a control protocol used to assist IP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What layer protocol is ICMP?

A

Layer 3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does it usually mean when one of the first pings fails?

A

A device somewhere in the end to end roue is missing an ARP table entry

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What can we tell about a network and route if a ping works all the way end to end?

A
  • Interfaces are working (up/up)
  • No ACLs stopping traffic
  • Port security does not filter frames
  • Routes are working
  • STP has placed correct ports in forwarding state
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does ping use as the source IP for an echo request (on a router for example)?

A

The IP address of the outgoing interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Why is extended ping useful?

A

For testing the reverse route with ping

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How does extended ping work?

A

It lets ping use a source IP from an interface(/subnet) that is not on the outgoing interfaces subnet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What could the failure of a ping mean (even for devices on the same subnet)?

A
  • IP addressing problem
  • DHCP problems
  • VLAN trunking problems (e.g. router configured for trunking but not switch or vice versa)
  • LAN issues
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What might be the issue when a standard ping to the host from a router works, but not an extended ping?

A

This might indicate an issue with the default gateway of the host

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Why can it be a mistake to assume everything is okay if a regular ping works end to end from a router when you’re trying to troubleshoot a host?

A

Because this doesn’t test the reverse route. Because when ping sends it uses the routers source IP, but the issue could lie in the reverse route back to the hosts subnet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How is ping useful for testing if DNS is working?

A

You can try to ping a hostname to ensure it can be resolved to an IP address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How do IPv4 routers defeat routing loops (not STP)?

A

By discarding packets based off the TTL field

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How does traceroute work?

A

By sending messages with low TTL fields to make receiving routers send back a TTL exceeded message, gradually increasing the TTL when sending sets of packets until they eventually reach the destination host

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the difference between traceroute on a host OS and on Cisco IOS? Why is this important to understand?

A

A host OS traceroute usually creates ICMP echo requests, but Cisco IOS instead creates IP packets with a UDP header.

Because an ACL may filter traffic from a hosts traceroute messages, but not the router traceroute command, or vice versa

17
Q

Why might Telnet/SSH fail with regards to routing?

A

Routing protocols failing to be exchanged