[FC] Force10 Networks E300 issue

Support questions about the MAC Track plugin

Moderators: Developers, Moderators

Post Reply
perjaka
Posts: 9
Joined: Tue Feb 03, 2009 5:32 pm

[FC] Force10 Networks E300 issue

Post by perjaka »

Hi all,

I have an issue with E300 polling for Mactrack and have been looking into the /lib/*.php scripts. I was wondering if anyone has any scripts for contribution for quick support of E and S series Force10 devices.

If not, can someone assist in helping me understand what I need to modify with OID information for vlan, port and mac address with correlation to IP addresses?

Thanks.
perjaka
Posts: 9
Joined: Tue Feb 03, 2009 5:32 pm

Post by perjaka »

It shows that it is gathering information. I looked in the tables and didn't see anything.
Attachments
DeviceList.png
DeviceList.png (13.26 KiB) Viewed 3738 times
perjaka
Posts: 9
Joined: Tue Feb 03, 2009 5:32 pm

Post by perjaka »

Code: Select all

function get_standard_arp_table($site, &$device) {
	global $debug, $scan_date;

	/* get the atifIndexes for the device */
	$atifIndexes = xform_indexed_data(".1.3.6.1.2.1.3.1.1.1", $device, 6);

	/* wcm mod 2006-02-17
	   This mod is put in to handle the nortel accelar arp table
	   ifIntcount == 0 represents a nortel arp, 1 is the original
	*/
	if (sizeof($atifIndexes) > 0) {
		$ifIntcount = 1;
	}else{
		$ifIntcount = 0;
	}
	if ($ifIntcount == 0) {
		$atifIndexes = xform_indexed_data(".1.3.6.1.2.1.4.22.1.1", $device, 5);
	}
	mactrack_debug("atifIndexes data collection complete");
For this function code the OID .1.3.6.1.2.1.3.1.1.1 returns nothing, the OID (nortel hack .1.3.6.1.2.1.4.22.1.1) returns (xx.xx is a valid IP <removed>):

IP-MIB::ipNetToMediaIfIndex.1107787877.XX.XX.184.1 = INTEGER: 1107787877
IP-MIB::ipNetToMediaIfIndex.1107787877.XX.XX.184.21 = INTEGER: 1107787877
IP-MIB::ipNetToMediaIfIndex.1107787877.XX.XX.184.22 = INTEGER: 1107787877
IP-MIB::ipNetToMediaIfIndex.1107787877.XX.XX.184.24 = INTEGER: 1107787877

and so on.
perjaka
Posts: 9
Joined: Tue Feb 03, 2009 5:32 pm

Halp?

Post by perjaka »

Anyone have any luck at all with E300 Force10 gear?
perjaka
Posts: 9
Joined: Tue Feb 03, 2009 5:32 pm

E, S and C series issues

Post by perjaka »

I read that this plugin has run its course due to lack of interest so I'll be tearing up in attempts to get it to work with the Force10 gear. We had a developer look into this and he said it was fairly spread out and he couldn't wrap his head around it. We might just write some code of our own to grab the OID info and inject into the tables and do some basic Move/add/change cleanup each pass.
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

MacTrack is designed for you to write your own Scanning Functions. For now, the plugin is frozen for development. The problem is that in order for these thing to advance, people like youself need to contribute back with say a Force10 scanning function and CSV device type template.

I do plan on making another version of this plugin later this year. I am currently enbroiled in writing several other plugins that I can't talk too much about.

So, it's not dead, it's maturing.

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
perjaka
Posts: 9
Joined: Tue Feb 03, 2009 5:32 pm

Post by perjaka »

agreed. when I have some free time (or our developer does) we'll definitely share any mods we make with the community.
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

I have implemented a little differently in SVN now. It will be standard in 2.0, unless I change my mind. (as it's not standard).

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests