On Tue, 2012-10-09 at 10:18 +0530, Jatin Bodarya wrote:
> notificationEvent ifMtu.1 IF-MIB::ifMtu.1 1.3.6.1.2.1.2.2.1.4.1
>
> monitor -I -u root -s -t -r 18 "Warn: High ipp Usage" -e ifMtu.1
> 1.3.6.1.2.1.2.2.1.4.1 !=
>
> above lines are of my "snmpd.conf" file which is generating a trap
> when c
notificationEvent ifMtu.1 IF-MIB::ifMtu.1 1.3.6.1.2.1.2.2.1.4.1
monitor -I -u root -s -t -r 18 "Warn: High ipp Usage" -e ifMtu.1
1.3.6.1.2.1.2.2.1.4.1 !=
above lines are of my "snmpd.conf" file which is generating a trap when
condition get false. my issue is I want to send "Trap Severity Levels"
Hello All,
Sorry if this has been discussed already. I just thought I would share my
experience with trying to use just one client UDP socket for many SNMPv3
sessions.
Using just one socket was easy enough for SNMP v1 and v2 because I could use
the single-session API and multiplex all reques
Den 08-10-2012 10:07, Dhanaraj Thyagaraj skrev:
> Here does the linux kernel have the per interface stats support for ip
> v4 or not?? ( the lack of support due to kernel not supporting for
> per interface stats )
> If we can get the per interface specific stats what are the files
> do
On 5 October 2012 15:55, Glenn Gagné wrote:
> But I have a problem with some equipments due to the lack of using an
> alternative UDP port (non-standard UDP/161). I searched on the Internet to
> known how to use an alternative port with snmpwalk and the answer was : This
> option was removed in n
Hi,
Im using snmpwalk since few weeks to easly scan equipments on my network
(over 300 computers, switches, SAN, VMWare Center, etc.) before add them on
a monitoring tool like MRTG, Cacti or PA Server Monitor
and I found that a
great and easy tool !
But I have a problem with some equipmen
On 6 October 2012 09:12, Bradley Kite wrote:
> Hi,
>
> I am testing/debugging a network application heap corruption bug (the
> application is also an AgentX subagent), and valgrind is reporting this
> error - which I suspect might be the cause of the problem:
>
> ==5608== Thread 9:
> ==5608== Inv
Hi,
Need help related to ipIfStatsTable.
I am using net-snmp 5.6.2 version, I looked at the data-access code for
ipSystemStatsTable ( from files /proc/net/snmp or snmp6 and additional
stats from /proc/net/netstat . )
I would like to implement ipIfStatsTable on LINUX ipv4. Can anyone help me
what