cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
355
Views
2
Helpful
5
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

5 Replies 5

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



Review Cisco Networking for a $25 gift card