HPE Aruba Certified Network Security Professional (ACNSP) — Question 31
What are the commands to disable SSH and HTTPS services from the default VRF?
Answer options
- A. Core-1(config)# no ssh server Core-1(config)# no https-server
- B. Core-1# no ssh server vrf default Core-1# no https-server vrf default
- C. Core-1(config)# no ssh server enable Core-1(config)# no https-server enable
- D. Core-1(config)# no ssh server vrf default Core-1(config)# no https-server vrf default
Correct answer: D
Explanation
The correct answer is D because it specifically targets the default VRF when disabling the SSH and HTTPS services. Options A and C do not specify the VRF and thus would not achieve the desired outcome for the default VRF. Option B incorrectly uses a privileged EXEC command syntax instead of the configuration mode required to disable the services.