- Community Home
- >
- Networking
- >
- IMC
- >
- [ASK] How do I monitor IP eating bandwidth on HPE ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2019 08:40 PM
04-07-2019 08:40 PM
[ASK]
How do I know which IP addresses consume a lot of bandwidth, routers are configured with DHCP and VLAN interfaces that are used by many users to access applications to servers and the internet?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2019 02:19 AM
04-08-2019 02:19 AM
SolutionHello,
If you are on this forum, I assume that you are using IMC.
You should then look at the NTA module which allows you to exploit both, sFlow and NetSteam sources available in the MSR1002 router. This will give you a lot of inside on "who is doing what" on your network and WAN connectivity.
Ray
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2019 02:36 AM
04-09-2019 02:36 AM
Re: [ASK] How do I monitor IP eating bandwidth on HPE MSR1002-4
yes im use IMC,
tks for sugestion, my device support sflow adn will be configure.
how much bandwidth is needed for sflow, I'm afraid that if installed on a 500 router the client meets the backhoul traffic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2019 01:55 AM
04-11-2019 01:55 AM
Re: [ASK] How do I monitor IP eating bandwidth on HPE MSR1002-4
sFlow is a very light protocol based on sampling. In short, it picks 1 packet out of 100 (default:configurable), remove the content just keeping layer 1 to 7 header information, add RMON interface statistics, and send the the short resulting packet like a SNMP trap to an aggregator (in your case the IMC/NTA server). So it uses very low bandwith and very little resource on your switch or router, the sampling being done in the ASIC.
However the IMC server must to handle these samples, aggregate them and load them in the NTA DB in an almost real-time. THIS takes some resources.
If I understand corectly your environment you want to aggregate the samples of 500 routers. I would not higher than 20 samples/s, which means that you should configure your routers to send 1 sample/30s. This will give you a rough accuracy of bandwidth usage and users.
The best is to go for a IMC distributed environment and have separate server(s) just for NTA. You could then short the sampling interval to 1/s.
I hope it helps