HPE6-A72 Exam QuestionsBrowse all questions from this exam

HPE6-A72 Exam - Question 1


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?

Show Answer
Correct Answer: AC

Given the typical syntax for assigning an interface or VLAN to a VRF in many network device operating systems, the correct command would be 'ip vrf forwarding Green'. This command assigns the interface to the VRF named Green and is the standard way for many systems, including Cisco and related CLI environments.

Discussion

4 comments
Sign in to comment
ChaKaPaOption: A
Sep 17, 2022

Core# configure terminal Core(config)# vrf Green Core(config-vrf)# exit Core(config)# interface vlan 50 Core(config-if-vlan)# vrf attach Green reference - ArubaOS-CX Switching Fundamentals, Rev. 20.21 Lab 7.1 Step 3

myridanicOption: A
Oct 12, 2022

A is correct (vrf attach Green)

Aymanaa3Option: A
Jun 18, 2023

It's A

greenchipOption: A
Oct 12, 2023

The provided solution is correct.