--- cfgmaker.old 2016-12-03 19:36:43.143626964 +0000
+++ cfgmaker 2016-12-03 19:42:26.043595223 +0000
@@ -175,7 +175,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|dlink|wwp|foundry|dellLan|force10|3com|extremenetworks|openBSD|arista|enterasys|zyxel|vyatta)/i) {
+ } elsif ( $routers->{$router}{deviceinfo}{Vendor} =~ /(?:hp|juniper|dlink|wwp|foundry|dellLan|force10|3com|extremenetworks|openBSD|arista|enterasys|zyxel|vyatta|tplink)/i) {
push @Variables, "ifAlias";
}
@@ -1003,7 +1003,9 @@
'1.3.6.1.4.1.30065.' => 'arista',
'1.3.6.1.4.1.5624.' => 'enterasys',
'1.3.6.1.4.1.30803.' => 'Vyatta',
- '1.3.6.1.4.1.3955.' => 'LinkSys'
+ '1.3.6.1.4.1.3955.' => 'LinkSys',
+ '1.3.6.1.4.1.11863.1.1.13' => 'tplink'
+
);
$DevInfo{Vendor} = 'Unknown Vendor - '.$DevInfo{sysObjectID};
foreach (keys %vendorIDs) {
MRTG, picking up TP-LINK TL-SG2424 Port Aliases
December 06, 2016
MRTG, picking up TP-LINK TL-SG2424 Port Aliases
Apply the following changes to /usr/bin/cfgmaker. [mrtg ubuntu version 2.17.4]
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment