Ticket #66 (closed enhancement: fixed)

Opened 3 years ago

Last modified 14 months ago

[patch] cfgmaker ifAlias for WWP (Ciena)

Reported by: human Owned by: somebody
Version: Keywords:
Cc: pavouk@…

Description

cfgmaker 2.16.2 doesn't know about World Wide Packets (Ciena) switches and doesn't read IF-MIB::ifAlias tree, where is descriptions for interfaces. I changed my cfgmaker to handle this problem. Here is small diff:

diff cfgmaker.orig cfgmaker
173c173
<     } elsif ( $routers->{$router}{deviceinfo}{Vendor} =~ /(?:hp|juniper|foundry|dellLan|force10|3com|extremenetworks)/) {
---
>     } elsif ( $routers->{$router}{deviceinfo}{Vendor} =~ /(?:hp|juniper|foundry|dellLan|force10|3com|extremenetworks|wwp)/) 
{
988c988,989
<             '1.3.6.1.4.1.307.' =>       'portmaster'
---
>             '1.3.6.1.4.1.307.' =>       'portmaster',
>             '1.3.6.1.4.1.6141.' =>       'wwp'

Change History

comment:1 Changed 21 months ago by human

  • priority changed from major to minor
  • Summary changed from cfgmaker ifAlias for WWP (Ciena) to [patch] cfgmaker ifAlias for WWP (Ciena)

see also #91, the diff there includes this one.

comment:2 Changed 14 months ago by oetiker

  • Status changed from new to closed
  • Resolution set to fixed

thanks. fix is in r336

Note: See TracTickets for help on using tickets.
 

NOTE: The content of this website is accessible with any browser. The graphical design though relies completely on CSS2 styles. If you see this text, this means that your browser does not support CSS2. Consider upgrading to a standard conformant browser like Mozilla Firefox or Opera but also Apple's Safari or KDE's Konqueror for example.