2V0-41.24 Question 367
Select 2You are tasked with deploying a new application in your NSX-T Data Center environment. The application requires a dedicated Layer 2 segment for communication between its components and Network Address Translation (NAT) to provide external access to the resources. Which of the following steps should you take to meet the requirements?
- A
Create a new Tier-1 Gateway and configure NAT rules on it.
- B
Create a new segment and attach it to the Tier-1 Gateway.
- C
Enable DHCP on the Tier-1 Gateway to assign IP addresses to the segment.
- D
Attach the segment directly to the Tier-0 Gateway for external access.
- E
Configure a static route from the Tier-1 Gateway to the Tier-0 Gateway.
Show answer and explanation
Correct answers: A, B
Explanation
To meet the application's requirements, you need to create a Tier-1 Gateway to configure NAT rules for external access. Additionally, a dedicated Layer 2 segment is required for inter-component communication, and it must be attached to the Tier-1 Gateway. Other options, such as DHCP or static routes, are not mandatory for this specific task.
- A. Correct.
Correct: A Tier-1 Gateway is required to configure NAT rules, which provide external access for resources in the segment.
- B. Correct.
Correct: A new segment must be created to provide Layer 2 connectivity for the application's components, and it should be attached to the Tier-1 Gateway for communication.
- C. Incorrect.
Incorrect: While DHCP can be enabled for IP address management, it's not a mandatory step to meet the requirements of this scenario.
- D. Incorrect.
Incorrect: Segments cannot be directly attached to the Tier-0 Gateway; they must connect through a Tier-1 Gateway.
- E. Incorrect.
Incorrect: While static routes might be necessary in some configurations, they are not required for this scenario since a Tier-1 Gateway already handles routing between the segment and the Tier-0 Gateway.