NeDi: 1.1.155
ASA: Cisco ASA5520 ( 8.4.3 ) running in virtual firewall context mode
After I provided NeDi with the necessary IO-Pty perl library and user/pass/enable credentials in nedi.conf I was eventually able to run a discovery with cli (ssh) support, hoping I'd be able to retrieve the ARP entries from the firewall contexts.
But it seems I'm having troubles with discovering ARP entries from virtual ASA firewall contexts. Maybe I'm missing something, but NeDi only discovers ARP entries of the management interface from the admin context, which is rather useless.
I would've expect NeDi to do something like this:
Determine if ASA is in single or multiple context mode
show mode
If the output contains "Security context mode: multiple", do the following to list all firewall contexts:
changeto system
show context detail
and regex match every line containing ^Context "(.*)"
then iterating through each firewall context and fetching the ARP entrieschangeto context"<match>"
show arp
So, is there any setting to enable multiple context support for ASAs in NeDi?