Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - computercolin

#1
Hello,
I have a scenario where NetXMS SNMP polling does not work.. but I think it can be made to work.

target device:
- Private IP - 10.X.Y.Z
   - stable
- PPPoE
    - PPP IP change every 4 hours
    - default route through PPPoE

I add device to NetXMS with private IP (10.X.Y.Z) but NetXMS cannot SNMP poll device.
This is because NetXMS send SNMP request to 10.X.Y.Z but device responds src-ip=$pppoe_public_ip. The two IPs do not match, so NetXMS does not match up the SNMP-request and the SNMP-response correctly.

SNMP includes a request-id, so if NetXMS matches SNMP-request and SNMP-response using request-id, it will work correctly.
(for example, I have windows tool that does this, and it works with my device)

Is there a way to configure NetXMS to match SNMP based on request-id and ignore src-ip?