Re: Question about using snmpwalk
Hello Lee, snmptranslate -IR -On unifiIfRxBytes Warning: Module UBNT-MIB was in /usr/share/snmp/mibs/UBNT-MIB now is /usr/share/snmp/mibs/UBNT-UniFi-MIB Unknown object identifier: unifiIfRxBytes zen@debian11-DR6:~$ snmptranslate .1.3.6.1.4.1.41112.1.6.2.1.1.6 Warning: Module UBNT-MIB was in /usr/
Re: Question about using snmpwalk
On Wed, Nov 20, 2024 at 4:01 PM gday vw wrote: > > > just curious: do you actually have an LS1010 in your network? > > The last time I worked with them was around the turn of the century > > along with LANE blades in the cat5000s > > No, I was using the snmptranslate query to hopefully confirm that
Re: Question about using snmpwalk
T-TYPE UI-UniFi-MIB:::= { unifiApSystem 6 } UI-UniFi-MIB:unifiApSystemGroup OBJECT-GROUP OBJECTS { UI-UniFi-MIB: unifiApSystemIp, unifiApSystemIsolated, unifiApSystemModel, unifiApSystemUplink, unifiApSystemUptime, unifiApSystemVersion > You could always do > snmpwalk -v 1 -c public 192.168.100.60 .1 and
Re: Question about using snmpwalk
On Sun, Nov 17, 2024 at 9:28 PM gday vw wrote: > > Hello, > I'm trying to use snmpwalk to query a Ubiquiti device. > I'm using this page of the wiki as a guide: > https://net-snmp.sourceforge.io/wiki/index.php/TUT:snmpwalk > > The mibs folder includes all the mi
Question about using snmpwalk
Hello, I'm trying to use snmpwalk to query a Ubiquiti device. I'm using this page of the wiki as a guide: https://net-snmp.sourceforge.io/wiki/index.php/TUT:snmpwalk The mibs folder includes all the mib files from my recent question. Here are the queries and the output: Test query (wo
Best practices with snmpwalk / snmpbulkwalk ? Single root tree query versus several sub-queries
Hi, Generally speaking, which of the following gives the best performance? a. One single SNMP query at "root level", one single SNMP request, but with a "big" response, causing more network traffic, returning lots of information, some to be filtered out. b. Several SNMP queries at "sub level", se
Re: snmpwalk v3 returns timeout whilst v1 works just fine.
thentication settings most likely? > > I'm simply running sudo snmpwalk -v3 -t 10 -u testuser -a MD5 -A > password123 -l authNoPriv -n v3context -x DES 127.0.0.1 system > > only to receive the following error: > > sess_process_packet: resending message id#1238060702
snmpwalk v3 returns timeout whilst v1 works just fine.
*NET-SNMP version: 5.6.2.1* *OS: MacOS Catalina* Hello everyone! So given the subject of this email, I believe the issue lies in the authentication settings most likely? I'm simply running sudo snmpwalk -v3 -t 10 -u testuser -a MD5 -A password123 -l authNoPriv -n v3context -x DES 127.
Re: [EXTERNAL EMAIL] Re: snmpwalk doesn't always translate OIDs
Jan Andersen writes: > That gives me the desired output - but why the difference from the > version without '-mALL'? Hi Jan, This tutorial page should help you: http://www.net-snmp.org/wiki/index.php/TUT:Using_and_loading_MIBS -- Wes Hardaker USC/ISI ___
Re: [EXTERNAL EMAIL] Re: [EXTERNAL EMAIL] Re: snmpwalk doesn't always translate OIDs
Can you please check, if snmptranslate helps you. https://linux.die.net/man/1/snmptranslate -Feroz On Thu, Aug 24, 2023 at 5:39 PM Jan Andersen wrote: > Thx, Feroz - got it! > > On a completely different note; do you know how snmpwalk et al figure > out which numerical OID matche
Re: [EXTERNAL EMAIL] Re: snmpwalk doesn't always translate OIDs
ave I got that wrong? /jan On 23/08/2023 16:05, Feroz wrote: can you try with snmpwalk -v 2c -c netgear netgear1 -mALL Make sure you copied mib file in appropriate directory. On Wed, Aug 23, 2023 at 8:05 PM Jan Andersen <mailto:j...@comind.io>> wrote: I have a curious probl
Re: snmpwalk doesn't always translate OIDs
can you try with snmpwalk -v 2c -c netgear netgear1 -mALL Make sure you copied mib file in appropriate directory. On Wed, Aug 23, 2023 at 8:05 PM Jan Andersen wrote: > I have a curious problem with snmpwalk in debian 11 - if I run something > like: > > root@vogon:~# snmpw
snmpwalk doesn't always translate OIDs
I have a curious problem with snmpwalk in debian 11 - if I run something like: root@vogon:~# snmpwalk -v 2c -c netgear netgear1 SNMPv2-MIB::sysORID I get OIDs translated to text: SNMPv2-MIB::sysORID.1 = OID: SNMPv2-SMI::mib-2.96 SNMPv2-MIB::sysORID.2 = OID: SNMPv2-SMI::mib-2.32.2 SNMPv2-MIB
Re: snmpwalk: Unknown user name
SYNTAX Integer32 (0..1) > > MAX-ACCESS read-write > > STATUS current > > DESCRIPTION > >
snmpwalk: Unknown user name
___ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
snmpwalk command
Subject: snmpwalk command Good day from Singapore, Just sharing this snmpwalk command. snmpwalk -v3 -u [username] -l authPriv -a SHA -A [authentication password] -x AES -X [encryption password] localhost Regards, Mr. Turritopsis Dohrnii Teo En Ming Targeted Individual in Singapore 7 July 2022
Re: snmpwalk timeout
Feroz writes: > For a given MIB, our container_load function takes 2 seconds, but > still the snmpwalk (v2) command times out with default values (5 > retries with 1 sec delay between each retry). The others have stated this already, but one additional point: it's not just the po
Re: snmpwalk timeout
worked (Assuming the cache is loaded, refer part 2 below for query on cache). 8360:/home/admin# snmpwalk -v2c -c public localhost iso.3.6.1.2.1.4.24.7 12:10:21.516747 IP localhost.localdomain.39813 > localhost.localdomain.snmp: GetNextRequest(28) ip.24.7 12:10:22.517747 IP localhost.localdom
Re: snmpwalk timeout
ontainer_load function takes 2 seconds, but still > the snmpwalk (v2) command times out with default values (5 retries with 1 > sec delay between each retry). > > My question is, why does it time out, though the container_load function > returns the data in 2sec, we still have another 4
snmpwalk timeout
Hi, We are using net-snmp 5.8. We have Agent-SubAgent model. For a given MIB, our container_load function takes 2 seconds, but still the snmpwalk (v2) command times out with default values (5 retries with 1 sec delay between each retry). My question is, why does it time out, though the
Re: snmpwalk
Actually, it should be* .1* instead of *0.1* But I have different behaviors between version 5.7 and 5.9. With 5.7, the walk continues until all MIBs are accessed. With 5.9, the walk stops at SNMPv2-MIB::sysORUpTime.5 . Is there a reason for this behavior? With Version: 5.9 # snmpwalk -v 2c
snmpwalk
Hi, When I use the snmpwalk command: # snmpwalk -v 2c -c private localhost 0.1 ccitt.1 = No Such Object available on this agent at this OID # I got the error message above. Am I missing a MIB? Thanks, S. ___ Net-snmp-users mailing list Net-snmp
Re: snmpwalk: security service 3 error parsing ScopedPDU
chandrasekharreddy chinnapareddygari writes: > variable-bindings: 1 item > RFC1213-MIB::mib-2.15.3.1.1.4.0.0.41.218 > (1.3.6.1.2.1.15.3.1.1.4.0.0.41.218): > Object Name: 1.3.6.1.2.1.15.3.1.1.4.0.0.41.218 > (RFC1
snmpwalk: security service 3 error parsing ScopedPDU
Hi , I am getting "snmpwalk: security service 3 error parsing ScopedPDU " and "Timeout: No Response from localhost" while doing snmpwalk on bgpI SNMPv2 walk --- snmpwalk -v2c -c public localhost 1.3.6.1.2.1.15.4 registered debug token recv, 1 recv:
RE: snmpwalk fails with SHA/AES
Hi Wes I have performed snmpwalk on 2 different hosts . snmpd was started with -DALL option. Please find the logs. Can you let me know if there are obvious difference between two set of logs. Can upgrade to net-snmp 5.9 resolve the issue ? Failure: read_config:store: storing: usmUser 1 3
RE: snmpwalk fails with SHA/AES
used only snmpwalk from linux machine Snmpwalk succeeds for 10-12 mins but again fails The behavior is seen only on this host and for this particular user. Other users created on this host are working fine. Kindly advise. Thank you Krishna Vivek -Original Message- From: Wes Hardaker
Re: snmpwalk fails with SHA/AES
Hi, > Krishna Vivek Vitta via Net-snmp-users > writes: > >> Intitially, snmpwalk succeeds for 10-12 mins, but later it fails with >> Authentication failure which is puzzling. We are clueless on how to >> proceed ahead. > > Can you see if it works using snmpw
Re: snmpwalk fails with SHA/AES
Krishna Vivek Vitta via Net-snmp-users writes: > Intitially, snmpwalk succeeds for 10-12 mins, but later it fails with > Authentication failure which is puzzling. We are clueless on how to > proceed ahead. Can you see if it works using snmpwalk and not just zabbix? > * Deleted
snmpwalk fails with SHA/AES
nsview rouser MAS_nsmonitor authPriv -V nsview Intitially, snmpwalk succeeds for 10-12 mins, but later it fails with Authentication failure which is puzzling. We are clueless on how to proceed ahead. Workaround steps attempted: * Deleted the user and re-added again. The behavior is same
snmpwalk with snmpv3 AES256 encryption authentication
Hello snmp-net, I would like to know how to solve this problem: Once i run snmpwalk through cisco switch with a user configured to use AES257 for authentication i get this error: snmpwalk: USM encryption error Is snmpwalk support snmpv3 with aes256 encryption?(receiving this error with aes256/192
Re: snmpwalk failing with informs enabled
I think you are getting the Local User and the Remote User confused or what is local and what is remote. snmpwalk takes a 'local' user. That local user must be defined at the receiver of the get. IOW, the hardware you are querying. This local user needs to be tied to the engine
snmpwalk failing with informs enabled
-e 80001F888007CDFD01C704B55F -v 3 -u james -l authNoPriv 10.X.X.X* Corresponding snmptrapd.conf file configuration *createUser -e 0x80001f880324e9b3928abe james md5 myAuthpass AES128 myPrivpassauthuser log james* I am getting the inform messages on the management side (receiver). But snmpwalk
Windows OS: Unable to start snmpwalk from installation directory (Program files)
Hi Community, Please kindly help look into resolving my SNMP issue. After downloading snmp version 5.9 from sourceforge.net, I could not find its executable file. So I copied the whole file contents into Program Files x86. However, on command line, after attempting to start it (snmpwalk) by
Reg SNMP timeout error during IP-MIB snmpwalk
Hi, I am seeing timeout error during IP-MIB snmpwalk. This happens in a scale setup. Any info how this can happen? IP-MIB::ipIfStatsHCOutMcastOctets.ipv6.1042 = Counter64: 1604 IP-MIB::ipIfStatsHCOutMcastOctets.ipv6.1043 = Counter64: 1756 IP-MIB::ipIfStatsHCOutMcastOctets.ipv6.1044 = Counter64
snmpwalk fails post upgrade to CentOS 8
2020-08-18
Thread
Kiran Kumar Pamula -X (kpamula - HCL TECHNOLOGIES LIMITED at Cisco) via Net-snmp-users
Hi Experts, We are facing the following issue on Centos 8 while trying to perform snmpwalk using the following command $ snmpwalk -On -e 0x0102030405060708 -v 3 -u myuser -a SHA -A mypassword -x AES -l authNoPriv -M +BROADHOP-MIB:PRODUCT-FILE-MIB vm01 .1.3.6.1.4.1.26878.200.3.2.70
snmpwalk v3 receives no response.
Hello All, I am using net-snmp-5.1 stack where i have migrated code from net-snmp-5.8 for SHA256 support. My sanmpwalk says no response from agent IP address below I have pasted the snmpwalk command. snmpwalk -v3 -u u2 -l authPriv -a SHA-256 -A Sourav123 -x DES -X Sourav123 10.10.102.12 sysName.0
Re: Help required for "snmpwalk: Authentication failure "
ser is configured (i.e. when snmpd > loads with the createUser lines). But it will happen after the first snmpd > restart. If I remove user Netscaler from the trap it works correctly. > > > > I am attaching the actual configuration files and the gdb script. > > > > Thanks
RE: Help required for "snmpwalk: Authentication failure "
Vivek Vitta Sent: Τετάρτη, 1 Μαΐου 2019 1:16 μμ To: Bill Fenner mailto:fen...@gmail.com>> Cc: net-snmp-users@lists.sourceforge.net<mailto:net-snmp-users@lists.sourceforge.net>; Petros Tsampoukas mailto:petros.tsampou...@citrix.com>> Subject: RE: Help required for "snmpwalk:
RE: Help required for "snmpwalk: Authentication failure "
+Petros to explain the problem in detail. Thank you Krishna Vivek From: Bill Fenner Sent: 29 April 2019 22:01 To: Krishna Vivek Vitta Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Help required for "snmpwalk: Authentication failure " Hi Krishna, net-snmp 5.5 is 10 year
Re: Help required for "snmpwalk: Authentication failure "
and that is why you have authentication troubles after that. What does that command do? How does it change the state of snmpd? Bill > > *From:* Bill Fenner > *Sent:* 29 April 2019 22:01 > *To:* Krishna Vivek Vitta > *Cc:* net-snmp-users@lists.sourceforge.net > *Subjec
RE: Help required for "snmpwalk: Authentication failure "
"snmpwalk: Authentication failure " Hi Krishna, net-snmp 5.5 is 10 years old this year. 5.8 is the current release. That said, it might be possible to help you if you share the actual snmpd.conf files. You mention "add snmptrap dest_server=10.91.31.244 user_name=test dest_port
Re: Help required for "snmpwalk: Authentication failure "
rishna Vivek > > > > *From:* Krishna Vivek Vitta > *Sent:* 23 April 2019 11:43 > *To:* net-snmp-users@lists.sourceforge.net > *Subject:* Help required for "snmpwalk: Authentication failure " > > > > Hi expert, > > > > We have a case where snmpwal
RE: Help required for "snmpwalk: Authentication failure "
Any update on the behaviour ? Thank you Krishna Vivek From: Krishna Vivek Vitta Sent: 23 April 2019 11:43 To: net-snmp-users@lists.sourceforge.net Subject: Help required for "snmpwalk: Authentication failure " Hi expert, We have a case where snmpwalk fails after snmpv3 user is add
Re: snmpwalk problem
= Counter32: 0 Why i am not able to get the counter values for index value greater than 114?Is there any limitation? Best Regards, Elie On Thu, Jan 24, 2019 at 6:13 PM Jurkiewicz Jean-Marc < jean-marc.jurkiew...@manor.ch> wrote: > Hi Elie, > > > > In my comprehension of SNMP,
RE: snmpwalk problem
Hi Elie, In my comprehension of SNMP, I use snmpwalk to get all the" leaves" of a "branch" (and "under-branches"), and snmpget to get a specific "leave" of a branch. So snmpwalk localhost jinny.generic.jar.smppsirTable.smppsirEntry.smppsir-dlvmo.115 ma
snmpwalk problem
Hi Team, I am having a problem when retrieving the value of dynamic counters having an index greater than 114 as shown below on my Linux box snmpwalk -v2c -c public localhost jinny.generic.jar.smppsirTable.smppsirEntry.smppsir-dlvmo.115 jinny.generic.jar.smppsirTable.smppsirEntry.smppsir-dlvmo
snmpwalk questions
I have written my own MIB file; I have written about a dozen probes; I have configured net-snmp to use the pass command to run the proper scripts and programs when the OID path is requested. But I am having problems with snmpwalk. (I'm trying to get this to work with the PRTG stuff,
My agent crashes with segmentation fault on snmpwalk
Hello, I have a problem with my snmp agent in Net-SNMP (tested with versions 5.6.2.1 & 5.7.3) my agent crashes when responding to snmpwalk. When it reaches the end of my MIB tree it gives segmentation fault Steps to replicate the problem: snmpwalk -m ALL -v1 -cpublic local
Re: snmpd - snmpget and snmpwalk inconsistent
snmpwalk always returns the correct value On Sun, Apr 23, 2017 at 11:11 PM, Ulrich Windl < ulrich.wi...@rz.uni-regensburg.de> wrote: > >>> Ryan Goodfellow schrieb am 21.04.2017 um 20:43 in > Nachricht > : > > Hi, > > > > I have observed a puzzl
Antw: snmpd - snmpget and snmpwalk inconsistent
; > > ### CLIENT ### > > ## initial request for ifNumber using GET returns 0 (wrong) > ry$ date && snmpget -c public -v2c stem .1.3.6.1.2.1.2.1.0 > Fri Apr 21 18:20:15 UTC 2017 > iso.3.6.1.2.1.2.1.0 = INTEGER: 0 > > ## initial request for ifNumber using WALK returns 1
snmpd - snmpget and snmpwalk inconsistent
2017 iso.3.6.1.2.1.2.1.0 = INTEGER: 0 ## initial request for ifNumber using WALK returns 11 (correct) ry$ date && snmpwalk -c public -v2c stem .1.3.6.1.2.1.2.1.0 Fri Apr 21 18:20:20 UTC 2017 iso.3.6.1.2.1.2.1.0 = INTEGER: 11 ## subsequent requests for ifNumber using GET returns 11 (correct) ry$ da
Re: snmpwalk not working with a community name with a backslash in it
outer/... it stops working, not to mention how to use these > special communities in different NMS applications. I'm pretty sure you > can easily find a switch model that won't interpret the \ correctly in a > community. Just because it works at one point, doesn't necessaily
Re: snmpwalk not working with a community name with a backslash in it
tty sure you can easily find a switch model that won't interpret the \ correctly in a community. Just because it works at one point, doesn't necessaily mean that it's a good idea to use it :) /Fredrik Den 2017-02-14 kl. 22:10, skrev christopher.wu: > I'm trying to determine
snmpwalk not working with a community name with a backslash in it
I'm trying to determine if a community name or userid can contain a backslash. I've created a v2c SNMP community name called "testing\" and I cannot get it to work with an snmpwalk (I tried with version 5.7.3 on Linux). I realize that backslash is an escape character so I
snmpwalk reason (generror) a general failure occurred
Hi, When i tried to do 'snmpwalk and snmpgetnext' i'm getting the below mentioned error. [root@centOs67-19 ~]# snmpwalk -c cisco -v 2c 65.3.96.21 1.3.6.1.2.1.90.1.1.5 SNMPv2-SMI::mib-2.90.1.1.5.0 = Counter32: 0 Error in packet. Reason: (genError) A general failure occured Failed
Re: snmpwalk and -Ox parameter to force Hex Output
TC with a display hint: MacAddress ::= TEXTUAL-CONVENTION DISPLAY-HINT "1x:" Regards, Lee On 3/31/16, Pisani Giovanni wrote: > Hi All, > > I am using an "old" net-snmp version (net-snmp-5.5.0-1.x86.exe) to get > information from stacked switches via the snmpwalk com
snmpwalk and -Ox parameter to force Hex Output
Hi All, I am using an "old" net-snmp version (net-snmp-5.5.0-1.x86.exe) to get information from stacked switches via the snmpwalk command, but can't figure out why snmpwalk behaves slightly different in 2 different systems. I try to explain : I need to get Mac Addresses of devic
Re: Cisco ASA 5505 snmpwalk query
Hi! As a general suggestion, do you allow reading the entire (or the same part of the) MIB tree? It's not uncommon to have setups that set specific "views" in the SNMP setup. Do an snmpbulkwalk of the entire "enterprises" tree to see how much that differs: /usr/bin/snmpbulkwalk -v2c -c ***
Cisco ASA 5505 snmpwalk query
Hi, just wondering if anybody else noticed this issue with Cisco ASA5505 firewalls. They are both identical machines. ASA 5505 Security Plus license. Same IOS version 9.1.6, 1024Mb RAM. Almost identical configurations. Why would 1 device report cikeTun* values, and the other say 'No Such Obje
RE: Please correct my understanding regarding snmpwalk
-snmp-users@lists.sourceforge.net Objet : Please correct my understanding regarding snmpwalk $ snmptranslate .1.3.6.1.4.1.8072.1 NET-SNMP-MIB::netSnmpObjects $ snmptranslate .1.3.6.1.4.1.8072.2 NET-SNMP-EXAMPLES-MIB::netSnmpExamples So I am looking at two OIDs. .1.3.6.1.4.1.8072.1 and
Please correct my understanding regarding snmpwalk
$ snmptranslate .1.3.6.1.4.1.8072.1 NET-SNMP-MIB::netSnmpObjects $ snmptranslate .1.3.6.1.4.1.8072.2 NET-SNMP-EXAMPLES-MIB::netSnmpExamples So I am looking at two OIDs. .1.3.6.1.4.1.8072.1 and .1.3.6.1.4.1.8072.2. If I do an snmpwalk on the first $ snmpwalk -mALL -v 2c -c public localhost
Re: Please correct my understanding regarding snmpwalk
lot faster than snmpwalk on v 2c or higher. /Fredrik $ snmptranslate .1.3.6.1.4.1.8072.2 Den 2016-03-18 kl. 12:01, skrev Jurkiewicz Jean-Marc: Hi, Snmptranslate knows what .1.3.6.1.4.1.8072.2 is, but the equipment ( localhost in this case) has no “answer” to that request: No Such Object av
SNMPWALK EndOfMIbView EndOfData
Hi All, I have implemented subagent of 5 tables. using mib2c MFD option All 5 tables gives the value when my monitoring process say "XYZ" is running. Now the problem is if my process XYZ is not running , the last three tables dont have any values. while doing snmpwalk on 2nd table
"extendfix" script still gets triggered by snmpwalk and snmpget
control remote hardware over SNMP for a home automation project.) I confirmed with snmpwalk that "nsExtendRunType" is set to "run-on-set(2)": snmpwalk -v2c -c testing 127.0.0.1 nsExtensions NET-SNMP-EXTEND-MIB::nsExtendNumEntries.0 = INTEGER: 1 NET-SNMP-EXTEND-MIB::nsEx
Re: snmpwalk and ipv6 address
7:35 AM, Pushpa Thimmaiah < > pushpa.thimma...@gmail.com> wrote: > >> Hi Folks, >> >> I am using ubuntu and ifconfig eth0 says 'inet6 addr:* >> fe80::3e97:eff:fe8b:f326/64'* >> I have tried snmpwalk with ipv6 ipaddress (mentioned below
Re: snmpwalk and ipv6 address
If you want to listen to the wildcard, you don't specify an address -- just use "udp6:161". Bill On Tue, Nov 3, 2015 at 7:35 AM, Pushpa Thimmaiah wrote: > Hi Folks, > > I am using ubuntu and ifconfig eth0 says 'inet6 addr:* > fe80::3e97:eff:fe8b:f326/64'
Re: snmpwalk and ipv6 address
addr:* > fe80::3e97:eff:fe8b:f326/64'* > I have tried snmpwalk with ipv6 ipaddress (mentioned below) and it works > fine > snmpwalk -v 2c -c public1 'udp6:[::1]:161' > > But snmpwalk fails when i used fe80::3e97:eff:fe8b:f326 > > $ snmpwalk -v 2c -c public
snmpwalk and ipv6 address
Hi Folks, I am using ubuntu and ifconfig eth0 says 'inet6 addr:* fe80::3e97:eff:fe8b:f326/64'* I have tried snmpwalk with ipv6 ipaddress (mentioned below) and it works fine snmpwalk -v 2c -c public1 'udp6:[::1]:161' But snmpwalk fails when i used fe80::3e97:eff:fe8b:f326
Re: snmpwalk v3 SHA
On Tue, Oct 20, 2015 at 8:51 AM, Sunil Siddharth wrote: > Hello, > > > > I am trying to run snmpwalk with SHA and authnopriv credentials as below > and getting error “snmpwalk: USM authentication failure (incorrect password > or key)” > > > > C:\usr\bin>s
snmpwalk v3 SHA
Hello, I am trying to run snmpwalk with SHA and authnopriv credentials as below and getting error "snmpwalk: USM authentication failure (incorrect password or key)" C:\usr\bin>snmpwalk -v 3 -a SHA -l authnopriv -u noAuthUser -A password123 10.112.73.208 .1.3.6.1.2.1.1
Re: snmpwalk on table works but snmpget on the same fails
not >> 2) check with snmpgetnext >> >> On Mon, Sep 21, 2015 at 7:29 PM, Pushpa Thimmaiah < >> pushpa.thimma...@gmail.com> wrote: >> >>> Hi, >>> >>> I have defined new mib table and generated corresponding .c and .h file >>> usin
Re: snmpwalk on table works but snmpget on the same fails
9 PM, Pushpa Thimmaiah < > pushpa.thimma...@gmail.com> wrote: > >> Hi, >> >> I have defined new mib table and generated corresponding .c and .h file >> using tool 'mib2c'. >> I am able to walk on the newly created mib table >> >> test$ snm
Re: snmpwalk on table works but snmpget on the same fails
le to walk on the newly created mib table > > test$ snmpwalk -m ALL -M ~/mibs -v 2c -c pushpa 192.168.107.26 > MIBMODULE::newTable > MIBMODULE::newtableElement1.339787776.1 = INTEGER: 24 > MIBMODULE::newtableElement2.339787776.1 = INTEGER: 1 > MIBMODULE::newtableElement3.339787776
snmpwalk on table works but snmpget on the same fails
Hi, I have defined new mib table and generated corresponding .c and .h file using tool 'mib2c'. I am able to walk on the newly created mib table test$ snmpwalk -m ALL -M ~/mibs -v 2c -c pushpa 192.168.107.26 MIBMODULE::newTable MIBMODULE::newtableElement1.339787776.1 = INTEGER: 24
Re: Local snmpwalk fails with Unknown Object Identifier
a strange problem with net-snmp while retrieving a subtree > with snmpwalk: > > On the Target Host itself I got a Unknown Object Identifier Error Message.. > > snmpwalk -v3 -m ALL -M /usr/share/snmp/mibs -n "" -u admin -a SH > A -A "12345678" -x AES -X "1234
Ang.: Local snmpwalk fails with Unknown Object Identifier
that path with -M+/your/dir /Fredrik - Reply message - Från: "Oliver Graute" Till: Rubrik: Local snmpwalk fails with Unknown Object Identifier Datum: ons, jun 24, 2015 16:13 > The TAINY-MIB is a self created MIB and is stored in /usr/share/snmp/mibs is it sufficant to c
Re: Local snmpwalk fails with Unknown Object Identifier
> The TAINY-MIB is a self created MIB and is stored in /usr/share/snmp/mibs is it sufficant to copy a self-build MIB to the /usr/share/snmp/mibs directory? or do I need a fresh build with ./configure --with-mib-modules=myMIB ? Best regards, Oliver --
Re: Local snmpwalk fails with Unknown Object Identifier
Hello, here some additional infos: If I snmpwalk via the OID Number it is also working: snmpwalk -v3 -m ALL -M /home/graute/snmp/mibs -n "" -u admin -a SHA -A "12345678" -x AES -X "12345678" -l authPriv 127.0.0.1 1.3.6.1.2.1 And I see this: snmpwalk -v3 -m AL
Local snmpwalk fails with Unknown Object Identifier
Hello, I observe a strange problem with net-snmp while retrieving a subtree with snmpwalk: On the Target Host itself I got a Unknown Object Identifier Error Message.. snmpwalk -v3 -m ALL -M /usr/share/snmp/mibs -n "" -u admin -a SH A -A "12345678" -x AES -X "123456
RE: objects marked not-accessible returned by snmpwalk
by snmpwalk On Tue, Apr 28, 2015 at 7:33 AM, Tim Culhane mailto:tim.j.culh...@gmail.com> > wrote: Does anybody know if it is possible to get the ‘MAX-ACCESS’ value for an oid from a request via the net-snmp API? mib2c has access to it (and in theory it's in charge of getting tha
Re: objects marked not-accessible returned by snmpwalk
On Tue, Apr 28, 2015 at 7:33 AM, Tim Culhane wrote: > Does anybody know if it is possible to get the ‘MAX-ACCESS’ value for an > oid from a request via the net-snmp API? > mib2c has access to it (and in theory it's in charge of getting that info into the code). There's no access to this info fr
Re: snmpwalk issue
yuvaraj r writes: > If i use snmpwalk for table sample 1 during table sample 2 is getting > updating, I am seeing crash in my subagent. Because snmpwalk is really just sending a series of GETNEXTs until it gets a response that is outside your sample 1 table (when walking that table), t
RE: objects marked not-accessible returned by snmpwalk
ubject: RE: objects marked not-accessible returned by snmpwalk Hi Bill, I generated my files using the mfd (mib for dummies) option to mib2c and chose the caching option. Its not using the table iterator, just the “normal” table helper … I think. Tim From: Bill Fenner [mail
RE: objects marked not-accessible returned by snmpwalk
: Net-SNMP Coders; net-snmp-users@lists.sourceforge.net Subject: Re: objects marked not-accessible returned by snmpwalk You don't mention which helper you're using, but if you're using the table_iterator, is the not-accessible column in your column_info->details.list?
Re: objects marked not-accessible returned by snmpwalk
< > (rowreq_ctx->tbl_idx.razorgateSmtpIPAddress_len * > sizeof(rowreq_ctx->tbl_idx.razorgateSmtpIPAddress[0]))) { > var->val.string = > malloc(rowreq_ctx->tbl_idx.razorgateSmtpIPAddress_len * > sizeof(rowreq_ctx->tbl_idx. > razorgateSmtpIPAddress[0])); > } > var->val_len
objects marked not-accessible returned by snmpwalk
azorgateSmtpIPAddress[0]))) { var->val.string = malloc(rowreq_ctx->tbl_idx.razorgateSmtpIPAddress_len * sizeof(rowreq_ctx->tbl_idx. razorgateSmtpIPAddress[0])); } var->val_len = rowreq_ctx->tbl_idx.razorgateSmtpIPAddress_len * sizeof(rowreq_ctx->tbl_idx.razorgateSmtpIPAddress[0]); memcpy(var
snmpwalk issue
Hi, I have two tables sample 1 and sample 2 in my subagent. Both tables are getting updated in different time periods. If i use snmpwalk for table sample 1 during table sample 2 is getting updating, I am seeing crash in my subagent. During the crash, control does not come reached sample 1
RE: How do add the .1.3.6.1.4 OID root to the default output of an snmpwalk for which no OID argument is given.
Fulko, I'm aware that if specify the OID I can get the vendor-specific OIDs via an snmpwalk. However, the tool that is querying the device will not allow that. It is a commercial product from Alcatel-Lucent and it will not specify an OID to walk. It runs a "bare" snmpwalk c
Re: How do add the .1.3.6.1.4 OID root to the default output of an snmpwalk for which no OID argument is given.
On Wed, Nov 5, 2014 at 8:47 AM, PEOPLES, MICHAEL P wrote: > When executing the following command on a Brocade Vyatta 5600, you only get > OIDs from a root OID of .1.3.6.1.2. > > snmpwalk -c XXX -v 2c vyatta01.foo.com > > However, the vendor specific OIDs are available on
How do add the .1.3.6.1.4 OID root to the default output of an snmpwalk for which no OID argument is given.
When executing the following command on a Brocade Vyatta 5600, you only get OIDs from a root OID of .1.3.6.1.2. snmpwalk -c XXX -v 2c vyatta01.foo.com However, the vendor specific OIDs are available only in the root OID .1.3.6.1.4. I need to get these vendor OIDs when performing a "
MIB for Dummies (MFD) executable does not respond to snmpwalk/get
st:1161 It returns: No log handling enabled - turning on stderr logging registered debug token adeSensorsTable, 1 adeSensorsTable:init_adeSensorsTable: Registering adeSensorsTable as a mibs-for-dummies table. On a separate terminal I ran: snmpwalk -v 1 -c public localhost:1161 Timeout: No Res
How to get vendor MIB when snmpwalk from "enterprises"
efined a MIB in SMI v1, so I can query for elements names also. The agent manage the OID iso.3.6.1.4.1.34567 (It's an example), an enterprises branch. What I want is to get my enterprise MIB when I snmpwalk starting from "enterprises" (.1.3.6.1.4.1). Now when I launch: snmpwal
Re: error showing SNMPWALK on the last table of a view
xtending your timeouts is a workaround, but, > IMHO... it shouldn't have to be that slow. > > > > On Wed, Jul 2, 2014 at 10:50 AM, sarath azad > wrote: > > Hello, > > > > Thanks for the replies and inputs. > > The problem was that the table being of
Re: error showing SNMPWALK on the last table of a view
azad wrote: > Hello, > > Thanks for the replies and inputs. > The problem was that the table being of very large size, SNMPWALK was taking > more time to finish. > When we configured the view to contain only a single column of the table, > and then doing SMNPWALK on that column
Re: error showing SNMPWALK on the last table of a view
Hello, Thanks for the replies and inputs. The problem was that the table being of very large size, SNMPWALK was taking more time to finish. When we configured the view to contain only a single column of the table, and then doing SMNPWALK on that column of the table, we were getting the data
Re: error showing SNMPWALK on the last table of a view
Hi Chris, Thanks for the reply. I did some more tests to understand the problem. I find that if we are configuring a table's OID in the view and doing a SNMPWALK on the table, we are getting all the data from the table and at the end getting the message: "No more variables left in thi
Re: error showing SNMPWALK on the last table of a view
Hello, Does the same happen when you change the default timeout say with your snmpwalk -t 10 [the rest of your arguments] (for 10 sec), and does the same happen if you try to do a snmpwalk on the tree that appears last just before the timeout? 24.06.2014, 16:37, "sarath azad" :Hello,
error showing SNMPWALK on the last table of a view
Hello, Could you please help in resolving the below problem? If we are configuring a view containing a single MIB table and do a SNMPWALK on it, it is showing all the data on the table and at the end of the table it is showing a message: "No more variables left in this MIB View (It is pas
Re: snmpwalk times out while returning result (5.5 49.el6_5.1, CentOS, used by Cacti)
lems. Suddenly >>> I start getting timeouts for snmp get requests (as reported by cacti >>> logging, btw I've already written to cacti support forums as well so I will >>> keep this thread NET-SNMP only) >>> >>> Not just any timeout, my snmpwalk wou
Re: snmpwalk times out while returning result (5.5 49.el6_5.1, CentOS, used by Cacti)
;>> Cacti and spine poller process though I came here to ask for help as I can >>> replicate the problem with only snmp tools on the same box. Firstly it's a >>> big cacti, 1900 devices, been working for months with no problems. Suddenly >>> I start getting tim