Hello These managers are configured for V3 request I sent same GET request to retrieve the value of alarmID from the alarmtable and the User was "sbssEmsUser"
My snmd.conf: ------------------------------------------------------------------------------ trapsess -e 0x80001f888017454900b6f44848 -v 3 -u sbssEmsUser -a MD5 -A sbssEmsSecretpass -l authNoPriv 192.168.150.5:162 rwuser sbssEmsUser auth com2sec sbssEmsUser 192.168.150.5 sbssEmsCommPrivate group sbssEmsUserGroup usm sbssEmsUser view sbssEmsAll included .1 80 access sbssEmsUserGroup "" usm auth exact sbssEmsAll sbssEmsAll sbssEmsAll master agentx AgentXSocket tcp:localhost:706 -------------------------------------------------------------------------------- That is i should be able to recieve request from multiple managers One more question related to configuration were in agent we configure from which IP to listen for request or we just create user , it's group and view access Thanks a lot ----- Original Message ----- From: Dave Shield <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [email protected] Sent: Fri, 13 Jun 2008 14:21:42 +0530 (IST) Subject: Re: Timeout on GET request from second Manager 2008/6/13 <[EMAIL PROTECTED]>: > Do NEtSnmp support request from multiple managers Yes. > I developed SNMPv3 master-subagent. > I started a first MibBrowser(Acting as first Manager) and sent GET rtequest , > it was successful > Then i started second MibBrowser(Acting as second Manager) and sent GET > request , it TimedOut. How are these two browsers configured? What version of SNMP and what community/user are they using? What were the two GET requests? > My snmd.conf is > rwuser sbssEmsUser auth > com2sec sbssEmsUser 192.168.150.5 sbssEmsCommPrivate No. Do not use the same security name for an SNMPv3 user and an SNMPv1/2c community. It *might* work, but I'm not convinced. And it's just asking for confusion. Keep different access control settings distinct > view sbssEmsAll included .1 80 > access sbssEmsUserGroup "" usm auth exact sbssEmsAll sbssEmsAll sbssEmsAll You haven't defined 'sbssEmsUserGroup' (and I assume that you've created the SNMPv3 user 'sbssEmsUser' in the /var/net-snmp/snmpd.conf file?) Why not simply use rocommunity sbssEmsCommPrivate ? That's much simpler! > trap2sink 192.168.150.5 sbssEmsCommPrivate 162 > informsink 192.168.150.5 sbssEmsCommPrivate 162 Do you really want to send two copies of every trap to the same management station? > trapcommunity sbssEmsCommPrivate The trapcommunity needs to come *before* the sink lines. Dave ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
