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.
$hostis the hostname or IP address of the device.$sshis a Net::OpenSSH connection to the device.If a post-login banner needs to be accepted, please set
$bannerto true.Returns a list of hashrefs in the format
{ mac => MACADDR, ip => IPADDR }.