2V0-41.24 Question 123
Single answerAn organization is using an NSX-T Data Center environment and requires a Tier-0 gateway to support multi-tenancy. Multiple tenants need isolated routing domains while sharing the same gateway instance. Which configuration in the Tier-0 gateway enables this functionality?
- A
Enable VRF (Virtual Routing and Forwarding) on the Tier-0 gateway.
- B
Configure multiple segments on the Tier-0 gateway.
- C
Deploy separate Tier-0 gateways for each tenant.
- D
Assign unique VLAN IDs to each tenant's traffic.
Show answer and explanation
Correct answer: A
Explanation
Multi-tenancy in a Tier-0 gateway is enabled by configuring VRF (Virtual Routing and Forwarding). VRF allows for the creation of isolated routing instances within a single Tier-0 gateway, providing each tenant with its own routing domain without requiring separate physical or virtual gateways. This approach is scalable and efficient in environments with multiple tenants.
- A. Correct.
Enabling VRF (Virtual Routing and Forwarding) on the Tier-0 gateway allows for the creation of isolated routing domains for different tenants while using a single Tier-0 gateway instance. This is a key feature for enabling multi-tenancy.
- B. Incorrect.
Configuring multiple segments on the Tier-0 gateway is related to network traffic segmentation but does not inherently provide isolated routing domains for multi-tenancy.
- C. Incorrect.
Deploying separate Tier-0 gateways for each tenant could achieve isolation, but it is not the most efficient or scalable solution for multi-tenancy. NSX-T supports multi-tenancy within a single Tier-0 gateway using VRF.
- D. Incorrect.
Assigning unique VLAN IDs to each tenant’s traffic ensures segmentation at Layer 2, but it does not provide the Layer 3 routing isolation necessary for true multi-tenancy.