Guys, using NPM 11.5. We have tight security on our environment. As such, all networking kit use ACLs to determine what IP addresses they would respond to for SNMP queries etc. As such, we initially set up our NPM installation with 3 IP addresses:
- 1 for IIS/NPM Web Interface
- 1 for Syslog
- 1 for device polling (all networking kit allow this IP address to SNMP query)
What we found though the poller was tied to a specific address, it would still use the OS routing depending on what it was polling and this meant it might send polling queries out on of the other interfaces, Can this be locked down to a specific interface?