AgentX problems
"Alberstein Daniel-BDA037" <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <[email protected]> |
Hello I try to get snmpget result from snmptrapd defined as sub-agent via snmpd defined as mater agent. I ve got Error in packet. Reason: authorizationError (access denied to that object) This is snmpd.conf: ## -- view <name> <type> <OID_subtree> <binary_mask> view all included .1 00 createUser MotoInformA createUser Context group inform_grp_noauthnopriv usm MotoInformA group inform_grp_noauthnopriv usm Context access inform_grp_noauthnopriv "snmptrapd" usm noauth exact all all all createUser Daniel group daniel_grp_noauthnopriv usm Daniel access daniel_grp_noauthnopriv "" usm noauth exact all all all master agentx agentxSocket tcp:localhost:705 this is snmptrapd.conf ## -- view <name> <type> <OID_subtree> <binary_mask> view all included .1 00 createUser MotoInformA group inform_grp_noauthnopriv usm MotoInformA access inform_grp_noauthnopriv "snmptrapd" usm noauth exact all all all agentxSocket tcp:localhost:705 Start snmpd and snmptrapd - registration is OK [root@bda037-lab1 sbin]# ./snmpd -c snmpd.conf -f -Lod -Dagentx registered debug token agentx, 1 agentx_register_app_config_handler: registering .conf token for "agentxsocket" agentx_register_app_config_handler: registering .conf token for "agentxperms" agentx_register_app_config_handler: registering .conf token for "agentxRetries" agentx_register_app_config_handler: registering .conf token for "agentxTimeout" Turning on AgentX master support. agentx/config: port spec: tcp:localhost:705 agentx/master: initializing... agentx/master: initializing... DONE NET-SNMP version 5.4 agentx/master: unexpected callback op 4 agentx/master: handle pdu (req=0x25073640,trans=0x0,sess=0x0) agentx/master: open 0x8135098 agentx/master: opened 0x81459c0 = 5 with flags = a0 agentx/master: send response, stat 0 (req=0x25073640,trans=0x0,sess=0x0) agentx_build: packet built okay agentx/master: handle pdu (req=0x25073641,trans=0x0,sess=0x5) agentx/master: in register_agentx_list agentx/master: registered ok agentx/master: send response, stat 0 (req=0x25073641,trans=0x0,sess=0x5) agentx_build: packet built okay from cmd [rootot@bda037-lab1 net-snmp]# snmpgetnext -v3 -n "" -u Daniel -l noAuthNoPriv localhost .1 SNMPv2-MIB::sysDescr.0 = STRING: Linux bda037-lab1 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 [root@bda037-lab1 net-snmp]# snmpgetnext -v3 -n "snmptrapd" -u MotoInformA -l noAuthNoPriv localhost .1 Error in packet. Reason: authorizationError (access denied to that object) [root@bda037-lab1 net-snmp]# snmpgetnext -v3 -n "snmptrapd" -u Context -l noAuthNoPriv localhost .1 Error in packet. Reason: authorizationError (access denied to that object) [root@bda037-lab1 net-snmp]# See also attach file with debbug inform (Find word "Motoinforma") Why did I get the error ? ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
trace.txt
(text/plain, 39.4 KB)
trace: usm_rgenerate_out_msg(): snmpusm.c, 1599: dumph_send: msgAuthenticationParameters dumpx_send: 04 00 dumpv_send: String: [NULL] trace: usm_rgenerate_out_msg(): snmpusm.c, 1631: dumph_send: msgUserName dumpx_send: 04 00 dumpv_send: String: [NULL] trace: usm_rgenerate_out_msg(): snmpusm.c, 1646: dumph_send: msgAuthoritativeEngineTime dumpx_send: 02 01 33 dumpv_send: Integer: 51 (0x33) trace: usm_rgenerate_out_msg(): snmpusm.c, 1662: dumph_send: msgAuthoritativeEngineBoots dumpx_send: 02 01 06 dumpv_send: Integer: 6 (0x06) trace: usm_rgenerate_out_msg(): snmpusm.c, 1675: dumph_send: msgAuthoritativeEngineID dumpx_send: 04 0D 80 00 1F 88 80 3A 33 67 09 8B EF 4A 46 dumpv_send: String: .....:3g ..JF trace: usm_rgenerate_out_msg(): snmpusm.c, 1784: usm: USM processing completed. trace: netsnmp_udp_send(): snmpUDPDomain.c, 263: netsnmp_udp: send 107 bytes from 0x814dc25 to UDP: [127.0.0.1]:32957 on fd 6 trace: _sess_process_packet(): snmp_api.c, 5177: sess_process_packet: parse fail trace: _sess_process_packet(): snmp_api.c, 5182: sess_process_packet: post-parse fail trace: _sess_read(): snmp_api.c, 5449: sess_read: not reading 5 (fdset 0xbfffba00 set 0) trace: _sess_read(): snmp_api.c, 5449: sess_read: not reading 3 (fdset 0xbfffba00 set 0) trace: snmp_sess_select_info(): snmp_api.c, 5875: sess_select: for all sessions: 7 6 5 3 sess_select: next alarm 3.686712 sec verbose:sess_select: timer due in 3.686712 sec verbose:sess_select: setting timer to 3.686712 sec, clear block (was 0) trace: receive(): snmpd.c, 1136: snmpd/select: select( numfds=8, ..., tvp=0xbfffb8f8) trace: receive(): snmpd.c, 1138: timer: tvp 3.686712 trace: receive(): snmpd.c, 1140: snmpd/select: returned, count = 1 trace: _sess_read(): snmp_api.c, 5449: sess_read: not reading 7 (fdset 0xbfffba00 set 0) trace: netsnmp_udp_recvfrom(): snmpUDPDomain.c, 144: netsnmp_udp: got source addr: 127.0.0.1 trace: netsnmp_udp_recvfrom(): snmpUDPDomain.c, 149: netsnmp_udp: got destination (local) addr 127.0.0.1 trace: netsnmp_udp_recv(): snmpUDPDomain.c, 227: netsnmp_udp: recvfrom fd 6 got 117 bytes (from UDP: [127.0.0.1]:32957) trace: _sess_process_packet(): snmp_api.c, 5125: sess_process_packet: session 0x8134da8 fd 6 pkt 0x8135a30 length 117 dumpx_recv:02 01 03 dumpv_recv: Integer: 3 (0x03) trace: snmpv3_parse(): snmp_api.c, 3598: dumph_recv: SNMPv3 Message trace: snmpv3_parse(): snmp_api.c, 3613: dumph_recv: SNMP Version Number dumpx_recv: 02 01 03 dumpv_recv: Integer: 3 (0x03) trace: snmpv3_parse(): snmp_api.c, 3629: dumph_recv: msgGlobalData trace: snmpv3_parse(): snmp_api.c, 3646: dumph_recv: msgID dumpx_recv: 02 04 78 BA A2 22 dumpv_recv: Integer: 2025497122 (0x78BAA222) trace: snmpv3_parse(): snmp_api.c, 3678: dumph_recv: msgMaxSize dumpx_recv: 02 03 00 FF E3 dumpv_recv: Integer: 65507 (0xFFE3) trace: snmpv3_parse(): snmp_api.c, 3716: snmpv3_parse: msgMaxSize 65507 received trace: snmpv3_parse(): snmp_api.c, 3724: dumph_recv: msgFlags dumpx_recv: 04 01 04 dumpv_recv: String: . trace: snmpv3_parse(): snmp_api.c, 3742: dumph_recv: msgSecurityModel dumpx_recv: 02 01 03 dumpv_recv: Integer: 3 (0x03) trace: snmpv3_parse(): snmp_api.c, 3816: dumph_recv: SM msgSecurityParameters trace: usm_process_in_msg(): snmpusm.c, 2303: usm: USM processing begun... trace: usm_parse_security_parameters(): snmpusm.c, 1872: dumph_recv: msgAuthoritativeEngineID dumpx_recv: 04 0D 80 00 1F 88 80 3A 33 67 09 8B EF 4A 46 dumpv_recv: String: .....:3g ..JF trace: usm_parse_security_parameters(): snmpusm.c, 1895: dumph_recv: msgAuthoritativeEngineBoots dumpx_recv: 02 01 06 dumpv_recv: Integer: 6 (0x06) trace: usm_parse_security_parameters(): snmpusm.c, 1919: dumph_recv: msgAuthoritativeEngineTime dumpx_recv: 02 01 33 dumpv_recv: Integer: 51 (0x33) trace: usm_parse_security_parameters(): snmpusm.c, 1947: dumph_recv: msgUserName dumpx_recv: 04 0B 4D 6F 74 6F 49 6E 66 6F 72 6D 41 dumpv_recv: String: MotoInformA trace: usm_parse_security_parameters(): snmpusm.c, 1990: dumph_recv: msgAuthenticationParameters dumpx_recv: 04 00 dumpv_recv: String: trace: usm_parse_security_parameters(): snmpusm.c, 2019: dumph_recv: msgPrivacyParameters dumpx_recv: 04 00 dumpv_recv: String: trace: sc_hash(): scapi.c, 416: trace: sc_get_properlength(): scapi.c, 117: trace: get_enginetime(): lcd_time.c, 154: lcd_get_enginetime: engineID 80 00 1F 88 80 3A 33 67 09 8B EF 4A 46 : boots=6, time=51 trace: usm_get_user_from_list(): snmpusm.c, 2999: usm: match on user MotoInformA trace: usm_check_secLevel(): snmpusm.c, 2876: comparex: Comparing: 1 3 SNMP-USER-BASED-SM-MIB::usmNoPrivProtocol trace: sc_hash(): scapi.c, 416: trace: sc_get_properlength(): scapi.c, 117: trace: set_enginetime(): lcd_time.c, 391: lcd_set_enginetime: engineID 80 00 1F 88 80 3A 33 67 09 8B EF 4A 46 : boots=6, time=51 trace: usm_process_in_msg(): snmpusm.c, 2654: usm: USM processing completed. trace: snmpv3_parse(): snmp_api.c, 3872: dumph_recv: ScopedPDU trace: snmpv3_scopedPDU_parse(): snmp_api.c, 4578: dumph_recv: contextEngineID dumpx_recv: 04 0D 80 00 1F 88 80 3A 33 67 09 8B EF 4A 46 dumpv_recv: String: .....:3g ..JF trace: snmpv3_scopedPDU_parse(): snmp_api.c, 4602: dumph_recv: contextName dumpx_recv: 04 09 73 6E 6D 70 74 72 61 70 64 dumpv_recv: String: snmptrapd trace: snmpv3_parse(): snmp_api.c, 3891: dumph_recv: GETNEXT trace: snmp_pdu_parse(): snmp_api.c, 4289: dumpv_recv: Command GETNEXT trace: snmp_pdu_parse(): snmp_api.c, 4370: dumph_recv: request_id dumpx_recv: 02 04 68 91 B1 20 dumpv_recv: Integer: 1754378528 (0x6891B120) trace: snmp_pdu_parse(): snmp_api.c, 4381: dumph_recv: error status dumpx_recv: 02 01 00 dumpv_recv: Integer: 0 (0x00) trace: snmp_pdu_parse(): snmp_api.c, 4392: dumph_recv: error index dumpx_recv: 02 01 00 dumpv_recv: Integer: 0 (0x00) trace: snmp_pdu_parse(): snmp_api.c, 4410: dumph_recv: VarBindList trace: snmp_pdu_parse(): snmp_api.c, 4440: dumph_recv: VarBind trace: snmp_parse_var_op(): snmp.c, 166: dumph_recv: Name dumpx_recv: 06 01 01 dumpv_recv: ObjID: ccitt.1 trace: snmp_pdu_parse(): snmp_api.c, 4449: dumph_recv: Value trace: _snmp_parse(): snmp_api.c, 4200: snmp_parse: Parsed SNMPv3 message (secName:MotoInformA, secLevel:noAuthNoPriv): trace: init_agent_snmp_session(): snmp_agent.c, 1273: snmp_agent: agent_sesion 0x8135960 created trace: init_agent_snmp_session(): snmp_agent.c, 1288: verbose:asp: asp 0x8135960 reqinfo 0x8145d70 created trace: _callback_lock(): callback.c, 118: 9:callback:lock: locked (APP,null) trace: snmp_call_callbacks(): callback.c, 304: callback: START calling callbacks for maj=1 min=5 trace: snmp_call_callbacks(): callback.c, 318: callback: calling a callback for maj=1 min=5 vacm_in_view: ver=3, model=3, secName=MotoInformA trace: netsnmp_subtree_find_first(): agent_registry.c, 156: subtree: looking for subtree for context: "snmptrapd" trace: netsnmp_subtree_find_first(): agent_registry.c, 160: subtree: found one for: "snmptrapd" trace: vacm_check_view(): mibgroup/mibII/vacm_conf.c, 1414: mibII/vacm_vars: vacm_in_view: sn=MotoInformA, gn=inform_grp_noauthnopriv trace: snmp_call_callbacks(): callback.c, 330: callback: END calling callbacks for maj=1 min=5 (1 called) trace: _callback_unlock(): callback.c, 150: 9:callback:lock: unlocked (APP,null) trace: netsnmp_send_traps(): agent_trap.c, 620: trap: send_trap 4 0 NET-SNMP-MIB::netSnmpAgentOIDs.10 trace: snmpv3_build(): snmp_api.c, 2227: snmp_build: Building SNMPv3 message (secName:"MotoInformA", secLevel:noAuthNoPriv)... trace: snmpv3_build(): snmp_api.c, 2229: dumph_send: SNMPv3 Message trace: snmpv3_packet_realloc_rbuild(): snmp_api.c, 2576: dumph_send: RESPONSE trace: snmp_pdu_realloc_rbuild(): snmp_api.c, 3342: snmp_pdu_realloc_rbuild: starting trace: snmp_pdu_realloc_rbuild(): snmp_api.c, 3357: dumph_send: VarBind trace: snmp_realloc_rbuild_var_op(): snmp.c, 341: dumph_send: Value dumpx_send: 05 00 dumpv_send: NULL trace: snmp_realloc_rbuild_var_op(): snmp.c, 442: dumph_send: Name dumpx_send: 06 01 01 dumpv_send: ObjID: ccitt.1 trace: snmp_pdu_realloc_rbuild(): snmp_api.c, 3425: dumph_send: error index dumpx_send: 02 01 00 dumpv_send: Integer: 0 (0x00) trace: snmp_pdu_realloc_rbuild(): snmp_api.c, 3438: dumph_send: error status dumpx_send: 02 01 10 dumpv_send: Integer: 16 (0x10) trace: snmp_pdu_realloc_rbuild(): snmp_api.c, 3451: dumph_send: request_id dumpx_send: 02 04 68 91 B1 20 dumpv_send: Integer: 1754378528 (0x6891B120) trace: snmpv3_packet_realloc_rbuild(): snmp_api.c, 2594: dumph_send: ScopedPdu trace: snmpv3_scopedPDU_header_realloc_rbuild(): snmp_api.c, 2522: dumph_send: contextName dumpx_send: 04 09 73 6E 6D 70 74 72 61 70 64 dumpv_send: String: snmptrapd trace: snmpv3_scopedPDU_header_realloc_rbuild(): snmp_api.c, 2536: dumph_send: contextEngineID dumpx_send: 04 0D 80 00 1F 88 80 3A 33 67 09 8B EF 4A 46 dumpv_send: String: .....:3g ..JF trace: snmpv3_header_realloc_rbuild(): snmp_api.c, 2393: dumph_send: msgSecurityModel dumpx_send: 02 01 03 dumpv_send: Integer: 3 (0x03) trace: snmpv3_header_realloc_rbuild(): snmp_api.c, 2407: dumph_send: msgFlags dumpx_send: 04 01 00 dumpv_send: String: . trace: snmpv3_header_realloc_rbuild(): snmp_api.c, 2421: dumph_send: msgMaxSize dumpx_send: 02 03 00 FF E3 dumpv_send: Integer: 65507 (0xFFE3) trace: snmpv3_header_realloc_rbuild(): snmp_api.c, 2434: dumph_send: msgID dumpx_send: 02 04 78 BA A2 22 dumpv_send: Integer: 2025497122 (0x78BAA222) trace: snmpv3_header_realloc_rbuild(): snmp_api.c, 2458: dumph_send: SNMP Version Number dumpx_send: 02 01 03 dumpv_send: Integer: 3 (0x03) trace: snmpv3_packet_realloc_rbuild(): snmp_api.c, 2622: dumph_send: SM msgSecurityParameters trace: usm_rgenerate_out_msg(): snmpusm.c, 1361: usm: USM processing has begun (offset 51) trace: sc_hash(): scapi.c, 416: trace: sc_get_properlength(): scapi.c, 117: trace: get_enginetime(): lcd_time.c, 154: lcd_get_enginetime: engineID 80 00 1F 88 80 3A 33 67 09 8B EF 4A 46 : boots=6, time=51 trace: usm_rgenerate_out_msg(): snmpusm.c, 1583: dumph_send: msgPrivacyParameters dumpx_send: 04 00 dumpv_send: String: [NULL] trace: usm_rgenerate_out_msg(): snmpusm.c, 1599: dumph_send: msgAuthenticationParameters dumpx_send: 04 00 dumpv_send: String: [NULL] trace: usm_rgenerate_out_msg(): snmpusm.c, 1631: dumph_send: msgUserName dumpx_send: 04 0B 4D 6F 74 6F 49 6E 66 6F 72 6D 41 dumpv_send: String: MotoInformA trace: usm_rgenerate_out_msg(): snmpusm.c, 1646: dumph_send: msgAuthoritativeEngineTime dumpx_send: 02 01 33 dumpv_send: Integer: 51 (0x33) trace: usm_rgenerate_out_msg(): snmpusm.c, 1662: dumph_send: msgAuthoritativeEngineBoots dumpx_send: 02 01 06 dumpv_send: Integer: 6 (0x06) trace: usm_rgenerate_out_msg(): snmpusm.c, 1675: dumph_send: msgAuthoritativeEngineID dumpx_send: 04 0D 80 00 1F 88 80 3A 33 67 09 8B EF 4A 46 dumpv_send: String: .....:3g ..JF trace: usm_rgenerate_out_msg(): snmpusm.c, 1784: usm: USM processing completed. trace: netsnmp_udp_send(): snmpUDPDomain.c, 263: netsnmp_udp: send 117 bytes from 0x814e153 to UDP: [127.0.0.1]:32957 on fd 6 trace: netsnmp_remove_and_free_agent_snmp_session(): snmp_agent.c, 1707: snmp_agent: REMOVE session == 0x8135960 trace: free_agent_snmp_session(): snmp_agent.c, 1299: snmp_agent: agent_session 0x8135960 released trace: free_agent_snmp_session(): snmp_agent.c, 1304: verbose:asp: asp 0x8135960 reqinfo 0x8145d70 freed trace: _sess_read(): snmp_api.c, 5449: sess_read: not reading 5 (fdset 0xbfffba00 set 0) trace: _sess_read(): snmp_api.c, 5449: sess_read: not reading 3 (fdset 0xbfffba00 set 0) trace: snmp_sess_select_info(): snmp_api.c, 5875: sess_select: for all sessions: 7 6 5 3 sess_select: next alarm 3.684174 sec verbose:sess_select: timer due in 3.684174 sec verbose:sess_select: setting timer to 3.684174 sec, clear block (was 0) trace: receive(): snmpd.c, 1136: snmpd/select: select( numfds=8, ..., tvp=0xbfffb8f8) trace: receive(): snmpd.c, 1138: timer: tvp 3.684174 trace: receive(): snmpd.c, 1140: snmpd/select: returned, count = 0 trace: snmp_sess_select_info(): snmp_api.c, 5875: sess_select: for all sessions: 7 6 5 3 sess_select: next alarm 0.79 sec verbose:sess_select: timer due *real* soon. 79 usec verbose:sess_select: setting timer to 0.79 sec, clear block (was 0) trace: receive(): snmpd.c, 1136: snmpd/select: select( numfds=8, ..., tvp=0xbfffb8f8) trace: receive(): snmpd.c, 1138: timer: tvp 0.79 trace: receive(): snmpd.c, 1140: snmpd/select: returned, count = 0 trace: run_alarms(): snmp_alarm.c, 251: snmp_alarm: run alarm 5 trace: netsnmp_cpu_get_byIdx(): mibgroup/hardware/cpu/cpu.c, 58: cpu: cpu_get_byIdx -1 (found) trace: netsnmp_cpu_get_byIdx(): mibgroup/hardware/cpu/cpu.c, 58: cpu: cpu_get_byIdx 0 (found) trace: netsnmp_cpu_get_byIdx(): mibgroup/hardware/cpu/cpu.c, 58: cpu: cpu_get_byIdx -1 (found) trace: run_alarms(): snmp_alarm.c, 253: snmp_alarm: alarm 5 completed trace: snmp_sess_select_info(): snmp_api.c, 5875: sess_select: for all sessions: 7 6 5 3 sess_select: next alarm 4.926038 sec verbose:sess_select: timer due in 4.926038 sec verbose:sess_select: setting timer to 4.926038 sec, clear block (was 0) trace: receive(): snmpd.c, 1136: snmpd/select: select( numfds=8, ..., tvp=0xbfffb8f8) trace: receive(): snmpd.c, 1138: timer: tvp 4.926038 trace: receive(): snmpd.c, 1140: snmpd/select: returned, count = 1 trace: netsnmp_tcp_recv(): snmpTCPDomain.c, 119: netsnmp_tcp: recv fd 7 got 20 bytes dumpx_recv:00 00 00 00 dumpv_recv: Integer: 0 (0x00) trace: _sess_read(): snmp_api.c, 5638: sess_read: loop packet_len 20, PDU length 20 trace: _sess_process_packet(): snmp_api.c, 5125: sess_process_packet: session 0x8134cf0 fd 7 pkt 0x8135a30 length 20 trace: agentx_parse_header(): mibgroup/agentx/protocol.c, 1477: dumph_recv: AgentX Header trace: agentx_parse_header(): mibgroup/agentx/protocol.c, 1478: dumph_recv: Version dumpx_recv: 01 dumpv_recv: Version: 1 trace: agentx_parse_header(): mibgroup/agentx/protocol.c, 1485: dumph_recv: Command dumpx_recv: 0D dumpv_recv: Command: 13 (Ping) trace: agentx_parse_header(): mibgroup/agentx/protocol.c, 1493: dumph_recv: Flags dumpx_recv: 00 dumpv_recv: Flags: 0x0 trace: agentx_parse_header(): mibgroup/agentx/protocol.c, 1500: dumph_recv: Reserved Byte dumpx_recv: 00 dumpv_recv: Reserved: 0x0 trace: agentx_parse_header(): mibgroup/agentx/protocol.c, 1506: dumph_recv: Session ID dumpx_recv: 05 00 00 00 dumpv_recv: Integer: 5 (0x05) trace: agentx_parse_header(): mibgroup/agentx/protocol.c, 1514: dumph_recv: Transaction ID dumpx_recv: 00 00 00 00 dumpv_recv: Integer: 0 (0x00) trace: agentx_parse_header(): mibgroup/agentx/protocol.c, 1522: dumph_recv: Packet ID dumpx_recv: CB E2 01 1D dumpv_recv: Integer: 486662859 (0x1D01E2CB) trace: agentx_parse_header(): mibgroup/agentx/protocol.c, 1529: dumph_recv: Payload Length dumpx_recv: 00 00 00 00 dumpv_recv: Integer: 0 (0x00) trace: agentx_parse(): mibgroup/agentx/protocol.c, 1621: dumph_recv: PDU trace: init_agent_snmp_session(): snmp_agent.c, 1273: snmp_agent: agent_sesion 0x8146170 created trace: init_agent_snmp_session(): snmp_agent.c, 1288: verbose:asp: asp 0x8146170 reqinfo 0x8146a18 created trace: handle_master_agentx_packet(): mibgroup/agentx/master_admin.c, 509: agentx/master: handle pdu (req=0x1d01e2cb,trans=0x0,sess=0x5) trace: handle_master_agentx_packet(): mibgroup/agentx/master_admin.c, 586: agentx/master: send response, stat 0 (req=0x1d01e2cb,trans=0x0,sess=0x5) trace: agentx_realloc_build_header(): mibgroup/agentx/protocol.c, 607: dumph_send: AgentX Header dumpx_send: 01 12 00 00 dumpv_send: Version: 1 trace: agentx_realloc_build_header(): mibgroup/agentx/protocol.c, 610: dumpv_send: Command: 18 (Response) trace: agentx_realloc_build_header(): mibgroup/agentx/protocol.c, 613: dumpv_send: Flags: 00 trace: agentx_realloc_build_header(): mibgroup/agentx/protocol.c, 616: dumph_send: Session ID dumpx_send: 05 00 00 00 dumpv_send: Integer: 5 (0x05) trace: agentx_realloc_build_header(): mibgroup/agentx/protocol.c, 625: dumph_send: Transaction ID dumpx_send: 00 00 00 00 dumpv_send: Integer: 0 (0x00) trace: agentx_realloc_build_header(): mibgroup/agentx/protocol.c, 634: dumph_send: Request ID dumpx_send: CB E2 01 1D dumpv_send: Integer: 486662859 (0x1D01E2CB) trace: agentx_realloc_build_header(): mibgroup/agentx/protocol.c, 643: dumph_send: Dummy Length :-( dumpx_send: 00 00 00 00 dumpv_send: Integer: 0 (0x00) trace: _agentx_realloc_build(): mibgroup/agentx/protocol.c, 710: dumph_send: AgentX Payload dumpx_send: 4A 17 00 00 dumpv_send: Integer: 5962 (0x174A) trace: _agentx_realloc_build(): mibgroup/agentx/protocol.c, 897: dumph_send: Response dumpx_send: 4A 17 00 00 dumpv_send: sysUpTime: 5962 dumpx_send: 00 00 dumpv_send: Short: 0 (0x00) dumpx_send: 00 00 dumpv_send: Short: 0 (0x00) trace: _agentx_realloc_build(): mibgroup/agentx/protocol.c, 913: dumph_send: Response errors dumpx_send: 00 00 00 00 dumpv_send: errstat: 0 trace: _agentx_realloc_build(): mibgroup/agentx/protocol.c, 916: dumpv_send: errindex: 0 trace: _agentx_realloc_build(): mibgroup/agentx/protocol.c, 928: dumph_send: Get* Variable List dumpx_send:08 00 00 00 dumpv_send: Integer: 8 (0x08) trace: _agentx_realloc_build(): mibgroup/agentx/protocol.c, 1000: agentx_build: packet built okay trace: free_agent_snmp_session(): snmp_agent.c, 1299: snmp_agent: agent_session 0x8146170 released trace: free_agent_snmp_session(): snmp_agent.c, 1304: verbose:asp: asp 0x8146170 reqinfo 0x8146a18 freed trace: _sess_read(): snmp_api.c, 5449: sess_read: not reading 6 (fdset 0xbfffba00 set 0) trace: _sess_read(): snmp_api.c, 5449: sess_read: not reading 5 (fdset 0xbfffba00 set 0) trace: _sess_read(): snmp_api.c, 5449: sess_read: not reading 3 (fdset 0xbfffba00 set 0) trace: snmp_sess_select_info(): snmp_api.c, 5875: sess_select: for all sessions: 7 6 5 3 sess_select: next alarm 1.303113 sec verbose:sess_select: timer due in 1.303113 sec verbose:sess_select: setting timer to 1.303113 sec, clear block (was 0) trace: receive(): snmpd.c, 1136: snmpd/select: select( numfds=8, ..., tvp=0xbfffb8f8) trace: receive(): snmpd.c, 1138: timer: tvp 1.303113 trace: receive(): snmpd.c, 1140: snmpd/select: returned, count = 0 trace: run_alarms(): snmp_alarm.c, 251: snmp_alarm: run alarm 4 cache_timer:start: loading cache 0x80d20d8 trace: _cache_load(): mibgroup/ip-mib/ipSystemStatsTable/ipSystemStatsTable_interface.c, 1198: internal:ipSystemStatsTable:_cache_load: called trace: netsnmp_access_systemstats_container_load(): mibgroup/ip-mib/data_access/systemstats_common.c, 97: access:systemstats:container: load trace: netsnmp_access_systemstats_container_init(): mibgroup/ip-mib/data_access/systemstats_common.c, 70: access:systemstats:container: init trace: _systemstats_v4(): mibgroup/ip-mib/data_access/systemstats_linux.c, 96: access:systemstats:container:arch: load v4 (flags (nil)) trace: _systemstats_v4(): mibgroup/ip-mib/data_access/systemstats_linux.c, 141: access:systemstats: processing 'Ip: 2 64 205117783 0 0 0 0 0 205066224 205116408 0 0 0 16486 5547 0 0 0 51626' trace: netsnmp_access_systemstats_entry_create(): mibgroup/ip-mib/data_access/systemstats_common.c, 171: access:systemstats:entry: create trace: _systemstats_v4(): mibgroup/ip-mib/data_access/systemstats_linux.c, 173: access:systemstats: read 19 values trace: ipSystemStatsTable_container_load(): mibgroup/ip-mib/ipSystemStatsTable/ipSystemStatsTable_data_access.c, 355: verbose:ipSystemStatsTable:ipSystemStatsTable_cache_load: called trace: _add_new(): mibgroup/ip-mib/ipSystemStatsTable/ipSystemStatsTable_data_access.c, 255: ipSystemStatsTable:access: creating new entry trace: ipSystemStatsTable_allocate_rowreq_ctx(): mibgroup/ip-mib/ipSystemStatsTable/ipSystemStatsTable_interface.c, 429: internal:ipSystemStatsTable:ipSystemStatsTable_allocate_rowreq_ctx: called trace: ipSystemStatsTable_indexes_set(): mibgroup/ip-mib/ipSystemStatsTable/ipSystemStatsTable.c, 320: verbose:ipSystemStatsTable:ipSystemStatsTable_indexes_set: called trace: ipSystemStatsTable_indexes_set_tbl_idx(): mibgroup/ip-mib/ipSystemStatsTable/ipSystemStatsTable.c, 291: verbose:ipSystemStatsTable:ipSystemStatsTable_indexes_set_tbl_idx: called trace: ipSystemStatsTable_index_to_oid(): mibgroup/ip-mib/ipSystemStatsTable/ipSystemStatsTable_interface.c, 335: verbose:ipSystemStatsTable:ipSystemStatsTable_index_to_oid: called trace: build_oid_noalloc(): mib.c, 3560: build_oid_noalloc: generated: iso trace: netsnmp_access_systemstats_container_free(): mibgroup/ip-mib/data_access/systemstats_common.c, 119: access:systemstats:container: free verbose:ipSystemStatsTable:ipSystemStatsTable_cache_load: 1 records loaded (60) trace: run_alarms(): snmp_alarm.c, 253: snmp_alarm: alarm 4 completed trace: run_alarms(): snmp_alarm.c, 251: snmp_alarm: run alarm 2 cache_timer:start: loading cache 0x80cd8b0 trace: _cache_load(): mibgroup/if-mib/ifTable/ifTable_interface.c, 1825: internal:ifTable:_cache_load: called trace: ifTable_container_load(): mibgroup/if-mib/ifTable/ifTable_data_access.c, 367: verbose:ifTable:ifTable_container_load: called trace: netsnmp_access_interface_container_load(): mibgroup/if-mib/data_access/interface.c, 148: access:interface:container: load trace: netsnmp_access_interface_container_init(): mibgroup/if-mib/data_access/interface.c, 107: access:interface:container: init trace: netsnmp_arch_interface_container_load(): mibgroup/if-mib/data_access/interface_linux.c, 438: access:interface:container:arch: load (flags (nil)) trace: netsnmp_arch_interface_container_load(): mibgroup/if-mib/data_access/interface_linux.c, 520: 9:access:ifcontainer: processing 'lo:326624490 203025409 0 0 0 0 0 0 326624490 203025409 0 0 0 0 0 0' trace: netsnmp_access_interface_ioctl_ifindex_get(): mibgroup/if-mib/data_access/interface_ioctl.c, 402: access:interface:ioctl: mtu_get trace: _ioctl_get(): mibgroup/if-mib/data_access/interface_ioctl.c, 49: verbose:access:interface:ioctl: ioctl 35123 for lo trace: netsnmp_access_interface_ioctl_has_ipv4(): mibgroup/if-mib/data_access/interface_ioctl.c, 453: access:ipaddress:container: interface 0, lo trace: netsnmp_access_interface_entry_create(): mibgroup/if-mib/data_access/interface.c, 276: access:interface:entry: create trace: netsnmp_access_interface_index_find(): mibgroup/if-mib/data_access/interface.c, 196: access:interface:find: index trace: netsnmp_access_interface_ioctl_ifindex_get(): mibgroup/if-mib/data_access/interface_ioctl.c, 402: access:interface:ioctl: mtu_get trace: _ioctl_get(): mibgroup/if-mib/data_access/interface_ioctl.c, 49: verbose:access:interface:ioctl: ioctl 35123 for lo trace: netsnmp_access_interface_ioctl_physaddr_get(): mibgroup/if-mib/data_access/interface_ioctl.c, 104: access:interface:ioctl: physaddr_get trace: _ioctl_get(): mibgroup/if-mib/data_access/interface_ioctl.c, 49: verbose:access:interface:ioctl: ioctl 35111 for lo trace: netsnmp_access_interface_ioctl_flags_get(): mibgroup/if-mib/data_access/interface_ioctl.c, 236: access:interface:ioctl: flags_get trace: _ioctl_get(): mibgroup/if-mib/data_access/interface_ioctl.c, 49: verbose:access:interface:ioctl: ioctl 35091 for lo trace: netsnmp_access_interface_ioctl_mtu_get(): mibgroup/if-mib/data_access/interface_ioctl.c, 369: access:interface:ioctl: mtu_get trace: _ioctl_get(): mibgroup/if-mib/data_access/interface_ioctl.c, 49: verbose:access:interface:ioctl: ioctl 35105 for lo trace: netsnmp_arch_interface_container_load(): mibgroup/if-mib/data_access/interface_linux.c, 520: 9:access:ifcontainer: processing 'eth0:182482665 2148888 0 0 0 0 0 0 522723556 2123948 0 0 0 0 0 0' trace: netsnmp_access_interface_ioctl_ifindex_get(): mibgroup/if-mib/data_access/interface_ioctl.c, 402: access:interface:ioctl: mtu_get trace: _ioctl_get(): mibgroup/if-mib/data_access/interface_ioctl.c, 49: verbose:access:interface:ioctl: ioctl 35123 for eth0 trace: netsnmp_access_interface_ioctl_has_ipv4(): mibgroup/if-mib/data_access/interface_ioctl.c, 453: access:ipaddress:container: interface 0, lo trace: netsnmp_access_interface_ioctl_has_ipv4(): mibgroup/if-mib/data_access/interface_ioctl.c, 453: access:ipaddress:container: interface 1, eth0 trace: netsnmp_access_interface_entry_create(): mibgroup/if-mib/data_access/interface.c, 276: access:interface:entry: create trace: netsnmp_access_interface_index_find(): mibgroup/if-mib/data_access/interface.c, 196: access:interface:find: index trace: netsnmp_access_interface_ioctl_ifindex_get(): mibgroup/if-mib/data_access/interface_ioctl.c, 402: access:interface:ioctl: mtu_get trace: _ioctl_get(): mibgroup/if-mib/data_access/interface_ioctl.c, 49: verbose:access:interface:ioctl: ioctl 35123 for eth0 trace: netsnmp_access_interface_ioctl_physaddr_get(): mibgroup/if-mib/data_access/interface_ioctl.c, 104: access:interface:ioctl: physaddr_get trace: _ioctl_get(): mibgroup/if-mib/data_access/interface_ioctl.c, 49: verbose:access:interface:ioctl: ioctl 35111 for eth0 trace: netsnmp_linux_interface_get_if_speed(): mibgroup/if-mib/data_access/interface_linux.c, 736: mibII/interfaces: ETHTOOL_GSET on eth0 speed = 100 trace: netsnmp_access_interface_ioctl_flags_get(): mibgroup/if-mib/data_access/interface_ioctl.c, 236: access:interface:ioctl: flags_get trace: _ioctl_get(): mibgroup/if-mib/data_access/interface_ioctl.c, 49: verbose:access:interface:ioctl: ioctl 35091 for eth0 trace: netsnmp_access_interface_ioctl_mtu_get(): mibgroup/if-mib/data_access/interface_ioctl.c, 369: access:interface:ioctl: mtu_get trace: _ioctl_get(): mibgroup/if-mib/data_access/interface_ioctl.c, 49: verbose:access:interface:ioctl: ioctl 35105 for eth0 compare:index: compare .1 to .2 compare:index: result was -1 compare:index: compare .1 to .1 compare:index: result was 0 compare:index: compare .1 to .2 compare:index: result was -1 compare:index: compare .1 to .1 compare:index: result was 0 compare:index: compare .2 to .1 compare:index: result was 1 compare:index: compare .1 to .1 compare:index: result was 0 trace: _check_interface_entry_for_updates(): mibgroup/if-mib/ifTable/ifTable_data_access.c, 204: ifTable:access: updating existing entry trace: netsnmp_access_interface_entry_copy(): mibgroup/if-mib/data_access/interface.c, 571: access:interface: copy trace: netsnmp_access_interface_entry_update_stats(): mibgroup/if-mib/data_access/interface.c, 481: access:interface: check_wrap trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 316: 9:c64:check_wrap: check wrap 0x0.0x13683480 0x0.0x1377e4ea trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 323: 9:c64:check_wrap: no wrap trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 316: 9:c64:check_wrap: check wrap 0x0.0xc19e5bc 0x0.0xc19ec01 trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 323: 9:c64:check_wrap: no wrap trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 316: 9:c64:check_wrap: check wrap 0x0.0x0 0x0.0x0 trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 323: 9:c64:check_wrap: no wrap trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 316: 9:c64:check_wrap: check wrap 0x0.0x0 0x0.0x0 trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 323: 9:c64:check_wrap: no wrap trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 316: 9:c64:check_wrap: check wrap 0x0.0x13683480 0x0.0x1377e4ea trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 323: 9:c64:check_wrap: no wrap trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 316: 9:c64:check_wrap: check wrap 0x0.0xc19e5bc 0x0.0xc19ec01 trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 323: 9:c64:check_wrap: no wrap trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 316: 9:c64:check_wrap: check wrap 0x0.0x0 0x0.0x0 trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 323: 9:c64:check_wrap: no wrap trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 316: 9:c64:check_wrap: check wrap 0x0.0x0 0x0.0x0 trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 323: 9:c64:check_wrap: no wrap compare:index: compare .2 to .1 compare:index: result was 1 compare:index: compare .1 to .1 compare:index: result was 0 trace: netsnmp_access_interface_entry_free(): mibgroup/if-mib/data_access/interface.c, 314: access:interface:entry: free compare:index: compare .2 to .2 compare:index: result was 0 trace: _check_interface_entry_for_updates(): mibgroup/if-mib/ifTable/ifTable_data_access.c, 204: ifTable:access: updating existing entry trace: netsnmp_access_interface_entry_copy(): mibgroup/if-mib/data_access/interface.c, 571: access:interface: copy trace: netsnmp_access_interface_entry_update_stats(): mibgroup/if-mib/data_access/interface.c, 481: access:interface: check_wrap trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 316: 9:c64:check_wrap: check wrap 0x0.0xae07595 0x0.0xae076e9 trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 323: 9:c64:check_wrap: no wrap trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 316: 9:c64:check_wrap: check wrap 0x0.0x20ca14 0x0.0x20ca18 trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 323: 9:c64:check_wrap: no wrap trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 316: 9:c64:check_wrap: check wrap 0x0.0x0 0x0.0x0 trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 323: 9:c64:check_wrap: no wrap trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 316: 9:c64:check_wrap: check wrap 0x0.0x0 0x0.0x0 trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 323: 9:c64:check_wrap: no wrap trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 316: 9:c64:check_wrap: check wrap 0x0.0x1f281f5e 0x0.0x1f2820e4 trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 323: 9:c64:check_wrap: no wrap trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 316: 9:c64:check_wrap: check wrap 0x0.0x2068a8 0x0.0x2068ac trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 323: 9:c64:check_wrap: no wrap trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 316: 9:c64:check_wrap: check wrap 0x0.0x0 0x0.0x0 trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 323: 9:c64:check_wrap: no wrap trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 316: 9:c64:check_wrap: check wrap 0x0.0x0 0x0.0x0 trace: netsnmp_c64_check_for_32bit_wrap(): int64.c, 323: 9:c64:check_wrap: no wrap compare:index: compare .2 to .2 compare:index: result was 0 trace: netsnmp_access_interface_entry_free(): mibgroup/if-mib/data_access/interface.c, 314: access:interface:entry: free trace: netsnmp_access_interface_container_free(): mibgroup/if-mib/data_access/interface.c, 171: access:interface:container: free verbose:ifTable:ifTable_cache_load: 2 records loaded (15) trace: run_alarms(): snmp_alarm.c, 253: snmp_alarm: alarm 2 completed trace: run_alarms(): snmp_alarm.c, 251: snmp_alarm: run alarm 3 cache_timer:start: loading cache 0x80cf488 trace: _cache_load(): mibgroup/ip-mib/ipAddressTable/ipAddressTable_interface.c, 1898: internal:ipAddressTable:_cache_load: called trace: ipAddressTable_container_load(): mibgroup/ip-mib/ipAddressTable/ipAddressTable_data_access.c, 327: verbose:ipAddressTable:ipAddressTable_cache_load: called trace: netsnmp_access_ipaddress_container_load(): mibgroup/ip-mib/data_access/ipaddress_common.c, 100: access:ipaddress:container: load trace: netsnmp_access_ipaddress_container_init(): mibgroup/ip-mib/data_access/ipaddress_common.c, 58: access:ipaddress:container: init trace: _netsnmp_ioctl_ipaddress_container_load_v4(): mibgroup/ip-mib/data_access/ipaddress_ioctl.c, 153: access:ipaddress:container: processing 2 interfaces trace: _netsnmp_ioctl_ipaddress_container_load_v4(): mibgroup/ip-mib/data_access/ipaddress_ioctl.c, 159: access:ipaddress:container: interface 0, lo trace: netsnmp_access_interface_ioctl_ifindex_get(): mibgroup/if-mib/data_access/interface_ioctl.c, 402: access:interface:ioctl: mtu_get trace: _ioctl_get(): mibgroup/if-mib/data_access/interface_ioctl.c, 49: verbose:access:interface:ioctl: ioctl 35123 for lo access:ipaddress:container: if 0: addr len 4, index 0x1 access:ipaddress:container: address 0x100007f access:ipaddress:container: flags 0x49 access:ipaddress:container: interface is up access:ipaddress:container: is a loopback net access:ipaddress:container: resources allocated trace: _netsnmp_ioctl_ipaddress_container_load_v4(): mibgroup/ip-mib/data_access/ipaddress_ioctl.c, 159: access:ipaddress:container: interface 1, eth0 trace: netsnmp_access_interface_ioctl_ifindex_get(): mibgroup/if-mib/data_access/interface_ioctl.c, 402: access:interface:ioctl: mtu_get trace: _ioctl_get(): mibgroup/if-mib/data_access/interface_ioctl.c, 49: verbose:access:interface:ioctl: ioctl 35123 for eth0 access:ipaddress:container: if 1: addr len 4, index 0x2 access:ipaddress:container: address 0x6609a8c0 access:ipaddress:container: flags 0x1043 access:ipaddress:container: interface is up access:ipaddress:container: broadcast address valid access:ipaddress:container: resources allocated access:ipaddress:container: Supports multicast compare:index: compare .1 to .2 compare:index: result was -1 trace: _check_entry_for_updates(): mibgroup/ip-mib/ipAddressTable/ipAddressTable_data_access.c, 223: ipAddressTable:access: updating existing entry compare:index: compare .1 to .1 compare:index: result was 0 compare:index: compare .1 to .2 compare:index: result was -1 compare:index: compare .1 to .1 compare:index: result was 0 compare:index: compare .2 to .1 compare:index: result was 1 compare:index: compare .1 to .1 compare:index: result was 0 trace: _check_entry_for_updates(): mibgroup/ip-mib/ipAddressTable/ipAddressTable_data_access.c, 223: ipAddressTable:access: updating existing entry compare:index: compare .2 to .2 compare:index: result was 0 trace: netsnmp_access_ipaddress_container_free(): mibgroup/ip-mib/data_access/ipaddress_common.c, 125: access:ipaddress:container: free verbose:ipAddressTable:ipAddressTable_cache_load: 2 records loaded (30) trace: run_alarms(): snmp_alarm.c, 253: snmp_alarm: alarm 3 completed trace: snmp_sess_select_info(): snmp_api.c, 5875: sess_select: for all sessions: 7 6 5 3 sess_select: next alarm 0.67377 sec verbose:sess_select: timer due *real* soon. 67377 usec verbose:sess_select: setting timer to 0.67377 sec, clear block (was 0) trace: receive(): snmpd.c, 1136: snmpd/select: select( numfds=8, ..., tvp=0xbfffb8f8) trace: receive(): snmpd.c, 1138: timer: tvp 0.67377 trace: receive(): snmpd.c, 1140: snmpd/select: returned, count = 0 trace: run_alarms(): snmp_alarm.c, 251: snmp_alarm: run alarm 5 trace: netsnmp_cpu_get_byIdx(): mibgroup/hardware/cpu/cpu.c, 58: cpu: cpu_get_byIdx -1 (found) trace: netsnmp_cpu_get_byIdx(): mibgroup/hardware/cpu/cpu.c, 58: cpu: cpu_get_byIdx 0 (found) trace: netsnmp_cpu_get_byIdx(): mibgroup/hardware/cpu/cpu.c, 58: cpu: cpu_get_byIdx -1 (found) trace: run_alarms(): snmp_alarm.c, 253: snmp_alarm: alarm 5 completed trace: snmp_sess_select_info(): snmp_api.c, 5875: sess_select: for all sessions: 7 6 5 3 sess_select: next alarm 4.999801 sec verbose:sess_select: timer due in 4.999801 sec verbose:sess_select: setting timer to 4.999801 sec, clear block (was 0) trace: receive(): snmpd.c, 1136: snmpd/select: select( numfds=8, ..., tvp=0xbfffb8f8) trace: receive(): snmpd.c, 1138: timer: tvp 4.999801 trace: receive(): snmpd.c, 1140: snmpd/select: returned, count = 0 trace: snmp_sess_select_info(): snmp_api.c, 5875: sess_select: for all sessions: 7 6 5 3 sess_select: next alarm 0.408 sec verbose:sess_select: timer due *real* soon. 408 usec verbose:sess_select: setting timer to 0.408 sec, clear block (was 0) trace: receive(): snmpd.c, 1136: snmpd/select: select( numfds=8, ..., tvp=0xbfffb8f8) trace: receive(): snmpd.c, 1138: timer: tvp 0.408 trace: receive(): snmpd.c, 1140: snmpd/select: returned, count = 0 trace: run_alarms(): snmp_alarm.c, 251: snmp_alarm: run alarm 5 trace: netsnmp_cpu_get_byIdx(): mibgroup/hardware/cpu/cpu.c, 58: cpu: cpu_get_byIdx -1 (found) trace: netsnmp_cpu_get_byIdx(): mibgroup/hardware/cpu/cpu.c, 58: cpu: cpu_get_byIdx 0 (found) trace: netsnmp_cpu_get_byIdx(): mibgroup/hardware/cpu/cpu.c, 58: cpu: cpu_get_byIdx -1 (found) trace: run_alarms(): snmp_alarm.c, 253: snmp_alarm: alarm 5 completed trace: snmp_sess_select_info(): snmp_api.c, 5875: sess_select: for all sessions: 7 6 5 3 sess_select: next alarm 4.999808 sec verbose:sess_select: timer due in 4.999808 sec verbose:sess_select: setting timer to 4.999808 sec, clear block (was 0) trace: receive(): snmpd.c, 1136: snmpd/select: select( numfds=8, ..., tvp=0xbfffb8f8) trace: receive(): snmpd.c, 1138: timer: tvp 4.999808 trace: receive(): snmpd.c, 1140: snmpd/select: returned, count = 0 trace: run_alarms(): snmp_alarm.c, 251: snmp_alarm: run alarm 5 trace: netsnmp_cpu_get_byIdx(): mibgroup/hardware/cpu/cpu.c, 58: cpu: cpu_get_byIdx -1 (found) trace: netsnmp_cpu_get_byIdx(): mibgroup/hardware/cpu/cpu.c, 58: cpu: cpu_get_byIdx 0 (found) trace: netsnmp_cpu_get_byIdx(): mibgroup/hardware/cpu/cpu.c, 58: cpu: cpu_get_byIdx -1 (found) trace: run_alarms(): snmp_alarm.c, 253: snmp_alarm: alarm 5 completed trace: snmp_sess_select_info(): snmp_api.c, 5875: sess_select: for all sessions: 7 6 5 3 sess_select: next alarm 4.920424 sec verbose:sess_select: timer due in 4.920424 sec verbose:sess_select: setting timer to 4.920424 sec, clear block (was 0) trace: receive(): snmpd.c, 1136: snmpd/select: select( numfds=8, ..., tvp=0xbfffb8f8) trace: receive(): snmpd.c, 1138: timer: tvp 4.920424 trace: receive(): snmpd.c, 1140: snmpd/select: returned, count = 1 trace: netsnmp_tcp_recv(): snmpTCPDomain.c, 119: netsnmp_tcp: recv fd 7 got 20 bytes dumpx_recv:00 00 00 00 dumpv_recv: Integer: 0 (0x00) trace: _sess_read(): snmp_api.c, 5638: sess_read: loop packet_len 20, PDU length 20 trace: _sess_process_packet(): snmp_api.c, 5125: sess_process_packet: session 0x8134cf0 fd 7 pkt 0x8135a30 length 20 trace: agentx_parse_header(): mibgroup/agentx/protocol.c, 1477: dumph_recv: AgentX Header trace: agentx_parse_header(): mibgroup/agentx/protocol.c, 1478: dumph_recv: Version dumpx_recv: 01 dumpv_recv: Version: 1 trace: agentx_parse_header(): mibgroup/agentx/protocol.c, 1485: dumph_recv: Command dumpx_recv: 0D dumpv_recv: Command: 13 (Ping) trace: agentx_parse_header(): mibgroup/agentx/protocol.c, 1493: dumph_recv: Flags dumpx_recv: 00 dumpv_recv: Flags: 0x0 trace: agentx_parse_header(): mibgroup/agentx/protocol.c, 1500: dumph_recv: Reserved Byte dumpx_recv: 00 dumpv_recv: Reserved: 0x0 trace: agentx_parse_header(): mibgroup/agentx/protocol.c, 1506: dumph_recv: Session ID dumpx_recv: 05 00 00 00 dumpv_recv: Integer: 5 (0x05) trace: agentx_parse_header(): mibgroup/agentx/protocol.c, 1514: dumph_recv: Transaction ID