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
