nerdexam
CiscoCisco

350-401 · Question #350

350-401 Question #350: Real Exam Question with Answer & Explanation

The correct answer is C: interface Ethernet0/0 vrf forwarding bank ip address 172.16.0.7 255.255.0.0 ! router ospf 44 vrf bank network 172.16.0.0 0.0.255.255 area 0. Option C is correct because it properly assigns the interface to the 'bank' VRF using 'vrf forwarding bank' before assigning the IP address (which is mandatory - IP address must be configured after VRF assignment), and the OSPF process is correctly tied to the 'bank' VRF with the

Submitted by tyler.j· Mar 6, 2026Configure and verify VRF-aware routing and OSPF integration in a multi-VRF environment (CCNP ENCOR / Infrastructure Services)

Question

Refer to the exhibit. Which configuration must be applied to R1 to enable R1 to reach the server at 172.16.0.1? A. B. C. D.

Options

  • Ainterface Ethernet0/0 ip address 172.16.0.7 255.255.0.0 ! router ospf 44 vrf hotel network 172.16.0.0 0.0.255.255
  • Binterface Ethernet0/0 vrf forwarding hotel ip address 172.16.0.7 255.255.0.0 ! router ospf 44 vrf hotel network 172.16.0.0 0.0.255.255 area 0
  • Cinterface Ethernet0/0 vrf forwarding bank ip address 172.16.0.7 255.255.0.0 ! router ospf 44 vrf bank network 172.16.0.0 0.0.255.255 area 0
  • Dinterface Ethernet0/0 ip address 172.16.0.7 255.255.0.0 ! router ospf 44 vrf bank network 172.16.0.0 255.255.0.0

Explanation

Option C is correct because it properly assigns the interface to the 'bank' VRF using 'vrf forwarding bank' before assigning the IP address (which is mandatory - IP address must be configured after VRF assignment), and the OSPF process is correctly tied to the 'bank' VRF with the proper wildcard mask and area specification ('area 0'). Based on the exhibit, the correct VRF name is 'bank', and all three components - interface VRF assignment, IP address, and OSPF VRF binding - must be consistently configured together.

Topics

#VRF#OSPF#VRF-Lite#IOS VRF Configuration

Community Discussion

No community discussion yet for this question.

Full 350-401 PracticeBrowse All 350-401 Questions