Re: How to test transport SSH with net-snmpV5.7?

2011-08-01 Thread Claus Klein
Ok, I got it: /etc/sshd_config # # override default of no subsystems Subsystem snmp/Users/clausklein/Workspace/c/net-snmp/apps/sshtosnmp not the command hack at /Users/clausklein/.ssh/authorized_keys! claus-kleins-macbook-pro:scripts clausklein$ sudo tail -f /var/log/ secure.log A

Re: How to test transport SSH with net-snmpV5.7?

2011-08-01 Thread Claus Klein
I need help please. I can start the snmpd like this: claus-kleins-macbook-pro:net-snmp clausklein$ sudo ./agent/snmpd -mall -Mmibs -f -Le -c /etc/snmp/snmpd.conf -Dssh ssh:localhost registered debug token ssh, 1 ssh: registering the ssh domain Turning on AgentX master support. ssh: here: /var/n

RFC 1089: SNMP over Ethernet

2011-08-01 Thread Brad Huntting
Does anyone know of an implementation of RFC 1089: SNMP over (raw) Ethernet? I have a device with variables that need to be manipulated prior to setting the IP address. brad -- BlackBerry® DevCon Americas, Oct. 18-20, Sa

Re: regarding netsnmp authpriv settings from program

2011-08-01 Thread Dave Shield
On 29 July 2011 05:52, Ravi Kumar Kodam wrote: >          I wrote the code for authnopriv settings for snmp v3 get request and > it is working fine. But for authpriv settings iam not getting how to do it. > The following lines of code is for authnopriv. Please tell me how to write the > code for a

Re: Enforcing SNMPv3 User Authentication and Privacy

2011-08-01 Thread Dave Shield
On 27 July 2011 01:07, Harvey Shepherd wrote: > Are there any compile-time configuration options to enforce the use of user > privacy and authentication when creating users? I know that MD5 > authentication and DES privacy can be disabled, but was wondering if there > was something similar to disa

Re: HPUX question

2011-08-01 Thread Dave Shield
On 21 July 2011 21:50, Hegedus, John wrote: > ./snmpwalk -c sa1nt wpsscc00 > Timeout: No Response from wpsscc00 > Can you tell me what to look for in diagnosing this problem? There are typically two main causes of this type of failure. Either the agent isn't receiving the requests (e.g. beca

perl/TrapReceiver/const-*.inc in git

2011-08-01 Thread Thomas Anders
Building Net-SNMP with Perl enabled always modifies the following git source files: perl/TrapReceiver/const-c.inc and perl/TrapReceiver/const-xs.inc because they seem to get regenerated during the build. This tends to be a pain when dealing with the git repo. Should these files be remove