Send Netdot-users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://osl.uoregon.edu/mailman/listinfo/netdot-users
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Netdot-users digest..."
Today's Topics:
1. Re: Device Polling Statistics (Alan KT So)
2. Re: Custom Attributes for Subnet? (Carlos Vicente)
3. Re: IP hierarchy had to be rebuilt? (Carlos Vicente)
4. FWT and ARP collection from Cisco ASA
(Schroeder, AJ (GE Healthcare, consultant))
5. Re: FWT and ARP collection from Cisco ASA (Carlos Vicente)
6. Re: FWT and ARP collection from Cisco ASA
(Schroeder, AJ (GE Healthcare, consultant))
7. Re: FWT and ARP collection from Cisco ASA (Carlos Vicente)
----------------------------------------------------------------------
Message: 1
Date: Wed, 5 Sep 2012 10:35:08 +0800
From: Alan KT So <[email protected]>
Subject: Re: [Netdot-users] Device Polling Statistics
To: Carlos Vicente <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
Thanks for the suggestion. I have simply increased the heartbeat for
all DS at this moment since we may change the polling interval in the
future.
On Thu, Aug 23, 2012 at 02:14:24AM -0400, Carlos Vicente wrote:
>
> On 8/23/12 2:11 AM, Alan KT So wrote:
> > Twice a day from Monday to Friday. Does it matter?
>
> Yes, I think it does. The sampling frequency is configured into the RRD
> file. You can probably create your own RRD file with the desired
> sampling frequency.
>
>
> --
> cv
------------------------------
Message: 2
Date: Wed, 05 Sep 2012 09:20:38 -0400
From: Carlos Vicente <[email protected]>
Subject: Re: [Netdot-users] Custom Attributes for Subnet?
To: Jiann-Ming Su <[email protected]>
Cc: "[email protected]" <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1
On 9/3/12 3:31 PM, Jiann-Ming Su wrote:
> The default attributes of a subnet are Address, Status, Description,
> VLAN, Owner, and Used by. Is it possible to define custom
> attributes?
There are two tables called 'ipblockattr' and 'ipblockattrname' for
creating custom attributes. However, the user interface only shows that
option for IP addresses, not subnets.
I have added a feature request for the next release:
https://osl.uoregon.edu/redmine/issues/1684
--
cv
------------------------------
Message: 3
Date: Wed, 05 Sep 2012 09:22:03 -0400
From: Carlos Vicente <[email protected]>
Subject: Re: [Netdot-users] IP hierarchy had to be rebuilt?
To: Jiann-Ming Su <[email protected]>
Cc: "[email protected]" <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1
An inconsistency was found in the tree data structure. Nothing too serious.
We are rewriting some of this code, btw.
On 9/3/12 3:55 PM, Jiann-Ming Su wrote:
> What does this error mean, and how do I fix it?
>
> child >= parent: 192.168.12.3/31 >= 192.168.12.4/32. IP hierarchy had to be
> rebuilt. Go back and try again.
> _______________________________________________
> Netdot-users mailing list
> [email protected]
> https://osl.uoregon.edu/mailman/listinfo/netdot-users
>
--
cv
------------------------------
Message: 4
Date: Wed, 5 Sep 2012 13:47:05 +0000
From: "Schroeder, AJ (GE Healthcare, consultant)"
<[email protected]>
Subject: [Netdot-users] FWT and ARP collection from Cisco ASA
To: "[email protected]" <[email protected]>
Message-ID:
<[email protected]>
Content-Type: text/plain; charset="us-ascii"
Hello,
I have been attempting to get more meaningful information from our Cisco ASA
devices. SNMP yields only so much so I was poking around in Site.conf and
noticed that you can put username, password, and an enable password credentials
in so that netdot can SSH/telnet into these devices to pull FWT and ARP tables.
Ever since I did this, I have been receiving errors when updatedevices.pl runs
like this:
ERROR - Device::CLI::_get_arp_from_cli: <name of ASA>: login failed to remote
host - prompt does not match at
/usr/lib/perl5/site_perl/5.8.8/Net/Appliance/Session/Transport.pm line 77.
ERROR - Device::CLI::_get_arp_from_cli: <name of ASA>: login failed to remote
host - prompt does not match at
/usr/lib/perl5/site_perl/5.8.8/Net/Appliance/Session/Transport.pm line 77.
I did some googling and I saw one thread about the module owner of
Session::Transport making some changes to the module, but that was from last
year. These error messages are also different than what was in the thread.
I am able to connect via SSH and login to the ASAs in question, if anyone has
any ideas as to what this could be I would appreciate it greatly.
Thank you,
AJ Schroeder
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://osl.uoregon.edu/pipermail/netdot-users/attachments/20120905/fed41dfa/attachment-0001.html
------------------------------
Message: 5
Date: Wed, 05 Sep 2012 10:25:37 -0400
From: Carlos Vicente <[email protected]>
Subject: Re: [Netdot-users] FWT and ARP collection from Cisco ASA
To: "Schroeder, AJ (GE Healthcare, consultant)" <[email protected]>
Cc: "[email protected]" <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1
What version of Netdot and what version of Net::Appliance::Session?
In lib/Netdot/Model/Device/CLI.pm, you'll find:
# Uncomment this to debug session exchanges
# $s->set_global_log_at('debug');
That might help
cv
On 9/5/12 9:47 AM, Schroeder, AJ (GE Healthcare, consultant) wrote:
> Hello,
>
>
>
> I have been attempting to get more meaningful information from our Cisco
> ASA devices. SNMP yields only so much so I was poking around in
> Site.conf and noticed that you can put username, password, and an enable
> password credentials in so that netdot can SSH/telnet into these devices
> to pull FWT and ARP tables.
>
>
>
> Ever since I did this, I have been receiving errors when
> updatedevices.pl runs like this:
>
>
>
> ERROR - Device::CLI::_get_arp_from_cli: <name of ASA>: login failed to
> remote host - prompt does not match at
> /usr/lib/perl5/site_perl/5.8.8/Net/Appliance/Session/Transport.pm line 77.
>
> ERROR - Device::CLI::_get_arp_from_cli: <name of ASA>: login failed to
> remote host - prompt does not match at
> /usr/lib/perl5/site_perl/5.8.8/Net/Appliance/Session/Transport.pm line 77.
>
>
>
> I did some googling and I saw one thread about the module owner of
> Session::Transport making some changes to the module, but that was from
> last year. These error messages are also different than what was in the
> thread.
>
>
>
> I am able to connect via SSH and login to the ASAs in question, if
> anyone has any ideas as to what this could be I would appreciate it greatly.
>
>
>
> Thank you,
>
>
>
> AJ Schroeder
>
>
>
>
>
>
>
>
>
> _______________________________________________
> Netdot-users mailing list
> [email protected]
> https://osl.uoregon.edu/mailman/listinfo/netdot-users
>
--
cv
------------------------------
Message: 6
Date: Wed, 5 Sep 2012 14:45:23 +0000
From: "Schroeder, AJ (GE Healthcare, consultant)"
<[email protected]>
Subject: Re: [Netdot-users] FWT and ARP collection from Cisco ASA
To: Carlos Vicente <[email protected]>
Cc: "[email protected]" <[email protected]>
Message-ID:
<[email protected]>
Content-Type: text/plain; charset="us-ascii"
I suppose that would help. I am using the newest release of netdot (1.0.1) and
the Net::Appliance::Session version is:
perl -MNet::Appliance::Session -e 'print "$Net::Appliance::Session::VERSION\n"'
3.122100
I also set the debug flag in that CLI.pm file. Would I see the debug output in
the emails of updatedevice.pl, or would they be syslog?
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Carlos Vicente
Sent: Wednesday, September 05, 2012 9:26 AM
To: Schroeder, AJ (GE Healthcare, consultant)
Cc: [email protected]
Subject: Re: [Netdot-users] FWT and ARP collection from Cisco ASA
What version of Netdot and what version of Net::Appliance::Session?
In lib/Netdot/Model/Device/CLI.pm, you'll find:
# Uncomment this to debug session exchanges
# $s->set_global_log_at('debug');
That might help
cv
On 9/5/12 9:47 AM, Schroeder, AJ (GE Healthcare, consultant) wrote:
> Hello,
>
>
>
> I have been attempting to get more meaningful information from our
> Cisco ASA devices. SNMP yields only so much so I was poking around in
> Site.conf and noticed that you can put username, password, and an
> enable password credentials in so that netdot can SSH/telnet into
> these devices to pull FWT and ARP tables.
>
>
>
> Ever since I did this, I have been receiving errors when
> updatedevices.pl runs like this:
>
>
>
> ERROR - Device::CLI::_get_arp_from_cli: <name of ASA>: login failed to
> remote host - prompt does not match at
> /usr/lib/perl5/site_perl/5.8.8/Net/Appliance/Session/Transport.pm line 77.
>
> ERROR - Device::CLI::_get_arp_from_cli: <name of ASA>: login failed to
> remote host - prompt does not match at
> /usr/lib/perl5/site_perl/5.8.8/Net/Appliance/Session/Transport.pm line 77.
>
>
>
> I did some googling and I saw one thread about the module owner of
> Session::Transport making some changes to the module, but that was
> from last year. These error messages are also different than what was
> in the thread.
>
>
>
> I am able to connect via SSH and login to the ASAs in question, if
> anyone has any ideas as to what this could be I would appreciate it greatly.
>
>
>
> Thank you,
>
>
>
> AJ Schroeder
>
>
>
>
>
>
>
>
>
> _______________________________________________
> Netdot-users mailing list
> [email protected]
> https://osl.uoregon.edu/mailman/listinfo/netdot-users
>
--
cv
_______________________________________________
Netdot-users mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-users
------------------------------
Message: 7
Date: Wed, 05 Sep 2012 10:50:36 -0400
From: Carlos Vicente <[email protected]>
Subject: Re: [Netdot-users] FWT and ARP collection from Cisco ASA
To: "Schroeder, AJ (GE Healthcare, consultant)" <[email protected]>
Cc: "[email protected]" <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1
On 9/5/12 10:45 AM, Schroeder, AJ (GE Healthcare, consultant) wrote:
> I suppose that would help. I am using the newest release of netdot
> (1.0.1) and the Net::Appliance::Session version is:
>
> perl -MNet::Appliance::Session -e 'print
> "$Net::Appliance::Session::VERSION\n"' 3.122100
>
> I also set the debug flag in that CLI.pm file. Would I see the debug
> output in the emails of updatedevice.pl, or would they be syslog?
>
I would run updatedevices.pl by hand and watch the output on the
terminal. I wouldn't leave the debug option on.
cv
------------------------------
_______________________________________________
Netdot-users mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-users
End of Netdot-users Digest, Vol 46, Issue 3
*******************************************