2V0-41.24 Question 358
Select 3You are tasked with configuring network connectivity in an NSX-T environment. A new VRF (Virtual Routing and Forwarding) instance has been created on a Tier-1 gateway, and several VMs need to be connected to segments within this VRF. What steps should you take to ensure proper connectivity of these VMs?
- A
Create segments under the VRF context and connect them to the Tier-1 gateway.
- B
Attach the VMs to the newly created segments associated with the VRF.
- C
Configure a static route in the VRF to route VM traffic.
- D
Enable NAT on the Tier-1 gateway to allow communication between the segments.
- E
Create a Tier-0 gateway and directly connect the VMs to it.
Show answer and explanation
Correct answers: A, B, C
Explanation
To connect VMs to segments in a VRF and ensure proper connectivity, segments should be created within the VRF context and connected to the Tier-1 gateway. VMs must then be attached to these segments. Additionally, static routes in the VRF may be required for routing traffic to external destinations or other segments. NAT and direct connections to Tier-0 gateways are not necessary for this configuration.
- A. Correct.
Correct: To establish connectivity, segments must be created within the context of the VRF and connected to the Tier-1 gateway.
- B. Correct.
Correct: VMs must be attached to the segments associated with the VRF to enable routing and communication.
- C. Correct.
Correct: A static route in the VRF ensures that VM traffic can be properly routed to its destination.
- D. Incorrect.
Incorrect: NAT is optional and depends on specific use cases. It is not mandatory for basic connectivity between segments and VMs in a VRF.
- E. Incorrect.
Incorrect: Tier-0 gateways are used for north-south traffic. VMs should not be directly connected to Tier-0 gateways in this scenario.