[AGENT++] RE: Problems with sending SNMPv3 traps after agent restart

Alex Agranov Alex.Agranov at audiocodes.com
Tue Apr 29 14:11:44 CEST 2008


Hi,

I have some new data on my problem with SNMPv3 notifications (informs) not working after restoring USM table from the persistent storage.

First of all, I attached debug logs to the end of this mail.
Second - I've been debugging this issue closely, and as far as I can tell it's caused by the fact that for the UsmUserTable entries that are loaded from the persistent storage, there is no corresponding entry neither in USM->usm_user_table, nor in USM->usm_user_name_table. As a result of that, when AGENT++ performs EngineID discovery and processes the REPORT reply - it can't find USM user name.

As a temporary solution to the problem, I modified my code as follows:

    // when MIB is changed
    m_mib->save_all();
    m_v3mp->get_usm()->save_users(D_USM_USERS_FILE);
    m_v3mp->get_usm()->save_localized_users(D_USM_LOCALIZED_USERS_FILE);

    ...

    // at startup
    m_mib->init();
    m_v3mp->get_usm()->load_users(D_USM_USERS_FILE);
    m_v3mp->get_usm()->load_localized_users(D_USM_LOCALIZED_USERS_FILE);

This seems to solve the problem with the TRAP.
However it looks to me more like a workaround than as a real solution.
What do you think?

Best regards,
      Alex

