snmpv3 broadcast

2006-01-15 Thread David Peer
Hi, I've changed snmpdemoapp to work with snmpv3 ( auth & Priv ), to as my configuration of snmpd.conf, But i can't handle async response. I've applied the patch: 70068--http://sf.net/support/tracker.php?aid=700681 on 5.3 release. the broadcast is sent out ( checked with ethereal ), but as I men

Re: snmpv3 broadcast

2006-01-16 Thread David Peer
I manged to send request with v1, but how, with this code, handle with all the responses? I still will be glad to here if someone managed to do it using v3. David David Peer wrote: >Hi, >I've changed snmpdemoapp to work with snmpv3 ( auth & Priv ), to as my >configuration of snmpd.conf, >But i

Re: snmpv3 broadcast

2006-02-06 Thread Wes Hardaker
David> the broadcast is sent out ( checked with ethereal ), but as I mensioned The way that SNMPv3 is designed you can't broadcast SNMPv3 packets because each packet needs to be authenticated using a key which is specific to each agent so one packet can't be sent to all agents which will work. -

net-snmp don't support SNMPv3 broadcast?

2010-11-23 Thread George Zhou
I send V3 broadcast packet to discover snmp devices in LAN and I can't get respondents's IP address. I can get MIB values from only one device at one time when using SNMPv3. All the devices in LAN have same AUTH.,privacy,username and password. Codes: BOOL snmp_broadcast(HOST_IP *host_ip) { //st