[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

6126.0. "MTU executable more than 10 levels" by SALUD::ORTIZ () Mon Oct 03 1994 16:49

    How many levels in a MIB does the executeable SYS$SYSTEM:MCC_TCPIP_MTU.EXE
    handle? I heard that it is 10 levels, yet I was told that there are now 
    MIBs, like for the DECserver 900, that have over 10 levels. What is the 
    workaround for this type of problem?
    
    Any help would be appreciated...
    
    Richard
    
T.RTitleUserPersonal
Name
DateLines
6126.1Its on the netWELLIN::MCCALLUMThu Oct 06 1994 05:279
    
    There is a fixed version of mtu around. Try BIKINI::MCC_DISK:
    or other pointers in this conference.
    
    If you want to put  ana alrm rule on a mib variable > 10 deep you
    need a new alarms fm too - I think this is there too.
    
    Dave
    
6126.215 levels in the MCC dictionarySCCA::DaveYou think I know something about Netview?Thu Oct 06 1994 14:3221
As far as I know, the limit is 15 levels, but that is 15 levels in the MCC 
dictionary....e.g.:

	CLASS SNMP
	 SUBCLASS COMPANY
	  SUBCLASS PRODUCTS
	   SUBCLASS XYZ
	    SUBCLASS BIG-TABLE
	     DIRECTIVE SOMETHING
	      EXCEPTION FOO
	       EXCEPTION ARGUMENT X
	        VALUE CODE 5 = "Foobaz"

So this has 9 levels.

The worst MIB I have seen so far is for the Giggleswitch, and MCC
deals with this just fine, if you have the patched IMPM for 1.3.  The only
bug I found there was for registering subclasses from the TOOLBOX
and placing them on a MAP at a higher level.  Thats what the patch fixed,
and that patch went in over a year ago.