Netshot
Netshot copied to clipboard
Software complainace is not working for Cisco ASA firewalls
Hi Team,
Need your help to update the ASA firewall driver , as software compliance is not working for these below mentioned ASA firewall families .
Cisco ASA 5525 Cisco ASA 5545 Cisco ASA 5585.
Kinldy do let me now if you need any more details.
Hi, can you run the snapshot in full debug mode (https://github.com/netfishers-onl/Netshot/wiki/Snapshot-troubleshooting) and share the result so that I can update the driver?
Dear Friend,
This is the actual issue. It is not checking the software compliance. Hardware and conf backup and is working fine.
And i tried to run Debug snapshot but not seeing the "Enable debug log"
Am using [Netshot 0.19.3] version in my Environment.
What software rules have you defined in the Compliance section?
Family and version details are here
part number details are here
Software compliance added details
And finally when i run it getting this error.
under reports tab i see all the devices are non-complaint
Weird. I would suspect a hidden space or something similar... You may want to clear the Device Family and Part Number fields in the compliance rule and try again. If not better, can you double check (API) that the version doesn't contain any space or other unexpected character?
It is failing because of version only. if i remove version on the compliance tab
I tried it with and without space , but still no luck.
How do we solve this issue ?
Can you use the API to check the detected version of the device?
Go to Help > API browser.
Find GET /devices/{id}
, expand the section, click Try it out, give the device ID, and click Execute. Check softwareVersion
entry in the resulting JSON.
Hi Scadilhac,
Kindly help.
You are sharing an example from the API doc, not the query result as requested.
You should have real values in the result, not values like "string"
.
Hi Scadilhac,
Kindly check now .
OK, so there is a space character at the end of the software version. I've updated the driver file, you can update (or you can the space to your rule, to check).
Hi Scadilhac,
Can you provide the stpes to update only the driver? Also share me the driver filename which you have updated.