aboutsummaryrefslogtreecommitdiffstats
path: root/clients/portnames.pl
diff options
context:
space:
mode:
authorroot <root@einstein.tg15.gathering.org>2015-03-31 04:39:50 +0200
committerroot <root@einstein.tg15.gathering.org>2015-03-31 04:39:50 +0200
commite3d7c5cc86fedb458d9b091ca12245c01e7f285d (patch)
treee6e2dd92505d972e8a0d4e28160eb4657416dfcd /clients/portnames.pl
parentaff65378ea1ae556dbccc9a2f97a97811c86c39d (diff)
Lots of TG15-changes (-:
Diffstat (limited to 'clients/portnames.pl')
-rwxr-xr-xclients/portnames.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/portnames.pl b/clients/portnames.pl
index 2b29189..52e433a 100755
--- a/clients/portnames.pl
+++ b/clients/portnames.pl
@@ -2,7 +2,7 @@
my ($host,$switchtype,$community) = @ARGV;
-open SNMP, "snmpwalk -Os -c $community -v 2c $host ifDescr |"
+open SNMP, "snmpwalk -Os -c $community -v 2c $host -mALL ifDescr |"
or die "snmpwalk: $!";
print "begin;\n";