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 - rickli

Pages: 1 ... 23 24 [25]
361
Discovery / Re: Reading ARP entries from virtual ASA firewalls
« on: July 10, 2014, 08:25:31 pm »
Not yet, sorry. I can look into it though. A similar issue was mentioned with the config backup, BTW.

362
Other / Re: NeDi2GrapML
« on: July 05, 2014, 11:25:06 am »
I had a hard time finding this great contribution again, so I made it sticky  :)

363
Discovery / Re: pb decoding MAC wih HPVC HP VC FlexFabric 10Gb/24-Port
« on: February 07, 2014, 07:24:37 pm »
I'll look at this next week (while I still have access to my HP lab...), tx!

364
Discovery / Re: DNS update for existing nodes
« on: January 17, 2014, 11:27:09 am »
Ok, I got a solution. Enter this in in System-Export:

UPDATE nodes set ipupdate=0;

All nodes will update their IP/DNS in the next discovery. You can add a "WHERE lastseen > 1387562241" condition to limit it to newer nodes for example...

I'm gonna add this to the Maintenance options in System-Export.

365
Discovery / Re: DNS update for existing nodes
« on: January 16, 2014, 08:31:23 pm »
It's tied to retire, meaning it'll force an update after "retire" days. You can lower it to get the update quicker, but this will affect other node related "timers" like deleting old nodes etc...

366
Other / Re: NeDi2GrapML
« on: May 09, 2012, 09:39:05 pm »
Actually I forgot about a typo of mine:

-                                       if($lneb{"1.3.6.1.4.1.9.9.23.1.2.1.1.8.$k[14].$k[15]" =~ /^WS-C/}){
+                                       if($lneb{"1.3.6.1.4.1.9.9.23.1.2.1.1.8.$k[14].$k[15]"} =~ /^WS-C/){

(the line with a + replaces the line with a -. The curly bracket at the end needs to be before =
This should fix it...

367
Other / Re: NeDi2GrapML
« on: May 08, 2012, 10:38:19 pm »
This might actually be related to the discovery. I changed it around in order to support Nexus. Can you check around line 1460 of libsnmp.pm, whether the WS-C regexp matches or not?

368
Other / Re: NeDi2GrapML
« on: March 06, 2012, 10:55:14 pm »
I definitely like the idea to have more alternatives to my map.  8)  Calling a perl script should be fairly easy, but having it generated by PHP would make the integration seamless (e.g. another output format in Topo-Map). I plan inline maps anyway, thus I'll keep graphml in the back of my head, while remodeling...

369
Definition Files / Re: search def for WS-C2960-8TC-S
« on: July 13, 2011, 06:32:14 pm »
That's because I turned on strict in Perl :)

Have a look at a newer .def You're missing the lines for Discards (ifidiO, ifodiO) and maybe commented uselogin in nedi.conf?

370
News / Re: Registering Here
« on: February 20, 2011, 06:12:35 pm »
Due to recent events, I have to fall back to a stricter registration. No more free-mail accounts, no more funny names. Thanks for your understanding!

371
Database / Re: usefull SQL queries
« on: January 05, 2011, 12:42:43 am »
Cool, I like what you guys make out of it  8)

BTW, ip's can be made readable with mysql:
SELECT distinct name, inet_ntoa(ip) as ip, os, devices.type, serial FROM devices LEFT JOIN links ON name = device where links.device is NULL;

372
News / Registering Here
« on: April 25, 2009, 11:09:28 pm »
For all the newcomers here: Thanks to the Spammers, each registration will be reviewed prior authorization. Please don't use freemail accounts and unpronounceable names. We are a quite serious networking community here, hence you won't have to worry about any side effects when using even your work email address. This will make my life easier, leaving more time to further develop NeDi...

373
Database / Re: bulk reset of device cli access
« on: March 02, 2009, 10:50:35 pm »
# mysql nedi

mysql> update devices set cliport = 0 where login = "grommit";


374
Database / Re: usefull SQL queries
« on: January 09, 2009, 05:46:03 pm »
Great topic, made it sticky  ;D

375
GUI / Re: Documentation
« on: April 07, 2008, 11:10:20 am »
If you're looking for context help, click on the "life-saver" icon next to the menu. Marco Rauchenstein wrote an excellent German translation...(which is far more detailed, than my english one).

Installation and configuration is covered in the Docs of www.nedi.ch (so I thought)...

If you're after the snapshot join us on IRC, so we can discuss issues etc. right away...

Pages: 1 ... 23 24 [25]