Validate Network Configuration Flashcards

1
Q

What command locates the network interface name associated with the MAC address?

A

ip link

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

What command displays the current IP address and netmask for all interfaces?

A

ip -br addr

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

What command displays the statistics for an interface?

A

ip -s link show enX

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

What command displays route information?

A

ip route

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

What command can verify the router is accessible?

A

ping -c3 <ip></ip>

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

What command shows all the hops between the local system and another?

A

tracepath <domain></domain>

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

What command displays listening TCP sockets on the local system?

A

ss -lt

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