ExamGecko
Question list
Search
Search

Question 79 - 2V0-41.23 discussion

Report
Export

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

A.
esxcli network firewall ruleset set -r syslog -e true
Answers
A.
esxcli network firewall ruleset set -r syslog -e true
B.
esxcli network firewall ruleset -e syslog
Answers
B.
esxcli network firewall ruleset -e syslog
C.
esxcli network firewall ruleset set -r syslog -e false
Answers
C.
esxcli network firewall ruleset set -r syslog -e false
D.
esxcli network firewall ruleset set -a -e false
Answers
D.
esxcli network firewall ruleset set -a -e false
Suggested answer: A

Explanation:

To allow syslog on an ESXi transport node, the administrator needs to use the esxcli utility to enable the syslog ruleset in the ESXi firewall. The correct syntax for this command isesxcli network firewall ruleset set -r syslog -e true, where-rspecifies the ruleset name and-especifies whether to enable or disable it. The other options are incorrect because they either use an invalid syntax, such as omitting the ruleset name or using-ainstead of-r, or they disable the syslog ruleset instead of enabling it, which is the opposite of what the question asks.References: [ESXi Firewall Command-Line Interface], [Configure Syslog on ESXi Hosts]

asked 16/09/2024
Amit Sharma
27 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first