4 Troubleshooting IP Addressing Flashcards

1
Q

What does pinging 127.0.0.1 do ?

A

This is the diagnostic, or loopback address, and if you get a successful ping, your IP stack is considered initialized; If it fails, then you have an IP stack failure and need to reinstall TCP/IP on the host

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

Cisco way of troubleshooting connectivity:

A

Ping loopback address: 127.0.0.1
Ping local host NIC IP (localhost)
Ping default gateway (router)
Ping device you are trying to connect to

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

What does the ‘ping’ command do ?

A

Uses ICMP echo request and replies to test if a node IP stack is initialized and alive on the network.

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

What does the ‘tracert’ command do ?

A

Displays the list of routers on a path to a network destination by using TTL time-outs and ICMP error messages. This command won’t work on a Cisco router (use traceroute).

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

What does the ‘arp -a’ command do ?

A

Displays IP-to-MAC-address mappings on a Windows PC.

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

What does the ‘show ip arp’ command do ?

A

Same function as arp -a, but displays the ARP table on a Cisco router.

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

What does the ‘ipconfig /all’ command do ?

A

Used only from a Windows command prompt; shows you the PC network configuration.

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

What does the ‘ipconfig’ command do ?

A

Used by MAC and Linux to get the IP address details of the local machine

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

What does the ‘ipconfig getifaddr en0’ command do ?

A

Used to find your IP address if you are connected to a wireless network or use en1 if you are connected to an Ethernet for MAC or Linux.

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

What does the ‘curl ifconfig.me’ and ‘curl ipecho.net/plain ; echo’ command do ?

A

This command will display your global Internet IP address in Terminal for MAC or Linux.

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