gaps in graph

Post support questions that relate to the Windows 2003/2000/XP operating systems.

Moderators: Developers, Moderators

pramod006
Posts: 9
Joined: Sun Mar 11, 2012 9:54 pm

gaps in graph

Post by pramod006 »

Hi,

I see a lot of gaps in my graph. when i export the values to a csv .. i see a lot of nan s in between .. i went through the threads and none of the solutions worked :( please help
cacti_error.JPG
cacti_error.JPG (31.58 KiB) Viewed 3402 times

i also see a lot of

CMDPHP: Poller[0] Host[57] DS[595] WARNING: Result from SNMP not valid. Partial Result: U
CMDPHP: Poller[0] WARNING: SNMP Get Timeout for Host:

errors
artagel
Cacti User
Posts: 226
Joined: Wed May 21, 2008 11:33 pm

Re: gaps in graph

Post by artagel »

Pretty self explanatory. The snmpget is timing out so you aren't getting values. That causes gaps in the graph, which will show up as NaN on an export.
Check your snmp timeout settings. You could also be running too many concurrent processes, or whatever device you are graphing is overwhelmed and not always responding(ie 100% CPU).
-Dan
Please mark the topic solved if this resolves your problem.
pramod006
Posts: 9
Joined: Sun Mar 11, 2012 9:54 pm

Re: gaps in graph

Post by pramod006 »

snmp timeout is 5000 msec.
Maximum OID's Per Get Request =1
no of concurrent process =2

SYSTEM STATS: Time:89.0015 Method:cmd.php Processes:2 Threads:N/A Hosts:96 HostsPerProcess:48 DataSources:1521 RRDsProcessed:947
SYSTEM STATS: Time:91.0753 Method:cmd.php Processes:2 Threads:N/A Hosts:96 HostsPerProcess:48 DataSources:1521 RRDsProcessed:947

and am getting this on almost all devices

As you can see in the graph .. the cpu usage of the device being graphed is pretty low ..
artagel
Cacti User
Posts: 226
Joined: Wed May 21, 2008 11:33 pm

Re: gaps in graph

Post by artagel »

Are those devices on your local network?
max oid's per device of 1 is great for troubleshooting, but i'd up that number to 10+ in an operational environment.
What happens if you do a continuous ping to one of those devices? Any timeouts? Long replies?

Do you have a full debug of a poller run where you get the U result?
-Dan
Please mark the topic solved if this resolves your problem.
pramod006
Posts: 9
Joined: Sun Mar 11, 2012 9:54 pm

Re: gaps in graph

Post by pramod006 »

heres the log for one of the devices for one data source

Code: Select all

06/27/2012 01:33:50 AM - CMDPHP: Poller[0] Host[60] DS[600] SNMP: v1: 192.61.251.39, dsname: N7TotMom, oid: .1.3.6.1.4.1.5624.1.2.49.1.3.1.1.4.71.2.1, output: U
06/27/2012 01:33:50 AM - CMDPHP: Poller[0] Host[60] DS[600] WARNING: Result from SNMP not valid. Partial Result: U
06/27/2012 01:33:50 AM - CMDPHP: Poller[0] WARNING: SNMP Get Timeout for Host:'192.61.251.39', and OID:'.1.3.6.1.4.1.5624.1.2.49.1.3.1.1.4.71.2.1'
06/27/2012 01:33:50 AM - CMDPHP: Poller[0] Host[60] DS[601] SNMP: v1: 192.61.251.39, dsname: N7FreeMem, oid: .1.3.6.1.4.1.5624.1.2.49.1.3.1.1.5.71.2.1, output: U
06/27/2012 01:33:50 AM - CMDPHP: Poller[0] Host[60] DS[601] WARNING: Result from SNMP not valid. Partial Result: U
06/27/2012 01:33:50 AM - CMDPHP: Poller[0] WARNING: SNMP Get Timeout for Host:'192.61.251.39', and OID:'.1.3.6.1.4.1.5624.1.2.49.1.3.1.1.5.71.2.1'
06/27/2012 01:33:50 AM - CMDPHP: Poller[0] Host[60] RECACHE DQ[16] OID: .1.3.6.1.2.1.1.3.0, output: 70814601
06/27/2012 01:33:50 AM - CMDPHP: Poller[0] Host[60] RECACHE DQ[16] OID: .1.3.6.1.2.1.1.3.0
06/27/2012 01:33:50 AM - CMDPHP: Poller[0] Host[60] RECACHE DQ[1] OID: .1.3.6.1.2.1.1.3.0, output: 70814601
06/27/2012 01:33:50 AM - POLLER: Poller[0] CACTI2RRD: c:/rrdtool/rrdtool.exe update C:\Inetpub\wwwroot\cacti\rra\59\1374.rrd --template N7TotMom 1340778830:U
06/27/2012 01:33:50 AM - CMDPHP: Poller[0] Host[60] RECACHE DQ[1] OID: .1.3.6.1.2.1.1.3.0
06/27/2012 01:33:50 AM - CMDPHP: Poller[0] Host[60] RECACHE: Processing 2 items in the auto reindex cache for '192.61.251.39'.
06/27/2012 01:33:50 AM - CMDPHP: Poller[0] Host[60] SNMP: Host responded to SNMP
i made max OIDs to 1 just to c if it works ..

few devices are in the west coast of US and few in the east coast and few in d middle.. the cacti server is in central US
artagel
Cacti User
Posts: 226
Joined: Wed May 21, 2008 11:33 pm

Re: gaps in graph

Post by artagel »

First of all..v1 :)? You might want to check on updating that to at least v2...but preferably v3.

06/27/2012 01:33:50 AM - CMDPHP: Poller[0] Host[60] DS[600] SNMP: v1: 192.61.251.39, dsname: N7TotMom, oid: .1.3.6.1.4.1.5624.1.2.49.1.3.1.1.4.71.2.1, output: U
06/27/2012 01:33:50 AM - CMDPHP: Poller[0] Host[60] DS[600] WARNING: Result from SNMP not valid. Partial Result: U
06/27/2012 01:33:50 AM - CMDPHP: Poller[0] WARNING: SNMP Get Timeout for Host:'192.61.251.39', and OID:'.1.3.6.1.4.1.5624.1.2.49.1.3.1.1.4.71.2.1'

So what happens if you do: snmpget -v 1 -c your_community_string 192.61.251.39 .1.3.6.1.4.1.5624.1.2.49.1.3.1.1.4.71.2.1

Cacti is timing out to the device, which means it's trying, but even with the 5000ms timeout it's not reaching it.
Like I said, see what happens when you do a continuous ping to that device, are you getting timeouts?
-Dan
Last edited by artagel on Wed Jun 27, 2012 2:10 am, edited 1 time in total.
Please mark the topic solved if this resolves your problem.
pramod006
Posts: 9
Joined: Sun Mar 11, 2012 9:54 pm

Re: gaps in graph

Post by pramod006 »

got a weird result for snmpget

Code: Select all

C:\Documents and Settings\xx>snmpget 192.61.251.39 -v 1 -c snmp_RO_String .1.3.6.1.4.1.5624.1.2.49.1.3.1.1.4.71.2.1
MIB search path:  C:\PHP\Extras\mibs
Cannot find module (IP-MIB): At line 0 in (none)
Cannot find module (IF-MIB): At line 0 in (none)
Cannot find module (TCP-MIB): At line 0 in (none)
Cannot find module (UDP-MIB): At line 0 in (none)
Cannot find module (HOST-RESOURCES-MIB): At line 0 in (none)
Cannot find module (SNMPv2-MIB): At line 0 in (none)
Cannot find module (SNMPv2-SMI): At line 0 in (none)
Cannot find module (NOTIFICATION-LOG-MIB): At line 0 in (none)
Cannot find module (UCD-SNMP-MIB): At line 0 in (none)
Cannot find module (UCD-DEMO-MIB): At line 0 in (none)
Cannot find module (SNMP-TARGET-MIB): At line 0 in (none)
Cannot find module (NET-SNMP-AGENT-MIB): At line 0 in (none)
Cannot find module (DISMAN-EVENT-MIB): At line 0 in (none)
Cannot find module (SNMP-VIEW-BASED-ACM-MIB): At line 0 in (none)
Cannot find module (SNMP-COMMUNITY-MIB): At line 0 in (none)
Cannot find module (UCD-DLMOD-MIB): At line 0 in (none)
Cannot find module (SNMP-FRAMEWORK-MIB): At line 0 in (none)
Cannot find module (SNMP-MPD-MIB): At line 0 in (none)
Cannot find module (SNMP-USER-BASED-SM-MIB): At line 0 in (none)
Cannot find module (SNMP-NOTIFICATION-MIB): At line 0 in (none)
Cannot find module (SNMPv2-TM): At line 0 in (none)
-v:  (Sub-id not found: (top) -> -v)
snmp_RO_String:  (Sub-id not found: (top) -> snmp_RO_String)
i dont see any timeouts in the ping ( upto 400 continuous pings) and response time is within 60 msec
artagel
Cacti User
Posts: 226
Joined: Wed May 21, 2008 11:33 pm

