-
- Distribution: App-Netdisco
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Clone repository
- Issues (11)
- Testers
- Kwalitee
- 74.63% Coverage
- License: bsd
- Activity
- 24 month
- Tools
- Download (3.81Mb) 0
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Algorithm::Cron
- aliased
- AnyEvent
- AnyEvent::DNS::EtcHosts
- App::cpanminus
- App::local::lib::helper
- Archive::Extract
- Authen::Radius
- Authen::TacacsPlus
- autovivification
- CGI::Expand
- Command::Runner
- Daemon::Control
- Dancer
- Dancer::Plugin::Auth::Extensible
- Dancer::Plugin::DBIC
- Dancer::Plugin::Passphrase
- Dancer::Plugin::Swagger
- Dancer::Session::Cookie
- Data::Printer
- Data::Visitor::Tiny
- DBD::Pg
- DBIx::Class
- DBIx::Class::Helpers
- Expect
- File::ShareDir
- File::Slurper
- Guard
- HTML::Parser
- HTTP::Tiny
- IO::Socket::INET6
- IO::Socket::SSL
- JSON
- JSON::XS
- List::MoreUtils
- List::Util
- MCE
- MIME::Base64
- Module::Load
- Moo
- namespace::clean
- Net::DNS
- Net::Domain
- Net::LDAP
- Net::OpenSSH
- NetAddr::IP
- NetAddr::MAC
- Opcode
- Package::DeprecationManager
- Path::Class
- Plack
- Plack::Handler::Twiggy
- Plack::Middleware::Debug
- Plack::Middleware::Expires
- Plack::Middleware::ReverseProxy
- Pod::Usage
- Regexp::Common
- Role::Tiny
- Scope::Guard
- Sereal
- SNMP::Info
- Socket6
- SQL::Abstract
- SQL::Translator
- Starman
- Storable
- Sys::SigAction
- Template
- Template::AutoFilter
- Template::Plugin::CSV
- Template::Plugin::Number::Format
- Term::ReadLine
- Term::UI
- Try::Tiny
- URI
- URI::Based
- URL::Encode
- URL::Encode::XS
- version
- YAML
- YAML::XS
- and possibly others
- CPAN Testers List
- Reverse dependencies
- Dependency graph
NAME
App::Netdisco::SSHCollector::Platform::NXOS
DESCRIPTION
Collect ARP entries from Cisco NXOS devices.
PUBLIC METHODS
- arpnip($host, $ssh)
-
Retrieve ARP entries from device.
$host
is the hostname or IP address of the device.$ssh
is a Net::OpenSSH connection to the device.Returns a list of hashrefs in the format
{ mac => MACADDR, ip => IPADDR }
.
Module Install Instructions
To install App::Netdisco::SSHCollector::Platform::NXOS, copy and paste the appropriate command in to your terminal.
cpanm App::Netdisco
perl -MCPAN -e shell install App::Netdisco
For more information on module installation, please visit the detailed CPAN module installation guide.