Advertisement
ajcorrea

flow_report.sh

Jul 30th, 2014
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1. #!/bin/bash
  2. flow-cat $1 | flow-export -f 2 | grep -v \# | /netflow/tools/flow-asn.pl | flow-import -V5 -z0 -f2 | flow-report -v TYPE=source-as -v SORT=+octets -v OPTIONS=+percent-total,+names
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement