|
Posted by on June 11, 2008, 4:21 pm
If you were Registered and logged in, you could reply and use other advanced thread options
>On Wed, 11 Jun 2008 15:00:34 +0000, jmoseby_ wrote:
>
>> I want to set up a port to monitor ALL the traffic on my network. My
>> goal is to be able to sniff traffic between any two hosts, regardless of
>> which switch they are connected to.
>
>> interface FastEthernet0/24
>> description monitor-port-vlan1
>> port monitor VLAN1
>> !
>>
>> Will this do what I need it to do? Could it possibly be this easy?
>
>No. You will to tell the other 13 switches to monitor VLAN1 also, eg:
>
>monitor session 1 source vlan 1 rx
>monitor session 1 destination remote vlan 10
>
>And then port monitor VLAN10 instead [not going to work on the unmanaged
>switch]. However, I would caution that you could end up overwhelming your
>network with traffic. What exactly are you trying to achieve?
I don't want to cause undue stress on the network, I would just like
to have the flexibility to monitor hosts on my network without having
to configure it every time. So instead, say I want to monitor a
specific host. How would I go about setting up monitoring in this
scenario:
[Wireshark]--Fa0/24--[SWITCH1]--Gi0/1--[SWITCH2]--Fa0/12-[TARGETHOST]
Thanks!
JM
|