Thomas Fagart wrote:
Hello,
Here's two questions about radius statistics (status server)
1. By looking at the freeradius-snmp.pl from sky networks, I notice something : - It uses FreeRADIUS-Statistics-Type = 63, and I haven't found documentation about it in status virtual server.
The flags are a bit mask. See share/dictionary.freeradius.
By the way, it allows to list radius client ip without knowing them by incrementing the Client Number, which is great.
Yup.
Then is there a FreeRADIUS-Statistics-Type number to do the same for home server IP (not the 131 one) ?
Nope.
2. Another question about specific query for specific client IP ... Why does it gives first "global" statistics, and then the statistics we want (eg stat for client) ? Couldn't we have just the one we've done the query for ?
Sure. Send a patch. See also "radmin". It will print out more detailed statistics, including lists of home servers. Alan DeKok.