[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

1747.0. "Cisco's ASN.1/Concise Private MIB." by PA::E_HATEM () Wed Oct 30 1991 16:21

    Subject: Cisco Concise MIB status.
    
    The SVP group have an SNMP agreement with Cisco, that will enable
    DEC to add Cisco's private MIB to the SNMP AM. However Cisco made
    a lots HOT AIR promises so far, the latest is within couple of weeks
    we will receive the MIB. Mike Maniglia is the Marketing MGR at 
    Cisco his tel: (415) 688-7638, Internet Mail:Maniglia@cisco.com
    Please pass his tel. Number to all end users and have them directly
    call him and request the ASN.1 MIB. That would be of a great help
    to all of us. Stay tuned....
    
    Note: Cisco did say all along they have the MIB, however on thing
          they don't mention is the ASN.1 format. The current MIB
          is missing all the indexes for their tables. Please educate
    	  the end users/customers.
    
    
    regards...elias
    
    
T.RTitleUserPersonal
Name
DateLines
1747.1While you're at it...SUBWAY::REILLYMike Reilly - New York Bank DistrictWed Oct 30 1991 19:4515
    I'm not so sure if this is the best way to handle our SVP
    partners but in this vendors case it may be the only way!!  If you
    are 'educating' your customers about Cisco's lack of a concise MIB
    definition you may also ask your customers to request that the
    following items from their MIB be documented/provided:
    
    a)	A break down of traffic by protocol by interface.
    b)  The routing tables for protocols other than IP.
    c)  The critical parameters for the various protocols (eg the Max
    address parameter for DECnet, the Zone name for Appletalk)
    
    Some of this information currently resides in their agent but is not
    documented in their MIB definition.  
    
    - Mike
1747.2MIB follows this replyBIKINI::KRAUSERobert, TSSC-NaC @MUHThu Oct 31 1991 11:3434
    I still have a huge backlog of unseen MCC notes but Marc
    Malaise pointed me to this one. 

>    The SVP group have an SNMP agreement with Cisco, that will enable
>    DEC to add Cisco's private MIB to the SNMP AM.

    I got the Cisco MIB from the German distributor Telemation.
    After commenting out a few empty branches, the MIB
    translator accepted it. 

>    The current MIB is missing all the indexes for their
>    tables.

    That's true and I couldn't find a good guess to add the
    indexes, but this might be due to my lack of fully
    understanding the MIB format. They speak of "additional
    objects to the table defined by RFC1066", so I assume that
    the interface number, e.g, would be an index to the Local
    Interface Table, but I don't know how this would fit in our
    structure. Anyway I don't have a Cisco box to test with. 

    Since it was so easy for me to get the MIB (just a phone
    call) I didn't think of publishing it. I was sure that
    engineering must already have it, but as I now understand
    this isn't true. I will post the compilable version in the
    next reply. Furthermore I got a text file describing each of
    the MIB variables. Since this is about 400 blocks I won't
    post it here but maybe Elias could tell me where to copy it.

    Best regards from Munich,

    Robert Krause

    (ENPE for EMA/DECmcc)
1747.3CISCO_MIBDEF.TXT (1607 lines!)BIKINI::KRAUSERobert, TSSC-NaC @MUHThu Oct 31 1991 11:361607
          CISCO-MIB { iso org(3) dod(6) internet(1) private(4)
                                  enterprises(1) 9 }

          DEFINITIONS ::= BEGIN

          IMPORTS
               enterprises, OBJECT-TYPE, NetworkAddress, IpAddress,
               Counter, Gauge, TimeTicks, OBJECT-TYPE
               FROM RFC1065-SMI ;


--	  experimental        OBJECT IDENTIFIER ::= { internet 3 }

          cisco               OBJECT IDENTIFIER ::= { enterprises 9 }

--        products            OBJECT IDENTIFIER ::= { cisco 1 }
          local               OBJECT IDENTIFIER ::= { cisco 2 }
          temporary           OBJECT IDENTIFIER ::= { cisco 3 }

--        gateway-server      OBJECT IDENTIFIER ::= { products 1 }
--        terminal-server     OBJECT IDENTIFIER ::= { products 2 }
--        trouter             OBJECT IDENTIFIER ::= { products 3 }
--        protocol-translator OBJECT IDENTIFIER ::= { products 4 }

          lsystem             OBJECT IDENTIFIER ::= { local 1 }
          linterfaces         OBJECT IDENTIFIER ::= { local 2 }
--        lat                 OBJECT IDENTIFIER ::= { local 3 }
          lip                 OBJECT IDENTIFIER ::= { local 4 }
--        licmp               OBJECT IDENTIFIER ::= { local 5 }
          ltcp                OBJECT IDENTIFIER ::= { local 6 }
--        ludp                OBJECT IDENTIFIER ::= { local 7 }
--        legp                OBJECT IDENTIFIER ::= { local 8 }
          lts                 OBJECT IDENTIFIER ::= { local 9 }

          decnet              OBJECT IDENTIFIER ::= { temporary 1 }
          xns                 OBJECT IDENTIFIER ::= { temporary 2 }
          appletalk           OBJECT IDENTIFIER ::= { temporary 3 }
          novell              OBJECT IDENTIFIER ::= { temporary 4 }

          -- the Local System group

          romId OBJECT-TYPE
               SYNTAX  OCTET STRING
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 1 }

          whyReload OBJECT-TYPE
               SYNTAX  OCTET STRING
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 2 }

          hostName OBJECT-TYPE
               SYNTAX  OCTET STRING
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 3 }

          domainName OBJECT-TYPE
               SYNTAX  OCTET STRING
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 4 }

          authAddr OBJECT-TYPE
               SYNTAX  NetworkAddress
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 5 }

          bootHost OBJECT-TYPE
               SYNTAX  NetworkAddress
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 6 }

          ping OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-write
               STATUS  mandatory
               ::= { lsystem 7 }

          freeMem OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 8 }

          bufferElFree OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 9 }

          bufferElMax OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 10 }

          bufferElHit OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 11 }

          bufferElMiss OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 12 }

          bufferElCreate OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 13 }

          bufferSmSize OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 14 }

          bufferSmTotal OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 15 }

          bufferSmFree OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 16 }

          bufferSmMax OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 17 }

          bufferSmHit OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 18 }

          bufferSmMiss OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 19 }

          bufferSmTrim OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 20 }

          bufferSmCreate OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 21 }

          bufferMdSize OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 22 }

          bufferMdTotal OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 23 }

          bufferMdFree OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 24 }

          bufferMdMax OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 25 }

          bufferMdHit OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 26 }

          bufferMdMiss OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 27 }

          bufferMdTrim OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 28 }

          bufferMdCreate OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 29 }

          bufferBgSize OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 30 }

          bufferBgTotal OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 31 }

          bufferBgFree OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 32 }

          bufferBgMax OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 33 }

          bufferBgHit OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 34 }

          bufferBgMiss OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 35 }

          bufferBgTrim OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 36 }

          bufferBgCreate OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 37 }

          bufferLgSize OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 38 }

          bufferLgTotal OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 39 }

          bufferLgFree OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 40 }

          bufferLgMax OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 41 }

          bufferLgHit OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 42 }

          bufferLgMiss OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 43 }

          bufferLgTrim OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 44 }

          bufferLgCreate OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 45 }

          bufferFail OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 46 }

          bufferNoMem OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 47 }

          netConfigIP OBJECT-TYPE
               SYNTAX  NetworkAddress
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 48 }

          netConfigName OBJECT-TYPE
               SYNTAX  OCTET STRING
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 49 }

          netConfigSet OBJECT-TYPE
               SYNTAX  OCTET STRING
               ACCESS  read-write
               STATUS  mandatory
               ::= { lsystem 50 }

          hostConfigIP OBJECT-TYPE
               SYNTAX  NetworkAddress
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 51 }

          hostConfigName OBJECT-TYPE
               SYNTAX  OCTET STRING
               ACCESS  read-only
               STATUS  mandatory
               ::= { lsystem 52 }

          hostConfigSet OBJECT-TYPE
               SYNTAX  OCTET STRING
               ACCESS  read-write
               STATUS  mandatory
               ::= { lsystem 53 }
          -- the Local Interfaces group

          -- the Local Interface Table

          lifTable OBJECT-TYPE
               SYNTAX  SEQUENCE OF LIfEntry
               ACCESS  read-only
               STATUS  mandatory
               ::= { linterfaces 1 }

          lifEntry OBJECT-TYPE
               SYNTAX  LIfEntry
               ACCESS  read-only
               STATUS  mandatory
               ::= { lifTable 1 }

          LIfEntry ::= SEQUENCE {
             locIfHardType
                OCTET STRING,
             locIfLineProt
                INTEGER,
             locIfLastIn
                INTEGER,
             locIfLastOut
                INTEGER,
             locIfLastOutHang
                INTEGER,
             locIfInBitsSec
                INTEGER,
             locIfInPktsSec
                INTEGER,
             locIfOutBitsSec
                INTEGER,
             locIfOutPktsSec
                INTEGER,
             locIfInRunts
                INTEGER,
             locIfInGiants
                INTEGER,
             locIfInCRC
                INTEGER,
             locIfInFrame
                INTEGER,
             locIfInOverrun
                INTEGER,
             locIfInIgnored
                INTEGER,
             locIfInAbort
                INTEGER,
             locIfResets
                INTEGER,
             locIfRestarts
                INTEGER,
             locIfKeep
                INTEGER,
             locIfReason
                OCTET STRING
          }

          locIfHardType OBJECT-TYPE
               SYNTAX  OCTET STRING
               ACCESS  read-only
               STATUS  mandatory
               ::= { lifEntry 1 }

          locIfLineProt OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lifEntry 2 }

          locIfLastIn OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lifEntry 3 }

          locIfLastOut OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lifEntry 4 }

          locIfLastOutHang OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lifEntry 5 }

          locIfInBitsSec OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lifEntry 6 }

          locIfInPktsSec OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lifEntry 7 }

          locIfOutBitsSec OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lifEntry 8 }

          locIfOutPktsSec OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lifEntry 9 }

          locIfInRunts OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lifEntry 10 }

          locIfInGiants OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lifEntry 11 }

          locIfInCRC OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lifEntry 12 }

          locIfInFrame OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lifEntry 13 }

          locIfInOverrun OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lifEntry 14 }

          locIfInIgnored OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lifEntry 15 }

          locIfInAbort OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lifEntry 16 }

          locIfResets OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lifEntry 17 }

          locIfRestarts OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lifEntry 18 }

          locIfKeep OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lifEntry 19 }

          locIfReason OBJECT-TYPE
               SYNTAX  OCTET STRING
               ACCESS  read-only
               STATUS  mandatory
               ::= { lifEntry 20 }
          -- the Local IP group

          -- the Local IP Address table

          lipAddrTable OBJECT-TYPE
               SYNTAX  SEQUENCE OF LIpAddrEntry
               ACCESS  read-only
               STATUS  mandatory
               ::= { lip 1 }

          lipAddrEntry OBJECT-TYPE
               SYNTAX  LIpAddrEntry
               ACCESS  read-only
               STATUS  mandatory
               ::= { lipAddrTable 1 }

          LIpAddrEntry ::= SEQUENCE {
             locIPHow
                OCTET STRING,
             locIPWho
                NetworkAddress,
             locIPHelper
                NetworkAddress,
             locIPSecurity
                INTEGER,
             locIPRedirects
                INTEGER,
             locIPUnreach
                INTEGER
          }

          locIPHow OBJECT-TYPE
               SYNTAX  OCTET STRING
               ACCESS  read-only
               STATUS  mandatory
               ::= { lipAddrEntry 1 }

          locIPWho OBJECT-TYPE
               SYNTAX  NetworkAddress
               ACCESS  read-only
               STATUS  mandatory
               ::= { lipAddrEntry 2 }

          locIPHelper OBJECT-TYPE
               SYNTAX  NetworkAddress
               ACCESS  read-only
               STATUS  mandatory
               ::= { lipAddrEntry 3 }

          locIPSecurity OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lipAddrEntry 4 }

          locIPRedirects OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lipAddrEntry 5 }

          locIPUnreach OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lipAddrEntry 6 }

          -- theLocal IP Routing table

          lipRoutingTable OBJECT-TYPE
               SYNTAX  SEQUENCE OF LIpRouteEntry
               ACCESS  read-only
               STATUS  mandatory
               ::= { lip 2 }

          lipRouteEntry OBJECT-TYPE
               SYNTAX  LIpRouteEntry
               ACCESS  read-only
               STATUS  mandatory
               ::= { lipRoutingTable 1 }

          LIpRouteEntry ::= SEQUENCE {
             locRtMask
                NetworkAddress,
             locRtCount
                INTEGER,
             locRtUses
                INTEGER
          }

          locRtMask OBJECT-TYPE
               SYNTAX  NetworkAddress
               ACCESS  read-only
               STATUS  mandatory
               ::= { lipRouteEntry 1 }

          locRtCount OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lipRouteEntry 2 }

          locRtUses OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lipRouteEntry 3 }

          routeFilter OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lip 3 }

          actThresh OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lip 4 }

          actLostPkts OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lip 5 }

          actLostByts OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lip 6 }

          -- the Local IP Accounting table

          lipAccountingTable OBJECT-TYPE
               SYNTAX  SEQUENCE OF LIpAccountEntry
               ACCESS  read-only
               STATUS  mandatory
               ::= { lip 7 }

          lipAccountEntry OBJECT-TYPE
               SYNTAX  LIpAccountEntry
               ACCESS  read-only
               STATUS  mandatory
               ::= { lipAccountingTable 1 }

          LIpAccountEntry ::= SEQUENCE {
             actSrc
                NetworkAddress,
             actDst
                NetworkAddress,
             actPkts
                INTEGER,
             actByts
                INTEGER
          }

          actSrc OBJECT-TYPE
               SYNTAX  NetworkAddress
               ACCESS  read-only
               STATUS  mandatory
               ::= { lipAccountEntry 1 }

          actDst OBJECT-TYPE
               SYNTAX  NetworkAddress
               ACCESS  read-only
               STATUS  mandatory
               ::= { lipAccountEntry 2 }

          actPkts OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lipAccountEntry 3 }

          actByts OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { lipAccountEntry 4 }
          -- the Local TCP group

          -- the Local TCP Connection table

          ltcpConnTable OBJECT-TYPE
               SYNTAX  SEQUENCE OF LTcpConnEntry
               ACCESS  read-only
               STATUS  mandatory
               ::= { ltcp 1 }

          ltcpConnEntry OBJECT-TYPE
               SYNTAX  LTcpConnEntry
               ACCESS  read-only
               STATUS  mandatory
               ::= { ltcpConnTable 1 }

          LTcpConnEntry ::= SEQUENCE {
             loctcpConnInBytes
                INTEGER,
             loctcpConnOutBytes
                INTEGER,
             loctcpConnInPkts
                INTEGER,
             loctcpConnOutPkts
                INTEGER,
             loctcpConnElapsed
                TimeTicks
          }

          loctcpConnInBytes OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { ltcpConnEntry 1 }

          loctcpConnOutBytes OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { ltcpConnEntry 2 }

          loctcpConnInPkts OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { ltcpConnEntry 3 }

          loctcpConnOutPkts OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { ltcpConnEntry 4 }

          loctcpConnElapsed OBJECT-TYPE
               SYNTAX  TimeTicks
               ACCESS  read-only
               STATUS  mandatory
               ::= { ltcpConnEntry 5 }
          -- the Local Terminal Server group

          tsLines OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  optional
               ::= { lts 1 }

          -- the Local Terminal Server Line table

          ltsLineTable OBJECT-TYPE
               SYNTAX  SEQUENCE OF LTsLineEntry
               ACCESS  read-only
               STATUS  optional
               ::= { lts 2 }

          ltsLineEntry OBJECT-TYPE
               SYNTAX  LTsLineEntry
               ACCESS  read-only
               STATUS  optional
               ::= { ltsLineTable 1 }

          LTsLineEntry ::= SEQUENCE {
             tsLineActive
                INTEGER,
             tsLineType
                INTEGER,
             tsLineAutobaud
                INTEGER,
             tsLineSpeedin
                INTEGER,
             tsLineSpeedout
                INTEGER,
             tsLineFlow
                INTEGER,
             tsLineModem
                INTEGER,
             tsLineLoc
                OCTET STRING,
             tsLineTerm
                OCTET STRING,
             tsLineScrlen
                INTEGER,
             tsLineScrwid
                INTEGER,
             tsLineEsc
                OCTET STRING,
             tsLineTmo
                INTEGER,
             tsLineSestmo
                INTEGER,
             tsLineRotary
                INTEGER,
             tsLineUses
                INTEGER,
             tsLineNses
                INTEGER,
             tsLineUser
                OCTET STRING
          }

          tsLineActive OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  optional
               ::= { ltsLineEntry 1 }

          tsLineType OBJECT-TYPE
               SYNTAX  INTEGER {
                    unknown(1),
                    console(2),
                    terminal(3),
                    line-printer(4),
                    virtual-terminal(5),
                    auxiliary(6)
               }
               ACCESS  read-only
               STATUS  optional
               ::= { ltsLineEntry 2 }

          tsLineAutobaud OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  optional
               ::= { ltsLineEntry 3 }

          tsLineSpeedin OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  optional
               ::= { ltsLineEntry 4 }

          tsLineSpeedout OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  optional
               ::= { ltsLineEntry 5 }

          tsLineFlow OBJECT-TYPE
               SYNTAX  INTEGER {
                    unknown(1),
                    none(2),
                    software-input(3),
                    software-output(4),
                    software-both(5),
                    hardware-input(6),
                    hardware-output(7),
                    hardware-both(8)
               }
               ACCESS  read-only
               STATUS  optional
               ::= { ltsLineEntry 6 }

          tsLineModem OBJECT-TYPE
               SYNTAX  INTEGER {
                    unknown(1),
                    none(2),
                    call-in(3),
                    call-out(4),
                    cts-required(5),
                    rs-is-cd(6)
               }
               ACCESS  read-only
               STATUS  optional
               ::= { ltsLineEntry 7 }

          tsLineLoc OBJECT-TYPE
               SYNTAX  OCTET STRING
               ACCESS  read-only
               STATUS  optional
               ::= { ltsLineEntry 8 }

          tsLineTerm OBJECT-TYPE
               SYNTAX  OCTET STRING
               ACCESS  read-only
               STATUS  optional
               ::= { ltsLineEntry 9 }

          tsLineScrlen OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  optional
               ::= { ltsLineEntry 10 }

          tsLineScrwid OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  optional
               ::= { ltsLineEntry 11 }

          tsLineEsc OBJECT-TYPE
               SYNTAX  OCTET STRING
               ACCESS  read-only
               STATUS  optional
               ::= { ltsLineEntry 12 }

          tsLineTmo OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  optional
               ::= { ltsLineEntry 13 }

          tsLineSestmo OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  optional
               ::= { ltsLineEntry 14 }

          tsLineRotary OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  optional
               ::= { ltsLineEntry 15 }

          tsLineUses OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  optional
               ::= { ltsLineEntry 16 }

          tsLineNses OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  optional
               ::= { ltsLineEntry 17 }

          tsLineUser OBJECT-TYPE
               SYNTAX  OCTET STRING
               ACCESS  read-only
               STATUS  optional
               ::= { ltsLineEntry 18 }

          -- the Local Terminal Server Line Session table

          ltsLineSessionTable OBJECT-TYPE
               SYNTAX  SEQUENCE OF LTsLineSessionEntry
               ACCESS  read-only
               STATUS  optional
               ::= { lts 3 }

          ltsLineSessionEntry OBJECT-TYPE
               SYNTAX  LTsLineSessionEntry
               ACCESS  read-only
               STATUS  optional
               ::= { ltsLineSessionTable 1 }

          LTsLineSessionEntry ::= SEQUENCE {
             tslineSesType
                INTEGER,
             tslineSesDir
                INTEGER,
             tslineSesAddr
                NetworkAddress,
             tslineSesName
                OCTET STRING,
             tslineSesCur
                INTEGER,
             tslineSesIdle
                INTEGER
          }

          tslineSesType OBJECT-TYPE
               SYNTAX  INTEGER {
                    unknown(1),
                    pad(2),
                    stream(3),
                    rlogin(4),
                    telnet(5)
               }
               ACCESS  read-only
               STATUS  optional
               ::= { ltsLineSessionEntry 1 }

          tslineSesDir OBJECT-TYPE
               SYNTAX  INTEGER {
                    unknown(1),
                    incoming(2),
                    outgoing(3)
               }
               ACCESS  read-only
               STATUS  optional
               ::= { ltsLineSessionEntry 2 }

          tslineSesAddr OBJECT-TYPE
               SYNTAX  NetworkAddress
               ACCESS  read-only
               STATUS  optional
               ::= { ltsLineSessionEntry 3 }

          tslineSesName OBJECT-TYPE
               SYNTAX  OCTET STRING
               ACCESS  read-only
               STATUS  optional
               ::= { ltsLineSessionEntry 4 }

          tslineSesCur OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  optional
               ::= { ltsLineSessionEntry 5 }

          tslineSesIdle OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  optional
               ::= { ltsLineSessionEntry 6 }
          -- the Temporary DECNET group

          dnForward OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { decnet 1 }

          dnReceived OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { decnet 2 }

          dnFormaterr OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { decnet 3 }

          dnNotgateway OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { decnet 4 }

          dnNotimp OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { decnet 5 }

          dnHellos OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { decnet 6 }

          dnBadhello OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { decnet 7 }

          dnNotlong OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { decnet 8 }

          dnDatas OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { decnet 9 }

          dnBigaddr OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { decnet 10 }

          dnNoroute OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { decnet 11 }
          dnNoencap OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { decnet 12 }

          dnLevel1s OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { decnet 13 }

          dnBadlevel1 OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { decnet 14 }

          dnToomanyhops OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { decnet 15 }

          dnHellosent OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { decnet 16 }

          dnLevel1sent OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { decnet 17 }

          dnNomemory OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { decnet 18 }

          dnOtherhello OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { decnet 19 }

          dnOtherlevel1 OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { decnet 20 }

          dnLevel2s OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { decnet 21 }

          dnLevel2sent OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { decnet 22 }

          dnNovector OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { decnet 23 }

          dnOtherlevel2 OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { decnet 24 }

          dnNoaccess OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { decnet 25 }
          -- the Temporary XNS group

          xnsInput OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { xns 1 }
          xnsLocal OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { xns 2 }

          xnsBcastin OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { xns 3 }

          xnsForward OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { xns 4 }

          xnsBcastout OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { xns 5 }

          xnsErrin OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { xns 6 }

          xnsErrout OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { xns 7 }

          xnsFormerr OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { xns 8 }

          xnsChksum OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { xns 9 }

          xnsNotgate OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { xns 10 }

          xnsHopcnt OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { xns 11 }

          xnsNoroute OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { xns 12 }

          xnsNoencap OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { xns 13 }

          xnsOutput OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { xns 14 }

          xnsInmult OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { xns 15 }

          xnsUnknown OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { xns 16 }

          xnsFwdbrd OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { xns 17 }

          xnsEchoreqin OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { xns 18 }

          xnsEchoreqout OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { xns 19 }

          xnsEchorepin OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { xns 20 }

          xnsEchorepout OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { xns 21 }
          -- the Temporary AppleTalk group

          atInput OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { appletalk 1 }

          atLocal OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { appletalk 2 }

          atBcastin OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { appletalk 3 }

          atForward OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { appletalk 4 }

          atBcastout OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { appletalk 5 }

          atFormerr OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { appletalk 6 }

          atChksum OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { appletalk 7 }

          atNotgate OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { appletalk 8 }

          atHopcnt OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { appletalk 9 }

          atNoaccess OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { appletalk 10 }
          atNoroute OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { appletalk 11 }

          atNoencap OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { appletalk 12 }

          atOutput OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { appletalk 13 }

          atInmult OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { appletalk 14 }

          atRtmpin OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { appletalk 15 }

          atRtmpout OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { appletalk 16 }

          atNbpin OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { appletalk 17 }

          atNbpout OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { appletalk 18 }

          atAtp OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { appletalk 19 }

          atZipin OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { appletalk 20 }

          atZipout OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { appletalk 21 }

          atEcho OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { appletalk 22 }

          atEchoill OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { appletalk 23 }

          atDdpshort OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { appletalk 24 }

          atDdplong OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { appletalk 25 }

          atDdpbad OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { appletalk 26 }

          atNobuffer OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { appletalk 27 }

          atArpreq OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { appletalk 28 }

          atArpreply OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { appletalk 29 }

          atArpprobe OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { appletalk 30 }

          atUnknown OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { appletalk 31 }
          -- the Temporary Novell group

          novellInput OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { novell 1 }

          novellBcastin OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { novell 2 }

          novellForward OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { novell 3 }

          novellBcastout OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { novell 4 }

          novellFormerr OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { novell 5 }

          novellChksum OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { novell 6 }

          novellHopcnt OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { novell 7 }

          novellNoroute OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { novell 8 }

          novellNoencap OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { novell 9 }

          novellOutput OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { novell 10 }

          novellInmult OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { novell 11 }

          novellLocal OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { novell 12 }

          novellUnknown OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { novell 13 }

          novellSapreqin OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { novell 14 }

          novellSapresin OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { novell 15 }

          novellSapout OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { novell 16 }

          novellSapreply OBJECT-TYPE
               SYNTAX  INTEGER
               ACCESS  read-only
               STATUS  mandatory
               ::= { novell 17 }

          END
1747.4Cisco MIB is not in the Concise Format.PA::E_HATEMFri Nov 01 1991 18:5855
    
    
    You are right the MIB do compile with compiler, however if you look
    at the messages closely you will notice the tables are missing the 
    Indexes therefore you can get any of these information. We have a mib
    since aug, and it was missing the indexes, IT"S NOT IN THE CONCISE
    MIB FORMAT. Below please find a section of the list file that describe
    the warning during compiling time, and the warning from the .lis file:
    
     Warning from Compile Time( Indexes are missing)
    PA > mtu CISCO.TXT
    Table lifTable does not have any associated index.
    Table lipAddrTable does not have any associated index.
    Table lipRoutingTable does not have any associated index.
    Table lipAccountingTable does not have any associated index.
    Table ltcpConnTable does not have any associated index.
    Table ltsLineTable does not have any associated index.
    Table ltsLineSessionTable does not have any associated index.
    Entity Model tree is being pruned.
    The following non-leaf objects are being removed:
    Child entity local
    Child entity linterfaces
    Child entity ltcp
    
    Error from the listing file .lis:
    
    
    610                   ACCESS  read-only
    1611                   STATUS  mandatory
    1612                   ::= { novell 17 }
    1613
    1614              END
    1615    Table lifTable does not have any associated index.
    Table lipAddrTable does not have any associated index.
    Table lipRoutingTable does not have any associated index.
    Table lipAccountingTable does not have any associated index.
    Table ltcpConnTable does not have any associated index.
    Table ltsLineTable does not have any associated index.
    Table ltsLineSessionTable does not have any associated index.
    <FF>
    
                        DECmcc MIB Translation Utility T1.1.0-A           
    Page 31
    
                            Entity Model in file cisco.ms
    
    Child Entity : cisco (5009)
        Child Entity : lsystem (1)
          Characteristic Attributes
            romId (1) : OCTETSTRING {1 3 6 1 4 1 9 2 1 1}
    
      
    
    
    Regards...elias
1747.5At last a new Cisco MIB..SUBWAY::REILLYMike Reilly - New York Bank DistrictFri Nov 22 1991 19:1916
    The latest cisco MIB is now available at ftp.cisco.com. There is a
    README file in this directory which describes which file to ftp.
    
    This version is in concise format BUT the index for the interface
    table is not defined. They just pull the ifIndex from the standard
    MIB and introduce it in the middle of their MIB definition!  
    
    What does this mean ??
    You will not be able to compile the MIB without performing some
    surgery on the MIB definition.  After this surgery has been
    performed the MIB is of questionable use, as the counters which tell
    you how much data was transmitted on a particular interface will not
    be available...
    
    8-(  Mike
                           
1747.6Is there a surgeon in the assistance.BONNET::MALAISEAll you need is laugh!Mon Nov 25 1991 11:4115
    
    What does this mean ??
    You will not be able to compile the MIB without performing some
    surgery on the MIB definition.  After this surgery has been
    performed the MIB is of questionable use, as the counters which tell
    you how much data was transmitted on a particular interface will not
    be available...
>>
>> Can somebody do this surgery and put the Concise mib file somewhere 
>> so that it be done just once .
>> DECmcc tcp/ip snmp am sells are really growing up , and I assume 
>> that lot's of the customers who buy it have Cisco boxes .
>> Regards . MaRc 
                           

1747.7update?SMOOT::ROTHThe 13th Floor ElevatorsTue Dec 24 1991 16:373
Any update on getting a good Cisco MIB?

Lee (soon to be installing DECmcc and trying to gather Cisco stats)
1747.8Try this oneSUBWAY::REILLYMike Reilly - New York Bank DistrictTue Dec 24 1991 16:599
    I have the latest version on JMPOFF::JMP2:[reilly]new_cisco.txt.
    JMPOFF:: == 33386:: 
    
    The write only components of the MIB have been commented out and
    some changed have been made to the tables in the MIB.
    
    Enjoy the holidays...
    
    - Mike
1747.9we get some errors during the compilationROM01::NINNIDon't worry...be happyWed Jan 08 1992 07:2241
    
    We have tested your suggested version at the customer site (which is an
    official field test site), but we still have errors at
    compilation time.
    
    I add the the messages during the compilation
    
Beginning Phase 1 for file DKB300:[MCC]CISCO_MIBDEF.TXT;2
Now starting to run the MIB translator...
This may take approximately 1-5 minutes.
   7-JAN-1992 09:06:51
Issuing following command:
  $ MTU DKB300:[MCC]CISCO_MIBDEF.TXT;2
Entity Model tree is being pruned.
The following non-leaf objects are being removed:
Child entity linterfaces
Child entity ltcp
Child entity temporary
Leaf object gateway_server has no type definition
An error occurred while running the MIB translator.
Check file DKB300:[MCC]CISCO_MIBDEF.LIS for any further information.
File DKB300:[MCC]CISCO_MIBDEF.MS may also have been created;
  delete this file as appropriate.

   7-JAN-1992 09:07:10

Procedure terminated in error.


    In the comment section of your file,it is mentioned a new version of the MIB
    compiler. Is it true? If yes, where we can find it?
    
>			  -- the MIB compiler, as there is a small typo in the
>			  -- the current compiler which will be fixed in the
>			  -- new release.  With the new release all lines 
>			  -- with an index clause of  INDEX { IPAddress }
>			  -- will have to be changed to  INDEX { IpAddress }
>			  --

    Thanks in advance 
    Giuseppina
1747.10Are you running the SNMP AM v1.1?SUBWAY::REILLYMike Reilly - New York Bank DistrictWed Jan 08 1992 12:2126
    It looks like you are running the old mib compiler which didn't
    handle placeholders in the mib.  The header of the executable image
    I am currently running shows:
    
            Image Identification Information
    
                    image name: "MCC_TCPIP_MTU"
                    image file identification: "MCCMTU T1.1-B"
                    link date/time: 14-AUG-1991 10:34:18.29
                    linker identification: "05-05"
    
    I'm sure there are pointers to the current SNMP AM v1.1 kit in
    somewhere in this conference.
     
    
>			  -- the MIB compiler, as there is a small typo in the
>			  -- the current compiler which will be fixed in the
>			  -- new release.  With the new release all lines 
>			  -- with an index clause of  INDEX { IPAddress }
>			  -- will have to be changed to  INDEX { IpAddress }
>			  --
    
    	This change is required to make the mib compile with the version
    of the mib compiler currently contained in the v1.2 EFT. 
    
    - Mike
1747.11You are right!ROM01::NINNIDon't worry...be happyFri Jan 10 1992 06:227
    
    I'm working with the TCP/IP am version of 25-jul-1991. I will copy the
    new version that you have pointed me and I will test it at the customer
    site.
    
    Ciao
    Giuseppina
1747.12Re: .8SMOOT::ROTHThe 13th Floor ElevatorsSun Jan 12 1992 23:433
Thanks Mike!

Lee
1747.13Supported???LEMAN::BIROGeorges Biro - SR/ACTTue Feb 11 1992 13:1210
    Hello,
    
    Is it reasonable to believe that the cisco MIB  will be provided with
    the DECmcc V1.2 kit, with an explanation of the supported functions?
    
    As the activity around this note tend to prove, we are VERY often
    selling DECmcc in cisco networks.
    
    Georges.