|
Posted by Charles N Wyble on June 3, 2008, 4:32 am
If you were Registered and logged in, you could reply and use other advanced thread options Trendkill wrote:
>> On May 14, 9:16 pm, rober...@hushmail.com (Walter Roberson) wrote:
>>
>>> In article
>>>> If i wanted to monitor a small vlan on the network. What tools could
>>>> i use to give me port traffic information from that vlan. Thanks
>>> What model and software revision are you using? Are you looking for
>>> aggregate stats or packet-by-packet monitoring?
>> Cisco catalyst 3750. More like each of them possibly. thanks
>
> Port utilization - Bandwidth monitoring tool based on SNMP (ie
> SolarWinds)
> VLAN Monitoring - Port/VLAN Span with Sniffer
> Source/Destination Traffic - Turn up netflow on router or switched
> virtual interface of that vlan, and log to a netflow collection server
> (fluke, solarwinds, cisco)
>
> There are free options for most of the above, you'll just have to surf
> and find them or find trials if you don't have necessary capital.
Some possibilities:
root@charles-laptop:~# apt-cache search netflow
flow-tools - collects and processes NetFlow data
flow-tools-dev - development files for flow-tools
fprobe - export captured traffic to remote NetFlow Collector
fprobe-ng - export captured traffic to remote NetFlow Collector (meta)
fprobe-ulog - export captured traffic to remote NetFlow Collector (ULOG
version)
libcflow-perl - perl module for analyzing raw IP flow files written by
cflowd
nfdump - netflow capture daemon
pmacct - promiscuous mode traffic accountant
root@charles-laptop:~#
This is on Ubuntu 8.04.
Might be of use to you.
|