On 14/05/07, Sandrine MONOT <[EMAIL PROTECTED]> wrote:
> I have done the porterage of this agents with net-snmp 5.4 to x86
> solaris 10.
> When I launch the agent binary : /opt/FERMA/sbin/agtcks -p 7075 ....
The '-p' flag was dropped with the switch from v4 (UCD) to v5 (Net-SNMP)
Try
/opt/FERMA/sbin/agtcks -c /etc/opt/FERMA/agent.cfg -f -Le -d 7075
> And I execute : snmpwalk -c public -p 7075 172.17.118.18 72.17.118.18
> .1.3.6.1.4.1.2390.1.3.1 from other machine.
Again, the '-p' option is obsolete. (And client tools typically
default to SNMPv3)
Try
snmpwalk -v 1 -c public 172.17.118.18:7075 .1.3.6.1.4.1.2390.1.3.1
> the agent receive the following packet : ( but not responding to this
> request )
> Received 43 bytes from UDP: [172.17.100.151]:60058
> 0000: 30 29 02 01 00 04 06 70 75 62 6C 69 63 A0 1C 02 0).....public...
> 0016: 04 52 6E 13 EC 02 01 00 02 01 00 30 0E 30 0C 06 .Rn........0.0..
> 0032: 08 2B 06 01 02 01 01 03 00 05 00 .+.........
>
> Received SNMP packet(s) from UDP: [172.17.100.151]:60058
> GET message
> -- SNMPv2-MIB::sysUpTime.0
What does the snmpd.conf file look like?
Dave
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders