300-610 · Question #156
An engineer must design a DNS service available to multiple network zones as a shared service. The network zones are deployed as VRFs within the data center network and no firewall is available for co
The correct answer is D. VXLAN. To enable a shared DNS service across multiple VRFs without a firewall, VXLAN is the necessary protocol to extend Layer 2 connectivity for the shared service, allowing it to be accessed from different VRFs.
Question
An engineer must design a DNS service available to multiple network zones as a shared service. The network zones are deployed as VRFs within the data center network and no firewall is available for communication between VRFs. Which protocol is needed to implement the shared services?
Options
- ABGP
- BOSPF
- CISIS
- DVXLAN
How the community answered
(36 responses)- A8% (3)
- B14% (5)
- C3% (1)
- D75% (27)
Why each option
To enable a shared DNS service across multiple VRFs without a firewall, VXLAN is the necessary protocol to extend Layer 2 connectivity for the shared service, allowing it to be accessed from different VRFs.
BGP is a routing protocol used for exchanging routing information between different routing domains or VRFs, but it does not inherently provide Layer 2 connectivity for a shared service across VRFs.
OSPF is an interior gateway protocol (IGP) used for routing within an autonomous system; it does not provide Layer 2 extension or a mechanism for sharing services across distinct VRFs.
ISIS is an interior gateway protocol (IGP) similar to OSPF, used for routing within an autonomous system; it does not provide Layer 2 extension or a mechanism for sharing services across distinct VRFs.
VXLAN (Virtual Extensible LAN) is required to extend Layer 2 networks over a Layer 3 underlay, enabling the shared DNS service to exist in a common Layer 2 segment that can then be made accessible to multiple VRFs. This allows the DNS server to be shared as a common endpoint without direct routing or firewall traversal between the isolated VRFs.
Concept tested: Sharing Layer 2 Services across VRFs with VXLAN
Source: https://www.cisco.com/c/en/us/td/docs/dcn/nx-osv/vxlan/8x/cisco_nexus_9000v_series_nx_os_vxlan_configuration_guide_8x.html
Topics
Community Discussion
No community discussion yet for this question.