VMware NSX 4.x Professional (2024) — Question 62
Which CLI command would an administrator use to allow syslog on an ESXi transport node when using the esxcli utility?
Answer options
- A. esxcli network firewall ruleset set -a -e false
- B. esxcli network firewall ruleset set -r syslog -e false
- C. esxcli network firewall ruleset -e syslog
- D. esxcli network firewall ruleset set -r syslog -e true
Correct answer: D
Explanation
The correct answer is D because it specifically sets the syslog ruleset to enabled by using the '-e true' option. Option A does not pertain to syslog, while option B is incorrect because it disables the syslog ruleset, and option C is incomplete as it lacks the necessary parameters to modify the ruleset.