Questions tagged [snmp]

SNMP (Simple Network Management Protocol) is an Internet-standard protocol for monitoring and configuring devices on IP networks.

Simple Network Management Protocol (SNMP) is an Internet-standard protocol for monitoring and configuring devices on IP networks.

SNMP is defined by a series of IETF Requests for Comment (RFCs). There are three versions of the protocol: SNMPv1, SNMPv2, and SNMPv3. RFC 3584 is the "Best Current Practice" for handling coexistence of the three protocol versions, and provides a view of interoperability issues between the versions as well as a list of references to the various RFCs that define the different versions.

SNMP generally operates over UDP on IPv4, but several transport mappings are defined in RFC 3417.

735 questions
0
votes
0 answers

Installing and configuring net-snmp on windows

Hi I am trying to install NET-SNMP on windows server to use it as SNMP agent. I have a remote server runnning a java thread. The thread is polling SNMP information. I installed 5.7.3 NET-SNMP and my snmpd.conf is as below. createUser myagent MD5…
이재영
  • 1
  • 1
0
votes
1 answer

SNMP: How to monitor devices that do not have static IP adress with Zabbix

I have some equipments in my LAN but the way things are working; I cannot set statics IPs for them, they really need to have DHCP enabled. I am using Zabbix, and for host configuration, the Ip address is required; is there any way to go around this…
Xsmael
  • 171
  • 1
  • 10
-1
votes
1 answer

Monitoring a Servers Connections to a default gateway via SNMP

I wanted to know how to configure SNMP to monitor a servers connection to a gateway: I have a server at location A running an SNMP monitoring software I have another server at Location B running my companies services Is it possible to have an SNMP…
DateMike
  • 1
  • 1
-1
votes
1 answer

What is the meaning of the sysContact object in snmpd.conf?

I have the following snmpd.conf file in my linux machine rocommunity blmlom 127.0.0.1 rocommunity blmlom hty.corp rocommunity blmlom hty.corp syscontact totadmin@hju.com syslocation UNKNOWN trapcommunity blmlom trapsink hty.corp blmlom what…
King David
  • 549
  • 6
  • 20
-1
votes
1 answer

Zabbix monitoring httpd service via SNMP

I have use Nagios, but im forced now to use zabbix, can someone gave me some hints on how to monitor the httpd service, or any other service on a Linux Box ? What i want to achieve is to monitor the Httpd service, ipsec, pluto, etc. but via snmpv3.…
IvanCD
  • 27
  • 1
  • 8
-1
votes
1 answer

Monitor network nodes for availability

I'm installing a network at a factory with around 200-300 PLC's. I have looked into spiceworks and similar solutions, and all of them are more or less computer / printer minded. What I wan't is: A solution that's able to scan my network / get a list…
hogni89
  • 213
  • 1
  • 8
-1
votes
1 answer

Using SNMP to retrieve CPU Idle, User and System, Raw Information 32 bit counter

I am using snmpget to retrieve raw information from: ssCpuRawIdle.0 ssCpuRawUser.0 ssCpuRawSystem.0 As I understand they are on 32 bit counters. I also use ifOutOctets and ifInOctets to retrieve the information for network statistics over a period…
RussellW
  • 111
  • 2
-1
votes
1 answer

Translating MIB to OID and a Juniper Switch

2 chained EX 4500 I'd like to monitor using SNMP. http://kb.juniper.net/InfoCenter/index?page=content&id=KB17526 Can anyone please explain how did he translate "jnxOperatingDescr" to "1.3.6.1.4.1.2636.3.1.13.1.5" ? Thanks!
JustAGuy
  • 639
  • 3
  • 23
  • 38
-1
votes
1 answer

HP ProLiant - Does ILO 2 Advanced offer additional SNMP or IPMI features?

We've got ML350 G5 servers with iLO 2 standard license. Does upgrading to higher iLO license will unlock new SNMP or IPMI data registers? If it will, which ones?
user211435
  • 31
  • 2
-1
votes
2 answers

Monitor Dell workstation power supply and hard disk SNMP

I've been trying and trying to monitor workstation power supplies and hard disk statuses with SNMP. I can't get any SNMP information from the workstations but I have successfully been able to get power supply information from Dell servers, such as,…
kris
  • 1
  • 1
-1
votes
1 answer

How to find SNMP community string?

I've been trying to find the SNMP community string in Ubuntu here, but haven't had much luck. I'm using Ubuntu 12.10 and have followed the instructions here, but my /etc/snmp/snmpd.conf file has different contents than what they're talking…
-1
votes
1 answer

Observium not showing ubuntu icon before my ubuntu server

I just have set up snmpd, observium settings on my ubuntu machine, but sadly observium webpage shows linux icon before my ubuntu machine's name, not the ubuntu logo. Why is this happening, and how can I fix it? (machine is mac mini and I installed…
UGO
  • 11
  • 1
-1
votes
1 answer

How To Change Telnet username and password using SNMP

We have a Siemens h1000 dslam. We forgot the username and password but i think we can do all activity with snmp My question is How we can reset telnet username and password using SNMP? Edited-> I can access to the dslam using snmp and can read and…
Ali
  • 111
  • 7
-1
votes
1 answer

Cisco ASA Determine static NAT programmatically?

Is it possible to determine the static nats on an ASA 5550 or 5540 running 8.2(x) programmatically? I don't see it as an available SNMP oid but perhaps I am missing it.
Starsky
  • 103
  • 1
  • 8
-1
votes
3 answers

SNMP agent collecting information

I understand SNMP agent on a server collects information such as CPU, Memory, Network, IO stat ... information. How to I know what exactly information being collecting on a linux server by SNMP agent?
Weiwei
  • 367
  • 1
  • 5
  • 10
1 2 3
48
49