Re: Some problems with interfaces.c

2006-01-04 Thread Zax
Thank you!   I will see the newest version.   - net-snmp version :  5.2.1 platform  :  i686 OS :  debian 2.6.10   source install using default options.

Re: Some problems with interfaces.c

2006-01-04 Thread Dave Shield
On Wed, 2006-01-04 at 16:21 +0800, Zax wrote: > 1. > ifLastChange is not implemented. > I want to implement it in my agent. > But I don't know how to get the time when the status is changed. Yup - that's probably why it hasn't been implemented up to now :-) Actually, that's not strictly true. It

Re: enumerator

2006-01-04 Thread Dave Shield
On Tue, 2006-01-03 at 15:10 +1100, Tony de Souza-Daw wrote: > I was recently snmpget (version 5.2.1.2) command under red hat. And found > that the enumerator is not return to standard output, regardless of your > output options. It ought to be - that's the default behaviour. There are two likely

RE: Regarding ssCPURawIdle

2006-01-04 Thread Dave Shield
On Mon, 2006-01-02 at 18:23 +0530, Naganarasimha wrote: > In these OS I am getting values for raw user,nice,system and idle but not > for wait,kernel and Inttrpt. In this case if I still apply the formula > "delta raw Idle / sum( delta( raw* ))" will it still hold good. It probably depends on

Re: DS0 Bundle MIB

2006-01-04 Thread Dave Shield
On Mon, 2005-12-26 at 12:26 +0530, shanmuga mari wrote: > How to create DS0 Bundle with different DS0 channels? > can any one please explain the steps ? > where I can select the channels ? In DS0 Bundle MIB (RFC 2494) The Net-SNMP agent does not implement the DS0 MIBs, so there is no way you c

Re: Sending a string using snmp

2006-01-04 Thread Dave Shield
On Tue, 2006-01-03 at 10:52 -0800, rwilcox wrote: >I don't usually have spaces between the -c and -v > arguments, I seem to recall having problems when I had > spaces. With or without space - it makes no difference. I invariably use "-c public" and "-v 2c", as I find this style clearer to unde

Re: Sending a string using snmp

2006-01-04 Thread Dave Shield
On Sat, 2005-12-31 at 11:18 +0530, Krishnaprasad wrote: > Then the output of this progam is: Ret > OID:1.3.6.1.2.1.1.3.0,Type:snmp.SNMPTimeTicks,Value:75941 > But if we run the snmpcommand as "snmpget -c public -v 2c > localhost .1.3.6.1.2.1.1.3.0", i got the systemuptime value > correctly.(Timet

Some problems with interfaces.c

2006-01-04 Thread Zax
Now I run the agent 'snmpd' in Linux.   1. ifLastChange is not implemented. I want to implement it in my agent. But I don't know how to get the time when the status is changed. I did not find some informations about this in the NIC driver. Maybe I think I should do something in the NIC driver.   Co