Re: gaps in graph

Post by artagel »

Put the IP address after the community string and then put the OID last.

syntax for snmpget is
snmpget options target oid
-Dan
Please mark the topic solved if this resolves your problem.
pramod006
Posts: 9
Joined: Sun Mar 11, 2012 9:54 pm

Re: gaps in graph

Post by pramod006 »

ok here it is

Code: Select all

C:\Documents and Settings\xx>snmpget -v 1 -c xxx 192.61.251.39
.1.3.6.1.4.1.5624.1.2.49.1.3.1.1.4.71.2.1
MIB search path:  C:\PHP\Extras\mibs
Cannot find module (IP-MIB): At line 0 in (none)
Cannot find module (IF-MIB): At line 0 in (none)
Cannot find module (TCP-MIB): At line 0 in (none)
Cannot find module (UDP-MIB): At line 0 in (none)
Cannot find module (HOST-RESOURCES-MIB): At line 0 in (none)
Cannot find module (SNMPv2-MIB): At line 0 in (none)
Cannot find module (SNMPv2-SMI): At line 0 in (none)
Cannot find module (NOTIFICATION-LOG-MIB): At line 0 in (none)
Cannot find module (UCD-SNMP-MIB): At line 0 in (none)
Cannot find module (UCD-DEMO-MIB): At line 0 in (none)
Cannot find module (SNMP-TARGET-MIB): At line 0 in (none)
Cannot find module (NET-SNMP-AGENT-MIB): At line 0 in (none)
Cannot find module (DISMAN-EVENT-MIB): At line 0 in (none)
Cannot find module (SNMP-VIEW-BASED-ACM-MIB): At line 0 in (none)
Cannot find module (SNMP-COMMUNITY-MIB): At line 0 in (none)
Cannot find module (UCD-DLMOD-MIB): At line 0 in (none)
Cannot find module (SNMP-FRAMEWORK-MIB): At line 0 in (none)
Cannot find module (SNMP-MPD-MIB): At line 0 in (none)
Cannot find module (SNMP-USER-BASED-SM-MIB): At line 0 in (none)
Cannot find module (SNMP-NOTIFICATION-MIB): At line 0 in (none)
Cannot find module (SNMPv2-TM): At line 0 in (none)
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: iso.3.6.1.4.1.5624.1.2.49.1.3.1.1.4.71.2.1
artagel
Cacti User
Posts: 226
Joined: Wed May 21, 2008 11:33 pm

Re: gaps in graph

Post by artagel »

According to this: http://www.net-snmp.org/tutorial/tutori ... mpget.html you need to put a .0 at the end of the oid.....You could try that.

Can you also try doing an snmpwalk on the same OID?

What path do you have for your snmpget in your cacti settings? Can you try to call out the specific exe for snmpget and snmpwalk when you are running it manually to make sure we're using the one cacti is using?
-Dan
Please mark the topic solved if this resolves your problem.
pramod006
Posts: 9
Joined: Sun Mar 11, 2012 9:54 pm

Re: gaps in graph

Post by pramod006 »

the path for SNMPget is c:/net-snmp/bin/
cacti snmp.JPG
cacti snmp.JPG (48.89 KiB) Viewed 3385 times

Code: Select all

C:\Net-SNMP\bin>c:\net-snmp\bin\snmpwalk.exe -v 1 -c xxx 192.61.251.39 .1.3.6.1.4.1.5624.1.2.49.1.3.1.1.4.71.2.1.0
MIB search path:  C:\PHP\Extras\mibs
Cannot find module (IP-MIB): At line 0 in (none)
Cannot find module (IF-MIB): At line 0 in (none)
Cannot find module (TCP-MIB): At line 0 in (none)
Cannot find module (UDP-MIB): At line 0 in (none)
Cannot find module (HOST-RESOURCES-MIB): At line 0 in (none)
Cannot find module (SNMPv2-MIB): At line 0 in (none)
Cannot find module (SNMPv2-SMI): At line 0 in (none)
Cannot find module (NOTIFICATION-LOG-MIB): At line 0 in (none)
Cannot find module (UCD-SNMP-MIB): At line 0 in (none)
Cannot find module (UCD-DEMO-MIB): At line 0 in (none)
Cannot find module (SNMP-TARGET-MIB): At line 0 in (none)
Cannot find module (NET-SNMP-AGENT-MIB): At line 0 in (none)
Cannot find module (DISMAN-EVENT-MIB): At line 0 in (none)
Cannot find module (SNMP-VIEW-BASED-ACM-MIB): At line 0 in (none)
Cannot find module (SNMP-COMMUNITY-MIB): At line 0 in (none)
Cannot find module (UCD-DLMOD-MIB): At line 0 in (none)
Cannot find module (SNMP-FRAMEWORK-MIB): At line 0 in (none)
Cannot find module (SNMP-MPD-MIB): At line 0 in (none)
Cannot find module (SNMP-USER-BASED-SM-MIB): At line 0 in (none)
Cannot find module (SNMP-NOTIFICATION-MIB): At line 0 in (none)
Cannot find module (SNMPv2-TM): At line 0 in (none)

C:\Net-SNMP\bin>c:\net-snmp\bin\snmpget.exe -v 1 -c xxx 192.61.251.39 .1.3.6.1.4.1.5624.1.2.49.1.3.1.1.4.71.2.1.0
MIB search path:  C:\PHP\Extras\mibs
Cannot find module (IP-MIB): At line 0 in (none)
Cannot find module (IF-MIB): At line 0 in (none)
Cannot find module (TCP-MIB): At line 0 in (none)
Cannot find module (UDP-MIB): At line 0 in (none)
Cannot find module (HOST-RESOURCES-MIB): At line 0 in (none)
Cannot find module (SNMPv2-MIB): At line 0 in (none)
Cannot find module (SNMPv2-SMI): At line 0 in (none)
Cannot find module (NOTIFICATION-LOG-MIB): At line 0 in (none)
Cannot find module (UCD-SNMP-MIB): At line 0 in (none)
Cannot find module (UCD-DEMO-MIB): At line 0 in (none)
Cannot find module (SNMP-TARGET-MIB): At line 0 in (none)
Cannot find module (NET-SNMP-AGENT-MIB): At line 0 in (none)
Cannot find module (DISMAN-EVENT-MIB): At line 0 in (none)
Cannot find module (SNMP-VIEW-BASED-ACM-MIB): At line 0 in (none)
Cannot find module (SNMP-COMMUNITY-MIB): At line 0 in (none)
Cannot find module (UCD-DLMOD-MIB): At line 0 in (none)
Cannot find module (SNMP-FRAMEWORK-MIB): At line 0 in (none)
Cannot find module (SNMP-MPD-MIB): At line 0 in (none)
Cannot find module (SNMP-USER-BASED-SM-MIB): At line 0 in (none)
Cannot find module (SNMP-NOTIFICATION-MIB): At line 0 in (none)
Cannot find module (SNMPv2-TM): At line 0 in (none)
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: iso.3.6.1.4.1.5624.1.2.49.1.3.1.1.4.71.2.1
same when done without .0 at the end of OID
pramod006
Posts: 9
Joined: Sun Mar 11, 2012 9:54 pm

Re: gaps in graph

Post by pramod006 »

Hi Artagel

i do not have access to private messages yet.
artagel
Cacti User
Posts: 226
Joined: Wed May 21, 2008 11:33 pm

Re: gaps in graph

Post by artagel »

Haha.OK ;)
Forums it is.

So, do the same commands for me again without the .0 at the end.

Then do an snmpwalk with just this OID: .1.3.6.1.4.1.5624.1.2.
I want to see if the smaller OID can walk the data. If you get a lot of output put it in a txt file and attach.
Please mark the topic solved if this resolves your problem.
artagel
Cacti User
Posts: 226
Joined: Wed May 21, 2008 11:33 pm

Re: gaps in graph

Post by artagel »

By the way..what's the endpoint?
Os type and version?
How many NICs?
-Dan
Please mark the topic solved if this resolves your problem.
pramod006
Posts: 9
Joined: Sun Mar 11, 2012 9:54 pm

Re: gaps in graph

Post by pramod006 »

Hi understood that the required MIB files where missing under c:\PHP\extras\mibs. Hence, i downloaded the missing files and have uploaded in the c:\PHP\extras\mibs path and then ran the snmpwalk as follows:
C:\Net-SNMP\bin>snmpwalk.exe -v 1 -c xxx 192.61.251.39 .1.3.6.1.4.1.5624.1.2.49.1.3.1.1.4.71.2.1.0
MIB search path: C:\PHP\Extras\mibs
Cannot find module (NET-SNMP-MIB): At line 12 in C:\PHP\Extras\mibs/NET-SNMP-AGENT-MIB.txt
Did not find 'netSnmpObjects' in module #-1 (C:\PHP\Extras\mibs/NET-SNMP-AGENT-MIB.txt)
Did not find 'netSnmpModuleIDs' in module #-1 (C:\PHP\Extras\mibs/NET-SNMP-AGENT-MIB.txt)
Did not find 'netSnmpNotifications' in module #-1 (C:\PHP\Extras\mibs/NET-SNMP-AGENT-MIB.txt)
Did not find 'netSnmpGroups' in module #-1 (C:\PHP\Extras\mibs/NET-SNMP-AGENT-MIB.txt)
Unlinked OID in NET-SNMP-AGENT-MIB: nsAgentNotifyGroup ::= { netSnmpGroups 9 }
Undefined identifier: netSnmpGroups near line 541 of C:\PHP\Extras\mibs/NET-SNMP-AGENT-MIB.txt
Unlinked OID in NET-SNMP-AGENT-MIB: nsTransactionGroup ::= { netSnmpGroups 8 }
Undefined identifier: netSnmpGroups near line 532 of C:\PHP\Extras\mibs/NET-SNMP-AGENT-MIB.txt
Unlinked OID in NET-SNMP-AGENT-MIB: nsConfigGroups ::= { netSnmpGroups 7 }
Undefined identifier: netSnmpGroups near line 511 of C:\PHP\Extras\mibs/NET-SNMP-AGENT-MIB.txt
Unlinked OID in NET-SNMP-AGENT-MIB: nsCacheGroup ::= { netSnmpGroups 4 }
Undefined identifier: netSnmpGroups near line 501 of C:\PHP\Extras\mibs/NET-SNMP-AGENT-MIB.txt
Unlinked OID in NET-SNMP-AGENT-MIB: nsModuleGroup ::= { netSnmpGroups 2 }
Undefined identifier: netSnmpGroups near line 491 of C:\PHP\Extras\mibs/NET-SNMP-AGENT-MIB.txt
Unlinked OID in NET-SNMP-AGENT-MIB: netSnmpAgentMIB ::= { netSnmpModuleIDs 2 }
Undefined identifier: netSnmpModuleIDs near line 24 of C:\PHP\Extras\mibs/NET-SNMP-AGENT-MIB.txt
Unlinked OID in NET-SNMP-AGENT-MIB: nsTransactions ::= { netSnmpObjects 8 }
Undefined identifier: netSnmpObjects near line 51 of C:\PHP\Extras\mibs/NET-SNMP-AGENT-MIB.txt
Unlinked OID in NET-SNMP-AGENT-MIB: nsConfiguration ::= { netSnmpObjects 7 }
Undefined identifier: netSnmpObjects near line 50 of C:\PHP\Extras\mibs/NET-SNMP-AGENT-MIB.txt
Unlinked OID in NET-SNMP-AGENT-MIB: nsErrorHistory ::= { netSnmpObjects 6 }
Undefined identifier: netSnmpObjects near line 49 of C:\PHP\Extras\mibs/NET-SNMP-AGENT-MIB.txt
Unlinked OID in NET-SNMP-AGENT-MIB: nsCache ::= { netSnmpObjects 5 }
Undefined identifier: netSnmpObjects near line 48 of C:\PHP\Extras\mibs/NET-SNMP-AGENT-MIB.txt
Unlinked OID in NET-SNMP-AGENT-MIB: nsDLMod ::= { netSnmpObjects 4 }
Undefined identifier: netSnmpObjects near line 47 of C:\PHP\Extras\mibs/NET-SNMP-AGENT-MIB.txt
Unlinked OID in NET-SNMP-AGENT-MIB: nsExtensions ::= { netSnmpObjects 3 }
Undefined identifier: netSnmpObjects near line 46 of C:\PHP\Extras\mibs/NET-SNMP-AGENT-MIB.txt
Unlinked OID in NET-SNMP-AGENT-MIB: nsMibRegistry ::= { netSnmpObjects 2 }
Undefined identifier: netSnmpObjects near line 45 of C:\PHP\Extras\mibs/NET-SNMP-AGENT-MIB.txt
Unlinked OID in NET-SNMP-AGENT-MIB: nsVersion ::= { netSnmpObjects 1 }
Undefined identifier: netSnmpObjects near line 44 of C:\PHP\Extras\mibs/NET-SNMP-AGENT-MIB.txt
Unlinked OID in NET-SNMP-AGENT-MIB: nsNotifyRestart ::= { netSnmpNotifications 3 }
Undefined identifier: netSnmpNotifications near line 478 of C:\PHP\Extras\mibs/NET-SNMP-AGENT-MIB.txt
Unlinked OID in NET-SNMP-AGENT-MIB: nsNotifyShutdown ::= { netSnmpNotifications2 }
Undefined identifier: netSnmpNotifications near line 472 of C:\PHP\Extras\mibs/NET-SNMP-AGENT-MIB.txt
Unlinked OID in NET-SNMP-AGENT-MIB: nsNotifyStart ::= { netSnmpNotifications 1 }
Undefined identifier: netSnmpNotifications near line 466 of C:\PHP\Extras\mibs/NET-SNMP-AGENT-MIB.txt
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsCacheStatus ::= { nsCacheEntry 3 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsCacheTimeout ::= { nsCacheEntry 2 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsCachedOID ::= { nsCacheEntry 1 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsTransactionEntry ::= { nsTransactionTable 1 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsDebugTokenEntry ::= { nsDebugTokenTable 1 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsModuleTable ::= { nsMibRegistry 1 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsModuleTimeout ::= { nsModuleEntry 6 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsModuleModes ::= { nsModuleEntry 5 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsModuleName ::= { nsModuleEntry 4 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsmRegistrationPriority ::= { nsModuleEntry 3 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsmRegistrationPoint ::= { nsModuleEntry 2 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsmContextName ::= { nsModuleEntry 1 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsModuleGroup ::= { netSnmpGroups 2 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsCacheGroup ::= { netSnmpGroups 4 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsConfigGroups ::= { netSnmpGroups 7 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsTransactionGroup ::= { netSnmpGroups 8 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsAgentNotifyGroup ::= { netSnmpGroups 9 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsTransactionMode ::= { nsTransactionEntry 2 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsTransactionID ::= { nsTransactionEntry 1 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsDebugTokenStatus ::= { nsDebugTokenEntry 4 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsDebugTokenPrefix ::= { nsDebugTokenEntry 2 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsLoggingTable ::= { nsConfigLogging 1 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: netSnmpAgentMIB ::= { netSnmpModuleIDs 2 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsLoggingEntry ::= { nsLoggingTable 1 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsCacheTable ::= { nsCache 3 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsCacheEnabled ::= { nsCache 2 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsCacheDefaultTimeout ::= { nsCache 1 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsConfigLogging ::= { nsConfiguration 2}
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsConfigDebug ::= { nsConfiguration 1 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsCacheEntry ::= { nsCacheTable 1 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsDebugTokenTable ::= { nsConfigDebug 4}
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsDebugDumpPdu ::= { nsConfigDebug 3 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsDebugOutputAll ::= { nsConfigDebug 2 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsDebugEnabled ::= { nsConfigDebug 1 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsVersion ::= { netSnmpObjects 1 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsMibRegistry ::= { netSnmpObjects 2 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsExtensions ::= { netSnmpObjects 3 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsDLMod ::= { netSnmpObjects 4 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsCache ::= { netSnmpObjects 5 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsErrorHistory ::= { netSnmpObjects 6 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsConfiguration ::= { netSnmpObjects 7 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsTransactions ::= { netSnmpObjects 8 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsModuleEntry ::= { nsModuleTable 1 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsLoggingGroup ::= { nsConfigGroups 2 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsDebugGroup ::= { nsConfigGroups 1 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsTransactionTable ::= { nsTransactions1 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsLogStatus ::= { nsLoggingEntry 5 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsLogMaxLevel ::= { nsLoggingEntry 4 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsLogType ::= { nsLoggingEntry 3 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsLogToken ::= { nsLoggingEntry 2 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsLogLevel ::= { nsLoggingEntry 1 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsNotifyStart ::= { netSnmpNotifications 1 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsNotifyShutdown ::= { netSnmpNotifications 2 }
Cannot adopt OID in NET-SNMP-AGENT-MIB: nsNotifyRestart ::= { netSnmpNotifications 3 }
Timeout: No Response from 192.61.251.39
[/color]
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests