ESXi firewall is confugured to accept SSH handshake under ruleset sshRuleset. What can be achieved by running a command :- esxcli network firewall ruleset allowedip add --ruleset-id sshRuleset --ip-address 192.XXX.1.0/24
Which of the following methods will you use to set up vDS (Virtual Distributed Swithc) that has to be aggregated with the bandwidth of physical NICs on ESXi hosts?
What is the intention behind running a command :- for i in esxcli storage nmp device list | grep '^naa.60*' ; do esxcli storage nmp device set --device $i --psp VMW_PSP_RR; done?