snmpd problems

2006-06-09 Thread Sonia Garcia
Hi!! I have a problem. I have red hat enterprise 3, I need start SNMP. the steps that I have followed are the following I have configured the snmp.conf file that following: comunnity is public for test. --- # First, map the community name "p

Status of Solaris 9 lmSensors support

2006-06-09 Thread Chris Tracy
I've been working on getting net-snmp installed on a lab of 50 Sun Blade 2500's running Solaris 9 and was hoping to get sensor data with it. Based on this mailing list post: http://marc.theaimsgroup.com/?l=net-snmp-users&m=113942443201420&w=2 I see that 5.2.2 was my best bet and that 5.

SWITCH MAC port security (newbie)

2006-06-09 Thread Peter Huncar
Hello I'm trying to write an application to configure AT-8326GB switches on my network to enable/disable MAC addresses on ports via SNMP. I'm new to SNMP and net-snmp. I have the MIB file, but I don't know if I'm able to set port security and assign MAC addresses using shell commands like snmp

Re: snmptrapd.conf again

2006-06-09 Thread Thomas Anders
Martin Rheumer wrote: > traphandle default /usr/local/bin/sendamail.sh [...] > I added: > > disableAuthorization yes > > to my snmptrapd.conf and it starts ok > > Now I send an snmptrap to it and NOTHING happens. > > Please help me as to what I am missing. > > my startup options as set by fedo

Status of Solaris 9 lmSensors support

2006-06-09 Thread Chris Tracy
I've been working on getting net-snmp installed on a lab of 50 Sun Blade 2500's running Solaris 9 and was hoping to get sensor data with it. Based on this mailing list post: http://marc.theaimsgroup.com/?l=net-snmp-users&m=113942443201420&w=2 I see that 5.2.2 was my best bet and that 5.

creating a new thread from snmpd?

2006-06-09 Thread Rob Rose
Folks, I am running NetSNMP snmpd 5.3.0.1 on RedHat 9 Linux. Another process will being sending a message to snmpd via a Linux message queue when a notification (trap) needs to be generated. Can I create a seperate thread from snmpd whose sole responsibility is to listen to the message que

Re: problem on retrieving interface-based variables

2006-06-09 Thread John Robson
or grep for it... snmpwalk... | grep ".2 =" Thomas Anders wrote: > [EMAIL PROTECTED] wrote: >> if i want to olny get the interface2-based varibles as follow: >> >> IF-MIB::ifIndex.2 = INTEGER: 2 >> IF-MIB::ifDescr.2 = STRING: eth0 >> IF-MIB::ifType.2 = INTEGER: ethernetCsmacd(6) >> IF-MIB::ifMtu

Re: problem on retrieving interface-based variables

2006-06-09 Thread Thomas Anders
[EMAIL PROTECTED] wrote: > if i want to olny get the interface2-based varibles as follow: > > IF-MIB::ifIndex.2 = INTEGER: 2 > IF-MIB::ifDescr.2 = STRING: eth0 > IF-MIB::ifType.2 = INTEGER: ethernetCsmacd(6) > IF-MIB::ifMtu.2 = INTEGER: 1500 > IF-MIB::ifSpeed.2 = Gauge32: 1000 > IF-MIB::ifPhy