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 /tools/fetch-portlist.sh | |
parent | aff65378ea1ae556dbccc9a2f97a97811c86c39d (diff) |
Lots of TG15-changes (-:
Diffstat (limited to 'tools/fetch-portlist.sh')
-rwxr-xr-x | tools/fetch-portlist.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fetch-portlist.sh b/tools/fetch-portlist.sh index 94ca41c..978b590 100755 --- a/tools/fetch-portlist.sh +++ b/tools/fetch-portlist.sh @@ -15,7 +15,7 @@ walk_ports() { FIRST_PORT= LAST_PORT= - for PORT in $( snmpwalk -Os -m IF-MIB -v 2c -c $COMMUNITY $IP ifDescr 2>/dev/null | grep -E 'GigE|Ethernet' | cut -d. -f2 | cut -d" " -f1 ); do + for PORT in $( snmpwalk -Os -m IF-MIB -v 2c -c $COMMUNITY $IP ifDescr 2>/dev/null | grep -E ' ge|et|xe' | cut -d. -f2 | cut -d" " -f1 ); do if ! snmpget -m IF-MIB -v 2c -c $COMMUNITY $IP ifHCInOctets.$PORT 2>/dev/null | grep -q 'No Such Instance'; then if [ "$LAST_PORT" ] && [ `expr $LAST_PORT + 1` = $PORT ]; then LAST_PORT=$PORT |