Search found 59 matches

by XTech
Tue Jul 04, 2017 2:12 am
Forum: Plugin: (MAC Track)
Topic: MACTRACK - Empty Mactrack_device_types.php
Replies: 1
Views: 8798

Re: MACTRACK - Empty Mactrack_device_types.php

Is there any errors in webserver log file?
by XTech
Thu Jun 01, 2017 8:07 am
Forum: Plugin: (MAC Track)
Topic: Mactrack does not display MAC addresses
Replies: 12
Views: 13164

Re: Mactrack does not display MAC addresses

I uploaded a file with my get_common_dot1q_switch_ports function. It should be placed in <mactrack dir>/lib directory and renamed from .txt to .php Also you should modify mactrack_vendors.php file in this directory, adding the following string to the end of file: include_once(dirname(__FILE__) . &qu...
by XTech
Thu Jun 01, 2017 5:33 am
Forum: Plugin: (MAC Track)
Topic: Mactrack does not display MAC addresses
Replies: 12
Views: 13164

Re: Mactrack does not display MAC addresses

Yes, but I'm talking about get_generic_dot1q_switch_ports function. Some vendor-specific functions works quite good (for example, Cisco, D-Link), but some not (for example, most of Procurve), and get_generic_dot1q_switch_ports didn't work for most of switches because most vendors didn't use dot1qTpF...
by XTech
Thu Jun 01, 2017 4:54 am
Forum: Plugin: (MAC Track)
Topic: Mactrack does not display MAC addresses
Replies: 12
Views: 13164

Re: Mactrack does not display MAC addresses

Yes, the generic scanning function didn't know how to acquire VLAN data. Generic dot1q function knows how acquire the VLAN data from SNMP, but almost all of the vendors did not follow the standards. Some time ago I wrote mactrack scanning function, which should work with VLAN data, but it is unteste...
by XTech
Thu Jun 01, 2017 3:38 am
Forum: Plugin: (MAC Track)
Topic: Mactrack does not display MAC addresses
Replies: 12
Views: 13164

Re: Mactrack does not display MAC addresses

Looks like you used incorrect scanning function for your Procurve devices, because there are no active user ports in mactrack output. The procurve scanning functions in mactrack are quite old and couldn't work properly with modern switches. Try to use generic scanning function instead.
by XTech
Tue May 30, 2017 10:56 pm
Forum: Plugin: (MAC Track)
Topic: Add Trunk port for Scanning MACs
Replies: 11
Views: 12591

Re: Add Trunk port for Scanning MACs

If you decide to switch to generic scanning function you will lose all vlan information.
You need to modify the code in file <mactrack_dir>/lib/mactrack_cisco.php after the comment: /* only output legitimate user ports */ in corresponding scanning function
by XTech
Thu Apr 06, 2017 12:39 am
Forum: Plugin: (MAC Track)
Topic: Error - ERROR: Device Type Not Found in Device Type Table.
Replies: 4
Views: 10866

Re: Error - ERROR: Device Type Not Found in Device Type Tabl

Note absence of the leading dot in "Vendor SNMP object Match":
Real ObjectID for Cisco 2960X is .1.3.6.1.4.1.9.1.1208, and in your Device Profile is "1.3.6.1.4.1.9.1.1208".
by XTech
Wed Apr 05, 2017 3:35 am
Forum: Plugin: (MAC Track)
Topic: Error - ERROR: Device Type Not Found in Device Type Table.
Replies: 4
Views: 10866

Re: Error - ERROR: Device Type Not Found in Device Type Tabl

Try to clear "System Description Match" in device type definition form. The "Vendor SNMP object Match" should be enough for proper device detection.
by XTech
Tue Nov 08, 2016 12:06 am
Forum: Plugin: (MAC Track)
Topic: Mac Track is there a setup manual or examples? Status Unknow
Replies: 7
Views: 13218

Re: Mac Track is there a setup manual or examples? Status Un

Problem with pmail, may be associated with a small amount of your forum posts.

Anyway, i post my pmail message here:

You can mail your cacti server login details to ravagerx [at] gmail.com
I'm in UTC+6 timezone, so don't turn off your cacti server at night hours.
by XTech
Sun Nov 06, 2016 12:33 am
Forum: Plugin: (MAC Track)
Topic: Mac Track is there a setup manual or examples? Status Unknow
Replies: 7
Views: 13218

Re: Mac Track is there a setup manual or examples? Status Un

1. When you create a device in MacTrack, at top of page is "SNMP Information" text, where shown "System:" string and "ObjectID:" string, which refers to System Description Match and SNMP Object Match, respectively. 2. As I remember, inability to edit/delete data may hav...
by XTech
Fri Nov 04, 2016 8:48 am
Forum: Plugin: (MAC Track)
Topic: Mac Track is there a setup manual or examples? Status Unknow
Replies: 7
Views: 13218

Re: Mac Track is there a setup manual or examples? Status Un

First, did you do these steps? Console->Device Tracking->Devices - create a device Console->Device Tracking->Device Types - create device type (devices of unknown types shouldn't work) Device type definition should have System Description match or Vendor SNMP Object ID match field defined and scanni...
by XTech
Tue Sep 20, 2016 9:47 pm
Forum: Plugin: (Network Weather Map)
Topic: Cacti - WeatherMap - Link - Always Grey
Replies: 17
Views: 4898

Re: Cacti - WeatherMap - Link - Always Grey

Not sure, but AFAIK weathermap TARGET works only with two or less datasources.
by XTech
Tue Sep 06, 2016 9:52 pm
Forum: Plugin: (MAC Track)
Topic: Setting up Mac Track [SOLVED]
Replies: 29
Views: 38504

Re: Setting up Mac Track [SOLVED]

Hi!
JMH wrote:Hi. Is it possible to use this for docsis devices?
I have no experience with DOCSIS equipment, but if end devices have mac addresses and operator devices support SNMP and BRIDGE-MIB, why not?
by XTech
Sun Aug 14, 2016 9:03 am
Forum: Plugin: (Network Weather Map)
Topic: External Weathermap Graph Links - Help Displaying Graphs
Replies: 5
Views: 5124

Re: External Weathermap Graph Links - Help Displaying Graphs

Web basic authentitication intends usage of .htpasswd file and browser auth. request window, and password may be in url, although some of modern browsers deny such urls. Builtin auth. assumes a cacti default login/password webpage.
by XTech
Mon Aug 08, 2016 9:48 pm
Forum: Scripts and Templates
Topic: Graphing only changes in a value?
Replies: 5
Views: 1761

Re: Graphing only changes in a value?

Sorry, I posted a wrong hint. Just confused with GAUGE and COUNTER, edited data sources last time a while ago. But as I see, you solved your problem despite of my wrong hint :-)