diff options
author | root <root@einstein.tg15.gathering.org> | 2015-03-31 04:39:50 +0200 |
---|---|---|
committer | root <root@einstein.tg15.gathering.org> | 2015-03-31 04:39:50 +0200 |
commit | e3d7c5cc86fedb458d9b091ca12245c01e7f285d (patch) | |
tree | e6e2dd92505d972e8a0d4e28160eb4657416dfcd /clients/portnames.pl | |
parent | aff65378ea1ae556dbccc9a2f97a97811c86c39d (diff) |
Lots of TG15-changes (-:
Diffstat (limited to 'clients/portnames.pl')
-rwxr-xr-x | clients/portnames.pl | 2 |
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"; |