Jumah - 2016-10-19

Hi,

We are currently using the fortinet virtualization technology called VDOM (Virtual domains).
It divides a fortigate physical box into several virtual firewall.

Hence, if you want to collect arp information, you have to do so for each vdom

CLI example below :
FORTIGATE# config vdom
FORTIGATE(vdom) # edit
<vdom> Virtual Domain Name
MY-VDOM-1
MY-VDOM-2
MY-VDOM-3
FORTIGATE(vdom) # edit MY-VDOM-2
current vf=MY-VDOM-2:3
FORTIGATE(MY-VDOM-2) # diagnose ip arp list
index=63 ifname=VL-VOICE 10.1.1.1 00:0c:29:d9:47:b3 state=00000004 use=5219 confirm=4719 update=654 ref=1
...

Could you suggest me a way to modify accordingly the fortigatescraper.pl ?

Thank you

Regards
Ju