Hello,

I am running FreeRadius 0.9.3 with ucd-snmp-4.2.6 on several Red Hat 9.0
servers.  My radius servers are used primarily for proxying to other ISP's.

I am currently tracking the total number of access requests using SNMP and
a command similar to:

snmpget -v 2c -Of -c commstring localhost .1.3.6.1.2.1.67.1.1.1.1.5.0

and I get an output similar to:

.iso.org.dod.internet.mgmt.mib-2.67.1.1.1.1.5.0 = Counter32: 9547


I would like to also know the total number of access rejects, accepts, dup
requests etc.

However when I use snmpget for those mibs, or snmpwalk, it always returns
counter32: 0 for those mibs.

For example:
snmpget -v 2c -Of -c commstring localhost .1.3.6.1.2.1.67.1.1.1.1.8.0
.iso.org.dod.internet.mgmt.mib-2.67.1.1.1.1.8.0 = Counter32: 0

snmpget -v 2c -Of -c commstring localhost .1.3.6.1.2.1.67.1.1.1.1.9.0
.iso.org.dod.internet.mgmt.mib-2.67.1.1.1.1.9.0 = Counter32: 0


My questions are:
1.  Are my snmp queries wrong?  I guess I am expecting to see a number other
than 0.
2.  I have SNMP support compiled in and working, does something else need to
be added in.
3.  Are those mibs currently supported/implemented?

Thanks,


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to