HPE Aruba Certified Network Security Professional (ACNSP) — Question 87
Core# configure terminal -
Core(config)# vrf Green -
Core(config-vrf)# exit -
Core(config)#
Core(config)# interface vlan 50 -
Core(config-if-vlan)# ?
Given the configuration on the CORE switch shown above, what command would follow to assign the switched virtual interface (SVI) vlan 50 to the VRF created?
Answer options
- A. Core(config-if-vlan)# vrf attach Green
- B. Core(config-if-vlan)# ip vpn-instance Green
- C. Core(config-if-vlan)# ip vrf forwarding Green
- D. Core(config-if-vlan)# routing-context Green vrf
Correct answer: A
Explanation
The correct answer is A because the 'vrf attach' command is specifically used to associate the interface with a VRF instance. Options B and C are incorrect as they refer to different commands that do not apply in this context, and option D is not a valid command for this purpose.