I have a situation when I have three computers A, B, C.
Computer A and B are on routable networks and can communicate with each other (different subnets). Computer C is not routable but is on the same subnet as B.
I want to monitor computer C from computer A using SNMP and cacti.
What I'm trying to write is an SNMP "Proxy" to sit on B which listens to a custom port and gets all requests made for SNMP from computer C.
Is this possible?
Thanks for any and all help.
Andrew.