Hi all,
Thanks in advance for your help.
My scenario is shown below:
____________________________________________________________________________
Radius
Client --> Radius Proxy
Radius Server
192.168.1.2
192.168.1.3 -->
IPS1(192.168.1.4)
____________________________________________________________________________
I need the following Authentication
Statistic of the RADIUS Server (192.168.1.4)
AuthRadiusClientAccessRequests
Counter32,
AuthRadiusClientAccessRetransmissions
Counter32,
AuthRadiusClientAccessAccepts
Counter32,
AuthRadiusClientAccessRejects
Counter32,
AuthRadiusClientAccessChallenges
Counter32,
AuthRadiusClientMalformedAccessResponses
Counter32,
AuthRadiusClientBadAuthenticators
Counter32,
AuthRadiusClientPendingRequests
Gauge32,
AuthRadiusClientTimeouts
Counter32,
AuthRadiusClientUnknownTypes
Counter32,
AuthRadiusClientPacketsDropped
Counter32,
AuthRadiusClientCounterDiscontinuity
TimeTicks
Launch the command:
echo "Message-Authenticator = 0x00,
FreeRADIUS-Statistics-Type = 1 , FreeRADIUS-Stats-Server-IP-Address = 192.168.1.4
, FreeRADIUS-Stats-Server-Port = 1812" |
./radclient -s 192.168.1.3:1812 status
<SHAREDSECRET>
Received response ID 59, code 2, length = 140
FreeRADIUS-Total-Access-Requests
= 56
FreeRADIUS-Total-Access-Accepts
= 0
FreeRADIUS-Total-Access-Rejects
= 1
FreeRADIUS-Total-Access-Challenges
= 0
FreeRADIUS-Total-Auth-Responses
= 0
FreeRADIUS-Total-Auth-Duplicate-Requests
= 3
FreeRADIUS-Total-Auth-Malformed-Requests
= 0
FreeRADIUS-Total-Auth-Invalid-Requests
= 0
FreeRADIUS-Total-Auth-Dropped-Requests
= 5
FreeRADIUS-Total-Auth-Unknown-Types
= 0
Total approved auths: 1
Total denied auths: 0
Total lost auths: 0
Can I enable other counters for AuthRadiusClientAccessRetransmissions,
AuthRadiusClientTimeouts, AuthRadiusClientCounterDiscontinuity)?
Or I should use “counter” module of FreeRadius?
RadiusClientAccessRetransmissions
"The number of RADIUS Access-Request packets
retransmitted to this RADIUS authentication server.
This counter may experience a discontinuity when
the RADIUS Client module within the managed entity
is reinitialized, as indicated by the current value
of edaRadiusServerCounterDiscontinuity."
RadiusClientTimeouts
"The number of authentication timeouts to this server.
After
a timeout, the client may retry to the same
server, send to a different server, or
give up. A retry to the same server is counted as a
retransmit as well as a timeout. A send to a different
server
is counted as a Request as well as a timeout.
This counter may experience a discontinuity when the
RADIUS Client module within the managed entity is
reinitialized, as indicated by the current value of
edaRadiusServerCounterDiscontinuity."
RadiusClientCounterDiscontinuity
"The number of centiseconds since the last discontinuity
in the RADIUS Client counters. A discontinuity may
be the result of a reinitialization of the RADIUS
Client module within the managed entity."
Thanks
Regards
Marco