Hello,

Do we need to configure "context Name" and "context Engine" somewhere in 
snmpd.conf or it is automatically done for snmpv3
by Net-SNMP

I have added following lines in snmpd.conf for authentication :
defSecurityName     abc
defAuthType            MD5
defSecurityLevel       authPriv
defAuthPassphrase  mysecretpass
defPrivType              DES
defPrivPassphrase    mypassphrase
defVersion                3
defContextName       context


and it works fine through command line when i give following :

snmpwalk -v3 -u abc -l authPriv -a MD5 -A mysecretpass -x DES -X  mypassphrase 
localhost

but through a MIB Browser(Mibbel GUI) it ask for "context Name" and "Context 
Engine" ;
-- if i keep it empty i get a response
-- If i enter something(context) i get a response : Timeout

do anything to be done in access specifiers in snmpd.conf

I had searched a lot on this .. but was unable to find it
Could u please help in this


Br
Gaurav

--
Guess 1st innings score. Win 1 Lakh* Rupees.
SMS RUN<Your Score> to 8888. 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
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


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to