Simple Network Management Protocol(`snmp`) is an "Internet-standard protocol for managing devices on networks.

learn more… | top users | synonyms

1
vote
1answer
43 views

Net-SNMP over TCP?

Is it possible to get Net-SNMP running over TCP instead of UDP? The daemon program can be configured at the termiinnal to listen for TCP connections with: snmpd tcp:1161 However, there are no flags ...
0
votes
1answer
50 views

Why doesn't build of net-snmp 5.7.2. provide /etc/rc.d/init.d/snmptrapd?

I am packaging an RPM for RHEL6, built from net-snmp-5.7.2.tar.gz. I see that the file /etc/rc.d/init.d/snmpd gets created and packaged but I do not see the init file for /etc/rc.d/init.d/snmptrapd. ...
1
vote
0answers
37 views

snmp issue:Two similar sever returning different output

I am having issue with SNMP OID's . I have two similar servers (hardware and software ) Which is DEll server with RHEL 5.3 X86_64.Issue is when I run the SNMPWALK for one server it shows proper data ...
5
votes
2answers
113 views

High-level command to request several branches of snmp in one tcp-session?

We are trying to monitor our servers mainly with SNMP. Due to performance reasons we are changing this from single requests to snmp-bulk-requests (as allowed in SNMP v2c). In theory (at least to my ...
1
vote
1answer
271 views

snmp/snmptrap support of ipv6

I have IPv6 only (not dual stack) system I wondering how to - send snmptrap from this system? - configure snmpd to be able to access it? I mean, is snmp is ready to use in IPv6 only environment?
1
vote
0answers
205 views

SNMP Trap on Unix

Nearly for 6 days i 'm trying to get over this problem . I have 2 machines . One of them is manager 10.201 machine, and the other is agent (10.226) i've configured manager's snmptrap.conf file like ...
0
votes
0answers
267 views

SNMP OIDs for CPU and Mem [closed]

Does anybody know the OIDs for CPU and Mem usage for this machine: ReliantUNIX-N release:5.45 version:A3001 machine:RM400? The Standard OIDs didn't work It wasn't possible to figure out with ...
2
votes
1answer
88 views

SNMPD only system group available!

I installed at fedora snmpd package... > view systemview included > .1.3.6.1.2.1.1 view systemview > included .1.3.6.1.2.1.25.1.1 view > all included .1 80 ...
2
votes
1answer
616 views

Unable to make outbound SNMP connections when IPTables is enabled

I have a bunch of windows servers configured with the windows SNMP agent. Each server has four IP addresses and SNMP listens on all of them. There is something very odd with my monitoring server ...
3
votes
1answer
723 views

Query DHCP server leases from Perl script

I have a Windows 2003 server and need to poll the DHCP lease information from it with a perl script that is running on a Ubuntu server. Then I need to analyze & store the information in a mysql ...