An engineer must configure a VXLAN routing on a cisco Nexus 9000 series Switch. The engineer requires a solution where all the leaf switches have the same gateway MAC and IP address. Which configuration set accomplishes this task?
Correct Answer: D
For VXLAN routing on a Cisco Nexus 9000 series switch where all leaf switches share the same gateway MAC and IP address, the configuration must enable the anycast gateway feature. This is achieved by setting the fabric forwarding anycast-gateway-mac to a common MAC address across all leaf switches and configuring the VLAN interface with the fabric forwarding mode anycast-gateway command. Option D provides the correct set of commands to accomplish this task, ensuring that the leaf switches can route traffic using the same gateway MAC and IP address, which simplifies the network design and eases the management of the VXLAN overlay.
References := The configuration steps are aligned with Cisco's best practices for VXLAN routing as described in the Cisco documentation and the Implementing and Operating Cisco Data Center Core Technologies (DCCOR) course materials, which detail the process of setting up VXLAN and using anycast gateways