cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1636
Views
10
Helpful
7
Replies

How to auto export FTD cpu and memory and disk usage for weekly at fmc

journey jane
Level 1
Level 1

Dear all,

I have 2 FTDs in the environment managed by FMC. I want to generate Reports for CPU and Memory and disk usage for the FTDs. how can Reports i generated for weekly or monthly as schedule.

could anyone can help for it? Thanks much.

7 Replies 7

balaji.bandi
Hall of Fame
Hall of Fame

For this task we generally use NMS system to generate this report - personally i have not seen any reports in FMC like trhat - i can only see alerts.

may be worth checking Overview-->reports...report..Templates anything available as per your need.

https://www.cisco.com/c/en/us/td/docs/security/firepower/60/configuration/guide/fpmc-config-guide-v60/Working_with_Reports.html

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Marvin Rhoads
Hall of Fame
Hall of Fame

You have a couple of options. If you already have an SNMP-based network management system then you could just poll the FTD devices directly and retrieve the statistics.

You could create a scheduled report of health events but that would not be a time series table or graph.

You could also just log into FMC once a week and screenshot the health monitor page for each device.

FMC Health monitor - device memoryFMC Health monitor - device memory

Hello Marvin Rhoads,

Thanks much for your shared information. Even though i have configured SNMP at FMC and FTD to get resources information to zabbix, i cannot get any cpu and memory information from fmc and ftd ,just got interfaces information and other stuff. can you pls put any suggestion on it. 

Thank you.

Is your FMC an VM? If so, you can query the hypervisor with SNMP for the VM memory and CPU utilization.

For FTD, what platform / model are you running?

Hello Marvin Rhoads,

I'm using FPR 2100 series. Do i need to configure health policy also? Thanks.

For FTD CPU and memory, you should be able to query using OIDs in the FTD MIB.

FMC can likewise be queried via the hypervisor MIB (for virtual FMC) or by querying the chassis CIMC interface with SNMP (for hardware FMC)

Optionally, you could create an API script that fetches this information for you and depending on how you want to present it, you can either keep it as text or have it graphed, or connect it to your management system via another API call.  If you have a linux system in your network you could set up a "cron" job to run at a fixed interval that executes this script.

The following paths would be the API call paths

/api/fmc_config/v1/domain/{domainUUID}/devices/devicerecords/{containerUUID}/operational/metrics?filter=%20metric%3Acpu&limit=2000&expanded=true"

/api/fmc_config/v1/domain/{domainUUID}/devices/devicerecords/{containerUUID}/operational/metrics?filter=%20metric%3Amemory&limit=2000&expanded=true"

--
Please remember to select a correct answer and rate helpful posts
Review Cisco Networking for a $25 gift card