• The Forums are now open to new registrations, adverts are also being de-tuned.

Any Cisco experts out there!

Alfie

Authorised Forum Sponsor
SUPPORTER
Joined
May 5, 2004
Messages
8,450
Location
Surrey/Cotswolds
Car
W169 A, W205 C, R172 SLC, W447 vantastic
Does anyone know the sequence of commands to use to monitor the ip traffic that is being sent down a particular port on a Cisco 6509?

I need to see what IP's are sending traffic, and how much traffic, to the host that is on the end of my GigabitEthernet9/11 port?

Any ideas?
 
Alfie,

I would download a sniffer like http://www.ethereal.com/ and use that, it works really well and is free :bannana: I have used it to find all sorts of problems
 
Alfie,

I would download a sniffer like http://www.ethereal.com/ and use that, it works really well and is free :bannana: I have used it to find all sorts of problems

Thanks, I have this already.

I need to actually see whats going down a particular port on the Cisco 6509 and most importantly where its coming from. I know there is a way of doing this on the switch itself, but finding it is becoming a nightmare. :crazy:
 
Scratch that - just re-read your post.

Netflow/Rmon is most likely worth a look.
 
It depends if you're running CatOS or IOS:

CatOS:

Code:
set span <src_port> <dst_port>
IOS:

Code:
monitor session 1 source <interface>
monitor session 1 dest <interface>
Hope this helps,

Andy.
 
Let me know if you still need any assistance on this front...

rgds
Was!
 

Users who are viewing this thread

Back
Top Bottom