VMware 5V0-41.21 Practice Test 1

Which esxcli command lists the firewall configuration on ESXi hosts?
This command allows you to display the current firewall ruleset configuration on an ESXi host. It will show the ruleset names, whether they are enabled or disabled, and the services and ports that the ruleset applies to.
For example, you can use the command "esxcli network firewall ruleset list" to list all the firewall rulesets on the host.
You can also use the command "esxcli network firewall ruleset rule list -r <ruleset_name>" to display detailed information of the specific ruleset, where <ruleset_name> is the name of the ruleset you want to display.
It's important to note that you need to have access to the ESXi host's command-line interface (CLI) and have appropriate permissions to run this command.