Check Point Certified Security Expert (CCSE) R81 — Question 223
Which is the command to identify the NIC driver before considering about the employment of the Multi-Queue feature?
Answer options
- A. show interface eth0 mq
- B. ethtool -i eth0
- C. ifconfig -i eth0 verbose
- D. ip show int eth0
Correct answer: B
Explanation
The correct command is 'ethtool -i eth0', which displays the driver information for the specified network interface. The other options do not provide the necessary driver details: 'show interface eth0 mq' and 'ip show int eth0' focus on interface status, while 'ifconfig -i eth0 verbose' is not a valid command.