------------
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: Access requested for: (model) (name) (level) (type) (context) (oid): (3), (EMSUser), (3), (3), (), (1.3.6.1.4.1.5003.9.1.2.1.1)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getGroupName: (model) (name): (3), (EMSUser), (1.3.6.1.6.3.16.1.2.1.3.3.7.69.77.83.85.115.101.114)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (group) (context) (model) (level) (type): (ReadWriteGroup3), (), (3), (3), (3)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (matched group): (ReadWriteGroup3)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (matched context): ()
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: isInMibView: (viewName) (subtree): (All), (1.3.6.1.4.1.5003.9.1.2.1.1)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: Access requested for: (model) (name) (level) (type) (context) (oid): (3), (EMSUser), (3), (3), (), (1.3.6.1.4.1.5003.9.1.2.1.2)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getGroupName: (model) (name): (3), (EMSUser), (1.3.6.1.6.3.16.1.2.1.3.3.7.69.77.83.85.115.101.114)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (group) (context) (model) (level) (type): (ReadWriteGroup3), (), (3), (3), (3)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (matched group): (ReadWriteGroup3)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (matched context): ()
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: isInMibView: (viewName) (subtree): (All), (1.3.6.1.4.1.5003.9.1.2.1.2)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: Access requested for: (model) (name) (level) (type) (context) (oid): (3), (EMSUser), (3), (3), (), (1.3.6.1.4.1.5003.9.1.2.1.3)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getGroupName: (model) (name): (3), (EMSUser), (1.3.6.1.6.3.16.1.2.1.3.3.7.69.77.83.85.115.101.114)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (group) (context) (model) (level) (type): (ReadWriteGroup3), (), (3), (3), (3)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (matched group): (ReadWriteGroup3)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (matched context): ()
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: isInMibView: (viewName) (subtree): (All), (1.3.6.1.4.1.5003.9.1.2.1.3)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: Access requested for: (model) (name) (level) (type) (context) (oid): (3), (EMSUser), (3), (3), (), (1.3.6.1.4.1.5003.9.1.2.1.4)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getGroupName: (model) (name): (3), (EMSUser), (1.3.6.1.6.3.16.1.2.1.3.3.7.69.77.83.85.115.101.114)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (group) (context) (model) (level) (type): (ReadWriteGroup3), (), (3), (3), (3)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (matched group): (ReadWriteGroup3)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (matched context): ()
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: isInMibView: (viewName) (subtree): (All), (1.3.6.1.4.1.5003.9.1.2.1.4)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: Access requested for: (model) (name) (level) (type) (context) (oid): (3), (EMSUser), (3), (3), (), (1.3.6.1.4.1.5003.9.1.2.1.5)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getGroupName: (model) (name): (3), (EMSUser), (1.3.6.1.6.3.16.1.2.1.3.3.7.69.77.83.85.115.101.114)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (group) (context) (model) (level) (type): (ReadWriteGroup3), (), (3), (3), (3)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (matched group): (ReadWriteGroup3)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (matched context): ()
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: isInMibView: (viewName) (subtree): (All), (1.3.6.1.4.1.5003.9.1.2.1.5)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: Access requested for: (model) (name) (level) (type) (context) (oid): (3), (EMSUser), (3), (3), (), (1.3.6.1.4.1.5003.9.1.2.1.6)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getGroupName: (model) (name): (3), (EMSUser), (1.3.6.1.6.3.16.1.2.1.3.3.7.69.77.83.85.115.101.114)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (group) (context) (model) (level) (type): (ReadWriteGroup3), (), (3), (3), (3)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (matched group): (ReadWriteGroup3)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (matched context): ()
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: isInMibView: (viewName) (subtree): (All), (1.3.6.1.4.1.5003.9.1.2.1.6)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: Access requested for: (model) (name) (level) (type) (context) (oid): (3), (EMSUser), (3), (3), (), (1.3.6.1.4.1.5003.9.1.2.1.7)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getGroupName: (model) (name): (3), (EMSUser), (1.3.6.1.6.3.16.1.2.1.3.3.7.69.77.83.85.115.101.114)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (group) (context) (model) (level) (type): (ReadWriteGroup3), (), (3), (3), (3)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (matched group): (ReadWriteGroup3)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (matched context): ()
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: isInMibView: (viewName) (subtree): (All), (1.3.6.1.4.1.5003.9.1.2.1.7)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: Access requested for: (model) (name) (level) (type) (context) (oid): (3), (EMSUser), (3), (3), (), (1.3.6.1.4.1.5003.9.1.2.1.8)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getGroupName: (model) (name): (3), (EMSUser), (1.3.6.1.6.3.16.1.2.1.3.3.7.69.77.83.85.115.101.114)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (group) (context) (model) (level) (type): (ReadWriteGroup3), (), (3), (3), (3)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (matched group): (ReadWriteGroup3)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (matched context): ()
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: isInMibView: (viewName) (subtree): (All), (1.3.6.1.4.1.5003.9.1.2.1.8)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: Access requested for: (model) (name) (level) (type) (context) (oid): (3), (EMSUser), (3), (3), (), (1.3.6.1.4.1.5003.9.1.2.1.9)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getGroupName: (model) (name): (3), (EMSUser), (1.3.6.1.6.3.16.1.2.1.3.3.7.69.77.83.85.115.101.114)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (group) (context) (model) (level) (type): (ReadWriteGroup3), (), (3), (3), (3)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (matched group): (ReadWriteGroup3)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (matched context): ()
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: isInMibView: (viewName) (subtree): (All), (1.3.6.1.4.1.5003.9.1.2.1.9)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: Access requested for: (model) (name) (level) (type) (context) (oid): (3), (EMSUser), (3), (3), (), (1.3.6.1.4.1.5003.9.1.2.1.10)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getGroupName: (model) (name): (3), (EMSUser), (1.3.6.1.6.3.16.1.2.1.3.3.7.69.77.83.85.115.101.114)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (group) (context) (model) (level) (type): (ReadWriteGroup3), (), (3), (3), (3)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (matched group): (ReadWriteGroup3)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (matched context): ()
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: isInMibView: (viewName) (subtree): (All), (1.3.6.1.4.1.5003.9.1.2.1.10)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: Access requested for: (model) (name) (level) (type) (context) (oid): (3), (EMSUser), (3), (3), (), (1.3.6.1.4.1.5003.9.1.2.1.11)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getGroupName: (model) (name): (3), (EMSUser), (1.3.6.1.6.3.16.1.2.1.3.3.7.69.77.83.85.115.101.114)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (group) (context) (model) (level) (type): (ReadWriteGroup3), (), (3), (3), (3)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (matched group): (ReadWriteGroup3)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (matched context): ()
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: isInMibView: (viewName) (subtree): (All), (1.3.6.1.4.1.5003.9.1.2.1.11)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: Access requested for: (model) (name) (level) (type) (context) (oid): (3), (EMSUser), (3), (3), (), (1.3.6.1.4.1.5003.9.1.2.1.12)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getGroupName: (model) (name): (3), (EMSUser), (1.3.6.1.6.3.16.1.2.1.3.3.7.69.77.83.85.115.101.114)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (group) (context) (model) (level) (type): (ReadWriteGroup3), (), (3), (3), (3)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (matched group): (ReadWriteGroup3)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (matched context): ()
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: isInMibView: (viewName) (subtree): (All), (1.3.6.1.4.1.5003.9.1.2.1.12)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: Access requested for: (model) (name) (level) (type) (context) (oid): (3), (EMSUser), (3), (3), (), (1.3.6.1.4.1.5003.9.1.2.2.0.6)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getGroupName: (model) (name): (3), (EMSUser), (1.3.6.1.6.3.16.1.2.1.3.3.7.69.77.83.85.115.101.114)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (group) (context) (model) (level) (type): (ReadWriteGroup3), (), (3), (3), (3)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (matched group): (ReadWriteGroup3)
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: getViewName: (matched context): ()
20080429.09:09:51: 4515: (7)DEBUG  : Vacm: isInMibView: (viewName) (subtree): (All), (1.3.6.1.4.1.5003.9.1.2.2.0.6)
20080429.09:09:51: 4515: (1)DEBUG  : Initialized request_id to 3563.
20080429.09:09:51: 4515: (1)DEBUG  : snmp_engine called with UTarget
20080429.09:09:51: 4515: (4)INFO   : v3MP::EngineIdTable: Dont know engine id for (host) (port): (10.13.22.41), (162)
20080429.09:09:51: 4515: (1)DEBUG  : Setting contextEngineID of Pdu to ()
20080429.09:09:51: 4515: (1)DEBUG  : Snmp::snmp_engine: engineID (), securityName (EMSUser)securityModel (3) security_level (3)
20080429.09:09:51: 4515: (1)DEBUG  :  Addr/Port (10.13.22.41/162)
20080429.09:09:51: 4515: (5)DEBUG  : v3MP: Building message with (SecurityEngineID) (securityName) (securityLevel) (contextEngineID) (contextName): (), (EMSUser), (1), (), ()
20080429.09:09:51: 4515: (1)DEBUG  : Coding msgID(0x1e0000), maxMessageSize(0x1000), msgFlags(0x4), securityModel(0x3)
20080429.09:09:51: 4515: (1)DEBUG  : Coding sequence (headerdata), length = 0xf
20080429.09:09:51: 4515: (1)DEBUG  : Coding octstr sp.msgAuthoritativeEngineID, length = 0x0
20080429.09:09:51: 4515: (1)DEBUG  : Coding int sp.msgAuthoritativeEngineBoots = 0x0
20080429.09:09:51: 4515: (1)DEBUG  : Coding int sp.msgAuthoritativeEngineTime = 0x0
20080429.09:09:51: 4515: (1)DEBUG  : Coding octstr sp.msgUserName, length = 0x0
20080429.09:09:51: 4515: (1)DEBUG  : Coding octstr sp.msgAu..Para.. , length = 0x0
20080429.09:09:51: 4515: (1)DEBUG  : Coding octstr sp.msgPr..Para.. , length = 0x0
20080429.09:09:51: 4515: (1)DEBUG  : Coding sequence (securityPar), length = 0xe
20080429.09:09:51: 4515: (1)DEBUG  : Coding int snmpVersion = 0x3
20080429.09:09:51: 4515: (1)DEBUG  : Coding octstr securityParameter, length = 0x10
20080429.09:09:51: 4515: (1)DEBUG  : Coding sequence (wholeMsg), length = 0x3a
20080429.09:09:51: 4515: (3)INFO   : v3MP: Message built OK
20080429.09:09:51: 4515: (4)DEBUG  : SNMPMessage: return value for build message: (-1401)
20080429.09:09:51: 4515: (1)DEBUG  : ++ SNMP++: sending to 10.13.22.41/162:
20080429.09:09:51: 4515: (3)DEBUG  : 30 3A 02 01  03 30 0F 02  03 1E 00 00  02 02 10 00
20080429.09:09:51: 4515: (3)DEBUG  : 04 01 04 02  01 03 04 10  30 0E 04 00  02 01 00 02
20080429.09:09:51: 4515: (3)DEBUG  : 01 00 04 00  04 00 04 00  30 12 04 00  04 00 A6 0C
20080429.09:09:51: 4515: (3)DEBUG  : 02 02 0D EC  02 01 00 02  01 00 30 00
20080429.09:09:51: 4515: (1)DEBUG  : ++ SNMP++: something received...
20080429.09:09:51: 4515: (1)DEBUG  : Length received 87 from socket 46; fromlen 16
20080429.09:09:51: 4515: (1)DEBUG  : ++ SNMP++: data received from 10.13.22.41/1044.
20080429.09:09:51: 4515: (3)DEBUG  : 30 55 02 01  03 30 10 02  03 1E 00 00  02 03 00 FF
20080429.09:09:51: 4515: (3)DEBUG  : F0 04 01 00  02 01 03 04  19 30 17 04  09 80 00 05
20080429.09:09:51: 4515: (3)DEBUG  : 23 01 0A 0D  16 29 02 01  00 0204/29 09:10:42.932 (     moBase:)
20080429.09:09:51: 4515: (3)DEBUG  : 04 00 30 23  04 00 04 00  A8 1D 02 02  0D EC 02 01
20080429.09:09:51: 4515: (3)DEBUG  : 00 02 01 00  30 11 30 0F  06 0A 2B 06  01 06 03 0F
20080429.09:09:51: 4515: (3)DEBUG  : 01 01 04 00  41 01 18
20080429.09:09:51: 4515: (1)DEBUG  : mp is parsing incoming message:
20080429.09:09:51: 4515: (1)DEBUG  : Parsed length(52), version(0x3)
20080429.09:09:51: 4515: (1)DEBUG  : Parsed HeaderData: globalDataLength(0x0), msg_id(0x1e0000), msg_max_size(0xfff0), msg_flags(0x0), msg_security_model(0x3)
20080429.09:09:51: 4515: (1)DEBUG  : Parsed msgdata length(0x25), msgSecurityParameters length(0x19)
20080429.09:09:51: 4515: (1)DEBUG  : Parsed securityParametersLength = 0x17
20080429.09:09:51: 4515: (1)DEBUG  : Parsed securityEngineID, length = 0x9
20080429.09:09:51: 4515: (1)DEBUG  : Parsed engineBoots(0x0), engineTime(0x0)
20080429.09:09:51: 4515: (1)DEBUG  : Parsed usmUserName length(0x0) msgAuthenticationParameters length(0x0) msgPrivacyParameters length(0x0)
20080429.09:09:51: 4515: (1)DEBUG  : Accepting zero length user/security name.
20080429.09:09:51: 4515: (1)DEBUG  : ErrorCode is 0
20080429.09:09:51: 4515: (1)DEBUG  : Parsed scoped_pdu: context_engine_id length(0x0), context_name length(0x0)
20080429.09:09:51: 4515: (1)DEBUG  : *** Receiving a ReportPDU ***
20080429.09:09:51: 4515: (1)DEBUG  : mp finished (OK)
20080429.09:09:51: 4515: (1)DEBUG  : receive_snmp_response: engine_id (  80 00 05 23 01 0A 0D 16 29                         ...#....)
), security_name (), security_model (3), security_level (1)
20080429.09:09:51: 4515: (1)DEBUG  :  addtoengineidtable: (10.13.22.41/1044)
20080429.09:09:51: 4515: (1)DEBUG  : receive_snmp_response requestID = 3564, returning SUCCESS.
20080429.09:09:51: 4515: (1)DEBUG  : received oid: 1.3.6.1.6.3.15.1.1.4.0 with value: 24
20080429.09:09:51: 4515: (1)DEBUG  : SNMPv3: USM: Unknown EngineID
20080429.09:09:51: 4515: (1)DEBUG  : snmp_engine called with UTarget
20080429.09:09:51: 4515: (1)DEBUG  : Setting contextEngineID of Pdu to (  80 00 05 23 01 0A 0D 16 29                         ...#....)
)
20080429.09:09:51: 4515: (1)DEBUG  : Snmp::snmp_engine: engineID (  80 00 05 23 01 0A 0D 16 29                         ...#....)
), securityName (EMSUser)securityModel (3) security_level (3)
20080429.09:09:51: 4515: (1)DEBUG  :  Addr/Port (10.13.22.41/162)
20080429.09:09:51: 4515: (5)DEBUG  : v3MP: Building message with (SecurityEngineID) (securityName) (securityLevel) (contextEngineID) (contextName): (  80 00 05 23 01 0A 0D 16 29                         ...#....)
), (EMSUser), (3), (  80 00 05 23 01 0A 0D 16 29                         ...#....)
), ()
20080429.09:09:51: 4515: (1)DEBUG  : Coding msgID(0x1e0001), maxMessageSize(0x1000), msgFlags(0x7), securityModel(0x3)
20080429.09:09:51: 4515: (1)DEBUG  : Coding sequence (headerdata), length = 0xf
20080429.09:09:51: 4515: (1)DEBUG  : USM::get_user: user (EMSUser) engine_id (  80 00 05 23 01 0A 0D 16 29                         ...#....)
)
20080429.09:09:51: 4515: (1)DEBUG  : USM::get_user: User unknown
20080429.09:09:51: 4515: (1)DEBUG  : USM: User unknown!
20080429.09:09:51: 4515: (1)WARNING: v3MP: Returning error for building message: (1404)
20080429.09:09:51: 4515: (4)DEBUG  : SNMPMessage: return value for build message: (1404)
20080429.09:09:51: 4515: (1)DEBUG  : snmp message load error!
20080429.09:09:51: 4515: (1)EVENT  : NotificationGenerator: sent inform (vers)(id)(tdomain)(addr)(vbs)(community/secName)(status): (3), (1.3.6.1.4.1.5003.9.1.2.2.0.6), (1), (10.13.22.41/162), (12), (EMSUser), (1404)


As a reference - here's the similar excerpt from the log file for UsmUserTable entry that is manually created via UsmUserTable::addNewRow():

20080429.10:40:26: 4938: (1)DEBUG  : receive_snmp_response: engine_id (  80 00 05 23 01 0A 0D 16 29                         ...#....)
), security_name (), security_model (3), security_level (1)
20080429.10:40:26: 4938: (1)DEBUG  :  addtoengineidtable: (10.13.22.41/1044)
20080429.10:40:26: 4938: (1)DEBUG  : receive_snmp_response requestID = 26405, returning SUCCESS.
20080429.10:40:26: 4938: (1)DEBUG  : received oid: 1.3.6.1.6.3.15.1.1.4.0 with value: 26
20080429.10:40:26: 4938: (1)DEBUG  : SNMPv3: USM: Unknown EngineID
20080429.10:40:26: 4938: (1)DEBUG  : snmp_engine called with UTarget
20080429.10:40:26: 4938: (1)DEBUG  : Setting contextEngineID of Pdu to (  80 00 05 23 01 0A 0D 16 29                         ...#....)
)
20080429.10:40:26: 4938: (1)DEBUG  : Snmp::snmp_engine: engineID (  80 00 05 23 01 0A 0D 16 29                         ...#....)
), securityName (EMSUser)securityModel (3) security_level (3)
20080429.10:40:26: 4938: (1)DEBUG  :  Addr/Port (10.13.22.41/162)
20080429.10:40:26: 4938: (5)DEBUG  : v3MP: Building message with (SecurityEngineID) (securityName) (securityLevel) (contextEngineID) (contextName): (  80 00 05 23 01 0A 0D 16 29                         ...#....)
), (EMSUser), (3), (  80 00 05 23 01 0A 0D 16 29                         ...#....)
), ()
20080429.10:40:26: 4938: (1)DEBUG  : Coding msgID(0x200001), maxMessageSize(0x1000), msgFlags(0x7), securityModel(0x3)
20080429.10:40:26: 4938: (1)DEBUG  : Coding sequence (headerdata), length = 0xf
20080429.10:40:26: 4938: (1)DEBUG  : USM::get_user: user (EMSUser) engine_id (  80 00 05 23 01 0A 0D 16 29                         ...#....)
)
20080429.10:40:26: 4938: (1)DEBUG  : Informing agent++ about newly created user
20080429.10:40:26: 4938: (1)DEBUG  : UsmUserTable: add row with index: (9.128.0.5.35.1.10.13.22.41.7.69.77.83.85.115.101.114)
20080429.10:40:26: 4938: (4)INFO   : USMTimeTable: Returning time (engine id) (boot) (time): (  80 00 05 23 01 0A 0D 16 29                         ...#....)
), (0), (0)
20080429.10:40:26: 4938: (1)DEBUG  : Coding octstr sp.msgAuthoritativeEngineID, length = 0x9
20080429.10:40:26: 4938: (1)DEBUG  : Coding int sp.msgAuthoritativeEngineBoots = 0x0
20080429.10:40:26: 4938: (1)DEBUG  : Coding int sp.msgAuthoritativeEngineTime = 0x0
20080429.10:40:26: 4938: (1)DEBUG  : Coding octstr sp.msgUserName, length = 0x7
20080429.10:40:26: 4938: (1)DEBUG  : Coding octstr sp.msgAu..Para.. , length = 0xc
20080429.10:40:26: 4938: (1)DEBUG  : Coding octstr sp.msgPr..Para.. , length = 0x8
20080429.10:40:26: 4938: (1)DEBUG  : Coding sequence (securityPar), length = 0x32
20080429.10:40:26: 4938: (1)DEBUG  : Coding int snmpVersion = 0x3
20080429.10:40:26: 4938: (1)DEBUG  : Coding octstr securityParameter, length = 0x34
20080429.10:40:26: 4938: (1)DEBUG  : Coding sequence (wholeMsg), length = 0x21e
20080429.10:40:26: 4938: (3)INFO   : v3MP: Message built OK
20080429.10:40:26: 4938: (4)DEBUG  : SNMPMessage: return value for build message: (-1401)
20080429.10:40:26: 4938: (1)DEBUG  : ++ SNMP++: sending to 10.13.22.41/162:
20080429.10:40:26: 4938: (3)DEBUG  : 30 82 02 1E  02 01 03 30  0F 02 03 20  00 01 02 02
20080429.10:40:26: 4938: (3)DEBUG  : 10 00 04 01  07 02 01 03  04 34 30 32  04 09 80 00
20080429.10:40:26: 4938: (3)DEBUG  : 05 23 01 0A  0D 16 29 02  01 00 02 01  00 04 07 45
20080429.10:40:26: 4938: (3)DEBUG  : 4D 53 55 73  65 72 04 0C  66 D0 D1 A1  33 A3 87 BE

________________________________
This email and any files transmitted with it are confidential material. They are intended solely for the use of the designated individual or entity to whom they are addressed. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, use, distribution or copying of this communication is strictly prohibited and may be unlawful.

If you have received this email in error please immediately notify the sender and delete or destroy any copy of this message



More information about the AGENTPP mailing list