Page 2 of 2

Re: Nagios XI Unable to monitor HP/Aruba Switches with routi

Posted: Wed Jan 17, 2018 5:26 am
by TorqueSteer
Finally found the issue!

When routing is enabled, you need to then tell the switch how to handle snmp requests. Basically to send snmp responses to the queries back to the address they came from, in this instance my Nagios XI server.

In the CLI, of the switch, enter the config and enter:

HP Switch(config) # snmp-server response-source dst-ip-of-request

Re: Nagios XI Unable to monitor HP/Aruba Switches with routi

Posted: Wed Jan 17, 2018 11:46 am
by tgriep
That is great news that the problem has been resolved. Thank you for posting the fix, that will help out other users as well.
Let us know if it is alright to mark the post as solved and lock it up for you.

Re: Nagios XI Unable to monitor HP/Aruba Switches with routi

Posted: Thu Jan 18, 2018 5:40 am
by TorqueSteer
Solved indeed! Thanks for everyones help and pointers.