Configmanager Plugin, pancho to work on Nortel 5510-24T

General discussion about Plugins for Cacti

Moderators: Developers, Moderators

Post Reply
alexu
Posts: 1
Joined: Sun Oct 22, 2006 9:02 am

Configmanager Plugin, pancho to work on Nortel 5510-24T

Post by alexu »

Hi all,
i'am trying to make pancho work on Nortel 5510-24T switch
it has same MIB's like the other bystack's (at least like 450-24T that i have and all works well with him).
i changed line in Baystack.pm file to get pancho recognize him.
So plugin are running but i get error :

error: [1891] Net::SNMP::__ANON__(): Received wrongValue(10) error-status at error-index 2
ERROR (nortel_giga): Plugin Baystack - can't trigger transfer operation.

Any help?
pepj
Cacti User
Posts: 324
Joined: Thu Sep 29, 2005 5:03 am
Location: switzerland

Re: Configmanager Plugin, pancho to work on Nortel 5510-24T

Post by pepj »

alexu wrote:Hi all,
i'am trying to make pancho work on Nortel 5510-24T switch
it has same MIB's like the other bystack's (at least like 450-24T that i have and all works well with him).
i changed line in Baystack.pm file to get pancho recognize him.
So plugin are running but i get error :

error: [1891] Net::SNMP::__ANON__(): Received wrongValue(10) error-status at error-index 2
ERROR (nortel_giga): Plugin Baystack - can't trigger transfer operation.

Any help?
You can post your problem in the pancho website http://www.pancho.org/maillist.html. The creator of pancho is very helpfull.

PS: But I am preparing a new release of configmanager with a pure PHP/Net-SNMP TFTP interface, if you can wait I finish my new PHP-Network-class. Send me your mib file in order I check if my classes would support it.

PS2: An other possibility is to use the telnet method in the "multi" part of configmanager.
Jean-Michel
cacti 0.8.7e | cmd & cactid (cactid 0.8.x) | Linux | MySQL Ver 14.7 Distrib 4.1.12, for Win32 | PHP v5.2.6 | Apache v2.x | Thold | Plugin Architecture | plugin "configuration manager" http://cactiusers.org/forums/topic257.html | plugin "IP subnet calculator IPv4 / IPV6" http://forums.cacti.net/viewtopic.php?t=15428 | plugin banner http://docs.cacti.net/userplugin:banner | Net-SNMP 5.5.2 | cygwin 1.5.18 of 02.07.2005
airwalk
Cacti User
Posts: 103
Joined: Fri Aug 18, 2006 11:22 am
Location: MSK, RU

Re: Configmanager Plugin, pancho to work on Nortel 5510-24T

Post by airwalk »

alexu wrote:Hi all,
i'am trying to make pancho work on Nortel 5510-24T switch
it has same MIB's like the other bystack's (at least like 450-24T that i have and all works well with him).
i changed line in Baystack.pm file to get pancho recognize him.
So plugin are running but i get error :

error: [1891] Net::SNMP::__ANON__(): Received wrongValue(10) error-status at error-index 2
ERROR (nortel_giga): Plugin Baystack - can't trigger transfer operation.

Any help?
I'm just curious whether you've managed to make pancho work with Nortel 55x0?
pepj
Cacti User
Posts: 324
Joined: Thu Sep 29, 2005 5:03 am
Location: switzerland

Re: Configmanager Plugin, pancho to work on Nortel 5510-24T

Post by pepj »

airwalk wrote:
alexu wrote: Nortel 5510-24T switch. Any help?
I'm just curious whether you've managed to make pancho work with Nortel 55x0?
Hi, I think "warnesj" has found the answer
http://forums.cacti.net/about12406-0-asc-195.html at the bottom
Jean-Michel
cacti 0.8.7e | cmd & cactid (cactid 0.8.x) | Linux | MySQL Ver 14.7 Distrib 4.1.12, for Win32 | PHP v5.2.6 | Apache v2.x | Thold | Plugin Architecture | plugin "configuration manager" http://cactiusers.org/forums/topic257.html | plugin "IP subnet calculator IPv4 / IPV6" http://forums.cacti.net/viewtopic.php?t=15428 | plugin banner http://docs.cacti.net/userplugin:banner | Net-SNMP 5.5.2 | cygwin 1.5.18 of 02.07.2005
warnesj
Cacti User
Posts: 173
Joined: Sun May 29, 2005 7:34 pm

Post by warnesj »

Yup I got Pancho working on my 5510's and 5520's. The biggest problem was that there is a 30 character limit to the filename that you can download. This is a Nortel limitation. This includes any subdirectories that you may have in your TFTP server.

My host names are IP addresses which lead to me having the same problem you were having with Pancho trying to trigger the transfer option. For example, if my switch's IP address is 10.150.122.12 and I'm trying to save to /configmanager on my TFTP server, using ::HOST::.::DATE::.cfg as my file name style that would make my download filename /configmanager/10.150.122.12.20061226.cfg which is 41 characters. This is way past the 30 character limit for the Nortel switches. :( So I had to shorten my /configmanager directory to cm (yeah I dropped the leading / to save a character) and now my filename is cm/10.150.122.12.20061226.cfg which is 29 characters. Just inside the 30 character limit. :)

Hope this helps.
warnesj
Cacti User
Posts: 173
Joined: Sun May 29, 2005 7:34 pm

Post by warnesj »

Oh yeah, and the other thing is that you need to modify the Baystack.pm module to support the 5500 series of switches. Here is the snippet of the post that pepj mentioned that I made,
  • I needed to modify the Baystack.pm module for Pancho for my Nortel 5500 series of switches. Easy enough to do, find

    Code: Select all

    my %types = (
                  BayStack => "Nortel/Baystack family",
                 'Business Policy Switch 2000' => "Nortel/Baystack family"
                );
    and change it to

    Code: Select all

    my %types = (
                  BayStack => "Nortel/Baystack family",
                 'Business Policy Switch 2000' => "Nortel/Baystack family",
                 'Ethernet Routing Switch 55' => "Nortel/Baystack family"
                );
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests