[SNMP4J] SNMPv3 authentication problem

Eduardo Luque nigbiz at gmail.com
Tue Aug 1 10:30:59 CEST 2006


Hi.
I'm using a the TestAgent code. When I try to use SNMPv3 authentication I
get the next message:

2006-08-01 10:23:01,718 DEBUG [DefaultUDPTransportMapping_0.0.0.0/105] -
Received message from /127.0.0.1/1273 with length 103:
30:65:02:01:03:30:0e:02:02:02:35:02:02:20:00:04:01:04:02:01:03:04:25:30:23:04:09:80:00:13:70:01:ac:13:85:4a:02:04:00:00:00:00:02:04:00:00:00:00:04:06:53:48:41:44:45:53:04:00:04:00:30:29:04:09:80:00:13:70:01:ac:13:85:4a:04:00:a0:1a:02:02:02:a6:02:01:00:02:01:00:30:0e:30:0c:06:08:2b:06:01:04:02:02:05:00:05:00
2006-08-01 10:23:01,718 DEBUG [DefaultUDPTransportMapping_0.0.0.0/105] -
SNMPv3 header decoded: msgId=565, msgMaxSize=8192, msgFlags=04, secModel=3
2006-08-01 10:23:01,718 DEBUG [DefaultUDPTransportMapping_0.0.0.0/105] -
getUser(engineID=80:00:13:70:01:ac:13:85:4a, securityName=SHADES)
2006-08-01 10:23:01,718 DEBUG [DefaultUDPTransportMapping_0.0.0.0/105] -
RFC3412 ยง7.2.10 - Received PDU is NOT a response or internal class message
-> PduHandle := NONE
2006-08-01 10:23:01,718 DEBUG [DefaultUDPTransportMapping_0.0.0.0/105] -
Adding cache entry:
StateReference[msgID=565,pduHandle=PduHandle[-2147483648],securityEngineID=80:00:13:70:01:ac:13:85:4a,securityModel=
org.snmp4j.security.USM at 430b6
,securityName=SHADES,securityLevel=1,contextEngineID=80:00:13:70:01:ac:13:85:4a,contextName=]
2006-08-01 10:23:01,718 DEBUG [DefaultUDPTransportMapping_0.0.0.0/105] -
Fire process PDU event: CommandResponderEvent[transportMapping=
org.snmp4j.transport.DefaultUdpTransportMapping at 11a01ddpeerAddress=
127.0.0.1/1273, processed=false, pdu=[GET[reqestID=678, errorStatus=0,
errorIndex=0, VBS[1.3.6.1.4.2.2.5.0 = Null]]], securityName=SHADES,
securityModel=3, securityLevel=1]
2006-08-01 10:23:01,718 DEBUG [RequestPool.0] - Found group name 'v3group'
for secName 'SHADES and secModel 3
2006-08-01 10:23:01,718 DEBUG [RequestPool.0] - Got views
[DefaultMOMutableRow2PC[index=7.118.51.103.114.111.117.112.0.3.3,values=[1,
fullReadView, fullWriteView, fullNotifyView, 3, 1]] for group name 'v3group'

but I not receive any data. What can be the problem? With v1 and v2c there
are no prbolems.

Regards



More information about the SNMP4J mailing list