Add PaloAlto and IOS-XR support to netdisco-sshcollector

This commit is contained in:
Oliver Gorwits
2014-09-03 13:22:47 +00:00
parent 1e90fea47a
commit 9f4be96964
5 changed files with 142 additions and 0 deletions

View File

@@ -20,6 +20,10 @@ Currently, ARP tables can be retrieved from the following device classes:
=item * L<App::Netdisco::SSHCollector::Platform::IOS> - Cisco IOS
=item * L<App::Netdisco::SSHCollector::Platform::IOSXR> - Cisco IOS XR
=item * L<App::Netdisco::SSHCollector::Platform::PaloAlto> - PaloAlto devices
=back
The collected arp entries are then directly stored in the netdisco database.
@@ -91,6 +95,8 @@ B<inetaddr> and B<macaddr> datatypes in PostgreSQL can handle.
=item L<Net::OpenSSH>
=item L<Expect>
=back
=head1 COPYRIGHT AND LICENSE