RE: controlling IfSpeed per interface

2010-11-03 Thread Judith Walker
While I am asking questions, is there a way to set the IfSpeed programmatically on linux (redhat or suse)? Thanks, Judy -- The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author o

controlling IfSpeed per interface

2010-11-03 Thread Judith Walker
I read a while back how a setting in the snmpd.conf file could control the IfSpeed of interfaces (i.e. globally). Is there any way to control the IfSpeed of a virtual interface that my partners and I are creating on a per-interface basis? Thanks in advance for any suggestions, ideas, etc. Ju

Re: core dump while agentx subagent destroy a row with rowstatus

2010-11-03 Thread Robert Story
On Wed, 3 Nov 2010 18:34:58 +0100 Claus wrote: CK> It happens while de-allocate an index of a shared table which was CK> never allocated. CK> The core dump does not ocure every time, its depends on the agentx CK> traffic so far, CK> but the session times out and the subagent mib vars are never

Re: core dump while agentx subagent destroy a row with rowstatus

2010-11-03 Thread Claus Klein
It happens while de-allocate an index of a shared table which was never allocated. The core dump does not ocure every time, its depends on the agentx traffic so far, but the session times out and the subagent mib vars are never seen. Who has written this agentx code? There seems a general pr

Re: timestamp in milliseconds

2010-11-03 Thread Robert Story
On Tue, 26 Oct 2010 17:44:38 +0800 Ravuru wrote: RSB> How to get timestamp with milliseconds in snmpd logs ?? RSB> RSB> Is there any option available for command line or in snmpd.conf No, you'd have to change the logging code and recompile to change the logging format.

Re: Net SNMP build - Error

2010-11-03 Thread Robert Story
On Fri, 29 Oct 2010 15:42:06 +0530 Shibu wrote: SG> Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: /etc/perl SG> /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 SG> /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 SG> /usr/local/lib/site_perl .) at Makefile.PL

Re: core dump while agentx subagent destroy a row with rowstatus

2010-11-03 Thread Robert Story
On Thu, 28 Oct 2010 20:43:21 +0200 Claus wrote: CK> I am working with net-snmp as master agent and a subagent which CK> register a private MIB with a table. CK> CK> First I create a row with set the RowStatus = createAndGo, set the CK> row object (in my example a DisplayString). CK> Than I d

Re: DTLS Trap PDU missing transport_data

2010-11-03 Thread Robert Story
On Wed, 27 Oct 2010 10:59:44 -0400 [email protected] wrote: DWC> When I sent a v2c trap the trap source address [UDP: [10.230.57.6]:3772 DWC> was displayed in the output. DWC> [...] DWC> When I sent a trap over DTLS the trap source address was not displayed DWC> in the output. This is a kno

Re: snmpv3_scopedPDU_parse

2010-11-03 Thread Robert Story
On Tue, 02 Nov 2010 23:31:27 +0100 Magnus wrote: MF> In snmpv3_scopedPDU_parse there is the line MF> MF> if (pdu->securityModel == NETSNMP_SECMOD_USM && MF> MF> that I think looks odd. All other places in snmp_api seems to use the MF> SNMP_SEC_MODEL_* macros when checking the values of securityM

Re: Not able to set a column in ifTable.

2010-11-03 Thread Robert Story
On Tue, 02 Nov 2010 12:16:50 +0530 Manjit wrote: M> Here i came across a function _mfd_ifTable_commit, in this function a M> certain part of code is repeated twice. The ifTable code has a lot of auto-generated code, and I'm guessing that a merge after teh templates were updated resulted in the du