|
Posted by hhs on May 27, 2008, 3:33 am
If you were Registered and logged in, you could reply and use other advanced thread options
Hi
Is there any of Cisco feature that let me measure the amount of
network usage per user or per ip address.
For example: I have 10 computer on my LAN, what can i do if i want to
know, let say pc01 use how many Mb per period of time? Is it possible
to do it?
Thanks,
hhs
|
|
Posted by Trendkill on May 27, 2008, 5:53 am
If you were Registered and logged in, you could reply and use other advanced thread options
> Hi
>
> Is there any of Cisco feature that let me measure the amount of
> network usage per user or per ip address.
> For example: I have 10 computer on my LAN, what can i do if i want to
> know, let say pc01 use how many Mb per period of time? Is it possible
> to do it?
>
> Thanks,
> hhs
Install software on each box and monitor it, or use snmp to poll the
switch interfaces and graph the results (mrtg will work as well).
Solarwinds engineer toolset can do this, as can many other free and
not-free software packages.
|
|
Posted by hhs on May 27, 2008, 6:17 am
If you were Registered and logged in, you could reply and use other advanced thread options I have configure IP Accouting on Cisco Router.
!
interface FastEthernet0/0
ip address 172.16.0.1 255.255.255.0
ip accounting output-packets
!
And can view the output from the router, by using "sh ip accounting
output-packets" it show me SourceIP DestIP Packets Bytes. That's the
information i need, but i want to send all of this information to
syslog server. Is that possible? If snmp can poll thoes information,
how can i do it? Can you give any example?
Thanks,
hhs
|
|
Posted by Andre Wisniewski on May 27, 2008, 7:07 am
If you were Registered and logged in, you could reply and use other advanced thread options hhs wrote:
> Hi
>
> Is there any of Cisco feature that let me measure the amount of
> network usage per user or per ip address.
> For example: I have 10 computer on my LAN, what can i do if i want to
> know, let say pc01 use how many Mb per period of time? Is it possible
> to do it?
>
> Thanks,
> hhs
Hi
netflow is adequate to this task. Let's have a look at
http://www.cisco.com/en/US/prod/collateral/iosswrel/ps6537/ps6555/ps6601/product_data_sheet0900aecd80173f71.html
With ip accounting it's much to difficult to investigate. You had to sum up all
lines
for an specific ip and you can't see which traffic flows because no ports are
shown
in accounting. Another problem is that you can't find out when traffic was
generated
unless you do a clear ip accounting, let's say, every minute.
Andre
|
|
Posted by Trendkill on May 27, 2008, 7:19 am
If you were Registered and logged in, you could reply and use other advanced thread options > hhs wrote:
> > Hi
>
> > Is there any of Cisco feature that let me measure the amount of
> > network usage per user or per ip address.
> > For example: I have 10 computer on my LAN, what can i do if i want to
> > know, let say pc01 use how many Mb per period of time? Is it possible
> > to do it?
>
> > Thanks,
> > hhs
>
> Hi
>
> netflow is adequate to this task. Let's have a look
athttp://www.cisco.com/en/US/prod/collateral/iosswrel/ps6537/ps6555/ps6...
>
> With ip accounting it's much to difficult to investigate. You had to sum up
all lines
> for an specific ip and you can't see which traffic flows because no ports are
shown
> in accounting. Another problem is that you can't find out when traffic was
generated
> unless you do a clear ip accounting, let's say, every minute.
>
> Andre
Netflow is not bad, but it is usually hard to have a chart/graph of
traffic over time for a single IP. If you just want to manage the
heavy hitters and see how a particular link or path is being utilized
throughout the day (like most of us do), the netflow is second to
none, but if you just want an idea of who is doing what, netflow
probably isn't the best tool for that. I also definitely agree with
your comments about scalability of accounting and the lack of ability
to easily refine the reports. If you had a tool like Solarwinds (not
cheap, but should be other free options out there), it will use SNMP
strings to poll a device. Basically you would need to setup snmp on
the switch and/or router, but you must remember that measurement of
bandwidth would be done at layer 2 in this solution, not layer 3, By
setting up a SNMP string, you can then use a tool like solarwinds to
'poll' the router by using an interface IP and the correct read or
write string. When you connect to the router/switch, Solarwinds asks
you which interfaces you would like to poll or watch, and then what
kind of graph to create (1 min avg, 5 min avg, etc). This would allow
you to graph each switchport on the switch (you would need to resolve
what IPs/systems are on what ports the manual way with show arp |
include and show cam or show mac-address-table.
MRTG is free and runs on linux and works in very much the same way.
You just need to remember that no matter what, these are averages and
not actual down to the second traffic levels (unless you use the
bandwidth meter portion). Polling a router every second can cause
performance degradation, so using a 1 or 5 minute average usually gets
a ballpark of what you are looking for.
You can google any of these solutions for configuration examples and/
or software options.
|
| Similar Threads | Posted | | Measure delay end-to-end | July 19, 2004, 3:08 pm |
| Amount of flash simms in 3640 | September 12, 2006, 7:06 am |
| Large amount of dropped packets on FWSM in multicontext | December 5, 2006, 12:58 am |
| show amount of traffic passing throw interface | October 18, 2007, 10:41 am |
| NBAR usage? | June 29, 2006, 12:13 pm |
| Usage of VLAN 1 | August 4, 2006, 6:26 am |
| memory usage!!! | October 23, 2006, 7:53 pm |
| Leased Line Usage | February 16, 2005, 6:27 am |
| Any way to see bandwith usage on 1721 and 800 ? | June 28, 2005, 3:27 pm |
| Port Usage Cat 6509 | September 19, 2005, 3:17 am |
|
|