dware to test it :-)
>
> Just in case on-line agent emulation [1] could be helpful:
>
> $ snmpget -v2c -c mib2dev/ucd-snmp-mib demo.snmplabs.com
> UCD-SNMP-MIB::memTotalRealX.0
> UCD-SNMP-MIB::memTotalRealX.0 = Counter64: 18345168853242336474 kB
>
> You can have it of
-v2c -c mib2dev/ucd-snmp-mib demo.snmplabs.com
UCD-SNMP-MIB::memTotalRealX.0
UCD-SNMP-MIB::memTotalRealX.0 = Counter64: 18345168853242336474 kB
You can have it off-line as well [2].
1. http://demo.snmplabs.com
2. http://snmplabs.com/snmpsim
___
Net
On Mon, May 13, 2019 at 02:56:46AM -0400, Josef Ridky wrote:
> Hi folks,
>
> I would like to know your opinion on following issue.
>
> UCD-SNMP-MIB [1] uses INTEGER32 instead of COUNTER64 for memory OIDs which
> limits the reporting to 2 TiB (using KiB as the base).
> Large
Hi folks,
I would like to know your opinion on following issue.
UCD-SNMP-MIB [1] uses INTEGER32 instead of COUNTER64 for memory OIDs which
limits the reporting to 2 TiB (using KiB as the base).
Large modern servers often contain more than 2 TiB of memory leading to the
OIDs rolling over and
Den 16-05-2015 kl. 12:29 skrev Philipp Helo Rehs:
> Hello,
> i am running NetSNMP (version 5.5 Redhat 6.6) on a big shared memory
> system by SGI (UV2000 with 8 TB ram) but the memory counters of
> UCD-SNMP-MIB are just 32bit so it is not possible to get correct results.
Thanks for
On Sat, 16 May 2015 12:29:35 +0200 Philipp wrote:
PHR> i am running NetSNMP (version 5.5 Redhat 6.6) on a big shared
PHR> memory system by SGI (UV2000 with 8 TB ram) but the memory
PHR> counters of UCD-SNMP-MIB are just 32bit so it is not possible
PHR> to get correct results.
Have you
Hello,
i am running NetSNMP (version 5.5 Redhat 6.6) on a big shared memory
system by SGI (UV2000 with 8 TB ram) but the memory counters of
UCD-SNMP-MIB are just 32bit so it is not possible to get correct results.
snmpwalk -v1 -c public hilbert1 1.3.6.1.4.1.2021.4
UCD-SNMP-MIB::memIndex.0
WM-rg-mib::razorgateSCMessagesQueued == 0
Thanks,
Tim
-Original Message-
From: Tim Culhane [mailto:[email protected]]
Sent: 18 March 2015 12:18
To: [email protected]
Subject: smilint returns error: failed to locate MIB module `UCD-SNMP-MIB'
Hi,
Apologies
Hi,
Apologies for cross posting:
I want to generate a notification in which the current date and time is
included as a field value.
The object versionCDate in the UCD-SNMP-MIB mib will return the current date
and time based on a call to ctime.
I have created a notification-type object in my
; want to poll some performance data using the OIDs which are included in
AA> the UCD-SNMP-MIB. Whenever I try to snmpwalk on 1.3.6.1.4.1.2021
AA> specifically (snmpwalk -v1 -cpublic 127.0.0.1 1.3.6.1.4.1.2021), I get no
AA> response (it produces no output, it just skips to the next
Hello everyone,
I would like to make a question regarding net-snmp:
Currently I am working on a Linux machine running SUSE LES v10 32bit and I want
to poll some performance data using the OIDs which are included in the
UCD-SNMP-MIB.
Whenever I try to snmpwalk on 1.3.6.1.4.1.2021 specifically
Dear All,
I have a process running under perl monitored by snmp.
It is configured in snmpd.conf like this:
proc "/usr/bin/perl /usr/sbin/rsgpchkd"
monitoring works fine, except that the prCount value is 0 (when 1 process
is running)
output of snmpwalk
UCD-SNMP-MIB::prNames.2 = ST
Hello,
Can you please let me know if the "UCD-SNMP-MIB" is available on the CUCM
device?
Thank you,
Mahmoud Simrin
AT&T Global Services
AT&T Telepresence Solution
Design and Planning, AT&T Labs
3405 W Dr Martin Luther King, Room VO
Tampa, FL 33607 USA
Office:
pt agent on 192.168.100.88
>
> When I run following command then getting empty response for UCD-SNMP-MIB
> snmpwalk -v 1 -c community 192.168.100.88 .1.3.6.1.4.1.2021.4
> End of MIB
How have you configured the agent?
In particular, what access control settings do you have?
(See the F
Dear All
I have installed Net-Snmp 5.2.1 on windows 2003 server, and configured
snmpt agent on 192.168.100.88
When I run following command then getting empty response for UCD-SNMP-MIB
*snmpwalk -v 1 -c community 192.168.100.88 .1.3.6.1.4.1.2021.4*
End of MIB
when I run following command
bin
On Mon, 5 Dec 2011 14:53:47 + Todd A. wrote:
NTA> You're right, Robert. The agent is running as an unprivileged user. The
NTA> snmpd.conf file was initially only R/W by the "root" user, and no other
NTA> users or groups had any privileges.
NTA>
NTA> To start the agent, I run the following in
You're right, Robert. The agent is running as an unprivileged user. The
snmpd.conf file was initially only R/W by the "root" user, and no other
users or groups had any privileges.
To start the agent, I run the following init script from the command line:
sudo /etc/init.d/snmpd start
Even tho
On Fri, 2 Dec 2011 19:16:00 + Todd A. wrote:
NTA> Problem solved! My snmpd.conf file was only readable to the USER (600).
NTA> I changed the permissions to make it readable to the GROUP and OTHERS
NTA> (644), and the problem is now resolved.
Well, I'd say you found a work-around, but the prob
Dave--
Problem solved! My snmpd.conf file was only readable to the USER (600).
I changed the permissions to make it readable to the GROUP and OTHERS
(644), and the problem is now resolved.
I guess when the reloading of the config file is happening, it was not
doing it as the USER (which in my ca
I ran the agent by hand with the following:
snmpd -f -Le
Then, I issued the command to SET the UCD-SNMP-MIB::versionUpdateConfig.0
object to '1'. The console produced the following printout.
NET-SNMP version 5.4.2.1
Connection from UDP: [127.0.0.1]:56555->[127.0.0.
[ First - *please* don't mail me privately, without copying
any responses to the mailing list. I don't have the time or
inclination to offer private, unpaid, SNMP consultancy. Keep
discussions to the list, where others can both learn and offer
advice. Thanks. ]
On 29 November 20
Niels--
Hi. These are the OS provided versions. I am running Linux Ubuntu 10.4
and 11.4. These were installed via "apt-get" from the command line.
I just checked a Windows agent that I built from source. It is running
version 5.6, and this problem does not exist on that agent. Writing a '1'
Den 29-11-2011 18:18, Newton, Todd A. skrev:
> I have had the same result on multiple linux machines, some running
> v5.4.2.1 and others v5.4.3.
Is this OS provided packages, or are these versions vanilla releases
from the project?
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@user
On 29 November 2011 17:18, Newton, Todd A. wrote:
> Hi. I am trying to get snmpd to reload its config file while running in
> order to avoid having to restart the daemon. I believe that setting a '1'
> to the UCD-SNMP-MIB::versionUpdateConfig.0 variable is supposed t
Hi. I am trying to get snmpd to reload its config file while running in order
to avoid having to restart the daemon. I believe that setting a '1' to the
UCD-SNMP-MIB::versionUpdateConfig.0 variable is supposed to do this. I can
successfully set this variable to a '1' (an
Hi Thomas,
Before sending the actual patch i need some clarification about the changes
i have made.
Below are the changes i have done in
agent/mibgroup/hardware/memory/memory_hpux.c in *get_swapinfo* function
Before:
120 mem->units = pss.pss_swapchunk;
121 mem->si
ravindra Chavalam wrote:
> I solved the issue by doing some source code changes
Now that we've been providing help, would you mind returning the favor and
submit your changes back to the project? http://www.net-snmp.org/patches would
be the ideal place. Thank you.
+Thomas
--
Thomas Anders (t
Hi Thomas,
I solved the issue by doing some source code changes
Now the o/p looks like this
#/opt/iexpress/net-snmp/bin/snmpwalk -v 1 -c public 127.0.0.1 UCD
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 4194304 kB
UCD
free; //changed line
Then i got the following o/p for when i run the modified snmpwalk command
# /opt/iexpress/net-snmp/bin/snmpwalk -v 1 -c public 127.0.0.1 UCD
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 838
ravindra Chavalam wrote:
> Thanks for the response. I can help you in finding the problem in
> the agent/mibgroup/hardware/
>
> memory/memory_hpux.c. Also can you tell me which binary tracks the
> changes of this file.
I fail to understand your question. Please rephrase.
In case you d
nmp (
FYI)
Ravindranath
On Tue, Aug 26, 2008 at 2:46 PM, Thomas Anders
<[EMAIL PROTECTED]>wrote:
> ravindra Chavalam wrote:
> > I am getting an error with net-snmp 5.4.1.2 which i
> > have built for HP-UX 11iv2.Below is the details of the error
> >
> > UCD-SNMP-MIB::mem
ravindra Chavalam wrote:
> I am getting an error with net-snmp 5.4.1.2 which i
> have built for HP-UX 11iv2.Below is the details of the error
>
> UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: -2 kB
Known bug:
http://sourceforge.net/tracker/index.php?func=detail&aid=1736828&
I am getting an error with net-snmp 5.4.1.2 which i have built for HP-UX
11iv2.Below is the details of the error
#/opt/iexpress/net-snmp/bin/snmpwalk -v 2c -c public 127.0.0.1 UCD
When i run the above command i am getting output similar to this
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP
On Mon, 29 Aug 2005 08:06:49 -0700 (PDT) Alaios wrote:
A> diffserv/diffServMib.c:6:20: config.h: No such file or
A> directory
Change the include to use net-snmp-config.h instead of config.h.
--
NOTE: messages sent directly to me, instead of the lists, will be deleted
unless they are reques
Hi i have a mib for the ucd-snmp package
http://dpnm.postech.ac.kr/research/01/ipqos/dsmib/
I have noticed that the specific software cant be
compiled because the make returns the following error
gcc -I../../include -I. -I../../agent
-I../../agent/mibgroup -I../../snmplib -g -O2 -Dlinux
-c diffse
Hi,
I am running the below test case using the SilverCreek and getting the following
errors. Please let me know does anyone face this similar problem? Also, let me know,
is there any patch/fix available in the repository for this :
== 3.07 - 1.1.5 ~ SNMP Protocol Chapter 1.0 Test 1.1.5 - FAIL-
36 matches
Mail list logo