Hi Team,
We are planning to monitor Network devices (Switch,Router) using SNMP..
can you please help us how to monitor Packets Per Second ( PPS ) using SNMP.. and what wizard is use for SNMP devices like SNMPwalk or Network Switch/Router..
please let me know what MIB is used for Network Bandwidth Utilization(In/Out) and packets per second...
Thanks in advance
Re:Network Monitoring using SNMP
Re:Network Monitoring using SNMP
System:
Nagios XI Version : 2012R2.2 | PHP Version: 5.3.3
Offloaded MySQL DB on another virtual machine
16 CPU with 2 cores each | 32 GB RAM | 1 TB HDD
CentOS-6.3 |Total = 4,000 hosts| 40,000 services.
Nagios XI Version : 2012R2.2 | PHP Version: 5.3.3
Offloaded MySQL DB on another virtual machine
16 CPU with 2 cores each | 32 GB RAM | 1 TB HDD
CentOS-6.3 |Total = 4,000 hosts| 40,000 services.
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: Re:Network Monitoring using SNMP
Well the switch and router wizard would be able to handle all of this most likely. In the even these devices are not storing speed data in the standard oid locations, we would just need to modify the mrtg config, but let's not get into that for now. Have you configured and opened snmp on the remote device?
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Re: Re:Network Monitoring using SNMP
HI Team,
I already configured some switches and monitoring their port status and bandwidth utiltization in Mbps... i am able to see Gbps,Mbps,Kbps and Bps if i click on drop down of bandwidth option,
But, i need some information of how to monitor Packets Per Second for all the ports...
Please let me know how to perform the above action..
I already configured some switches and monitoring their port status and bandwidth utiltization in Mbps... i am able to see Gbps,Mbps,Kbps and Bps if i click on drop down of bandwidth option,
But, i need some information of how to monitor Packets Per Second for all the ports...
Please let me know how to perform the above action..
System:
Nagios XI Version : 2012R2.2 | PHP Version: 5.3.3
Offloaded MySQL DB on another virtual machine
16 CPU with 2 cores each | 32 GB RAM | 1 TB HDD
CentOS-6.3 |Total = 4,000 hosts| 40,000 services.
Nagios XI Version : 2012R2.2 | PHP Version: 5.3.3
Offloaded MySQL DB on another virtual machine
16 CPU with 2 cores each | 32 GB RAM | 1 TB HDD
CentOS-6.3 |Total = 4,000 hosts| 40,000 services.
Re: Re:Network Monitoring using SNMP
Hi Team,
I have seen some MIB's like
ifInUcastPackets
ifOutCastPackets
but, it is showing output as a counter value and not as packets/Second.
So, please let me know how to monitor Packets per Second using SNMP for switches/routers. Provide us if any script is required.
Thanks
I have seen some MIB's like
ifInUcastPackets
ifOutCastPackets
but, it is showing output as a counter value and not as packets/Second.
So, please let me know how to monitor Packets per Second using SNMP for switches/routers. Provide us if any script is required.
Thanks
System:
Nagios XI Version : 2012R2.2 | PHP Version: 5.3.3
Offloaded MySQL DB on another virtual machine
16 CPU with 2 cores each | 32 GB RAM | 1 TB HDD
CentOS-6.3 |Total = 4,000 hosts| 40,000 services.
Nagios XI Version : 2012R2.2 | PHP Version: 5.3.3
Offloaded MySQL DB on another virtual machine
16 CPU with 2 cores each | 32 GB RAM | 1 TB HDD
CentOS-6.3 |Total = 4,000 hosts| 40,000 services.
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: Re:Network Monitoring using SNMP
If you would like a script created, please talk with [email protected]. Otherwise, have you installed the mibs to your nagios system? This likely will have to be done via the snmp get wizard, or finding another plugin on exchange that reads those oid's.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.