diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-07-03 03:26:42 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-07-03 03:26:42 +0800 |
commit | 238db35e9f24b1dabfcf0671639e38bb3f94a8c2 (patch) | |
tree | 4083537f4ef06269119176f690fcf394b74d35dc /net-mgmt/Makefile | |
parent | 52f6bc049c5248a2e9448ced4a11a609aae49e81 (diff) | |
download | freebsd-ports-gnome-238db35e9f24b1dabfcf0671639e38bb3f94a8c2.tar.gz freebsd-ports-gnome-238db35e9f24b1dabfcf0671639e38bb3f94a8c2.tar.zst freebsd-ports-gnome-238db35e9f24b1dabfcf0671639e38bb3f94a8c2.zip |
IPAcco is a free software package that helps a network admin
to collect, visualize and analyze IP accounting data from the
Cisco routers.
Cisco routers themselves are capable of collecting IP accounting
information . i.e. an unordered set of IP source-destination
pairs along with a byte and packet counters corresponding to all
network traffic flows that passed through the router's interfaces.
These data can be a useful source for various analysis procedures
and billing systems but by itself, in their raw form they are
rather difficult to read and understand. In addition, a router
cannot keep a lot of data . its memory is needed for purposes
other than remembering what traffic, from what sources and where
it forwarded two month ago.
WWW: http://ipacco.sourceforge.net/
- Babak Farrokhi
babak@farrokhi.net
PR: ports/99451
Submitted by: Babak Farrokhi <babak@farrokhi.net>
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 9fc2d0397e11..fb71a4eb4a06 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -63,6 +63,7 @@ SUBDIR += ifgraph SUBDIR += iftop SUBDIR += iog + SUBDIR += ipacco SUBDIR += ipacctd SUBDIR += ipaudit SUBDIR += ipcad |