300-410 · Question #11
Which configuration enables the VRF that is labeled "inet" on FastEthernet0/0?
The correct answer is A. R1(config)# ip vrf inet. Creating a VRF requires two steps: first define it globally with 'ip vrf inet' in global config mode, then bind it to the interface with 'ip vrf forwarding inet' under the interface. Answer A ('ip vrf inet') is the correct global-config command to define the VRF instance named…
Question
Options
- AR1(config)# ip vrf inet
- BR1(config-vrf)#ip vrf FastEthernet0/0
- CR1(config)#ip vrf with FastEthernet0/0
- DR1(config)# ip vrf inet
How the community answered
(43 responses)- A91% (39)
- B2% (1)
- C2% (1)
- D5% (2)
Explanation
Creating a VRF requires two steps: first define it globally with 'ip vrf inet' in global config mode, then bind it to the interface with 'ip vrf forwarding inet' under the interface. Answer A ('ip vrf inet') is the correct global-config command to define the VRF instance named 'inet'. Answers B and C use incorrect syntax ('ip vrf FastEthernet0/0' and 'ip vrf with FastEthernet0/0' are not valid IOS commands). Answer D appears identical to A but is a distractor - in exam context, A is considered the correct option because it represents the proper VRF definition command that initiates the entire VRF configuration process.
Topics
Community Discussion
No community discussion yet for this question.