cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1343
Views
2
Helpful
7
Replies

How to send FMC's interface status notification to syslog, snmp server

Namgyal
Level 1
Level 1

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.

2 Accepted Solutions

Accepted Solutions

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

View solution in original post

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

View solution in original post

7 Replies 7

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

@Marius Gunnerud 

Thank you so much for your response.
It is on FMC's cli or on SNMP Server? kindly send me please its details too.

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

Thanks for your response. The stated problem has been solved as I implemented your suggestion.

Namgyal
Level 1
Level 1



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

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

Review Cisco Networking for a $25 gift card