Re: array-user snmpbulkwalk worked for a table not entire mib

2005-05-27 Thread [EMAIL PROTECTED]
Hi Dave, Thanks again. Robert may be looking into it, although he may not have been actually able to reproduce it yet. I am just not sure if this has to do with array-user or not, it may have been something I have done. If I put the non-repeater value to anything 1 and higher it works fin

Linux 2.6 IPv6 interface "ip6tnl0"

2005-05-27 Thread Gunnar Lindberg
Hope this posting is OK although I'm not on this list. With Linux 2.6 IPv6 came a tunnel interface, "ip6tnl0". It breaks the code that extracts interface #, since that algorithm stops at the first digit and takes the rest as #, i.e. <6tnl0>. I think the "diff -c" below is an appropriate fix.

Re: Adding MIB

2005-05-27 Thread Dave Shield
On Fri, 2005-05-27 at 13:05, Priya wrote: > If I am getting MIB from other vendor. > Is there any coding required to add it or simply copying it to > usr/local/share/mibs folder will work? Please see the FAQ entry How do I add a MIB (and the two further entries that it refers to) > how

Adding MIB

2005-05-27 Thread Priya
  Hello,   If I am getting MIB from other vendor. Is there any coding required to add it or simply copying it to usr/local/share/mibs folder will work?   how to identify the identifiers in the MIB file? How to specify them in the request or query?   e.g.snmpget -c roc -v2c sysUpTime.0 Here s

Reagrding Writing MIB

2005-05-27 Thread Priya
Hello,   I have configured the SNMP on solaris.But now I don't understand how to load MIB. During confuguration I gave ./configure command.   Now whenever I run any snmpget command I am getting timeout message? Will you please help me?   Regards. Priya Gidavir ***

Re: ASN_IPADDRESS data type

2005-05-27 Thread Dave Shield
On Fri, 2005-05-27 at 09:01, Victor Yeo wrote: > but in the callback handler, i want to ... add a row to table, > but i don't have access to ds (netsnmp_table_data_set) variable, a) You should have thought of that when you created the table :-) Rather than declare netsnmp_table_data_se

Re: array-user snmpbulkwalk worked for a table not entire mib

2005-05-27 Thread Dave Shield
On Thu, 2005-05-26 at 19:13, [EMAIL PROTECTED] wrote: >Could you possibly explain why an snmpbulkwalk command > would work on my MIB when the non-repeater value is set to 1 > and fail when not set at all? Not really, no. I thought Robert was looking into that? I was just commenting on the hig

Re: ASN_IPADDRESS data type

2005-05-27 Thread Victor Yeo
> > netsnmp_table_row *row = > netsnmp_table_data_set_create_row_from_defaults( > ds->default_row); > // tweak 'row' as required > netsnmp_table_dataset_add_row( ds, row ); > dear sir, i have created the table with mib2c.create-dataset.conf. i have created the tabl

Re: SNMP v3 Support

2005-05-27 Thread Dave Shield
On Thu, 2005-05-26 at 19:01, Srinivasan Kandalam wrote: > This is migration from net-snmp agent v2c using smux to v3 (with no smux > obviously), Why "no smux obviously"? You could use a SMUX subagent talking to an SNMPv3 master agent in exactly the same way as talking to an SNMPv2c master agent.