#66 closed enhancement (fixed)
[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 (3)
comment:1 Changed 13 years ago by human
- priority changed from major to minor
- Summary changed from cfgmaker ifAlias for WWP (Ciena) to [patch] cfgmaker ifAlias for WWP (Ciena)
comment:2 Changed 12 years ago by oetiker
- Resolution set to fixed
- Status changed from new to closed
thanks. fix is in r336
comment:3 Changed 10 years ago by human
==External Links==
- Grosir Baju Batik
- Baju Batik Wanita
- Baju Batik Pria
- Baju Batik Modern
- Baju Batik Sarimbit
- Baju Batik Pasangan
- Baju Batik Muslim
- Baju Batik Couple
- Baju Batik Tulis
- Baju Batik Terbaru
- Baju Batik Remaja
- Baju Batik Pekalongan
- Baju Batik Couple
- Dokar Balap
- Jasa SEO Murah
- Berita Terkini
- Berita Terbaru
- Berita Hari Ini
- Berita Terupdate
- Kumpulan Berita
Note: See
TracTickets for help on using
tickets.
see also #91, the diff there includes this one.