Which CLI command would an administrator use to allow syslog on an ESXi transport node when using the esxcli utility?
Which CLI command would an administrator use to allow syslog on an ESXi transport node when using the esxcli utility?
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.
esxcli network firewall ruleset set --ruleset-id=syslog --enabled=true
A: esxcli network firewall ruleset set --ruleset-id=syslog --enabled=true https://kb.vmware.com/s/article/2003322
Reference: https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.security.doc/GUID-7A8BEFC8-BF86-49B5-AE2D-E400AAD81BA3.html