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?
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?
The command 'radius-server host 10.1.3.3 time-window 60' configures the switch to reject RADIUS server change of authorization (CoA) messages with timestamps that are more than one minute old. This time window is used to determine the validity of CoA messages based on their timestamps, ensuring that only recent and valid messages are accepted for processing.
I think correct answer is B
Yes, B is the right one.
The time window in seconds within which the received dynamic authorization requests are considered to be current and accepted for processing. A zero value means there is no time limit. A non-zero value indicates that the even-timestamp attribute is expected as part of all Change of Authorization and Disconnect request messages. If the timestamp attribute is not present the message is dropped.