Which Is the only supported mode In NSX Global Manager when using Federation?
Correct Answer: B
Explanation NSX Global Manager is a feature of NSX that allows managing multiple NSX domains across different sites or clouds from a single pane of glass. NSX Global Manager supports Federation, which is a capability that enables synchronizing configuration and policy across multiple NSX domains. Federation has many benefits such as simplifying operations, improving resiliency, and enabling disaster recovery. The only supported mode in NSX Global Manager when using Federation is Policy mode. Policy mode means that NSX Global Manager acts as a policy manager that defines and distributes global policies to local NSX managers in different domains. Policy mode also allows local NSX managers to have their own local policies that can override or merge with global policies. https://docs.vmware.com/en/VMware-NSX/4.0/administration/GUID-29998FC5-C1AB-40BC-B669-6E8E9937F
Question 22
Which CLI command on NSX Manager and NSX Edge is used to change NTP settings?
Correct Answer: D
Explanation The CLI command on NSX Manager and NSX Edge that is used to change NTP settings is set ntp-server. This command allows the user to configure one or more NTP servers for time synchronization12. The other options are incorrect because they are not valid CLI commands for changing NTP settings. The get timezone and set timezone commands are used to display and configure the timezone of the system1. The get time-server command is used to display the current time server configuration1. There are no CLI commands for using RADIUS or BootP for NTP settings. References: NSX-T Command-Line Interface Reference, vSphere ESXi 7.0 U3 and later versions NTP configuration steps
Question 23
Which troubleshooting step will resolve an error with code 1001 during the configuration of a time-based firewall rule?
Correct Answer: D
Explanation According to the web search results, error code 1001 is related to a time synchronization issue between the ESXi host and the NSX Manager. This can cause problems when configuring a time-based firewall rule, which requires the ESXi host and the NSX Manager to have the same time zone and NTP server settings . To resolve this error, you need to restart the NTP service on the ESXi host to synchronize the time with the NSX Manager. You can use the following command to restart the NTP service on the ESXi host: /etc/init.d/ntpd restart The other options are not valid solutions for this error. Reinstalling the NSX VIBs on the ESXi host will not fix the time synchronization issue. Changing the time zone on the ESXi host may cause more discrepancies with the NSX Manager. Reconfiguring the ESXi host with a local NTP server may not be compatible with the NSX Manager's NTP server.
Question 24
Which three NSX Edge components are used for North-South Malware Prevention? (Choose three.)
Correct Answer: B,D,F
Explanation The answer is B, D, and F. B). RAPID. This is correct. RAPID stands for Real-time Anti-malware Protection with Intelligent Detection. It is a component of the NSX Edge node that provides malware prevention for the north-south traffic. RAPID extracts files from the network traffic and analyzes them for malicious behavior using hash-based detection, local analysis, and cloud analysis techniques1 D). IDS/IPS. This is correct. IDS/IPS stands for Intrusion Detection and Prevention System. It is a component of the NSX Edge node that provides intrusion detection and prevention for the north-south traffic. IDS/IPS monitors the network traffic and compares it against a known set of signatures that specify patterns for different types of network intrusions. IDS/IPS can generate alerts or block the traffic based on the matching signatures and the configured actions2 F). Reputation Service. This is correct. Reputation Service is a component of the NSX Edge node that provides reputation-based filtering for the north-south traffic. Reputation Service uses a cloud-based database of known malicious IP addresses and domains to block or allow the traffic based on the reputation score of the source or destination. Reputation Service can also integrate with third-party reputation providers to enhance the security coverage3 A). Thin Agent. This is incorrect. Thin Agent is not a component of the NSX Edge node, but rather a component of the NSX Guest Introspection platform that runs on the virtual machine endpoints in the distributed east-west traffic. Thin Agent enables communication between the virtual machines and the NSX Manager, and facilitates malware prevention and intrusion detection on the host level. C). Security Hub. This is incorrect. Security Hub is not a component of the NSX Edge node, but rather a component of the VMware Cloud Services platform that provides a unified view of security posture across multiple cloud environments. Security Hub integrates with NSX Advanced Threat Prevention to collect and display security events, alerts, and recommendations from NSX IDS/IPS and NSX Malware Prevention features. E). Security Analyzer. This is incorrect. Security Analyzer is not a real product name or component name related to NSX Edge or NSX Advanced Threat Prevention. It is a fictional name that does not exist in the VMware portfolio. To learn more about NSX Edge components for North-South Malware Prevention, you can refer to the following resources: * VMware NSX Documentation: Overview of NSX IDS/IPS and NSX Malware Prevention 2 * VMware NSX Documentation: Configure North-South Malware Prevention 1 * VMware NSX Documentation: Configure North-South Intrusion Detection and Prevention * VMware NSX Documentation: Configure North-South Reputation-Based Filtering 3
Question 25
What is the VMware recommended way to deploy a virtual NSX Edge Node?
Correct Answer: D
Explanation Through the NSX UI. According to the VMware NSX Documentation2, you can deploy NSX Edge nodes as virtual appliances through the NSX UI by clicking Add Edge Node and providing the required information. The other options are either outdated or not applicable for virtual NSX Edge nodes.