Hi,
I have a remote node that I would like to use snmp with. This node is on a different network. Can I use the netxms agent as a snmp proxy for the node it's installed on?
I currently have this setup:
Host A = netxms server
Host B = remote server on different network
Host B's agent is configured like this:
Then on Host A in netxms Host B's node is configured with itself as the snmp proxy.
When I do a configuration poll the agent works 100% but the snmp times out. The port 4700 is forward on both Node A and Node B's routers.
SNMP is working on Node B as I can snmpwalk locally without any issues. Is there any way I can have the netxms agent be an snmp proxy for the node it's installed on?
				
			I have a remote node that I would like to use snmp with. This node is on a different network. Can I use the netxms agent as a snmp proxy for the node it's installed on?
I currently have this setup:
Host A = netxms server
Host B = remote server on different network
Host B's agent is configured like this:
Code Select 
EnableProxy = yes
EnableSNMPProxy = yes
MasterServers = HostA_Address
ConfigIncludeDir = C:\NetXMS\etc\nxagentd.conf.d
LogFile = {syslog}
FileStore = C:\NetXMS\var
SubAgent = winperf.nsm
SubAgent = ups.nsm
RequireAuthentication = yes
SharedSecret = *******Then on Host A in netxms Host B's node is configured with itself as the snmp proxy.
When I do a configuration poll the agent works 100% but the snmp times out. The port 4700 is forward on both Node A and Node B's routers.
SNMP is working on Node B as I can snmpwalk locally without any issues. Is there any way I can have the netxms agent be an snmp proxy for the node it's installed on?