SNMP forwarder

imagoon

Diamond Member
Feb 19, 2003
5,199
0
0
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.
 

seepy83

Platinum Member
Nov 12, 2003
2,132
3
71
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: