Welcome, Guest. Please login or register.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Hannu Liljemark

Pages: [1] 2 3
1
General Topics / Re: Is Nedi affected by Log4J vulnerability?
« on: December 15, 2021, 09:34:39 am »
No.

2
News / Re: NeDi & CVE-2021-44228
« on: December 13, 2021, 11:59:52 am »
While you wait for Remo's reply, I guess you've verified that with eg. 2.0.120p3 install package the situation is:

# lsof | grep .jar | awk '{print $9}'|sort -u| xargs -I{} grep -s JndiLookup.class "{}"
#

$ find /var/nedi 2>/dev/null -regex ".*.jar" -type f | xargs -I{} grep JndiLookup.class "{}"
$

So JndiLookup.class is not used. As expected since Nedi doesn't use java...

Br,
Hannu

3
Definition Files / Re: Looking for .def File Cisco C9407R
« on: September 03, 2021, 07:01:54 am »
Kind of old thread but we're adding a pair of C9407R to Nedi and I was searching for something in regards to that.

Anyway, interesting that there's SNMPv 1 in this def... was that choice made for a specific reason?

I think 2.0C package includes def for 1.3.6.1.4.1.9.1.2501 which has SNMPv 2HC.

4
General Topics / Re: How to backup Cisco router 851w
« on: August 04, 2021, 08:21:19 am »
Hi

Does Nedi discover the device? Do you get snmp and cli access to the device? Do you have other devices where the backup works? Do you have a discovery cronjob running that also takes backups eg. daily?

Br,
Hannu

5
Hi

Maybe your Nedi doesn't have a definition file for that switch stack and is unable to pull all data the switch has to offer.

If you try to re-discover the stack from via web GUI by hitting the radar icon in SNMP line or the command line with "nedi.pl -v -SGg -a ip-address-here", does Nedi print right in the beginning something like "SOBJ:Reading 1.3.6.1.4.1.11.2.3.7.11.140.def (HP2530-24G)"? The SysObjId and Type would be something else in your case.

If definition file is missing, you could try following Remo's guide on definition file creating: http://www.nedi.ch/documentation/expand/

Br,
Hannu

6
Definition Files / Re: Def Files for Mellanox
« on: September 04, 2020, 09:23:31 am »
dervossibaer, you could look at https://forum.nedi.ch/index.php?topic=1957.0 sample I created few years ago to get basic support for new OS.

7
Michael, did you also try the ssh_config mod suggested in this thread?

8
Definition Files / Cisco 9200 stack
« on: June 25, 2020, 10:09:44 am »
Definition for 1.3.6.1.4.1.9.1.2694, Cisco 9200 stack.

9
Definition Files / Huawei AR651W
« on: June 25, 2020, 10:09:01 am »
Another small'ish Huawei router, 1.3.6.1.4.1.2011.2.224.322.

10
Definition Files / Re: Huawei AR1220E
« on: June 25, 2020, 10:08:09 am »
I made a slight update to the hw module section... so the original zip has been updated!

11
Definition Files / Huawei AR1220E
« on: March 16, 2020, 12:54:12 pm »
Def attached for a small'ish router Huawei AR1220E 1.3.6.1.4.1.2011.2.224.130.

Far from perfect as I only have snmpget access (restricted, I think), but a start...

12
Installation / Re: Could not connect to nedi@localhost with nedi
« on: March 12, 2020, 09:08:02 am »
Is mysqld running on your system? Try restarting it? If you have one / filesystem I'd use "du -sh /" to look which directory uses most space and work from there, or if /var is seperate filesystem and it's full, "du -sh /var" and then dig down to see what could be deleted.

Look at /var/log/messages, /var/log/syslog, /var/log/daemon or something similar if mysqld refuses to start.

Br,
Hannu

13
GUI / Re: Total #ND in Devices-List
« on: March 10, 2020, 01:15:23 pm »
Ok, thanks! I thought the field was going to show switch population or ip4 nodes similarly to what is show in Device Status page's Status row :D No ip6 here and actually I've never used that Total #ND before incase it was available in older versions.

Anyway, I think I can get the data needed by using "Ethernet Free" in the list view.

...And I better get my eyes checked because now I also see that I can choose "Population" as a column.

Sorry! :D

Br,
Hannu

14
GUI / Total #ND in Devices-List
« on: March 03, 2020, 01:53:01 pm »
Am I the only one with Devices-List showing nothing in Total #ND field? Few 1.9C installations, all running MySQL and have been migrated from older versions.

Probably I'll soon find another post on the forum after asking this aloud...

Br,
Hannu

15
Installation / Re: PHP 7
« on: February 25, 2020, 10:10:58 am »
Need? I don't think so. Seems to work fine with PHP5.6 on Ubuntu 16 and PHP5.4 on CentOS7.

Pages: [1] 2 3