VMware NSX-T Data Center (VCP-NV 2019) — Question 80
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 -e syslog
- B. esxcli network firewall ruleset set -a -e false
- C. esxcli network firewall ruleset set -r syslog -e true
- D. esxcli network firewall ruleset set -r sysloq -e false
Correct answer: C
Explanation
The correct answer, C, is valid because it specifies the ruleset for syslog and enables it with the '-e true' option. Option A does not specify the necessary 'set' command, while option B incorrectly disables syslog. Option D contains a typo in 'sysloq,' making it invalid.