[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

Title:DECmcc user notes file. Does not replace IPMT.
Notice:Use IPMT for problems. Newsletter location in note 6187
Moderator:TAEC::BEROUD
Created:Mon Aug 21 1989
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:6497
Total number of notes:27359

2368.0. "V T1.2.4 Internal logic error 35" by MUNTRA::SCHIMMEL () Wed Feb 19 1992 12:06

Hi,

there seems to be a little problem in DECmcc/SNMP_AM with displaying 
the first element of multidimensional  tables - when the indices are 
specified with wildcard-  resulting in the message
 
  "Internal logic error 35 was encountered" 

To illustrate this, I will append two examples below.

Regards
  Helmut 
 Local Product Engineering Munich



EXAMPLE 1:

$ mcc
DECmcc (T1.2.4)

MCC> show snmp astrix hirschmann hmBasicPortTable * all attributes

SNMP astrix hirschmann hmBasicPortTable *
AT 19-FEB-1992 14:55:57 All Attributes

Internal logic error 35 was encountered

            hmBasPortAutoPartitionState = notAutoPartitioned
                         hmBasPortHubID = 1
                       hmBasPortGroupID = 1
                            hmBasPortID = 1
                    hmBasPortAdminState = enabled

SNMP astrix hirschmann hmBasicPortTable (1,4,1)
AT 19-FEB-1992 14:56:19 All Attributes

            hmBasPortAutoPartitionState = notAutoPartitioned
                         hmBasPortHubID = 1
                       hmBasPortGroupID = 4
                            hmBasPortID = 1
                    hmBasPortAdminState = enabled

SNMP astrix hirschmann hmBasicPortTable (1,6,1)
AT 19-FEB-1992 14:56:21 All Attributes

            hmBasPortAutoPartitionState = autoPartitioned
                         hmBasPortHubID = 1
                       hmBasPortGroupID = 6
                            hmBasPortID = 1
                    hmBasPortAdminState = enabled

SNMP astrix hirschmann hmBasicPortTable (1,6,2)
AT 19-FEB-1992 14:56:23 All Attributes

            hmBasPortAutoPartitionState = autoPartitioned
                         hmBasPortHubID = 1
                       hmBasPortGroupID = 6
                            hmBasPortID = 2
                    hmBasPortAdminState = enabled


EXAMPLE 2: (o.k.)

MCC> show snmp astrix hirschmann hmBasicPortTable (1,1,1) all attributes

SNMP astrix hirschmann hmBasicPortTable (1,1,1)
AT 19-FEB-1992 14:58:39 All Attributes

                 hmBasicPortTable_Index = ( 1,
                                            1,
                                            1 )
            hmBasPortAutoPartitionState = notAutoPartitioned
                         hmBasPortHubID = 1
                       hmBasPortGroupID = 1
                            hmBasPortID = 1
                    hmBasPortAdminState = enabled







T.RTitleUserPersonal
Name
DateLines
2368.1Internal logic error 35 => bug in agentYAHEY::BOSEWed Feb 19 1992 13:2914
	When you do a show on a columnar SNMP object, the agent is supposed
	to return the object id of the object, along with the instance
	value concatenated at the end. We look at this to determine the value
	of the identifier attribute. If the agent does not return the instance
	value in the object id, then you will get "logic error 35". I admit
	the message could be more meaningful, but we left it like that since
	it's occurence is relatively rare.

	The SNMP agent seems to have a problem with only the first entry in
	the table, subsequent responses seem to be ok. You might want to 
	inform the vendor supplying the agent of the above problem.

	Rahul.