#50 closed enhancement (fixed)
dlink has ifAlias
Reported by: | human | Owned by: | somebody |
---|---|---|---|
Version: | Keywords: | vendor dlink | |
Cc: |
Description (last modified by oetiker)
Hello.
Would it be possible to add dlink as a recognised vendor in the default dist? As far as I can see, all my different D-link switches supports ifAlias OIDs. These are DGS-3627, DGS-3324SR among others..
Diff against cfgmaker 2.15.2:
@@ -170,7 +171,7 @@ push @Variables, ($1 > 11.0 or $1 < 10.0 ) ? "ifAlias" : "CiscolocIfDescr"; if ($1 > 11.2) {push @Variables, "vmVlan";}; if ($1 > 11.3) {push @Variables, "vlanTrunkPortDynamicStatus";}; - } elsif ( $routers->{$router}{deviceinfo}{Vendor} =~ /(?:hp|juniper|foundry|dellLan|force10|3com|extremenetworks)/) { + } elsif ( $routers->{$router}{deviceinfo}{Vendor} =~ /(?:hp|juniper|dlink|foundry|dellLan|force10|3com|extremenetworks)/) { push @Variables, "ifAlias"; } @@ -969,6 +970,7 @@ '1.3.6.1.4.1.43.' => '3com', '1.3.6.1.4.1.11.' => 'hp', '1.3.6.1.4.1.9.' => 'cisco', + '1.3.6.1.4.1.171.' => 'dlink', '1.3.6.1.4.1.674.10895.' => 'dellLan', '1.3.6.1.4.1.1916.' => 'extremenetworks', '1.3.6.1.4.1.1991.' => 'foundry',
Change History (3)
comment:1 Changed 12 years ago by oetiker
- Description modified (diff)
comment:2 Changed 12 years ago by oetiker
- Resolution set to fixed
- Status changed from new to closed
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.
thanks. added in r335.