|
From: JF <jf...@cr...> - 2003-06-18 18:34:56
|
Hello, we are using the net-snmp that is comming with Linux 8.0. The linux computers are acting like gateways to connect two LANs together. One of the Linux gateway has two IP address IPA and IPB. IPA is connected to LAN2 and IPB is connected to the network backbone. The same thing for the other Linux gateway with IP1 connected to the LAN1 and IP2 connected to the network backbone. LAN1 ------ IP1 - IP2 -------- Backbone ----------- IPB - IPA ---------LAN2 We have a computer in LAN1 that is trying to access SNMP information from IPA. We are using JDMK the Java SNMP library from Sun. So our Java program send an SNMP Get request to IPA but its IPB which answer the request but the Java SNMP stack do not pick it up. We are doing the same thing with several Cisco routers but in this case the the same IP that the SNMP request was made to is answering the request not the nearer IP address. I want to know if there is a way to configurer net-snmp so that the IP that the request was made to is answering the request. Thanks a lot for your help |