Is it possible to monitor the ProSBC RADIUS client using SNMP?

Hello,

Is it possible to monitor the ProSBC RADIUS client using SNMP?
If so, what are the OIDs for:
Acct pending records
Acct queued records
Acct instant record cnt
Acct queued record cnt
Acct overflow record cnt
Acct unanswered record cnt
Acct lost record cnt
Auth pending
Auth queued
Auth instant cnt
Auth queued cnt
Auth overflow cnt
Auth unanswered cnt
Auth lost cnt
Total req cnt
Total retransmission cnt
Total req failures cnt
Total response cnt
Total timeout cnt
Total mismatch cnt

Thanks,

David

Hi David,

No, there are no SNMP OIDs for RADIUS client statistics on ProSBC. The TB-MIB doesn’t include RADIUS.

You can get those stats from the web portal under Status → RADIUS, or scrape the REST API with a cron job and pipe it into your monitoring system.

Thank you,
Dave