VMware NSX-T Data Center (VCP-NV 2020) — Question 71
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 -e syslog
- C. esxcli network firewall ruleset set -r syslog -e false
- D. esxcli network firewall ruleset set -r syslog -e true
Correct answer: D
Explanation
The correct answer, D, is used to configure the syslog ruleset to be enabled, allowing syslog traffic through the firewall. Option A disables all rules, while option B does not specify the enablement state, and option C incorrectly sets the syslog ruleset to disabled instead of enabling it.