2v0-4123 Exam QuestionsBrowse all questions from this exam

2v0-4123 Exam - Question 81


Which CLI command would an administrator use to allow syslog on an ESXi transport node when using the esxcli utility?

Show Answer
Correct Answer: A

To allow syslog on an ESXi transport node using the esxcli utility, the administrator should use the command esxcli network firewall ruleset set -r syslog -e true. This command enables the syslog ruleset in the network firewall configuration of the ESXi node.

Discussion

3 comments
Sign in to comment
zeleleOption: A
Oct 30, 2023

Reference: https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.security.doc/GUID-7A8BEFC8-BF86-49B5-AE2D-E400AAD81BA3.html

recours_doigtsOption: A
Jan 14, 2024

A: esxcli network firewall ruleset set --ruleset-id=syslog --enabled=true https://kb.vmware.com/s/article/2003322

tchOption: A
Mar 30, 2024

esxcli network firewall ruleset set --ruleset-id=syslog --enabled=true