generated the config file using snmp -g
basic_setup,copied into the directory
/usr/share/snmp/.
ran the snmpd from the directory
/net-snmp-5.3.0.1/agent
export MIBS=ALL
daemon /net-snmp-5.3.0.1/agent/snmpd >/dev/null 2>&1
throwing the following error eventhough i have the
access control
Warning:
HI,
This is a long running frequently asked question that
comes up every few months.
SNMP is what it is. It is NOT ASN.1. It is NOT a
SUBSET of ASN.1.
The ASN.1 types of BOOLEAN, FLOAT, DOUBLE, etc don't
exist in SNMP. There were many attempts to add them
and unsigned64, signed64, and discrimin
Yes, and err... no.
The problem we have is with data bandwidth. The SNMP interface we are
trying to implement and support is extended over an air-side interface (I
can't really say anymore than that) where bandwidth may be an issue, and so
string-formatting the data into an ASCII representatio
" 'indent'is not recognized as an internal or external command,
operable program or batch file ".
Ignore that error. it's trying to format the code for you afterward,
but if you don't have "indent" installed in windows. If you don't
want to see the error, run mib2c with the -i switch.
--
Thomas
Whenever I do 'man snmpwalk' or anything else, I get a response of 'No
manual entry for snmpwalk'. I tried setting the manpath environment
variable, but nothing seems to work.
Bill
-Original Message-
From: Wes Hardaker [mailto:[EMAIL PROTECTED]
Sent: Sunday, May 28, 2006 1:35 AM
To: M
[EMAIL PROTECTED] wrote:
>
>
>
> Giovanni;
>
> Thanks for responding to my posting. The only problem that I really have
> with the OPAQUE data types is that they do not appear in/from the MIB when
> one uses the type field (provided and supported in the perl scripts). This
> means that I cannot
Hello,
I'm using values the TCP-MIB::tcpConnState to generate grafics,
# snmpwalk -v 2c -c public x.x.x.x TCP-MIB::tcpConnState | grep timeWait |
wc -l
324
So in the local console i run:
# netstat -na |grep TIME_WAIT |wc -l
753
Why this difference ? There are some problem with this mib i
Andy Smith wrote:
> Andrew Hood wrote:
-- snippage --
>> Trial and terror tells me that you can use commas to seperate that.
>>
>> --with-out-mib-modules="host,disman/schedule,disman/event-mib"
>>
>> works.
>
> I have tried that as well, but I have not made it work yet with the
> latest MinGW cro
Andrew Hood wrote:
Andy Smith wrote:
Andrew Hood wrote:
In my build script the MinGW section looks like this:
mingw)
cross-configure.sh --prefix='c:/usr/Net-SNMP' \
--sysconfdir='c:/usr/etc' \
--with-persistent-directory='c:/usr/persist' \
--w