Ticket #50 (closed enhancement: fixed)
dlink has ifAlias
| Reported by: | human | Owned by: | somebody |
|---|---|---|---|
| Version: | Keywords: | vendor dlink | |
| Cc: |
Description (last modified by oetiker) (diff)
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
Note: See
TracTickets for help on using
tickets.

