sed "s/^X//" >'nocol-3.0/src/cmu-snmp/cisco.mib91.C' <<'END_OF_FILE'
X ::= { ltsLineEntry 15 }
X
X tsLineUses OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Number of times a connection has been made
X to or from this line."
X ::= { ltsLineEntry 16 }
X
X tsLineNses OBJECT-TYPE
X
X
X
X
X
X -- cisco MIB [Page 67]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Current number of sessions in use on this
X line."
X ::= { ltsLineEntry 17 }
X
X tsLineUser OBJECT-TYPE
X SYNTAX DisplayString
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "TACACS user name, if TACACS enabled, of user
X on this line."
X ::= { ltsLineEntry 18 }
X
X tsLineNoise OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Count of garbage characters received when
X line inactive."
X ::= { ltsLineEntry 19 }
X
X -- End of table
X
X
X
X -- Local Terminal Server Line Session Table
X
X -- This group contains terminal server specific
X -- information on a per line and per session basis.
X
X ltsLineSessionTable OBJECT-TYPE
X SYNTAX SEQUENCE OF LTsLineSessionEntry
X ACCESS not-accessible
X STATUS mandatory
X DESCRIPTION
X "A list of terminal server line and session
X entries."
X ::= { lts 3 }
X
X ltsLineSessionEntry OBJECT-TYPE
X
X
X
X
X
X -- cisco MIB [Page 68]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X SYNTAX LTsLineSessionEntry
X ACCESS not-accessible
X STATUS mandatory
X DESCRIPTION
X "A collection of per session and per TTY
X objects in the cisco Terminal Server
X implementation."
X INDEX { INTEGER, INTEGER }
X ::= { ltsLineSessionTable 1 }
X
X LTsLineSessionEntry ::=
X SEQUENCE {
X tslineSesType
X INTEGER,
X tslineSesDir
X INTEGER,
X tslineSesAddr
X IpAddress,
X tslineSesName
X DisplayString,
X tslineSesCur
X INTEGER,
X tslineSesIdle
X INTEGER
X }
X
X
X -- The following section describes the components of the
X -- table.
X
X tslineSesType OBJECT-TYPE
X SYNTAX INTEGER {
X unknown(1),
X pad(2),
X stream(3),
X rlogin(4),
X telnet(5),
X tcp(6),
X lat(7),
X mop(8),
X slip(9),
X xremote(10)
X }
X ACCESS read-only
X STATUS mandatory
X
X
X
X
X
X -- cisco MIB [Page 69]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X DESCRIPTION
X "Type of session."
X ::= { ltsLineSessionEntry 1 }
X
X tslineSesDir OBJECT-TYPE
X SYNTAX INTEGER {
X unknown(1),
X incoming(2),
X outgoing(3)
X }
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Direction of session."
X ::= { ltsLineSessionEntry 2 }
X
X tslineSesAddr OBJECT-TYPE
X SYNTAX IpAddress
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Remote host address of session. [What about
X PAD connections?]"
X ::= { ltsLineSessionEntry 3 }
X
X tslineSesName OBJECT-TYPE
X SYNTAX DisplayString
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Remote host name of session."
X ::= { ltsLineSessionEntry 4 }
X
X tslineSesCur OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Boolean whether session is the currently
X active one."
X ::= { ltsLineSessionEntry 5 }
X
X tslineSesIdle OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X
X
X
X
X
X -- cisco MIB [Page 70]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X STATUS mandatory
X DESCRIPTION
X "Time in seconds session has been idle."
X ::= { ltsLineSessionEntry 6 }
X
X -- End of table
X
X
X tsMsgTtyLine OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-write
X STATUS mandatory
X DESCRIPTION
X "tty line to send the message to. -1 will
X send it to all tty lines"
X ::= { lts 4 }
X
X tsMsgIntervaltim OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-write
X STATUS mandatory
X DESCRIPTION
X "Interval between reissuing message in
X milliseconds. Minimum non-zero setting is
X 10000. 0 will cause the routine to choose its
X own intervals becoming more frequent as
X MessageDuration gets close to expiring. 2hr,
X 1hr, 30min, 5min, 1min"
X ::= { lts 5 }
X
X tsMsgDuration OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-write
X STATUS mandatory
X DESCRIPTION
X "Length of time to reissue message in
X milliseconds. Minimum non-zero setting is
X 10000. A setting of 0 will not repeat the
X message."
X ::= { lts 6 }
X
X tsMsgText OBJECT-TYPE
X SYNTAX DisplayString
X ACCESS read-write
X STATUS mandatory
X
X
X
X
X
X -- cisco MIB [Page 71]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X DESCRIPTION
X "Up to 256 characters that will make up the
X message"
X ::= { lts 7 }
X
X tsMsgTmpBanner OBJECT-TYPE
X SYNTAX INTEGER {
X no(1),
X additive(2)
X }
X ACCESS read-write
X STATUS mandatory
X DESCRIPTION
X "Should the message be used as a temporary
X banner. 1 - No. 2 - In addition to the normal
X banner"
X ::= { lts 8 }
X
X tsMsgSend OBJECT-TYPE
X SYNTAX INTEGER {
X nothing(1),
X reload(2),
X messagedone(3),
X abort(4)
X }
X ACCESS read-write
X STATUS mandatory
X DESCRIPTION
X "Sends the message. The value determines what
X to do after the message has completed."
X ::= { lts 9 }
X
X
X -- Local cisco Flash Group
X
X -- This group is present in all products which contain flash"
X
X flashSize OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total Size in Octets of Flash memory"
X ::= { lflash 1 }
X
X
X
X
X
X
X -- cisco MIB [Page 72]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X flashFree OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Unused Size in Octets of Flash memory"
X ::= { lflash 2 }
X
X flashcontoller OBJECT-TYPE
X SYNTAX DisplayString
X ACCESS write-only
X STATUS mandatory
X DESCRIPTION
X "flash contoller"
X ::= { lflash 3 }
X
X flashcard OBJECT-TYPE
X SYNTAX DisplayString
X ACCESS write-only
X STATUS mandatory
X DESCRIPTION
X "flash card"
X ::= { lflash 4 }
X
X flashVPP OBJECT-TYPE
X SYNTAX INTEGER {
X installed(1),
X missing(2)
X }
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "State of the VPP DIP"
X ::= { lflash 5 }
X
X flashErase OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS write-only
X STATUS mandatory
X DESCRIPTION
X "Request to erase flash memory"
X ::= { lflash 6 }
X
X flashEraseTime OBJECT-TYPE
X SYNTAX TimeTicks
X
X
X
X
X
X -- cisco MIB [Page 73]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Last time the flash was erased"
X ::= { lflash 7 }
X
X flashEraseStatus OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Status of current or last flash erasing"
X ::= { lflash 8 }
X
X flashToNet OBJECT-TYPE
X SYNTAX DisplayString
X ACCESS write-only
X STATUS mandatory
X DESCRIPTION
X "Write flash entry to tftp server. Value
X should be the name of the flash entry to
X send. Instance is the IP address of the tftp
X host."
X ::= { lflash 9 }
X
X flashToNetTime OBJECT-TYPE
X SYNTAX TimeTicks
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Last time a copy from the net to the flash
X took place"
X ::= { lflash 10 }
X
X flashToNetStatus OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Status of current or last flash to net
X transfer"
X ::= { lflash 11 }
X
X netToFlash OBJECT-TYPE
X SYNTAX DisplayString
X
X
X
X
X
X -- cisco MIB [Page 74]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X ACCESS write-only
X STATUS mandatory
X DESCRIPTION
X "Write flash entry from tftp server. Value
X should be the name of the flash entry to
X write. Instance is the IP address of the tftp
X host."
X ::= { lflash 12 }
X
X netToFlashTime OBJECT-TYPE
X SYNTAX TimeTicks
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Last time a copy from the net to the flash
X took place"
X ::= { lflash 13 }
X
X netToFlashStatus OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Status of current or last net to flash
X transfer"
X ::= { lflash 14 }
X
X flashStatus OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Status of the availablity of flash"
X ::= { lflash 15 }
X
X flashEntries OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Number of entries in the flash directory"
X ::= { lflash 16 }
X
X
X -- Local Flash file Table
X
X
X
X
X
X -- cisco MIB [Page 75]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X -- This group contains information on a per file basis
X
X lflashFileDirTable OBJECT-TYPE
X SYNTAX SEQUENCE OF LFlashFileDirEntry
X ACCESS not-accessible
X STATUS mandatory
X DESCRIPTION
X " A list of flash file entries."
X ::= { lflash 17 }
X
X lflashFileDirEntry OBJECT-TYPE
X SYNTAX LFlashFileDirEntry
X ACCESS not-accessible
X STATUS mandatory
X DESCRIPTION
X "A collection of flash eprom objects"
X INDEX { flashEntries }
X ::= { lflashFileDirTable 1 }
X
X LFlashFileDirEntry ::=
X SEQUENCE {
X flashDirName
X DisplayString,
X flashDirSize
X INTEGER,
X flashDirStatus
X INTEGER
X }
X
X
X -- The following section describes the components of the
X -- table.
X
X flashDirName OBJECT-TYPE
X SYNTAX DisplayString
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Name associated with the flash entry"
X ::= { lflashFileDirEntry 1 }
X
X flashDirSize OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X
X
X
X
X
X -- cisco MIB [Page 76]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X DESCRIPTION
X "Size in Octets of a flash entry"
X ::= { lflashFileDirEntry 2 }
X
X flashDirStatus OBJECT-TYPE
X SYNTAX INTEGER {
X valid(1),
X deleted(2)
X }
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Indicates the status of the entry"
X ::= { lflashFileDirEntry 3 }
X
X -- End of table
X
X
X
X -- Temporary Variable Section
X
X -- This section is equivalent to the experimental
X -- space defined by the SMI. It contains variables
X -- that are useful to have but are beyond cisco's
X -- ability to control and maintain. This section can
X -- change from release to release without warning.
X -- This document controls what is contained here for
X -- this version.
X
X
X -- Temporary DECNET Section
X
X -- This group is present in all router based products.
X
X dnForward OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of DECNET packets forwarded."
X ::= { decnet 1 }
X
X dnReceived OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X
X
X
X
X
X -- cisco MIB [Page 77]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X STATUS mandatory
X DESCRIPTION
X "Count of total DECNET packets received."
X ::= { decnet 2 }
X
X dnFormaterr OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total number of DECNET packets received with
X header errors."
X ::= { decnet 3 }
X
X dnNotgateway OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total number of packets received while not
X routing."
X ::= { decnet 4 }
X
X dnNotimp OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total number of unknown control packets
X received."
X ::= { decnet 5 }
X
X dnHellos OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total number of Hellos received."
X ::= { decnet 6 }
X
X dnBadhello OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X
X
X
X
X
X -- cisco MIB [Page 78]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X "Total number of received bad Hellos."
X ::= { decnet 7 }
X
X dnNotlong OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total number of received packets not in long
X format."
X ::= { decnet 8 }
X
X dnDatas OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total number of received data packets."
X ::= { decnet 9 }
X
X dnBigaddr OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total number of too large addresses."
X ::= { decnet 10 }
X
X dnNoroute OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total number of packets dropped due to no
X route present."
X ::= { decnet 11 }
X
X dnNoencap OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total number of packets dropped due to
X output encapsulation failure."
X ::= { decnet 12 }
X
X
X
X
X
X -- cisco MIB [Page 79]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X dnLevel1s OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total number of Level 1 routing packets
X received."
X ::= { decnet 13 }
X
X dnBadlevel1 OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total number of bad Level 1 routing packets
X received."
X ::= { decnet 14 }
X
X dnToomanyhops OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total number of packets received which
X visited too many nodes."
X ::= { decnet 15 }
X
X dnHellosent OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total number of Hellos output."
X ::= { decnet 16 }
X
X dnLevel1sent OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total number of Level 1 routing packets
X sent."
X ::= { decnet 17 }
X
X dnNomemory OBJECT-TYPE
X
X
X
X
X
X -- cisco MIB [Page 80]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total number of memory requests denied."
X ::= { decnet 18 }
X
X dnOtherhello OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total number of Hellos received from another
X area."
X ::= { decnet 19 }
X
X dnOtherlevel1 OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total number of Level 1 routing packets
X received from another area."
X ::= { decnet 20 }
X
X dnLevel2s OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total number of Level 2 routing packets
X received."
X ::= { decnet 21 }
X
X dnLevel2sent OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total number of Level 2 routing packets
X sent."
X ::= { decnet 22 }
X
X dnNovector OBJECT-TYPE
X SYNTAX INTEGER
X
X
X
X
X
X -- cisco MIB [Page 81]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total number of missing routing vectors."
X ::= { decnet 23 }
X
X dnOtherlevel2 OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total number of received Level 2 routing
X packets from another area."
X ::= { decnet 24 }
X
X dnNoaccess OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total number of packets dropped due to
X access control failure."
X ::= { decnet 25 }
X
X dnAreaTable OBJECT-TYPE
X SYNTAX SEQUENCE OF DnAreaTableEntry
X ACCESS not-accessible
X STATUS mandatory
X DESCRIPTION
X "DECNET area routing table"
X ::= { decnet 26 }
X
X dnAreaTableEntry OBJECT-TYPE
X SYNTAX DnAreaTableEntry
X ACCESS not-accessible
X STATUS mandatory
X DESCRIPTION
X "DECNET area routing table"
X INDEX { dnArea }
X ::= { dnAreaTable 1 }
X
X DnAreaTableEntry ::=
X SEQUENCE {
X dnArea
X INTEGER,
X
X
X
X
X
X -- cisco MIB [Page 82]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X dnACost
X INTEGER,
X dnAHop
X INTEGER,
X dnAIfIndex
X INTEGER,
X dnANextHop
X OCTET STRING,
X dnAAge
X INTEGER,
X dnAPrio
X INTEGER
X }
X
X
X -- The following section describes the components of the
X -- table.
X
X dnArea OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "DECNet area from the area table."
X ::= { dnAreaTableEntry 1 }
X
X dnACost OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Cost of area in the area table."
X ::= { dnAreaTableEntry 2 }
X
X dnAHop OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Number of hops to area in the area table."
X ::= { dnAreaTableEntry 3 }
X
X dnAIfIndex OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X
X
X
X
X
X -- cisco MIB [Page 83]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X STATUS mandatory
X DESCRIPTION
X "Index of interface to the next hop address
X to the area. 0 denotes self."
X ::= { dnAreaTableEntry 4 }
X
X dnANextHop OBJECT-TYPE
X SYNTAX OCTET STRING
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Next hop DECNet address."
X ::= { dnAreaTableEntry 5 }
X
X dnAAge OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Age in seconds of area route."
X ::= { dnAreaTableEntry 6 }
X
X dnAPrio OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Priority of next hop router for area route."
X ::= { dnAreaTableEntry 7 }
X
X -- End of table
X
X
X dnHostTable OBJECT-TYPE
X SYNTAX SEQUENCE OF DnHostTableEntry
X ACCESS not-accessible
X STATUS mandatory
X DESCRIPTION
X "DECNET routing table"
X ::= { decnet 27 }
X
X dnHostTableEntry OBJECT-TYPE
X SYNTAX DnHostTableEntry
X ACCESS not-accessible
X STATUS mandatory
X
X
X
X
X
X -- cisco MIB [Page 84]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X DESCRIPTION
X "DECNET routing table"
X INDEX { INTEGER, INTEGER }
X ::= { dnHostTable 1 }
X
X DnHostTableEntry ::=
X SEQUENCE {
X dnHost
X INTEGER,
X dnHCost
X INTEGER,
X dnHHop
X INTEGER,
X dnHIfIndex
X INTEGER,
X dnHNextHop
X OCTET STRING,
X dnHAge
X INTEGER,
X dnHPrio
X INTEGER
X }
X
X
X -- The following section describes the components of the
X -- table.
X
X dnHost OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "DECNet node address from the routing table."
X ::= { dnHostTableEntry 1 }
X
X dnHCost OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Cost of path to node in the routing table."
X ::= { dnHostTableEntry 2 }
X
X dnHHop OBJECT-TYPE
X SYNTAX INTEGER
X
X
X
X
X
X -- cisco MIB [Page 85]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Number of hops to node in the routing
X table."
X ::= { dnHostTableEntry 3 }
X
X dnHIfIndex OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Index of interface to the next hop address
X to the node. 0 denotes self."
X ::= { dnHostTableEntry 4 }
X
X dnHNextHop OBJECT-TYPE
X SYNTAX OCTET STRING
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Next hop DECNet address."
X ::= { dnHostTableEntry 5 }
X
X dnHAge OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Age in seconds of route to node."
X ::= { dnHostTableEntry 6 }
X
X dnHPrio OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Priority of next hop router for node."
X ::= { dnHostTableEntry 7 }
X
X -- End of table
X
X
X dnIfTable OBJECT-TYPE
X SYNTAX SEQUENCE OF DnIfTableEntry
X
X
X
X
X
X -- cisco MIB [Page 86]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X ACCESS not-accessible
X STATUS mandatory
X DESCRIPTION
X "DECNET interface table"
X ::= { decnet 28 }
X
X dnIfTableEntry OBJECT-TYPE
X SYNTAX DnIfTableEntry
X ACCESS not-accessible
X STATUS mandatory
X DESCRIPTION
X "DECNET interface table"
X INDEX { ifIndex }
X ::= { dnIfTable 1 }
X
X DnIfTableEntry ::=
X SEQUENCE {
X dnIfCost
X INTEGER
X }
X
X
X -- The following section describes the components of the
X -- table.
X
X dnIfCost OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Cost of this interface."
X ::= { dnIfTableEntry 1 }
X
X -- End of table
X
X
X
X -- Temporary XNS Section
X
X -- This group is present in all router based products.
X
X xnsInput OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X
X
X
X
X
X -- cisco MIB [Page 87]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X DESCRIPTION
X "Total input count of number of XNS packets."
X ::= { xns 1 }
X
X xnsLocal OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of XNS input packets for this
X host."
X ::= { xns 2 }
X
X xnsBcastin OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of XNS input broadcast
X packets."
X ::= { xns 3 }
X
X xnsForward OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of XNS packets
X forwarded."
X ::= { xns 4 }
X
X xnsBcastout OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of XNS output
X broadcast packets."
X ::= { xns 5 }
X
X xnsErrin OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X
X
X
X
X
X -- cisco MIB [Page 88]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X "Total count of number of XNS Error input
X packets."
X ::= { xns 6 }
X
X xnsErrout OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of XNS Error output
X packets."
X ::= { xns 7 }
X
X xnsFormerr OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of XNS input packets
X with header errors."
X ::= { xns 8 }
X
X xnsChksum OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of XNS input packets
X with checksum errors."
X ::= { xns 9 }
X
X xnsNotgate OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of XNS input packets
X received while not routing."
X ::= { xns 10 }
X
X xnsHopcnt OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X
X
X
X
X
X -- cisco MIB [Page 89]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X "Total count of number of XNS input packets
X that have exceeded the maximum hop count."
X ::= { xns 11 }
X
X xnsNoroute OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of XNS packets dropped
X due to no route."
X ::= { xns 12 }
X
X xnsNoencap OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of XNS packets dropped
X due to output encapsulation failure."
X ::= { xns 13 }
X
X xnsOutput OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of XNS output
X packets."
X ::= { xns 14 }
X
X xnsInmult OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of XNS input multicast
X packets."
X ::= { xns 15 }
X
X xnsUnknown OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X
X
X
X
X
X -- cisco MIB [Page 90]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X "Total count of number of unknown XNS input
X packets."
X ::= { xns 16 }
X
X xnsFwdbrd OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of XNS broadcast
X packets forwarded."
X ::= { xns 17 }
X
X xnsEchoreqin OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of XNS Echo request
X packets received."
X ::= { xns 18 }
X
X xnsEchoreqout OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of XNS Echo request
X packets sent."
X ::= { xns 19 }
X
X xnsEchorepin OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of XNS Echo reply
X packets received."
X ::= { xns 20 }
X
X xnsEchorepout OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X
X
X
X
X
X -- cisco MIB [Page 91]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X "Total count of number of XNS Echo reply
X packets sent."
X ::= { xns 21 }
X
X
X -- Temporary AppleTalk Section
X
X -- This group is present in all router based products.
X
X atInput OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total input count of number of AppleTalk
X packets."
X ::= { appletalk 1 }
X
X atLocal OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of AppleTalk input packets for
X this host."
X ::= { appletalk 2 }
X
X atBcastin OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of AppleTalk input
X broadcast packets."
X ::= { appletalk 3 }
X
X atForward OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of AppleTalk packets
X forwarded."
X ::= { appletalk 4 }
X
X
X
X
X
X
X -- cisco MIB [Page 92]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X atBcastout OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of AppleTalk output
X broadcast packets."
X ::= { appletalk 5 }
X
X atChksum OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of AppleTalk input
X packets with checksum erors."
X ::= { appletalk 7 }
X
X atNotgate OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of AppleTalk input packets
X received while not routing."
X ::= { appletalk 8 }
X
X atHopcnt OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of AppleTalk input
X packets that have exceeded the maximum hop
X count."
X ::= { appletalk 9 }
X
X atNoaccess OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total number of AppleTalk packets dropped
X due to access control."
X ::= { appletalk 10 }
X
X
X
X
X
X -- cisco MIB [Page 93]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X atNoroute OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of AppleTalk packets
X dropped due to no route."
X ::= { appletalk 11 }
X
X atNoencap OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of AppleTalk packets
X dropped due to output encapsulation failure."
X ::= { appletalk 12 }
X
X atOutput OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of AppleTalk output
X packets."
X ::= { appletalk 13 }
X
X atInmult OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of AppleTalk input
X multicast packets."
X ::= { appletalk 14 }
X
X atRtmpin OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of AppleTalk RTMP
X packets received."
X ::= { appletalk 15 }
X
X
X
X
X
X
X -- cisco MIB [Page 94]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X atRtmpout OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of AppleTalk RTMP
X packets sent."
X ::= { appletalk 16 }
X
X atNbpin OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of AppleTalk NBP
X packets received."
X ::= { appletalk 17 }
X
X atNbpout OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of AppleTalk NBP
X packets sent."
X ::= { appletalk 18 }
X
X atAtp OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of AppleTalk ATP
X packets received."
X ::= { appletalk 19 }
X
X atZipin OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of AppleTalk ZIP
X packets received."
X ::= { appletalk 20 }
X
X
X
X
X
X
X -- cisco MIB [Page 95]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X atZipout OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of AppleTalk ZIP
X packets sent."
X ::= { appletalk 21 }
X
X atEcho OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of AppleTalk Echo
X packets received."
X ::= { appletalk 22 }
X
X atEchoill OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of illegal AppleTalk
X Echo packets received."
X ::= { appletalk 23 }
X
X atDdpshort OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of short AppleTalk DDP
X packets received."
X ::= { appletalk 24 }
X
X atDdplong OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of long AppleTalk DDP
X packets received."
X ::= { appletalk 25 }
X
X
X
X
X
X
X -- cisco MIB [Page 96]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X atDdpbad OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of illegal sized
X AppleTalk DDP packets received."
X ::= { appletalk 26 }
X
X atNobuffer OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of AppleTalk packets
X lost due to no memory."
X ::= { appletalk 27 }
X
X atArpreq OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of input AppleTalk ARP
X request packets."
X ::= { appletalk 28 }
X
X atArpreply OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of AppleTalk ARP reply
X packets output."
X ::= { appletalk 29 }
X
X atArpprobe OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of input AppleTalk ARP
X probe packets."
X ::= { appletalk 30 }
X
X
X
X
X
X
X -- cisco MIB [Page 97]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X atUnknown OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of unknown AppleTalk
X input packets."
X ::= { appletalk 31 }
X
X
X -- Temporary Novell Section
X
X -- This group is present in all router based products.
X
X novellInput OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total input count of number of NOVELL
X packets."
X ::= { novell 1 }
X
X novellBcastin OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of NOVELL input
X broadcast packets."
X ::= { novell 2 }
X
X novellForward OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of NOVELL packets
X forwarded."
X ::= { novell 3 }
X
X novellBcastout OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X
X
X
X
X
X -- cisco MIB [Page 98]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X DESCRIPTION
X "Total count of number of NOVELL output
X broadcast packets."
X ::= { novell 4 }
X
X novellFormerr OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of NOVELL input
X packets with header errors."
X ::= { novell 5 }
X
X novellChksum OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of NOVELL input
X packets with checksum erors."
X ::= { novell 6 }
X
X novellHopcnt OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of NOVELL input
X packets that have exceeded the maximum hop
X count."
X ::= { novell 7 }
X
X novellNoroute OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of NOVELL packets
X dropped due to no route."
X ::= { novell 8 }
X
X novellNoencap OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X
X
X
X
X
X -- cisco MIB [Page 99]
X--
X
X
X
X
X
X -- Request for Comments: Draft cisco Systems, Inc.
X
X
X STATUS mandatory
X DESCRIPTION
X "Total count of number of NOVELL packets
X dropped due to output encapsulation failure."
X ::= { novell 9 }
X
X novellOutput OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of NOVELL output
X packets."
X ::= { novell 10 }
X
X novellInmult OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of NOVELL input
X multicast packets."
X ::= { novell 11 }
X
X novellLocal OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of NOVELL input packets for this
X host."
X ::= { novell 12 }
X
X novellUnknown OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X STATUS mandatory
X DESCRIPTION
X "Total count of number of unknown NOVELL
X input packets."
X ::= { novell 13 }
X
X novellSapreqin OBJECT-TYPE
X SYNTAX INTEGER
X ACCESS read-only
X
X
X
X
X
X -- cisco MIB [Page 100]
X--
X
END_OF_FILE
if test 59063 -ne `wc -c <'nocol-3.0/src/cmu-snmp/cisco.mib91.C'`; then
echo shar: \"'nocol-3.0/src/cmu-snmp/cisco.mib91.C'\" unpacked with wrong size!
elif test -f 'nocol-3.0/src/cmu-snmp/cisco.mib91.A' && test -f 'nocol-3.0/src/cmu-snmp/cisco.mib91.B' && test -f 'nocol-3.0/src/cmu-snmp/cisco.mib91.D'; then