Questions tagged [net-snmp]

Common set of SNMP tools for *nix and Windows environments.

SNMP-NET

Widely used set of SNMP CLI tools, GUI and snmpd (for traps). Great docs and books written about this tool set. If you're walking down the SNMP road, this is the place to start!

651 questions
-1
votes
1 answer

How To set up SNMP manager and Agent

I am new to network programming. I have learnt the basics of SNMP and now I want to test out the commands. I need to know what are the software tools available to set up SNMP manager and also to simulate SNMP agent. I would prefer opensource tools…
osum
  • 805
  • 2
  • 10
  • 32
-2
votes
1 answer

Which version of Net-Snmp supports only snmp v1 and v2c but doesn't support v3?

I want to use a snmpd that only support snmp v1 and v2c but doesn't support v3, I read the history file of net-snmp but didn't find any clue that from which version the net-snmp begin to support snmp v3. anyone can help? thanks in advance!
Y.L.
  • 1,274
  • 6
  • 23
  • 39
-2
votes
1 answer

Exposing a shell-script dump to Network Monitoring tool

In the recent past i have explored network monitoring solutions like ZenOSS, Nagios, Zabbix etc. However, for my requirements, i had to write a shell-script which dumps (#echo) certain values which were otherwise not included in the mentioned…
bit_by_bit
  • 337
  • 2
  • 14
-2
votes
1 answer

net-snmp, get/set sent to shell with object name not OID (linux)

Someone, who used to work here, configured a linux box to send snmpset/get requests using MIB object names instead of OIDs. snmpget is called in a shell with some familiar switches and then, bam, just the object name. How is he doing this? Is…
user442920
  • 857
  • 4
  • 21
  • 49
-3
votes
1 answer

Need support: SNMP trap sender (SNMPv3)

Can someone help me in creating an agent which can send SNMPv3 traps to NMS? Open to use SNMP4J or net-snmp.
epiyugu
  • 13
  • 5
-3
votes
1 answer

How to replace oid with string in net-snmp agent perl

I am struggling with the problem of building a snmp agent to receive a snmpwalk like this: NET-SNMP-TMC-MIB::nsTMCState."tmcd" = INTEGER: 3 NET-SNMP-TMC-MIB::nsTMCState."drecd" = INTEGER: 3 NET-SNMP-TMC-MIB::nsTMCInfo."tmcd" = "" …
Paul
  • 1
  • 2
1 2 3
43
44