-----Messaggio originale-----
Da: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] conto di Enzo
Arlati
Inviato: venerdì 10 novembre 2006 11.25
A: [email protected]
Oggetto: R: help about this warning : Wrong Type (should be INTEGER): ""




-----Messaggio originale-----
Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
conto di Dave Shield
Inviato: venerdì 10 novembre 2006 0.25
A: Enzo Arlati
Cc: [email protected]
Oggetto: Re: help about this warning : Wrong Type (should be INTEGER):
""


On 09/11/06, Enzo Arlati <[EMAIL PROTECTED]> wrote:
> The snmpwalk issue on my subagent give me some warning when queries string
> under the node .1.3.6.1.4.1.17377.35.10.1


> .1.3.6.1.4.1.17377.35.10.1.1.8.1 = Wrong Type (should be INTEGER): ""
> .1.3.6.1.4.1.17377.35.10.1.1.8.2 = Wrong Type (should be INTEGER): ""

What's the MIB definition of this particular object?
What does the code that registers and implements this object look like?


I modified the MIB setting crTablePanels (11) as sequence of crTableDevices.
Now also snmpwalk give no more warning.
Have someone suome suggestions on improve my solution 
(mybe in my trick I left some wrong utilization of what can be done with snmp) ?

regards, Enzo 

-- -----------------------------
--  Tabella dei cartelli
-- -----------------------------

crTablePanels OBJECT-TYPE
  SYNTAX SEQUENCE OF crTableDevices
  ACCESS read-only
  STATUS mandatory
  DESCRIPTION
  "Tabella dei cartelli"
  ::={cmv 11 }

-- -----------------------------
--  Tabella dei device/display
-- -----------------------------

crTableDevices OBJECT-TYPE
  SYNTAX SEQUENCE OF crEntryDevice
  ACCESS read-only
  STATUS mandatory
  DESCRIPTION
  "Tabella dei device/display"
  INDEX   { crIndexDevices }
  ::={crTablePanels 1 }

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to