Difference between revisions of "Cacti graph ADSL"

From Ever changing code
Jump to navigation Jump to search
Line 86: Line 86:
*[http://www.alcatron.net/?p=42 Cisco 877 Cacti Template]
*[http://www.alcatron.net/?p=42 Cisco 877 Cacti Template]
*[http://forums.cacti.net/about15157-30.html Cisco ADSL graph] Cacti forum
*[http://forums.cacti.net/about15157-30.html Cisco ADSL graph] Cacti forum
*[http://forums.cacti.net/about20111.html Cisco ISR ADSL interface graph] Cacti forum
*[http://forums.cacti.net/viewtopic.php?f=12&t=15157&start=30 Cisco ADSL info] Cacti forum (see all)
*[http://tools.cisco.com/Support/SNMP/do/BrowseMIB.do?local=en&step=2&mibName=ADSL-LINE-MIB Cisco SNMP Object navigator]
*[http://tools.cisco.com/Support/SNMP/do/BrowseMIB.do?local=en&step=2&mibName=ADSL-LINE-MIB Cisco SNMP Object navigator]

Revision as of 03:15, 20 November 2013

Load MIBs

  • I need to load MIBs to either Cacti DB or Cisco device

Install ADSLine MIB data query

  • Dowload ADSL Line Data script file from Cacti templates website.
  • Un-tar, then copy adslLine.xml file to (in Ubuntu) /usr/share/cacti/resource/ directory
  • Import XML template following Console > Import templates > Open cacti087d_data_query_adsl_line_mib.xml > press Import

Following errors/missing dependencies found during the import process:

Cacti has imported the following items:

CDEF
[success] Make Stack Negative [update]

GPRINT Preset
[success] Normal [update] 

Data Input Method
[success] Get SNMP Data (Indexed) [update]

Data Template
[success] ADSL Line - Signal/Noise [new]
[success] ADSL Line - Attentuation [new]
[success] ADSL Line - Power [new] 

Graph Template
[success] ADSL Line - Noise Margin [new]
  + Unmet Dependency: (Data Template Item)
  + Found Dependency: (GPRINT Preset) Normal
  + Unmet Dependency: (Data Template Item)
  + Unmet Dependency: (Data Template Item)
  + Unmet Dependency: (Data Template Item)
  + Unmet Dependency: (Data Template Item)
  + Unmet Dependency: (Data Template Item)
  + Found Dependency: (CDEF) Make Stack Negative
  + Unmet Dependency: (Data Template Item)
  + Unmet Dependency: (Data Template Item)
  + Unmet Dependency: (Data Template Item)
  + Unmet Dependency: (Data Template Item)
[success] ADSL Line - Attenuation [new]
[success] ADSL Line - Output Power [new]
  + Found Dependency: (Data Template Item) adslAtucCurrOutputP
  + Found Dependency: (GPRINT Preset) Normal
  + Unmet Dependency: (Data Template Item)
  + Found Dependency: (CDEF) Make Stack Negative
  + Unmet Dependency: (Data Template Item)
  + Unmet Dependency: (Data Template Item)
  + Unmet Dependency: (Data Template Item)
  + Unmet Dependency: (Data Template Item)

Data Query
[success] ADSL Line MIB [new]
  + Found Dependency: (Data Input Method) Get SNMP Data (Indexed)
  + Found Dependency: (Graph Template) ADSL Line - Output Power
  + Found Dependency: (Data Template) ADSL Line - Power
  + Unmet Dependency: (Data Template Item)
  + Found Dependency: (Data Template Item) adslAtucCurrOutputP
  + Found Dependency: (Graph Template) ADSL Line - Noise Margin
  + Found Dependency: (Data Template) ADSL Line - Signal/Noise
  + Unmet Dependency: (Data Template Item)
  + Unmet Dependency: (Data Template Item)
  + Found Dependency: (Graph Template) ADSL Line - Attenuation
  + Found Dependency: (Data Template) ADSL Line - Attentuation
  + Found Dependency: (Data Template Item) adslAtucCurrAtn
  + Found Dependency: (Data Template Item) adslAturCurrAtn

Then go to Console > Devices > YourSNMPenabledDevice (Router1941) > scroll at the bottom Associated Data Queries section and select 'ADSL Line MIB' > press ADD > SAVE. Unfortunately the script results with no SNMP data returned when I run 'Verbose Query', here is output:

There is no ADSL EHWIC card installed at this router output
Data Query Debug Information
+ Running data query [10].
+ Found type = '3' [SNMP Query].
+ Found data query XML file at '/usr/share/cacti/site/resource/snmp_queries/adslLine.xml'
+ XML file parsed ok.
+ <oid_num_indexes> missing in XML file, 'Index Count Changed' emulated by counting oid_index entries
+ Executing SNMP walk for list of indexes @ '.1.3.6.1.2.1.10.94.1.1.3.1.1' Index Count: 0
+ No SNMP data returned

Reference