0.14.8
bugfix: adjusted hardcoded values in VLAN trigger
bugfix: adjusted HW, SW and port types in SNMP data collector
+ bugfix: Cisco connector: tolerate switch ports in suspended state
0.14.7 2007-12-05
bugfix: provide better SQL dumps for new installations
bugfix: gateways/switchvlans minor updates
nc $ENDPOINT 23 < $CMDS2 > "$OUT2"
nc $ENDPOINT 23 < $CMDS3 > "$OUT3"
cat "$OUT1" | fgrep ' active ' | sed -E 's/^([[:digit:]]+)[[:space:]]+(.+)[[:space:]]+active (.*)/\1=\2/;s/[[:space:]]+$//' > $FILE1
- cat "$OUT2" | egrep '^(Et|Fa|Gi|Te)' | sed -E 's/^([A-Za-z/0-9]+).+(connected|notconnect|disabled|monitoring) +/\1=\2,/;s/,(trunk|([0-9]+)) .*$/,\1/;s/=monitoring,/=connected,/' > $FILE2
+ cat "$OUT2" | egrep '^(Et|Fa|Gi|Te)' | sed -E 's/^([A-Za-z/0-9]+).+(connected|notconnect|disabled|monitoring|suspended) +/\1=\2,/;s/,(trunk|([0-9]+)) .*$/,\1/;s/=(monitoring|suspended),/=connected,/' > $FILE2
# FIXME
# Here we need to distinguish between different platforms and IOS version,
# cause they produce output in different formats.