Validate Network Configuration Flashcards
1
Q
What command locates the network interface name associated with the MAC address?
A
ip link
2
Q
What command displays the current IP address and netmask for all interfaces?
A
ip -br addr
3
Q
What command displays the statistics for an interface?
A
ip -s link show enX
4
Q
What command displays route information?
A
ip route
5
Q
What command can verify the router is accessible?
A
ping -c3 <ip></ip>
6
Q
What command shows all the hops between the local system and another?
A
tracepath <domain></domain>
7
Q
What command displays listening TCP sockets on the local system?
A
ss -lt