03-12-2025 01:08 AM
I am trying to send cisco FMC 1700's interface status information to SNMP server as SNMP trap and to syslog server.
how to send above, kindly help.
Solved! Go to Solution.
03-12-2025 02:34 AM
You would most likely need to find the OIDs that you require for monitoring and poll that (or push from FMC). you can do an SNMP walk on the FMC to find the OIDs you need.
sudo snmpwalk -v 2c -c <enter community string here> 127.0.0.1 | grep IF-MIB
03-12-2025 03:23 AM
it is on the FMC. go into "expert" and do a local (127.0.0.1) SNMP walk there and you will get all the OIDs that you can query.
03-12-2025 02:34 AM
You would most likely need to find the OIDs that you require for monitoring and poll that (or push from FMC). you can do an SNMP walk on the FMC to find the OIDs you need.
sudo snmpwalk -v 2c -c <enter community string here> 127.0.0.1 | grep IF-MIB
03-12-2025 02:49 AM
Thank you so much for your response.
It is on FMC's cli or on SNMP Server? kindly send me please its details too.
03-12-2025 03:23 AM
it is on the FMC. go into "expert" and do a local (127.0.0.1) SNMP walk there and you will get all the OIDs that you can query.
03-18-2025 10:05 PM
Thanks for your response. The stated problem has been solved as I implemented your suggestion.
03-18-2025 10:03 PM - edited 03-18-2025 10:04 PM
11-27-2025 06:30 PM
Hi @Namgyal
How were you able to setup the snmp traps on Cisco FMC? I managed to see the OIDs but I was stuck there. Not sure how will i configure the FMC itself (not the managed firewalls) to send traps.
Regards,
REnz
11-27-2025 08:30 PM
hello @renzanjo-caparas
FMC itself can't send SNMP traps, you have to track OID of FMC interface which is connected to your FTD or firewall, and then track that OID from monitor tools like zabbix or tools that you are using to monitor your network.
To track OID of FMC interface login your FMC with CLI and perform below:
sudo snmpwalk -v 2c -c <enter community string here> 127.0.0.1 | grep IF-MIB
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