5. Troubleshooting IP Addressing Flashcards

1
Q

What are the four steps in troubleshooting an IP connectivity issue?

A
  1. ping 127.0.0.1 (loopback)
  2. ping 172.16.10.2 (own IP address)
  3. ping 172.16.10.1 (default gateway)
  4. ping 172.16.20.2 (target IP address)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What could a ping timeout indicate?

A

This can indicate that the ping reached the destination, but failed to return, ie a router can pass the packet correctly in one direction but not the other

Failure to reach the destination is usually notified by an ICMP message from the last device in the path, ie a router may not know where to forward a packet and so drops it and sends an ICMP message

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

When diagnosing IP addressing issues, what things should you look out for?

A
  1. Calculate the subnet for the IP address
  2. Check that all IP addresses used for hosts and gateways are valid i.e. do not fall on a network or broadcaster address.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

List useful Windows commands for diagnostics

A
  • ping
  • tracert
  • arp -a
  • ipconfig /all
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

List useful Cisco IOS commands for diagnostics

A
  • ping
  • traceroute
  • show ip arp
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

List useful MacOS/Linux commands for diagnostics

A
  • ping
  • traceroute??
  • ifconfig
  • ipconfig getifaddr en0 (en1 for Ethernet)
  • curl ifconfig.me
  • curl ipecho.net/plain ; echo
How well did you know this?
1
Not at all
2
3
4
5
Perfectly