VMware NSX 4.x Professional (2023) — Question 83
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 -r syslog -e true
- B. esxcli network firewall ruleset -e syslog
- C. esxcli network firewall ruleset set -a -e false
- D. esxcli network firewall ruleset set -r syslog -e false
Correct answer: A
Explanation
Option A is correct as it explicitly enables the syslog ruleset in the ESXi firewall. The other options either do not correctly enable the syslog ruleset or attempt to disable it, which would not achieve the intended outcome.