HPE Aruba Certified Network Security Professional (ACNSP) — Question 28
Core(config)# user admin password
Core(config)# interface mgmt -
Core(config-if-mgmt)# ip static 10.254.16.89/22
Core(config-if-mgmt)# default-gateway 10.254.19.129
Core(config)# ssh server vrf mgmt
Core(config)# https-server vrf mgmt
You are tasked with configuring the Core switch to be managed by NetEdit. Currently, the Core switch is at factory-default settings.
Which two steps are missing? (Choose two.)
Answer options
- A. Core(config)# https-server rest access-mode read-write
- B. Core(config-if-mgmt)# no shutdown
- C. Core(config-if-mgmt)# no tftp-server
- D. Core(config-if-mgmt)# enable
- E. Core(config)# https-server rest access-mode read-only
Correct answer: A, B
Explanation
The correct steps to enable management of the switch are 'https-server rest access-mode read-write' to allow write access and 'no shutdown' to activate the management interface. The other options either do not contribute to the required settings or are not relevant to this specific configuration task.