• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

SNMP forwarder

imagoon

Diamond Member
Have any of you found a small application that can forward SNMP requests it gets to another host? I have devices I want to monitor via SNMP but they are on isolated networks with Windows servers between them. Is there a way to have say SNMP requests sent to port 162 get PAT/NAT to the device? I know RAS could so this but it seems like over kill. I would figure there has to be some sort of SNMP-Proxy or Forwarder out there.
 
Haven't used it much other than playing around in a lab a little bit...but I think ncat (netcat for windows http://nmap.org/ncat/) could handle that.

ncat -k -l localhost -p 162 -e “ncat TargetHost 162″

edit: having 2nd guesses about whether this would work. I'd be interested to hear if you try using ncat and it works out for you.
 
Last edited:
Back
Top