Hi!
        Thank you very much Dave  for you are constant help.
        
                        In my Master agent I have configured the
snmpd.conf file for proxy settings, as shown in the below.
        #          sec.name        source         community

        com2sec                                 notConfigUser  default
public
        com2sec                                 ConfigUser     default
private
        com2sec -Cn modemHost1     remHost1
10.10.1.10/255.255.255.255     public
        com2sec -Cn modemHost2     remHost2
10.10.1.20/255.255.255.255     public

        #         groupName      securityModel    securityName

        group   notConfigGroup       v1           notConfigUser
        group   notConfigGroup       v2c          notConfigUser
        group   ConfigGroup          v1           ConfigUser
        group   ConfigGroup          v2c          ConfigUser
        group   remHost1             usm          remoteHost1
        group   remHost2             usm          remoteHost2

        view    systemview       included        .1.3.6
        view     systemview       included        .1.3.6.1.4.1.6798
        view     systemview       included        .1.3.6.1.4.1.13995

        access  notConfigGroup  ""              any     noauth    exact
systemview   none        none
        access  ConfigGroup     ""              any     noauth    exact
systemview   systemview  none
        access  remHost1        modemHost1      usm     noauth    exact
systemview   none      none
        access  remHost2        modemHost2      usm     noauth    exact
systemview   none      none

        proxy -Cn modemhost1 -v2c -c public 10.10.1.10 1.3.6.1.4.1.6798
        proxy -Cn modemhost2 -v2c -c public 10.10.1.20 1.3.6.1.4.1.6798

        if any thing wrong please let know.

        but when I walk throu MIB-Browser I am not getting any values. I
am using MG-SOFT (snmpv1), which works as Manager, Do I need to
configure any thing in the manager part, but my manager is working in
snmpv1.

        If I am using context name in the master agent, how come manager
will come to know from which subagent he got request, when I do walk
operation. How manager will identify the subagents.

        can I get brief explanation regarding this. 


      With Regards.
G.Siva Prakash Reddy.



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Dave Shield
Sent: Thursday, May 10, 2007 2:20 PM
To: Siva Prakash Reddy G
Cc: [email protected]
Subject: Re: FW: regarding creation of subagents using proxy.


On 10/05/07, Siva Prakash Reddy G <[EMAIL PROTECTED]> wrote:
>                    There are 3 modems which behaves as subagents, I
> need to retrive the values of above mentioned OID's from the 3 modems
> using proxy settings. That means, I am trying to get the  values  of
> same OID's from the 3  different modems ( subagents ).
>
>                 Now tell me, how to configure my Master agent. Hope
> this clear to  understand.Tell me how to configure my Master agent
with out
> using                   "Context name".


You can't - you've got to use contexts internally to distinguish between
the three parallel registrations.  See the recent thread entitled "Proxy
question" on the -users list (initiated by Byron Schlemmer on Apr 26)
for more details.

I've just realised that you've already been asking the same question in
a
different thread.   I suggested then that you try with a more recent
version
of the code.   The snmpd.conf file that you posted looks basically
correct,
but it's quite likely that the 5.1.x line doesn't include the necessary
support.

If you're still using this old code, please upgrade and try again.

Dave


The information contained in, or attached to, this e-mail, contains 
confidential information and is intended solely for the use of the individual 
or entity to whom they are addressed and is subject to legal privilege. If you 
have received this e-mail in error you should notify the sender immediately by 
reply e-mail, delete the message from your system and notify your system 
manager. Please do not copy it for any purpose, or disclose its contents to any 
other person. The views or opinions presented in this e-mail are solely those 
of the author and do not necessarily represent those of the company. The 
recipient should check this e-mail and any attachments for the presence of 
viruses. The company accepts no liability for any damage caused, directly or 
indirectly, by any virus transmitted in this email.

www.aztecsoft.com

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to