Security

last person joined: 22 hours ago 

Forum to discuss Enterprise security using HPE Aruba Networking NAC solutions (ClearPass), Introspect, VIA, 360 Security Exchange, Extensions, and Policy Enforcement Firewall (PEF).
Expand all | Collapse all

Graph performance of RADIUS responsiveness using 6.2 and Windows NPS

This thread has been viewed 0 times
  • 1.  Graph performance of RADIUS responsiveness using 6.2 and Windows NPS

    Posted May 08, 2014 08:42 PM

    Does anyone have any pointers on how best to track how well the windows NPS servers are handling the load for RADIUS authentications?  I am most interested in response times (time between request and response).  I'd love it if there were an OID I could use, but I didn't see one. I'm trying to track down some sluggish authentications.

     

    Thanks.

     



  • 2.  RE: Graph performance of RADIUS responsiveness using 6.2 and Windows NPS
    Best Answer

    EMPLOYEE
    Posted May 08, 2014 08:49 PM

    use the command below:

    (192.168.1.3) #show aaa authentication-server radius statistics 
    
    RADIUS Server Statistics
    ------------------------
    Server             Acct Rq  Raw Rq  PAP Rq  CHAP Rq  MSCHAP Rq  MSCHAPv2 Rq  Mismatch Rsp  Bad Auth  Acc  Rej  Acct Rsp  Chal  Ukn Rsp  Tmout  AvgRspTm  Tot Rq  Tot Rsp  Rd Err  Uptime   SEQ
    ------             -------  ------  ------  -------  ---------  -----------  ------------  --------  ---  ---  --------  ----  -------  -----  --------  ------  -------  ------  ------   ---
    192.168.1.25       0        0       0       0        0          0            0             0         0    0    0         0     0        0      0         0       0        0       7:23:46  0/0
    cppm-192.168.1.32  0        4867    0       0        0          0            0             0         725  0    0         4142  0        91     13        4867    4867     0       7:23:46  255/255
    
    *AvgRspTm is in msec, Uptime is in d:h:m, SEQ is in Total/Free
    
    Orphaned requests = 0

     AvgRspTM is the average response time in milliseconds...



  • 3.  RE: Graph performance of RADIUS responsiveness using 6.2 and Windows NPS

    Posted May 09, 2014 12:30 PM

    Is this data exposed via SNMP?  I am interested in tracking these numbers over time.