10-06-2007 02:42 AM - edited 03-09-2019 06:58 PM
We have a VPN from a cisco 877 to a Concentrator. I notice every day the CPU and bandwidth on the 877 is high at 8am-10am, can I see what PC or type of traffic is doing this on the 877?
10-08-2007 02:12 PM
I couldnt see an option to do that, ill have a look tomorrow as I dont have the website in front of me.
10-08-2007 11:52 PM
Bingo, I just added the router (which was already there in Device Group Management) and I see stats, however I have a few questions.
The NBAR MIB support says unknown, and for some reason I have 2 interfaces, Ifindex16 (Out traffic) and Ifindex5 (In traffic).
How do I see a table of who is doing what? like the command "show ip cache flow"?
11-27-2007 07:10 AM
Andy,
You see two interfaces because traffic is flowing from the Ethernet interface to the Dialer interface.
You see this in the "sh ip cache flow" output:
SrcIf SrcIPaddress DstIf DstIPaddress Pr SrcP DstP Pkts
Et0 172.19.10.17 Di1 192.168.101.1 06 05B5 0401 2
- ie, traffic is flowing from 172.19.10.17 on Eth0 to 192.168.101.1 on Dialer1.
The "sh ip cache flow" output also answers your "who is doing what" question, since it shows the protocol and src/dst ports.
eg, looking at the output you posted before, it's all Protocol 6 (TCP) and much of it is to port 0A26 (ie, 2598 decimal) - so it's probably citrix traffic with session reliability enabled.
Going back to your original issue: to discover what's causing high bandwith, configure netflow and use the "sh ip flow top ..." command to see what's going on.
11-27-2007 09:21 AM
Can I use this to capture traffic flow from an ASA?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide