HPE Aruba Certified Mobility Professional (ACMP) — Question 57
A network administrator enters this command on an AOS-Switch:
Switch(config)# radius-server host 10.1.3.3 time-window 60
Which behavior will the switch show?
Answer options
- A. It will wait one minute for a response from the RADIUS server before it sends another message
- B. It will reject RADIUS server change of authorization (CoA) messages with timestamps that are more than one minute old
- C. It will maintain idle user sessions for one minute before it re-authenticates the user to the RADIUS server
- D. It will give supplicants up to one minute to respond to RADIUS challenges before it considers authentication failed
Correct answer: A
Explanation
The correct answer is A because the 'time-window' parameter specifies the duration the switch will wait for a response from the RADIUS server. Options B, C, and D misinterpret the purpose of the time-window setting, as they pertain to CoA messages, session maintenance, and challenge responses respectively, which are not affected by this command.