Difference between revisions of "User talk:Quentinqjb"

From Net-SNMP Wiki
Jump to: navigation, search
(ksm model error timeout: no response from XXX why?)
 
 
Line 2: Line 2:
  
 
use"snmpget -v 3 -Y defSecurityModel=ksm -u myname -l authNoPriv XXX system.sysDescr.0" test ,return error" timeout: no response from XXX"
 
use"snmpget -v 3 -Y defSecurityModel=ksm -u myname -l authNoPriv XXX system.sysDescr.0" test ,return error" timeout: no response from XXX"
 +
 +
: it's hard to tell from that why it's not working.  You'd have to have set up SNMP on both sides properly.  The KSM security model is not well supported, as it was never standardized (unfortunately).  Does normal USM work?  If you run with the packet dumping -d switch, do packets come back at all? [[User:Wes|Wes]] 11:39, 26 August 2009 (UTC)

Latest revision as of 11:39, 26 August 2009

I configure ksm model net-snmp

use"snmpget -v 3 -Y defSecurityModel=ksm -u myname -l authNoPriv XXX system.sysDescr.0" test ,return error" timeout: no response from XXX"

it's hard to tell from that why it's not working. You'd have to have set up SNMP on both sides properly. The KSM security model is not well supported, as it was never standardized (unfortunately). Does normal USM work? If you run with the packet dumping -d switch, do packets come back at all? Wes 11:39, 26 August 2009 (UTC)