Which two commands on the storage system allow you to gather detailed statistics about network
interfaces, including basic information about network connections? (Choose two.)

A.
ifstat -a
B.
netdiag -n
C.
netstat -i
D.
sysstat 1
Explanation:
ifstat -a provides detailed statistics (multiple pages) about all network interfaces.
netstat -i provides a list of connections and open network sockets (listeners).
netdiag -n will perform a diagnostic but does not provide detailed statistics about networking.
sysstat 1 will provide performance statistics but not detailed statistics about networking.
Correct answer is AC
0
0