Re: Using and loading MIBS

2024-11-15 Thread gday vw
Hello David, Those examples worked. Thanks! Vaughan On Sat, Nov 16, 2024 at 2:02 PM David R Anderson wrote: > Good work, > > After reading the UBNT-UniFi-MIB I tried the same kind of thing as the > Cisco MIB example: > > C:\usr\bin>snmptranslate -m +UBNT-UniFi-MIB -M "c:\usr\share\snmp\mibs"

Re: Using and loading MIBS

2024-11-15 Thread gday vw
Hello, I have unpacked all of the net-snmp-5.9.4\mibs\ files as recommended to /usr/share/snmp/mibs The example in the Wiki now works zen@debian11-DR6:~$ snmptranslate -m +CISCO-RHINO-MIB -IR -On ciscoLS1010ChassisFanLed .1.3.6.1.4.1.9.5.11.1.1.12 However when I try to query any of the entries i

Re: Using and loading MIBS

2024-11-14 Thread Lee
Hi, On Tue, Nov 12, 2024 at 7:16 PM gday vw wrote: > > Hello, > > I'm an SNMP newbie and I'm trying to follow this tutorial. > > http://www.net-snmp.org/wiki/index.php/TUT:Using_and_loading_MIBS#Net-SNMP_Command_Line_Applications > > OS is Debian > zen@debian11-DR6:~$ cat /proc/version > Linux ver

Re: Using and loading MIBS

2024-11-13 Thread gday vw
Hello, I've had another go at following this example https://net-snmp.sourceforge.io/wiki/index.php/TUT:Using_and_loading_MIBS This time using the mib file used in the example. Still not working for me. Here are what I think is the key info Command-line zen@debian11-DR6:~$ snmptranslate -m +CIS

Re: Using and loading MIBS

2024-11-12 Thread gday vw
Have also tried below zen@debian11-DR6:~$ snmptranslate -On UI-UniFi-MIB::unifiApSystem MIB search path: /home/zen/.snmp/mibs:/usr/share/snmp/mibs:/usr/share/snmp/mibs/iana:/usr/share/snmp/mibs/ietf Cannot find module (UI-UniFi-MIB): At line 1 in (none) UI-UniFi-MIB::unifiApSystem: Unknown Object I

Using and loading MIBS

2024-11-12 Thread gday vw
Hello, I'm an SNMP newbie and I'm trying to follow this tutorial. http://www.net-snmp.org/wiki/index.php/TUT:Using_and_loading_MIBS#Net-SNMP_Command_Line_Applications OS is Debian zen@debian11-DR6:~$ cat /proc/version Linux version 5.10.0-33-amd64 (debian-ker...@lists.debian.org) (gcc-10 (Debian

Re: error in tutorial "Using and loading MIBs"

2007-08-17 Thread Dave Shield
On 17/08/07, Günther Thomsen <[EMAIL PROTECTED]> wrote: > In the tutorial "Using and loading MIBs" [1], snmptranslate is used > without output option: > The desired effect can be requested by specifying the output option > 'n' (output numerically) G

error in tutorial "Using and loading MIBs"

2007-08-17 Thread Günther Thomsen
In the tutorial "Using and loading MIBs" [1], snmptranslate is used without output option: --8<-- % snmptranslate -m +CISCO-RHINO-MIB -IR ciscoLS1010ChassisFanLed .1.3.6.1.4.1.9.5.11.1.1.12 -->8-- The command used in that way will yield (in NET-SNMP 5.2.1.2 as included in C