2V0-41.24 Question 306
Select 3You are tasked with creating a Tier-1 gateway in an NSX environment to enable connectivity for a newly deployed application. The application requires north-south traffic flow and a connection to an external network through a Tier-0 gateway. Which of the following configurations must be performed during the creation of the Tier-1 gateway to meet the requirements?
- A
Attach the Tier-1 gateway to the Tier-0 gateway.
- B
Enable route advertisement to share routes with the Tier-0 gateway.
- C
Assign an IP address directly to the Tier-1 gateway.
- D
Configure DHCP relay on the Tier-1 gateway.
- E
Specify the edge cluster for the Tier-1 gateway.
Show answer and explanation
Correct answers: A, B, E
Explanation
To meet the requirements for north-south traffic flow and connectivity to an external network, the Tier-1 gateway must be attached to a Tier-0 gateway and route advertisement must be enabled to share routes. Additionally, specifying the edge cluster is necessary if services are required on the Tier-1 gateway, such as NAT or load balancing. These steps ensure proper integration and traffic flow between the Tier-1 gateway, Tier-0 gateway, and external networks.
- A. Correct.
Attaching the Tier-1 gateway to the Tier-0 gateway is necessary to enable north-south traffic flow and provide connectivity to external networks.
- B. Correct.
Enabling route advertisement is required to ensure that the Tier-1 gateway can share its routes with the Tier-0 gateway, enabling proper traffic forwarding.
- C. Incorrect.
Assigning an IP address directly to the Tier-1 gateway is not necessary during its creation as IP addressing is typically handled through logical switches or the Tier-0 gateway.
- D. Incorrect.
Configuring DHCP relay is optional and depends on whether the application requires DHCP services. It is not a mandatory step for creating Tier-1 gateways.
- E. Correct.
Specifying the edge cluster is required if the Tier-1 gateway is being used for services such as NAT or load balancing, which depend on edge nodes.