In OpenStack, a VXLAN Network Identifier (VNI) is the key VXLAN parameter in Neutron. It identifies virtual networks and provides multi-tenant isolation.
The statement is TRUE . In OpenStack Neutron, VXLAN uses a VNI (VXLAN Network Identifier) as the segmentation identifier for overlay networks. Official OpenStack Neutron configuration references describe vni_ranges as the range of VXLAN VNI IDs available for tenant network allocation , which confirms that the VNI is the central identifier used for VXLAN-based Neutron networks.
OpenStack networking documentation also explains that Neutron supports project networks and allows different projects to use overlapping IP spaces while remaining logically separated. In VXLAN/GRE tunnel realizations, OpenStack documents refer to a logical switch identifier being used to differentiate tenant traffic on inter-hypervisor tunnels , which is the practical mechanism for tenant isolation.
So, in Huawei Cloud Stack or any OpenStack-based multi-tenant cloud, the VNI functions as the unique overlay-network identifier that keeps one tenant’s VXLAN traffic separate from another tenant’s traffic. That is why the statement is correct and the verified answer is A (TRUE) .
========
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit