Cisco 1800 Series - Unable to Poll Configuration

Started by MrNilsson, April 08, 2015, 02:45:44 PM

Previous topic - Next topic

MrNilsson

Hi All!

I'm a new netxms user, and are currently evaluating netxms to see if it can replace my current setup with groundworks and cacti.

Trying to monitor cisco 1800 series Routers with netxms but I'm unable to do a poll configuration , have verified the snmp access with other tools installed on the same server (paessler SNMP tester) but when I do a poll configuration i get the results below:

Quote[08.04.2015 13:23:49] **** Poll request sent to server ****
[08.04.2015 13:23:49] Poll request accepted
[08.04.2015 13:23:49] Starting configuration poll for node TLDW001
[08.04.2015 13:23:49] Checking node's capabilities...
[08.04.2015 13:23:49]    Checking SNMP...
[08.04.2015 13:27:02] Capability check finished
[08.04.2015 13:27:02] Unable to get interface list from node
[08.04.2015 13:27:02]    Interface "unknown" is no longer exist
[08.04.2015 13:27:02] Checking interface configuration...
[08.04.2015 13:27:50] Interface configuration check finished
[08.04.2015 13:27:50] Checking node name
[08.04.2015 13:27:50] Node name is OK
[08.04.2015 13:27:50] Finished configuration poll for node TLDW001
[08.04.2015 13:27:50] Node configuration was not changed after poll
[08.04.2015 13:27:50] **** Poll completed successfully ****

any input how this can be solved would be great!

/MrNilsson

tomaskir

Which NetXMS version are you using?

Are you using SNMP v2c or v3?

Do you have the proper SNMP communities/credentials configured in Configuration > Network Discovery?

MrNilsson

#2
Using v2c and yes have the correct community , I have event traced the snmp traffic with wireshark and can see that it's using the correct community string.
the devices have "/" character in the  community string but that shouldn't affect the polling should it ?

tomaskir

If you look at the raw communication (wireshark / tcpdump), do you actually see SNMP responses in there as well, or just SNMP requests?

MrNilsson

From wireshark, the 193.234.164.26 is the Netxms server and 10.7.7.4 is the cisco 1800 router>

Quote64571   112.861273000   193.234.164.26   10.7.7.4   SNMP   92   get-request 1.3.6.1.2.1.1.2.0
64662   112.984410000   10.7.7.4   193.234.164.26   SNMP   92   get-response 1.3.6.1.2.1.1.2.0
64663   112.984454000   193.234.164.26   10.7.7.4   SNMP   92   get-request 1.3.6.1.2.1.1.1.0
64747   113.108521000   10.7.7.4   193.234.164.26   SNMP   92   get-response 1.3.6.1.2.1.1.1.0
64748   113.108569000   193.234.164.26   10.7.7.4   SNMP   95   get-request 1.3.6.1.4.1.35160.1.1.0
64835   113.231786000   10.7.7.4   193.234.164.26   SNMP   95   get-response 1.3.6.1.4.1.35160.1.1.0

Victor Kirhenshtein

Hi,

what you get if you run nxsnmpget on OID .1.3.6.1.2.1.1.2.0 from command line?

Best regards,
Victor

MrNilsson

#6
Godmorning Victor!

The result when i run nxsnmpget from command line:

QuoteNo such object: .1.3.6.1.2.1.1.2.0


I was able to do a nxsnmpwalk with OID .1.3.6.1.2
Quote
.1.3.6.1.2.1.1.3.0 [TIMETICKS]: 834262091
.1.3.6.1.2.1.1.5.0 [STRING]: CPE-PERS2-IPVPN-142093.interoute.net
.1.3.6.1.2.1.2.1.0 [INTEGER]: 11
.1.3.6.1.2.1.2.2.1.1.1 [INTEGER]: 1
.1.3.6.1.2.1.2.2.1.1.2 [INTEGER]: 2
.1.3.6.1.2.1.2.2.1.1.3 [INTEGER]: 3
.1.3.6.1.2.1.2.2.1.1.4 [INTEGER]: 4
.1.3.6.1.2.1.2.2.1.1.5 [INTEGER]: 5
.1.3.6.1.2.1.2.2.1.1.6 [INTEGER]: 6
.1.3.6.1.2.1.2.2.1.1.7 [INTEGER]: 7
.1.3.6.1.2.1.2.2.1.1.8 [INTEGER]: 8
.1.3.6.1.2.1.2.2.1.1.9 [INTEGER]: 9
.1.3.6.1.2.1.2.2.1.1.10 [INTEGER]: 10
.1.3.6.1.2.1.2.2.1.1.11 [INTEGER]: 11
.1.3.6.1.2.1.2.2.1.2.1 [STRING]: Embedded-Service-Engine0/0
.1.3.6.1.2.1.2.2.1.2.2 [STRING]: GigabitEthernet0/0
.1.3.6.1.2.1.2.2.1.2.3 [STRING]: GigabitEthernet0/1
.1.3.6.1.2.1.2.2.1.2.4 [STRING]: Null0
.1.3.6.1.2.1.2.2.1.2.5 [STRING]: T1 0/0/0
.1.3.6.1.2.1.2.2.1.2.6 [STRING]: T1 0/0/1
.1.3.6.1.2.1.2.2.1.2.7 [STRING]: T1 0/1/0
.1.3.6.1.2.1.2.2.1.2.8 [STRING]: Serial0/0/0:0
.1.3.6.1.2.1.2.2.1.2.9 [STRING]: Serial0/0/1:0
.1.3.6.1.2.1.2.2.1.2.10 [STRING]: Serial0/1/0:0
.1.3.6.1.2.1.2.2.1.2.11 [STRING]: Multilink1
.1.3.6.1.2.1.2.2.1.3.1 [INTEGER]: 6
.1.3.6.1.2.1.2.2.1.3.2 [INTEGER]: 6
.1.3.6.1.2.1.2.2.1.3.3 [INTEGER]: 6
.1.3.6.1.2.1.2.2.1.3.4 [INTEGER]: 1
.1.3.6.1.2.1.2.2.1.3.5 [INTEGER]: 18
.1.3.6.1.2.1.2.2.1.3.6 [INTEGER]: 18
.1.3.6.1.2.1.2.2.1.3.7 [INTEGER]: 18
.1.3.6.1.2.1.2.2.1.3.8 [INTEGER]: 23
.1.3.6.1.2.1.2.2.1.3.9 [INTEGER]: 23
.1.3.6.1.2.1.2.2.1.3.10 [INTEGER]: 23
.1.3.6.1.2.1.2.2.1.3.11 [INTEGER]: 108
.1.3.6.1.2.1.2.2.1.4.1 [INTEGER]: 1500
.1.3.6.1.2.1.2.2.1.4.2 [INTEGER]: 1500
.1.3.6.1.2.1.2.2.1.4.3 [INTEGER]: 1500
.1.3.6.1.2.1.2.2.1.4.4 [INTEGER]: 1500
.1.3.6.1.2.1.2.2.1.4.8 [INTEGER]: 1500
.1.3.6.1.2.1.2.2.1.4.9 [INTEGER]: 1500
.1.3.6.1.2.1.2.2.1.4.10 [INTEGER]: 1500
.1.3.6.1.2.1.2.2.1.4.11 [INTEGER]: 1500
.1.3.6.1.2.1.2.2.1.5.1 [GAUGE32]: 10000000
.1.3.6.1.2.1.2.2.1.5.2 [GAUGE32]: 100000000
.1.3.6.1.2.1.2.2.1.5.3 [GAUGE32]: 100000000
.1.3.6.1.2.1.2.2.1.5.4 [GAUGE32]: 4294967295
.1.3.6.1.2.1.2.2.1.5.5 [GAUGE32]: 1544000
.1.3.6.1.2.1.2.2.1.5.6 [GAUGE32]: 1544000
.1.3.6.1.2.1.2.2.1.5.7 [GAUGE32]: 1544000
.1.3.6.1.2.1.2.2.1.5.8 [GAUGE32]: 1536000
.1.3.6.1.2.1.2.2.1.5.9 [GAUGE32]: 1536000
.1.3.6.1.2.1.2.2.1.5.10 [GAUGE32]: 1536000
.1.3.6.1.2.1.2.2.1.5.11 [GAUGE32]: 4608000
.1.3.6.1.2.1.2.2.1.6.1 [Hex-STRING]: 00 00 00 00 00 00
.1.3.6.1.2.1.2.2.1.6.2 [Hex-STRING]: 00 06 F6 83 C7 80
.1.3.6.1.2.1.2.2.1.6.3 [Hex-STRING]: 00 06 F6 83 C7 81
.1.3.6.1.2.1.2.2.1.6.4 [STRING]:
.1.3.6.1.2.1.2.2.1.6.5 [STRING]:
.1.3.6.1.2.1.2.2.1.6.6 [STRING]:
.1.3.6.1.2.1.2.2.1.6.7 [STRING]:
.1.3.6.1.2.1.2.2.1.6.8 [STRING]:
.1.3.6.1.2.1.2.2.1.6.9 [STRING]:
.1.3.6.1.2.1.2.2.1.6.10 [STRING]:
.1.3.6.1.2.1.2.2.1.6.11 [STRING]:
.1.3.6.1.2.1.2.2.1.7.1 [INTEGER]: 2
.1.3.6.1.2.1.2.2.1.7.2 [INTEGER]: 1
.1.3.6.1.2.1.2.2.1.7.3 [INTEGER]: 1
.1.3.6.1.2.1.2.2.1.7.4 [INTEGER]: 1
.1.3.6.1.2.1.2.2.1.7.5 [INTEGER]: 1
.1.3.6.1.2.1.2.2.1.7.6 [INTEGER]: 1
.1.3.6.1.2.1.2.2.1.7.7 [INTEGER]: 1
.1.3.6.1.2.1.2.2.1.7.8 [INTEGER]: 1
.1.3.6.1.2.1.2.2.1.7.9 [INTEGER]: 1
.1.3.6.1.2.1.2.2.1.7.10 [INTEGER]: 1
.1.3.6.1.2.1.2.2.1.7.11 [INTEGER]: 1
.1.3.6.1.2.1.2.2.1.8.1 [INTEGER]: 2
.1.3.6.1.2.1.2.2.1.8.2 [INTEGER]: 1
.1.3.6.1.2.1.2.2.1.8.3 [INTEGER]: 1
.1.3.6.1.2.1.2.2.1.8.4 [INTEGER]: 1
.1.3.6.1.2.1.2.2.1.8.5 [INTEGER]: 1
.1.3.6.1.2.1.2.2.1.8.6 [INTEGER]: 1
.1.3.6.1.2.1.2.2.1.8.7 [INTEGER]: 1
.1.3.6.1.2.1.2.2.1.8.8 [INTEGER]: 1
.1.3.6.1.2.1.2.2.1.8.9 [INTEGER]: 1
.1.3.6.1.2.1.2.2.1.8.10 [INTEGER]: 1
.1.3.6.1.2.1.2.2.1.8.11 [INTEGER]: 1
.1.3.6.1.2.1.2.2.1.9.1 [TIMETICKS]: 3728
.1.3.6.1.2.1.2.2.1.9.2 [TIMETICKS]: 689166880
.1.3.6.1.2.1.2.2.1.9.3 [TIMETICKS]: 689162980
.1.3.6.1.2.1.2.2.1.9.4 [TIMETICKS]: 0
.1.3.6.1.2.1.2.2.1.9.5 [TIMETICKS]: 0
.1.3.6.1.2.1.2.2.1.9.6 [TIMETICKS]: 0
.1.3.6.1.2.1.2.2.1.9.7 [TIMETICKS]: 0
.1.3.6.1.2.1.2.2.1.9.8 [TIMETICKS]: 747345902
.1.3.6.1.2.1.2.2.1.9.9 [TIMETICKS]: 747345911
.1.3.6.1.2.1.2.2.1.9.10 [TIMETICKS]: 747345892
.1.3.6.1.2.1.2.2.1.9.11 [TIMETICKS]: 747345892
.1.3.6.1.2.1.2.2.1.10.1 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.10.2 [COUNTER32]: 1468356795
.1.3.6.1.2.1.2.2.1.10.3 [COUNTER32]: 15022059
.1.3.6.1.2.1.2.2.1.10.4 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.10.8 [COUNTER32]: 1703371961
.1.3.6.1.2.1.2.2.1.10.9 [COUNTER32]: 1705542953
.1.3.6.1.2.1.2.2.1.10.10 [COUNTER32]: 1699278721
.1.3.6.1.2.1.2.2.1.10.11 [COUNTER32]: 3250028524
.1.3.6.1.2.1.2.2.1.11.1 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.11.2 [COUNTER32]: 1914879445
.1.3.6.1.2.1.2.2.1.11.3 [COUNTER32]: 153361
.1.3.6.1.2.1.2.2.1.11.4 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.11.8 [COUNTER32]: 250256635
.1.3.6.1.2.1.2.2.1.11.9 [COUNTER32]: 250261047
.1.3.6.1.2.1.2.2.1.11.10 [COUNTER32]: 250249099
.1.3.6.1.2.1.2.2.1.11.11 [COUNTER32]: 743989259
.1.3.6.1.2.1.2.2.1.13.1 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.13.2 [COUNTER32]: 26
.1.3.6.1.2.1.2.2.1.13.3 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.13.4 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.13.8 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.13.9 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.13.10 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.13.11 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.14.1 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.14.2 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.14.3 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.14.4 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.14.8 [COUNTER32]: 461
.1.3.6.1.2.1.2.2.1.14.9 [COUNTER32]: 18256
.1.3.6.1.2.1.2.2.1.14.10 [COUNTER32]: 148
.1.3.6.1.2.1.2.2.1.14.11 [COUNTER32]: 4
.1.3.6.1.2.1.2.2.1.15.1 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.15.2 [COUNTER32]: 172569
.1.3.6.1.2.1.2.2.1.15.3 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.15.4 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.15.8 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.15.9 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.15.10 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.15.11 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.16.1 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.16.2 [COUNTER32]: 579214981
.1.3.6.1.2.1.2.2.1.16.3 [COUNTER32]: 62927163
.1.3.6.1.2.1.2.2.1.16.4 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.16.8 [COUNTER32]: 763852194
.1.3.6.1.2.1.2.2.1.16.9 [COUNTER32]: 745527444
.1.3.6.1.2.1.2.2.1.16.10 [COUNTER32]: 757152720
.1.3.6.1.2.1.2.2.1.16.11 [COUNTER32]: 2186417169
.1.3.6.1.2.1.2.2.1.17.1 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.17.2 [COUNTER32]: 1918578863
.1.3.6.1.2.1.2.2.1.17.3 [COUNTER32]: 971246
.1.3.6.1.2.1.2.2.1.17.4 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.17.8 [COUNTER32]: 250306635
.1.3.6.1.2.1.2.2.1.17.9 [COUNTER32]: 250289405
.1.3.6.1.2.1.2.2.1.17.10 [COUNTER32]: 250296031
.1.3.6.1.2.1.2.2.1.17.11 [COUNTER32]: 745892674
.1.3.6.1.2.1.2.2.1.19.1 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.19.2 [COUNTER32]: 261
.1.3.6.1.2.1.2.2.1.19.3 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.19.4 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.19.8 [COUNTER32]: 17
.1.3.6.1.2.1.2.2.1.19.9 [COUNTER32]: 17
.1.3.6.1.2.1.2.2.1.19.10 [COUNTER32]: 16
.1.3.6.1.2.1.2.2.1.19.11 [COUNTER32]: 257154
.1.3.6.1.2.1.2.2.1.20.1 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.20.2 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.20.3 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.20.4 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.20.8 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.20.9 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.20.10 [COUNTER32]: 0
.1.3.6.1.2.1.2.2.1.20.11 [COUNTER32]: 0

Victor Kirhenshtein

Hi

so the problem is that device do not respond to standard OIDs .1.3.6.1.2.1.1.1.0 and .1.3.6.1.2.1.1.2.0 which NetXMS server uses to detect SNMP agent. Try to set custom attribute named snmp.testoid on this node to .1.3.6.1.2.1.1.3.0 (or any other working OID) and re-run configuration poll.

Best regards,
Victor

MrNilsson

OK tested with snmp.testoid 1.3.6.1.2.1 but unfortunately the config poll didn't go through:

Quote[09.04.2015 10:23:31] **** Poll request sent to server ****
[09.04.2015 10:23:31] Poll request accepted
[09.04.2015 10:23:31] Starting configuration poll for node TLDW001
[09.04.2015 10:23:31] Checking node's capabilities...
[09.04.2015 10:23:31]    Checking SNMP...
[09.04.2015 10:28:52] Capability check finished
[09.04.2015 10:28:52] Checking interface configuration...
[09.04.2015 10:28:52] Unable to get interface list from node
[09.04.2015 10:28:52]    Interface "unknown" is no longer exist
[09.04.2015 10:29:40] Interface configuration check finished
[09.04.2015 10:29:40] Checking node name
[09.04.2015 10:29:40] Node name is OK
[09.04.2015 10:29:40] Finished configuration poll for node TLDW001
[09.04.2015 10:29:40] Node configuration was not changed after poll
[09.04.2015 10:29:40] **** Poll completed successfully ****


Below are a wireshark log during the configuration poll:

Quote"5522","36.837125000","193.234.164.26","10.7.7.4","SNMP","86","get-next-request 1.3.6.1.2.1"
"5539","36.960971000","10.7.7.4","193.234.164.26","SNMP","93","get-response 1.3.6.1.2.1.1.3.0"
"5540","36.961543000","193.234.164.26","10.7.7.4","SNMP","89","get-next-request 1.3.6.1.2.1.1.3.0"
"5550","37.090012000","10.7.7.4","193.234.164.26","SNMP","125","get-response 1.3.6.1.2.1.1.5.0"
"5551","37.090532000","193.234.164.26","10.7.7.4","SNMP","89","get-next-request 1.3.6.1.2.1.1.5.0"
"5556","37.228425000","10.7.7.4","193.234.164.26","SNMP","90","get-response 1.3.6.1.2.1.2.1.0"
"5557","37.228939000","193.234.164.26","10.7.7.4","SNMP","89","get-next-request 1.3.6.1.2.1.2.1.0"
"5564","37.360858000","10.7.7.4","193.234.164.26","SNMP","92","get-response 1.3.6.1.2.1.2.2.1.1.1"
"5565","37.361388000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.1.1"
"5619","37.484288000","10.7.7.4","193.234.164.26","SNMP","92","get-response 1.3.6.1.2.1.2.2.1.1.2"
"5620","37.484804000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.1.2"
"5637","37.607972000","10.7.7.4","193.234.164.26","SNMP","92","get-response 1.3.6.1.2.1.2.2.1.1.3"
"5638","37.608540000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.1.3"
"5646","37.731674000","10.7.7.4","193.234.164.26","SNMP","92","get-response 1.3.6.1.2.1.2.2.1.1.4"
"5647","37.732171000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.1.4"
"5656","37.855313000","10.7.7.4","193.234.164.26","SNMP","92","get-response 1.3.6.1.2.1.2.2.1.1.5"
"5657","37.855825000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.1.5"
"5665","37.914664000","193.234.164.26","10.7.7.4","SNMP","88","get-request 1.3.6.1.4.1.35160.1.1.0"
"5670","37.979511000","10.7.7.4","193.234.164.26","SNMP","92","get-response 1.3.6.1.2.1.2.2.1.1.6"
"5671","37.980022000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.1.6"
"5682","38.103174000","10.7.7.4","193.234.164.26","SNMP","92","get-response 1.3.6.1.2.1.2.2.1.1.7"
"5683","38.103686000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.1.7"
"5688","38.226244000","10.7.7.4","193.234.164.26","SNMP","92","get-response 1.3.6.1.2.1.2.2.1.1.8"
"5691","38.226748000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.1.8"
"5703","38.350232000","10.7.7.4","193.234.164.26","SNMP","92","get-response 1.3.6.1.2.1.2.2.1.1.9"
"5704","38.350742000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.1.9"
"5717","38.474001000","10.7.7.4","193.234.164.26","SNMP","92","get-response 1.3.6.1.2.1.2.2.1.1.10"
"5718","38.475621000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.1.10"
"5743","38.598408000","10.7.7.4","193.234.164.26","SNMP","92","get-response 1.3.6.1.2.1.2.2.1.1.11"
"5745","38.598911000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.1.11"
"5762","38.721831000","10.7.7.4","193.234.164.26","SNMP","117","get-response 1.3.6.1.2.1.2.2.1.2.1"
"5763","38.722337000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.2.1"
"5789","38.845001000","10.7.7.4","193.234.164.26","SNMP","109","get-response 1.3.6.1.2.1.2.2.1.2.2"
"5790","38.845506000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.2.2"
"5812","38.968691000","10.7.7.4","193.234.164.26","SNMP","109","get-response 1.3.6.1.2.1.2.2.1.2.3"
"5813","38.969214000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.2.3"
"5820","39.092362000","10.7.7.4","193.234.164.26","SNMP","96","get-response 1.3.6.1.2.1.2.2.1.2.4"
"5821","39.092876000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.2.4"
"5826","39.224003000","10.7.7.4","193.234.164.26","SNMP","99","get-response 1.3.6.1.2.1.2.2.1.2.5"
"5827","39.224523000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.2.5"
"5839","39.356727000","10.7.7.4","193.234.164.26","SNMP","99","get-response 1.3.6.1.2.1.2.2.1.2.6"
"5840","39.357246000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.2.6"
"5847","39.501142000","10.7.7.4","193.234.164.26","SNMP","99","get-response 1.3.6.1.2.1.2.2.1.2.7"
"5848","39.501662000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.2.7"
"5925","39.636135000","10.7.7.4","193.234.164.26","SNMP","104","get-response 1.3.6.1.2.1.2.2.1.2.8"
"5926","39.636649000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.2.8"
"5953","39.760443000","10.7.7.4","193.234.164.26","SNMP","104","get-response 1.3.6.1.2.1.2.2.1.2.9"
"5954","39.761025000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.2.9"
"5989","39.885852000","10.7.7.4","193.234.164.26","SNMP","104","get-response 1.3.6.1.2.1.2.2.1.2.10"
"5990","39.886366000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.2.10"
"5997","39.914949000","193.234.164.26","10.7.7.4","SNMP","88","get-request 1.3.6.1.4.1.35160.1.1.0"
"6011","40.009599000","10.7.7.4","193.234.164.26","SNMP","101","get-response 1.3.6.1.2.1.2.2.1.2.11"
"6012","40.010103000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.2.11"
"6028","40.133034000","10.7.7.4","193.234.164.26","SNMP","92","get-response 1.3.6.1.2.1.2.2.1.3.1"
"6029","40.133526000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.3.1"
"6053","40.257205000","10.7.7.4","193.234.164.26","SNMP","92","get-response 1.3.6.1.2.1.2.2.1.3.2"
"6056","40.257781000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.3.2"
"6087","40.380891000","10.7.7.4","193.234.164.26","SNMP","92","get-response 1.3.6.1.2.1.2.2.1.3.3"
"6088","40.381407000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.3.3"
"6099","40.504322000","10.7.7.4","193.234.164.26","SNMP","92","get-response 1.3.6.1.2.1.2.2.1.3.4"
"6100","40.504827000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.3.4"
"6118","40.627749000","10.7.7.4","193.234.164.26","SNMP","92","get-response 1.3.6.1.2.1.2.2.1.3.5"
"6119","40.628263000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.3.5"
"6131","40.755927000","10.7.7.4","193.234.164.26","SNMP","92","get-response 1.3.6.1.2.1.2.2.1.3.6"
"6133","40.756466000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.3.6"
"6159","40.879602000","10.7.7.4","193.234.164.26","SNMP","92","get-response 1.3.6.1.2.1.2.2.1.3.7"
"6160","40.880093000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.3.7"
"6211","41.003031000","10.7.7.4","193.234.164.26","SNMP","92","get-response 1.3.6.1.2.1.2.2.1.3.8"
"6212","41.003538000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.3.8"
"6232","41.126973000","10.7.7.4","193.234.164.26","SNMP","92","get-response 1.3.6.1.2.1.2.2.1.3.9"
"6233","41.127546000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.3.9"
"6252","41.250887000","10.7.7.4","193.234.164.26","SNMP","92","get-response 1.3.6.1.2.1.2.2.1.3.10"
"6253","41.251329000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.3.10"
"6268","41.374573000","10.7.7.4","193.234.164.26","SNMP","92","get-response 1.3.6.1.2.1.2.2.1.3.11"
"6269","41.375038000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.3.11"
"6290","41.503767000","10.7.7.4","193.234.164.26","SNMP","93","get-response 1.3.6.1.2.1.2.2.1.4.1"
"6291","41.504249000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.4.1"
"6313","41.628445000","10.7.7.4","193.234.164.26","SNMP","93","get-response 1.3.6.1.2.1.2.2.1.4.2"
"6314","41.628928000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.4.2"
"6338","41.752090000","10.7.7.4","193.234.164.26","SNMP","93","get-response 1.3.6.1.2.1.2.2.1.4.3"
"6339","41.752630000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.4.3"
"6361","41.875876000","10.7.7.4","193.234.164.26","SNMP","93","get-response 1.3.6.1.2.1.2.2.1.4.4"
"6362","41.876364000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.4.4"
"6369","41.915819000","193.234.164.26","10.7.7.4","SNMP","88","get-request 1.3.6.1.4.1.35160.1.1.0"
"6390","41.999544000","10.7.7.4","193.234.164.26","SNMP","93","get-response 1.3.6.1.2.1.2.2.1.4.8"
"6391","42.000031000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.4.8"
"6419","42.123486000","10.7.7.4","193.234.164.26","SNMP","93","get-response 1.3.6.1.2.1.2.2.1.4.9"
"6420","42.123978000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.4.9"
"6458","42.247587000","10.7.7.4","193.234.164.26","SNMP","93","get-response 1.3.6.1.2.1.2.2.1.4.10"
"6459","42.248093000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.4.10"
"6504","42.371256000","10.7.7.4","193.234.164.26","SNMP","93","get-response 1.3.6.1.2.1.2.2.1.4.11"
"6505","42.371757000","193.234.164.26","10.7.7.4","SNMP","91","get-next-request 1.3.6.1.2.1.2.2.1.4.11"
"6547","42.500686000","10.7.7.4","193.234.164.26","SNMP","95","get-response 1.3.6.1.2.1.2.2.1.5.1"
........

Victor Kirhenshtein

Test OID must be readable with GET (nxsnmpget should return value), so 1.3.6.1.2.1 will not work. Try to specify .1.3.6.1.2.1.1.3.0 (don't forget leading dot).

Best regards,
Victor

MrNilsson

Yes u are so right Victor that worked :)   thanks !!

/MrNilsson