Net-SNMP toolkit vs EMANATE SNMP research Toolkit

2005-04-25 Thread Gurusidhesh Hiremath
Hi, What are the major differences between Net-SNMP toolkit and EMANATE SNMP research Toolkit. And what are the advantages/disadvantages of Net-SNMP toolkit over EMANATE SNMP research Toolkit? Thanks, Guru --- SF email is sponsored by - The

Re: RFC2233 Support

2005-04-25 Thread gg gg
Hello, Was wondering why you would implement 2233(proposed standard) instead of 2863(draft standard and obsoletes 2233)? Robert Wilcox --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Produ

Re: RFC2233 Support

2005-04-25 Thread Wes Hardaker
> On Fri, 22 Apr 2005 15:56:57 +0100 (BST), Mayuresh Dhagamwar <[EMAIL > PROTECTED]> said: Mayuresh> I want to know whether net-snmp package supports RFC2233 Mayuresh> MIB? If not, could you please tell me, if I want to Mayuresh> implement/support RFC2233 using net-snmp then how should I

Re: table_data helpers

2005-04-25 Thread Robert Story
On Sat, 23 Apr 2005 10:56:03 +0100 Dave wrote: DS> Quoting Robert Story <[EMAIL PROTECTED]>: DS> > I was thinking that mayb table_data2/table_row could just go away. DS> > It's really just a few wrapper functions around table_container, DS> > so I'd say move those functions into table_container, an

Re: Setting the sender address in outgoing SNMP trap packets

2005-04-25 Thread Shobana Sampath
I tried to add a varbind to set the snmpTrapAddress, but no luck, the resulting pdu does not have the agent_address set as they say in the RFC: oid objid_snmpTrapAddress[] = { 1, 3, 6, 1, 6, 3, 18, 1, 3, 0 }; snmp_add_var(pdu, objid_snmpTrapAddress, sizeof(objid_snmpTrapAddress)

Re: SNMP v3 engineBoots problem [on windows]

2005-04-25 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] On Wed,

Re: man page for snmp_synch_response

2005-04-25 Thread mark kaplun
What you are probably looking for is the error code which are contained in the pdu. After verifying that the status==0 (a response was recieved inside the defined time frame) you have to look inside the returned pdu to check for error by inspecting the response->errstat field. Mark. - Origi

Fwd: man page for snmp_synch_response

2005-04-25 Thread Shivali Gupta
hi, where can i find documentation of the function snmp_synch_response? look at this code int status,df; df = read_objid("HOST-RESOURCES-MIB::hrStorageType.8", id_oid1, &id_len1); snmp_add_null_var(pdu, id_oid1, id_len1); status = snmp_synch_response(sess_handle, pdu[nm-1], &respo

Re: 5.2.1 make test fails

2005-04-25 Thread Dave Shield
On Sun, 2005-04-24 at 19:31, Magnus Fromreide wrote: > I have to admit that it is pretty annoying that these tests fail if > > * Any of SNMPv1 or SNMPv2c ain't configured That could presumably be handled by a suitable SKIPIP in the main T16[01]rfc1213 driver. E.g. #!/bin/sh