i'ask , it is possible to monitoring a network bandwith. In fact , View each user connected in The network , what is doing , what his pourcentage in network bandwidth , ...
That's a bit granular for XI, but Nagios Network Analyzer might be more help. The problem is that at the network layer there is really no concept of a "user" so you need to do packet inspection. NNA is not currently able to do packet inspection, but you can look at traffic source and destination IP and port.
What if I just want to know the traffic through the interfaces of a Cisco Router (model WS-C3650-24TS) that I've already added as a host? It shows 0Mbps for all the interfaces.
Do I need to do anything else apart from adding the router as a host?
If @rkennedy's suggestion doesn't prove fruitful for you, can you PM me your Profile? You can download it by going to Admin > System Config > System Profile and click the Download Profile button towards the top. If for whatever reason you *cannot* download the profile, please put the output of View System Info (5.3.4+, Show Profile if older) in the thread (that will at least get us some info).
After you PM the profile, please update this thread. Updating this thread is the only way for it to show back up on our dashboard.
Please find attached my profile.
I did use the Wizard to add the host but it didn't work. I tried the snmpwalk wizard, but I'm not sure what OID I should use. I'll research about that and let you know.
You do not have the required permissions to view the files attached to this post.
I used the OID 1.3.6.1.2.1.31.1.1.1.6 (which is ifHCInOctets) and it shows me a list of ALL the interfaces...kind of tedious to add them one by one, but it's ok anyways. That would work but only if I can add a multiplier for every interface (as this OID gives me octets, not the bytes). Can I do that?
You can find the context for this script at https://support.nagios.com/forum/viewto ... 16&t=33722 (it is specifically about Cisco routers, so I hope it is *very* helpful, but I don't have anything to test against here)