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
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