Implementing Cisco Enterprise Advanced Routing and Services (ENARSI) — Question 64
Which configuration enables the VRF that is labeled `Inet` on FastEthernet0/0?
Answer options
- A. R1(config)# ip vrf Inet R1(config-vrf)#ip vrf FastEthernet0/0
- B. R1(config)#ip vrf Inet FastEthernet0/0
- C. R1(config)# ip vrf Inet R1(config-vrf)#interface FastEthernet0/0 R1(config-if)#ip vrf forwarding Inet
- D. R1(config)#router ospf 1 vrf Inet R1(config-router)#ip vrf forwarding FastEthernet0/0
Correct answer: C
Explanation
The correct answer is C because it properly configures the VRF `Inet` and associates it with the FastEthernet0/0 interface using the `ip vrf forwarding` command. Option A is incorrect as it does not use the correct command structure for associating VRF with an interface. Option B is incorrect because it lacks the necessary commands to apply the VRF to the interface. Option D incorrectly attempts to use OSPF configuration instead of directly applying the VRF to the interface.