<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8961566514960947557</id><updated>2011-11-27T16:29:15.491-08:00</updated><category term='NeDi'/><category term='NMS'/><category term='Cisco'/><category term='Network Management System'/><title type='text'>Nedi Network Management System</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://nedinms.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8961566514960947557/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://nedinms.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Adamstrator</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8961566514960947557.post-949605714202916844</id><published>2009-02-05T20:13:00.000-08:00</published><updated>2009-02-06T15:45:33.760-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='NeDi'/><category scheme='http://www.blogger.com/atom/ns#' term='Cisco'/><category scheme='http://www.blogger.com/atom/ns#' term='NMS'/><category scheme='http://www.blogger.com/atom/ns#' term='Network Management System'/><title type='text'>NeDi Network Management System</title><content type='html'>NeDi is one of the greatest free tools available for managing a network, and this blog is to basically get the word out, and also act as one big review.   I'll share some of my experiences with the setup of NeDi, and how to get it working in any environment.  &lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Introduction&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;For a Network Managment System (NMS) NeDi has an excellent cost-to-benefit ratio: it's free!  NeDi is an open source product, and therefore the source code is freely avaiable for download, and if you have some good ideas, you can contribute to the project.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Installation&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This really depends on what you want to put it on.  I would suggest using the latest verision of CentOS.  This is what I've installed NeDi on in the past with the most ease and success.  &lt;span&gt;&lt;span&gt;Make sure you've got perl, apache, and mysql, php running on your box at the very minimum.  After you've got those, you can just do a yum install of most of your packages:&lt;br /&gt;&lt;span style="font-style: italic;font-size:85%;" &gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-style: italic;font-size:85%;" &gt;&lt;code style="font-family: verdana;"&gt;yum -y install &lt;/code&gt;&lt;code style="font-family: verdana;"&gt;php-mysql php-snmp php-gd &lt;/code&gt;&lt;/span&gt;&lt;code&gt;&lt;span style="font-style: italic;font-size:100%;" &gt;&lt;span style="font-family:verdana;"&gt;perl-Net-Telnet-Cisco perl-Algorithm-Diff perl-Net-Telnet perl-Net-SNMP net-snmp rrdtool&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/code&gt;From there you'll want to grab NeDi itself.  You can get it from here: http://www.nedi.ch/doku.php?id=files:download.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Discovery&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Alright so you've got the install done and you're ready for your first discovery.  Excellent!  The first thing you want to make sure is that you have your &lt;span style="font-weight: bold;"&gt;seedlist&lt;/span&gt; file under your nedi directory filled out.  You COULD leave it blank, however from my experience I've found you're going to want to be familiar with it at the very minimum.  In the largest network that I run NeDi in, I have 6 devices listed in my seedlist, and from there I can discover the other 300 Cisco routers, switches, and firewalls.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you want to run a manual discovery from your linux terminal, you can do the following under your nedi directory:&lt;br /&gt;&lt;br /&gt;./nedi.pl -c&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Steady State&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;This is what I call it when NeDi is in a normal operational mode.  Basically feel free to kick back and watch as it does everything you want it to do.  Personally I don't use NeDi for everything.  For instance, I don't push config changes through it, or use it for monitoring.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Troubleshooting&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If you're having trouble with NeDi, this section will try to help you.  The most common problem that I see is missing modules causing config backups not to work.  If this is happening to you, I would suggest running this perl script:&lt;br /&gt;&lt;br /&gt;#!/usr/bin/perl&lt;br /&gt;use Net::SSH::Perl;&lt;br /&gt;   my $host="DEVICEIP";&lt;br /&gt;   my $pass='YOURPASSWORD';&lt;br /&gt;   my $user="YOURUSERNAME";&lt;br /&gt;   my $ssh = Net::SSH::Perl-&gt;new($host);&lt;br /&gt;   $ssh-&gt;login($user, $pass);&lt;br /&gt;   my($stdout, $stderr, $exit) = $ssh-&gt;cmd("show run");&lt;br /&gt;   print "$stdout\n";&lt;br /&gt;&lt;br /&gt;This script will test the basic functionality of Net::SSH::Perl.  I've found that many times there is something missing, and this will at least give you the oppurtunity to test just that functionality.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8961566514960947557-949605714202916844?l=nedinms.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8961566514960947557/posts/default/949605714202916844'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8961566514960947557/posts/default/949605714202916844'/><link rel='alternate' type='text/html' href='http://nedinms.blogspot.com/2009/02/nedi-network-management-system.html' title='NeDi Network Management System'/><author><name>Adamstrator</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry></feed>
