App::Netdisco::SSHCollector::Platform::NXOS
Collect ARP entries from Cisco NXOS devices.
Retrieve ARP entries from device. $host is the hostname or IP address of the device. $ssh is a Net::OpenSSH connection to the device.
$host
$ssh
Returns a list of hashrefs in the format { mac => MACADDR, ip => IPADDR }.
{ mac => MACADDR, ip => IPADDR }
To install App::Netdisco, copy and paste the appropriate command in to your terminal.
cpanm
cpanm App::Netdisco
CPAN shell
perl -MCPAN -e shell install App::Netdisco
For more information on module installation, please visit the detailed CPAN module installation guide.