08-07-2019 02:57 PM
RADIUS server : 1 Status is Active
host name :
IP address : 10.0.1.52
Server IP Port: 1812
Client address: 10.1.0.4 (VR-Default)
Retries : 2 *
Timeout : 3 *
Realm : Netlogin
shared secret : [removed]
Access Requests : 1 Access Accepts : 1
Access Rejects : 0 Access Challenges : 9
Access Retransmits: 0 Client timeouts : 0
Bad authenticators: 0 Unknown types : 0
Round Trip Time : 3
Solved! Go to Solution.
08-12-2019 04:52 PM
From code inspection it appears this a count of “system ticks” each of which is 1/100th of a second. As such, the 3 would indicate 30 milliseconds (+/- 10 milliseconds due to the tick granularity) from when EXOS sends the request to the RADIUS server to when EXOS gets a response from the RADIUS server.
radiusAuthClientRoundTripTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time interval (in hundredths of a second) between
the most recent Access-Reply/Access-Challenge and the
Access-Request that matched it from this RADIUS
authentication server."
::= { radiusAuthServerEntry 4 }
08-12-2019 04:52 PM
From code inspection it appears this a count of “system ticks” each of which is 1/100th of a second. As such, the 3 would indicate 30 milliseconds (+/- 10 milliseconds due to the tick granularity) from when EXOS sends the request to the RADIUS server to when EXOS gets a response from the RADIUS server.
radiusAuthClientRoundTripTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time interval (in hundredths of a second) between
the most recent Access-Reply/Access-Challenge and the
Access-Request that matched it from this RADIUS
authentication server."
::= { radiusAuthServerEntry 4 }
08-07-2019 07:31 PM