Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I capture all traffic on a Network.

NAI : Sniffer FAQ

How do I capture all traffic on a Network.

by  jdeisenm  Posted    (Edited  )
To capture all internet traffic.
PC's and Servers > switch > [hub] > router > internet.
Plug sniffer (or ethereal) into the hub.
The sniffer will see all internet traffic in and out.

To capture all traffic to a specifc pc or server.
PC (or server)> [hub] > switch > router > internet.
Plug sniffer into the hub.
The sniffer will see all traffic in and out of the PC.

Note: Hubs run at half duplex so some issues can arise or dissappear.

If you have a manageable switch (Cisco Catalyst, Nortel 450, etc, you can do a "port monitor/mirror" to copy traffic to switch port.

The Cisco 4500 series switches support these commands to monitor ports and/or vlans. This box can suppot 2 concurrent monitor sessions.

!To monitor a vlan
monitor session 1 source vlan 1
monitor session 1 destination interface gi1/1
!
! To monitor a specific port
monitor session 2 source interface gi1/1
monitor session 2 destination interface gi1/2

The commands on a Cisco 3550 (IOS) are slightly different. Also, note that you may see duplicate of some traffic when monitoring vlans. Monitor vlans for general information and troubleshooting. Monitor ports for specific information like bandwith utilizaion and specific troubleshooting.

Helpful books.
Sniffer Pro Network Optimization and Troubleshooting Handbook , Shimonski.
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top