Re: Still struggling with SNMP and FreeRADIUS

2004-01-20 Thread david
Quoting Ted Kaczmarek <[EMAIL PROTECTED]>: > To save yourself a lot of grief, you may want to just use net-snmp's > exTable. I have gone this way in the past and it is much easier to > deal > with that getting snmp support into a daemon :-) > .1.3.6.1.4.1.2021.8 > > Their is no limits to what yo

Re: Still struggling with SNMP and FreeRADIUS

2004-01-20 Thread Ted Kaczmarek
To save yourself a lot of grief, you may want to just use net-snmp's exTable. I have gone this way in the past and it is much easier to deal with that getting snmp support into a daemon :-) .1.3.6.1.4.1.2021.8 Their is no limits to what you can do like this. Ted On Tue, 2004-01-20 at 11:29, [EMA

Re: Still struggling with SNMP and FreeRADIUS

2004-01-20 Thread david
> Just a single question, do you know if the SMUX agent is connected > properly to the SNMP agent in front?? > It looks like the SMUX subagent is not registered. > Yes, I do see that the SMUX subagent being registered in the snmpd logs. I think the problem is with SNMP support NOT getting compil

Re: Still struggling with SNMP and FreeRADIUS

2004-01-20 Thread Harrie Hazewinkel
Hi, Just a single question, do you know if the SMUX agent is connected properly to the SNMP agent in front?? It looks like the SMUX subagent is not registered. Harrie - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Still struggling with SNMP and FreeRADIUS

2004-01-19 Thread Alan DeKok
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > OK, this time around when I compiled FR, I did not explicitly specify > to complile with snmp support as I thought that was a default. > > (from INSTALL) > --with-snmp Compile in SNMP support. (default=yes) > > I have seen several p

Re: Still struggling with SNMP and FreeRADIUS

2004-01-19 Thread [EMAIL PROTECTED]
> You should see in the debug output that the configuration file > entries are being parsed, and what their values are. "radiusd -v" > should also print out "WITH_SNMP" as an option. OK, this time around when I compiled FR, I did not explicitly specify to complile with snmp support as I thought

Re: Still struggling with SNMP and FreeRADIUS

2004-01-19 Thread Alan DeKok
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > OK, so if smux/snmp support is successfully loaded what message > would I expect to see in the logs or stdout? You should see in the debug output that the configuration file entries are being parsed, and what their values are. "radiusd -v" should

Re: Still struggling with SNMP and FreeRADIUS

2004-01-19 Thread [EMAIL PROTECTED]
> > When I start FreeRADIUS in debug mode, should the stdout (log) show > > something about snmp or smux being loaded? registered? or something > > like that? > > Yes. OK, so if smux/snmp support is successfully loaded what message would I expect to see in the logs or stdout? If smux/snmp is no

Re: Still struggling with SNMP and FreeRADIUS

2004-01-19 Thread Alan DeKok
[EMAIL PROTECTED] wrote: > When I start FreeRADIUS in debug mode, should the stdout (log) show > something about snmp or smux being loaded? registered? or something > like that? Yes. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Still struggling with SNMP and FreeRADIUS

2004-01-18 Thread david
> Try: > snmpwalk -v 2c -c public localhost .1.3.6.1.2.1.67.1.1.1.1.1.0 Thanks, When I issue that command, I get 67.1.1.1.1.1.0 = No more variables left in this MIB View. (I tried this using public and my v2c ro community string with the same result) I am running snmpd and radiusd in debug mo

RE: Still struggling with SNMP and FreeRADIUS

2004-01-18 Thread Paul Hampson
> From: [EMAIL PROTECTED] > Sent: Monday, 19 January 2004 1:35 PM > > Ok... do you know what those values are, and where they come from? > Yes, for example, when I do: > snmpget localhost public system.sysUpTime.0 , I get > system.sysUpTime.0 = Timeticks: (102461) 0:17:04.61 or system uptime > O

Re: Still struggling with SNMP and FreeRADIUS

2004-01-18 Thread david
> Ok... do you know what those values are, and where they come from? Yes, for example, when I do: snmpget localhost public system.sysUpTime.0 , I get system.sysUpTime.0 = Timeticks: (102461) 0:17:04.61 or system uptime OR snmpget localhost default host.hrStorage.hrStorageTable.hrStorageEntry.hr

Re: Still struggling with SNMP and FreeRADIUS

2004-01-18 Thread Alan DeKok
[EMAIL PROTECTED] wrote: > When I try snmpwalk, SNMP returns a long list of values and the > snmpd logs show the requests accordingly. Ok... do you know what those values are, and where they come from? > However I never see any snmp info from FreeRADIUS in either of the > logs or from the snmp

Still struggling with SNMP and FreeRADIUS

2004-01-18 Thread david
Hi, I have installed FreeRADIUS 0.9.3 and UNC-SNMP with SMUX modlule enabled, on RedHat 9.0. I have snmp enabled in my radiusd.com and smux_password is set in raddb/snmp.conf. I have added smux_peer registration in snmpd.conf for UCD-SNMP. When I start snmpd in debug mode uing snmpd -f -a -V -