QuestionQ443

Network

An engineer needs to complete an initial configuration of VXLAN and MP-BGP EVPN on the Cisco Nexus 9000 Series platform. The underlay must use OSPF, and the VTEP must operate with a distributed default gateway on a VLAN interface. Which command set must be configured to satisfy these requirements?

  • A NX9K(config)# feature nv overlayNX9K(config)# feature vn-segment-vlan-basedNX9K(config)# feature bgp -NX9K(config)# nv overlay-evpn -NX9K(config)# feature ospf -NX9K(config)# feature interface-vlan
  • B NX9K(config)# feature nv overlayNX9K(config)# feature bfd -NX9K(config)# feature vn-segment-vlan-basedNX9K(config)# nv overlay-evpn -NX9K(config)# feature ngmvpn -NX9K(config)# feature ospf -
  • C NX9K(config)# feature nv overlayNX9K(config)# feature bfd -NX9K(config)# feature fabric forwardingNX9K(config)# feature vn-segment-vlan-basedNX9K(config)# nv overlay-evpn -NX9K(config)# feature ospfv3 -
  • D NX9K(config)# feature nv overlayNX9K(config)# feature bgp -NX9K(config)# feature bfd -NX9K(config)# feature ngmvpn -NX9K(config)# feature ospf -NX9K(config)# feature interface-vlan
Explanation

Cisco Nexus VXLAN BGP EVPN deployments require feature nv overlay, feature vn-segment-vlan-based, nv overlay evpn, and feature bgp. An OSPF underlay requires feature ospf, while a distributed anycast/default gateway on an SVI requires feature interface-vlan.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!