NAME
App::Netdisco::SSHCollector::Platform::FortiOS
DESCRIPTION
Collect ARP entries from Fortinet FortiOS Fortigate 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.If a post-login banner needs to be accepted, please set
$banner
to true.Returns a list of hashrefs in the format
{ mac => MACADDR, ip => IPADDR }
.