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
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
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
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
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
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
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