- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Labels:
-
Event Analysis
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Please remember to select a correct answer and rate helpful posts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Please remember to select a correct answer and rate helpful posts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Please remember to select a correct answer and rate helpful posts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Please remember to select a correct answer and rate helpful posts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 10:05 PM
Thanks for your response. The stated problem has been solved as I implemented your suggestion.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 10:03 PM - edited 03-18-2025 10:04 PM
