09-24-2018 10:46 PM - edited 03-12-2019 06:59 AM
Hi,
Is there a way to extract a list of all devices and there serial numbers from FMC? We are using FireSight 5.4 version of software.
Thanks,
Dan
09-25-2018 06:03 AM
Not as of that version.
With some scripting expertise you may be able to construct an API query with the more recent versions. However it's probably easier to just click through the GUI and copy them down if you're not handy with scripting.
10-10-2018 05:32 AM
Hi Marvin,
Thanks for the reply, in the end we managed to get one of our SQL guys to extract it from a table on the FMC.
Regards,
Dan
10-10-2018 11:41 AM
That's awesome. Can you post up the sql query?
11-01-2018 03:32 AM
11-19-2018 04:43 PM
11-20-2018 06:51 AM
Hi stevego,
That's really useful! Thank you!
It's a shame the FMC refers to some other serial number (rather than what is displayed when you issue the "show inv" command from CLI) but that's a really cool command to know!
Cheers,
Matt.
01-09-2019 11:24 AM
As a followup/addition, you can also use OmniQuery.pl for this:
OmniQuery.pl -db sfsnort -e "select serial_number,ip,name,model columns from sensor ;"
12-12-2019 05:28 AM
Hi
The OmniQuery.pl -db sfsnort -e "select serial_number,ip,name,model columns from sensor ;" string will show the JAD.... serial number.
Do any on you wither have a list of the Tables avilable from within the FMC like "sensor" in the example above, or do anyone know how to get the table like above but with the FTD Serial number e.g. show inventory PID: ASA5516 , VID: V05 , SN: JMX1941XXXX
So what i am interested in is the JMX serial number, is that something you are able to Fitch from the FMC?
br Kevin
02-05-2024 02:00 PM
@Brett Lykins ........ it works for me !!!! thanks a lot Engginner !!!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide