Hi ,
   I have defined the following in snmpd.conf:

#######################################################################   
   com2sec proxyuser       default      public
   group   proxygroup      usm          proxyuser
   view    userview        included     .1
   access  proxygroup      "" any noauth exact  userview   none none
   proxy -v 2c -c hostcommunity  remotehost1  .1.3.6.1.2.1.1.5 
#######################################################################

When I issue the following SNMPGET with the above configuration in
snmpd.conf:

snmpget -v 3 -u proxyuser -l authNoPriv -a MD5 -A proxypassword  localhost
.1.3.6.1.2.1.1.5.0

The SNMPGET gets sysName object information from the "remotehost1". 

If I modify the proxy command in snmpd.conf to : 
   proxy -v 2c -c hostcommunity  remotehost1  .1.3.6.1.2.1.1 

Now if I reissue the above snmpget command, I get the sysName oid
information from the "localhost" instead of "remotehost1". 

What I want do is to proxy all the incoming SNMPGET requests for the objects
under the subtree 1.3.6.1.2.1.1 to "remotehost1". 

Can anybody please point me out the changes needed in the configuration to
satisfy my above requirement ? 

Regards,
Suresh


      


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to