App::Netdisco::SSHCollector::Platform::PaloAlto
Collect ARP entries from PaloAlto devices.
Retrieve ARP and neighbor 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 =
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.