HPE Aruba Certified Central Associate (ACCA) — Question 46
How do you configure an IP address for the management interface on a CX 6300?
Answer options
- A. interface mgmt no shutdown ip static 10.250.136.52/29 default-gateway 10.250.136.49
- B. interface mgmt no shutdown ip address 10.250.136.52/29 default-gateway 10.250.136.49
- C. interface mgmt no shutdown ip address 10.250.136.52/29 default-gateway 10.250.136.49 vrf attach mgmt
- D. vrf mgmt ! interface mgmt no shutdown ip static 10.250.136.52/29 default-gateway 10.250.136.49 vrf attach mgmt
Correct answer: D
Explanation
The correct answer, D, includes the necessary vrf configuration for the management interface, which is essential for proper routing in the CX 6300. Options A and B incorrectly use 'ip static', which is not a valid command for setting an IP address, and option C lacks the 'vrf attach mgmt' command, making it incomplete for the management interface setup.