#!/bin/sh # This is `snmp2.12' (part 12 of snmp2). # Do not concatenate these parts, unpack them in order with `/bin/sh'. # File `snmp2/mib.txt' is being continued... # touch -am 1231235999 $$.touch >/dev/null 2>&1 if test ! -f 1231235999 && test -f $$.touch; then shar_touch=touch else shar_touch=: echo echo 'WARNING: not restoring timestamps. Consider getting and' echo "installing GNU \`touch', distributed in GNU File Utilities..." echo fi rm -f 1231235999 $$.touch # if test ! -r _sharseq.tmp; then echo 'Please unpack part 1 first!' exit 1 fi shar_sequence=`cat _sharseq.tmp` if test "$shar_sequence" != 12; then echo "Please unpack part $shar_sequence next!" exit 1 fi if test ! -f _sharnew.tmp; then echo 'x - still skipping snmp2/mib.txt' else echo 'x - continuing file snmp2/mib.txt' sed 's/^X//' << 'SHAR_EOF' >> 'snmp2/mib.txt' && X for this route, as determined by the value X specified in the route's ipRouteProto value. If X this information is not present, its value should X be set to the OBJECT IDENTIFIER { 0 0 }, which is X a syntatically valid object identifier, and any X conformant implementation of ASN.1 and BER must be X able to generate and recognize this value." X ::= { ipRouteEntry 13 } X X -- the IP Address Translation table X X -- The IP address translation table contain the IpAddress to X -- `physical' address equivalences. Some interfaces do not X -- use translation tables for determining address X -- equivalences (e.g., DDN-X.25 has an algorithmic method); X -- if all interfaces are of this type, then the Address X -- Translation table is empty, i.e., has zero entries. X X ipNetToMediaTable OBJECT-TYPE X SYNTAX SEQUENCE OF IpNetToMediaEntry X ACCESS not-accessible X STATUS mandatory X X X DESCRIPTION X "The IP Address Translation table used for mapping X from IP addresses to physical addresses." X ::= { ip 22 } X X ipNetToMediaEntry OBJECT-TYPE X SYNTAX IpNetToMediaEntry X ACCESS not-accessible X STATUS mandatory X DESCRIPTION X "Each entry contains one IpAddress to `physical' X address equivalence." X INDEX { ipNetToMediaIfIndex, X ipNetToMediaNetAddress } X ::= { ipNetToMediaTable 1 } X X IpNetToMediaEntry ::= X SEQUENCE { X ipNetToMediaIfIndex X INTEGER, X ipNetToMediaPhysAddress X PhysAddress, X ipNetToMediaNetAddress X IpAddress, X ipNetToMediaType X INTEGER X } X X ipNetToMediaIfIndex OBJECT-TYPE X SYNTAX INTEGER X ACCESS read-write X STATUS mandatory X DESCRIPTION X "The interface on which this entry's equivalence X is effective. The interface identified by a X particular value of this index is the same X interface as identified by the same value of X ifIndex." X ::= { ipNetToMediaEntry 1 } X X ipNetToMediaPhysAddress OBJECT-TYPE X SYNTAX PhysAddress X ACCESS read-write X STATUS mandatory X DESCRIPTION X "The media-dependent `physical' address." X ::= { ipNetToMediaEntry 2 } X X X ipNetToMediaNetAddress OBJECT-TYPE X SYNTAX IpAddress X ACCESS read-write X STATUS mandatory X DESCRIPTION X "The IpAddress corresponding to the media- X dependent `physical' address." X ::= { ipNetToMediaEntry 3 } X X ipNetToMediaType OBJECT-TYPE X SYNTAX INTEGER { X other(1), -- none of the following X invalid(2), -- an invalidated mapping X dynamic(3), X static(4) X } X ACCESS read-write X STATUS mandatory X DESCRIPTION X "The type of mapping. X X Setting this object to the value invalid(2) has X the effect of invalidating the corresponding entry X in the ipNetToMediaTable. That is, it effectively X dissasociates the interface identified with said X entry from the mapping identified with said entry. X It is an implementation-specific matter as to X whether the agent removes an invalidated entry X from the table. Accordingly, management stations X must be prepared to receive tabular information X from agents that corresponds to entries not X currently in use. Proper interpretation of such X entries requires examination of the relevant X ipNetToMediaType object." X ::= { ipNetToMediaEntry 4 } X X -- additional IP objects X X ipRoutingDiscards OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of routing entries which were chosen X to be discarded even though they are valid. One X possible reason for discarding such an entry could X be to free-up buffer space for other routing X X X entries." X ::= { ip 23 } X X -- the ICMP group X X -- Implementation of the ICMP group is mandatory for all X -- systems. X X icmpInMsgs OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The total number of ICMP messages which the X entity received. Note that this counter includes X all those counted by icmpInErrors." X ::= { icmp 1 } X X icmpInErrors OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of ICMP messages which the entity X received but determined as having ICMP-specific X errors (bad ICMP checksums, bad length, etc.)." X ::= { icmp 2 } X X icmpInDestUnreachs OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of ICMP Destination Unreachable X messages received." X ::= { icmp 3 } X X icmpInTimeExcds OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of ICMP Time Exceeded messages X received." X ::= { icmp 4 } X X X icmpInParmProbs OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of ICMP Parameter Problem messages X received." X ::= { icmp 5 } X X icmpInSrcQuenchs OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of ICMP Source Quench messages X received." X ::= { icmp 6 } X X icmpInRedirects OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of ICMP Redirect messages received." X ::= { icmp 7 } X X icmpInEchos OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of ICMP Echo (request) messages X received." X ::= { icmp 8 } X X icmpInEchoReps OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of ICMP Echo Reply messages received." X ::= { icmp 9 } X X icmpInTimestamps OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X X X "The number of ICMP Timestamp (request) messages X received." X ::= { icmp 10 } X X icmpInTimestampReps OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of ICMP Timestamp Reply messages X received." X ::= { icmp 11 } X X icmpInAddrMasks OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of ICMP Address Mask Request messages X received." X ::= { icmp 12 } X X icmpInAddrMaskReps OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of ICMP Address Mask Reply messages X received." X ::= { icmp 13 } X X icmpOutMsgs OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The total number of ICMP messages which this X entity attempted to send. Note that this counter X includes all those counted by icmpOutErrors." X ::= { icmp 14 } X X icmpOutErrors OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of ICMP messages which this entity did X not send due to problems discovered within ICMP X X X such as a lack of buffers. This value should not X include errors discovered outside the ICMP layer X such as the inability of IP to route the resultant X datagram. In some implementations there may be no X types of error which contribute to this counter's X value." X ::= { icmp 15 } X X icmpOutDestUnreachs OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of ICMP Destination Unreachable X messages sent." X ::= { icmp 16 } X X icmpOutTimeExcds OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of ICMP Time Exceeded messages sent." X ::= { icmp 17 } X X icmpOutParmProbs OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of ICMP Parameter Problem messages X sent." X ::= { icmp 18 } X X icmpOutSrcQuenchs OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of ICMP Source Quench messages sent." X ::= { icmp 19 } X X icmpOutRedirects OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of ICMP Redirect messages sent. For a X X X host, this object will always be zero, since hosts X do not send redirects." X ::= { icmp 20 } X X icmpOutEchos OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of ICMP Echo (request) messages sent." X ::= { icmp 21 } X X icmpOutEchoReps OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of ICMP Echo Reply messages sent." X ::= { icmp 22 } X X icmpOutTimestamps OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of ICMP Timestamp (request) messages X sent." X ::= { icmp 23 } X X icmpOutTimestampReps OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of ICMP Timestamp Reply messages X sent." X ::= { icmp 24 } X X icmpOutAddrMasks OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of ICMP Address Mask Request messages X sent." X ::= { icmp 25 } X X X icmpOutAddrMaskReps OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of ICMP Address Mask Reply messages X sent." X ::= { icmp 26 } X X -- the TCP group X X -- Implementation of the TCP group is mandatory for all X -- systems that implement the TCP. X X -- Note that instances of object types that represent X -- information about a particular TCP connection are X -- transient; they persist only as long as the connection X -- in question. X X tcpRtoAlgorithm OBJECT-TYPE X SYNTAX INTEGER { X other(1), -- none of the following X X constant(2), -- a constant rto X rsre(3), -- MIL-STD-1778, Appendix B X vanj(4) -- Van Jacobson's algorithm [10] X } X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The algorithm used to determine the timeout value X used for retransmitting unacknowledged octets." X ::= { tcp 1 } X X tcpRtoMin OBJECT-TYPE X SYNTAX INTEGER X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The minimum value permitted by a TCP X implementation for the retransmission timeout, X measured in milliseconds. More refined semantics X for objects of this type depend upon the algorithm X used to determine the retransmission timeout. In X particular, when the timeout algorithm is rsre(3), X an object of this type has the semantics of the X LBOUND quantity described in RFC 793." X X X ::= { tcp 2 } X X tcpRtoMax OBJECT-TYPE X SYNTAX INTEGER X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The maximum value permitted by a TCP X implementation for the retransmission timeout, X measured in milliseconds. More refined semantics X for objects of this type depend upon the algorithm X used to determine the retransmission timeout. In X particular, when the timeout algorithm is rsre(3), X an object of this type has the semantics of the X UBOUND quantity described in RFC 793." X ::= { tcp 3 } X X tcpMaxConn OBJECT-TYPE X SYNTAX INTEGER X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The limit on the total number of TCP connections X the entity can support. In entities where the X maximum number of connections is dynamic, this X object should contain the value -1." X ::= { tcp 4 } X X tcpActiveOpens OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of times TCP connections have made a X direct transition to the SYN-SENT state from the X CLOSED state." X ::= { tcp 5 } X X tcpPassiveOpens OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of times TCP connections have made a X direct transition to the SYN-RCVD state from the X LISTEN state." X ::= { tcp 6 } X X X tcpAttemptFails OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of times TCP connections have made a X direct transition to the CLOSED state from either X the SYN-SENT state or the SYN-RCVD state, plus the X number of times TCP connections have made a direct X transition to the LISTEN state from the SYN-RCVD X state." X ::= { tcp 7 } X X tcpEstabResets OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of times TCP connections have made a X direct transition to the CLOSED state from either X the ESTABLISHED state or the CLOSE-WAIT state." X ::= { tcp 8 } X X tcpCurrEstab OBJECT-TYPE X SYNTAX Gauge X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of TCP connections for which the X current state is either ESTABLISHED or CLOSE- X WAIT." X ::= { tcp 9 } X X tcpInSegs OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The total number of segments received, including X those received in error. This count includes X segments received on currently established X connections." X ::= { tcp 10 } X X tcpOutSegs OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X X X DESCRIPTION X "The total number of segments sent, including X those on current connections but excluding those X containing only retransmitted octets." X ::= { tcp 11 } X X tcpRetransSegs OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The total number of segments retransmitted - that X is, the number of TCP segments transmitted X containing one or more previously transmitted X octets." X ::= { tcp 12 } X X -- the TCP Connection table X X -- The TCP connection table contains information about this X -- entity's existing TCP connections. X X tcpConnTable OBJECT-TYPE X SYNTAX SEQUENCE OF TcpConnEntry X ACCESS not-accessible X STATUS mandatory X DESCRIPTION X "A table containing TCP connection-specific X information." X ::= { tcp 13 } X X tcpConnEntry OBJECT-TYPE X SYNTAX TcpConnEntry X ACCESS not-accessible X STATUS mandatory X DESCRIPTION X "Information about a particular current TCP X connection. An object of this type is transient, X in that it ceases to exist when (or soon after) X the connection makes the transition to the CLOSED X state." X INDEX { tcpConnLocalAddress, X tcpConnLocalPort, X tcpConnRemAddress, X tcpConnRemPort } X ::= { tcpConnTable 1 } X X X TcpConnEntry ::= X SEQUENCE { X tcpConnState X INTEGER, X tcpConnLocalAddress X IpAddress, X tcpConnLocalPort X INTEGER (0..65535), X tcpConnRemAddress X IpAddress, X tcpConnRemPort X INTEGER (0..65535) X } X X tcpConnState OBJECT-TYPE X SYNTAX INTEGER { X closed(1), X listen(2), X synSent(3), X synReceived(4), X established(5), X finWait1(6), X finWait2(7), X closeWait(8), X lastAck(9), X closing(10), X timeWait(11), X deleteTCB(12) X } X ACCESS read-write X STATUS mandatory X DESCRIPTION X "The state of this TCP connection. X X The only value which may be set by a management X station is deleteTCB(12). Accordingly, it is X appropriate for an agent to return a `badValue' X response if a management station attempts to set X this object to any other value. X X If a management station sets this object to the X value deleteTCB(12), then this has the effect of X deleting the TCB (as defined in RFC 793) of the X corresponding connection on the managed node, X resulting in immediate termination of the X connection. X X As an implementation-specific option, a RST X X X segment may be sent from the managed node to the X other TCP endpoint (note however that RST segments X are not sent reliably)." X ::= { tcpConnEntry 1 } X X tcpConnLocalAddress OBJECT-TYPE X SYNTAX IpAddress X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The local IP address for this TCP connection. In X the case of a connection in the listen state which X is willing to accept connections for any IP X interface associated with the node, the value X 0.0.0.0 is used." X ::= { tcpConnEntry 2 } X X tcpConnLocalPort OBJECT-TYPE X SYNTAX INTEGER (0..65535) X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The local port number for this TCP connection." X ::= { tcpConnEntry 3 } X X tcpConnRemAddress OBJECT-TYPE X SYNTAX IpAddress X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The remote IP address for this TCP connection." X ::= { tcpConnEntry 4 } X X tcpConnRemPort OBJECT-TYPE X SYNTAX INTEGER (0..65535) X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The remote port number for this TCP connection." X ::= { tcpConnEntry 5 } X X -- additional TCP objects X X tcpInErrs OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X X X DESCRIPTION X "The total number of segments received in error X (e.g., bad TCP checksums)." X ::= { tcp 14 } X X tcpOutRsts OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of TCP segments sent containing the X RST flag." X ::= { tcp 15 } X X -- the UDP group X X -- Implementation of the UDP group is mandatory for all X -- systems which implement the UDP. X X udpInDatagrams OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The total number of UDP datagrams delivered to X UDP users." X ::= { udp 1 } X X udpNoPorts OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The total number of received UDP datagrams for X which there was no application at the destination X port." X ::= { udp 2 } X X udpInErrors OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of received UDP datagrams that could X not be delivered for reasons other than the lack X of an application at the destination port." X ::= { udp 3 } X X X udpOutDatagrams OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The total number of UDP datagrams sent from this X entity." X ::= { udp 4 } X X -- the UDP Listener table X X -- The UDP listener table contains information about this X -- entity's UDP end-points on which a local application is X -- currently accepting datagrams. X X udpTable OBJECT-TYPE X SYNTAX SEQUENCE OF UdpEntry X ACCESS not-accessible X STATUS mandatory X DESCRIPTION X "A table containing UDP listener information." X ::= { udp 5 } X X udpEntry OBJECT-TYPE X SYNTAX UdpEntry X ACCESS not-accessible X STATUS mandatory X DESCRIPTION X "Information about a particular current UDP X listener." X INDEX { udpLocalAddress, udpLocalPort } X ::= { udpTable 1 } X X UdpEntry ::= X SEQUENCE { X udpLocalAddress X IpAddress, X udpLocalPort X INTEGER (0..65535) X } X X udpLocalAddress OBJECT-TYPE X SYNTAX IpAddress X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The local IP address for this UDP listener. In X X X the case of a UDP listener which is willing to X accept datagrams for any IP interface associated X with the node, the value 0.0.0.0 is used." X ::= { udpEntry 1 } X X udpLocalPort OBJECT-TYPE X SYNTAX INTEGER (0..65535) X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The local port number for this UDP listener." X ::= { udpEntry 2 } X X -- the EGP group X X -- Implementation of the EGP group is mandatory for all X -- systems which implement the EGP. X X egpInMsgs OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of EGP messages received without X error." X ::= { egp 1 } X X egpInErrors OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of EGP messages received that proved X to be in error." X ::= { egp 2 } X X egpOutMsgs OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The total number of locally generated EGP X messages." X ::= { egp 3 } X X egpOutErrors OBJECT-TYPE X SYNTAX Counter X X X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of locally generated EGP messages not X sent due to resource limitations within an EGP X entity." X ::= { egp 4 } X X -- the EGP Neighbor table X X -- The EGP neighbor table contains information about this X -- entity's EGP neighbors. X X egpNeighTable OBJECT-TYPE X SYNTAX SEQUENCE OF EgpNeighEntry X ACCESS not-accessible X STATUS mandatory X DESCRIPTION X "The EGP neighbor table." X ::= { egp 5 } X X egpNeighEntry OBJECT-TYPE X SYNTAX EgpNeighEntry X ACCESS not-accessible X STATUS mandatory X DESCRIPTION X "Information about this entity's relationship with X a particular EGP neighbor." X INDEX { egpNeighAddr } X ::= { egpNeighTable 1 } X X EgpNeighEntry ::= X SEQUENCE { X egpNeighState X INTEGER, X egpNeighAddr X IpAddress, X egpNeighAs X INTEGER, X egpNeighInMsgs X Counter, X egpNeighInErrs X Counter, X egpNeighOutMsgs X Counter, X egpNeighOutErrs X Counter, X X X egpNeighInErrMsgs X Counter, X egpNeighOutErrMsgs X Counter, X egpNeighStateUps X Counter, X egpNeighStateDowns X Counter, X egpNeighIntervalHello X INTEGER, X egpNeighIntervalPoll X INTEGER, X egpNeighMode X INTEGER, X egpNeighEventTrigger X INTEGER X } X X egpNeighState OBJECT-TYPE X SYNTAX INTEGER { X idle(1), X acquisition(2), X down(3), X up(4), X cease(5) X } X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The EGP state of the local system with respect to X this entry's EGP neighbor. Each EGP state is X represented by a value that is one greater than X the numerical value associated with said state in X RFC 904." X ::= { egpNeighEntry 1 } X X egpNeighAddr OBJECT-TYPE X SYNTAX IpAddress X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The IP address of this entry's EGP neighbor." X ::= { egpNeighEntry 2 } X X egpNeighAs OBJECT-TYPE X SYNTAX INTEGER X ACCESS read-only X STATUS mandatory X X X DESCRIPTION X "The autonomous system of this EGP peer. Zero X should be specified if the autonomous system X number of the neighbor is not yet known." X ::= { egpNeighEntry 3 } X X egpNeighInMsgs OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of EGP messages received without error X from this EGP peer." X ::= { egpNeighEntry 4 } X X egpNeighInErrs OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of EGP messages received from this EGP X peer that proved to be in error (e.g., bad EGP X checksum)." X ::= { egpNeighEntry 5 } X X egpNeighOutMsgs OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of locally generated EGP messages to X this EGP peer." X ::= { egpNeighEntry 6 } X X egpNeighOutErrs OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of locally generated EGP messages not X sent to this EGP peer due to resource limitations X within an EGP entity." X ::= { egpNeighEntry 7 } X X egpNeighInErrMsgs OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X X X DESCRIPTION X "The number of EGP-defined error messages received X from this EGP peer." X ::= { egpNeighEntry 8 } X X egpNeighOutErrMsgs OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of EGP-defined error messages sent to X this EGP peer." X ::= { egpNeighEntry 9 } X X egpNeighStateUps OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of EGP state transitions to the UP X state with this EGP peer." X ::= { egpNeighEntry 10 } X X egpNeighStateDowns OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The number of EGP state transitions from the UP X state to any other state with this EGP peer." X ::= { egpNeighEntry 11 } X X egpNeighIntervalHello OBJECT-TYPE X SYNTAX INTEGER X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The interval between EGP Hello command X retransmissions (in hundredths of a second). This X represents the t1 timer as defined in RFC 904." X ::= { egpNeighEntry 12 } X X egpNeighIntervalPoll OBJECT-TYPE X SYNTAX INTEGER X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The interval between EGP poll command X X X retransmissions (in hundredths of a second). This X represents the t3 timer as defined in RFC 904." X ::= { egpNeighEntry 13 } X X egpNeighMode OBJECT-TYPE X SYNTAX INTEGER { active(1), passive(2) } X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The polling mode of this EGP entity, either X passive or active." X ::= { egpNeighEntry 14 } X X egpNeighEventTrigger OBJECT-TYPE X SYNTAX INTEGER { start(1), stop(2) } X ACCESS read-write X STATUS mandatory X DESCRIPTION X "A control variable used to trigger operator- X initiated Start and Stop events. When read, this X variable always returns the most recent value that X egpNeighEventTrigger was set to. If it has not X been set since the last initialization of the X network management subsystem on the node, it X returns a value of `stop'. X X When set, this variable causes a Start or Stop X event on the specified neighbor, as specified on X pages 8-10 of RFC 904. Briefly, a Start event X causes an Idle peer to begin neighbor acquisition X and a non-Idle peer to reinitiate neighbor X acquisition. A stop event causes a non-Idle peer X to return to the Idle state until a Start event X occurs, either via egpNeighEventTrigger or X otherwise." X ::= { egpNeighEntry 15 } X X -- additional EGP objects X X egpAs OBJECT-TYPE X SYNTAX INTEGER X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The autonomous system number of this EGP entity." X ::= { egp 6 } X X X -- the Transmission group X X -- Based on the transmission media underlying each interface X -- on a system, the corresponding portion of the Transmission X -- group is mandatory for that system. X X -- When Internet-standard definitions for managing X -- transmission media are defined, the transmission group is X -- used to provide a prefix for the names of those objects. X X -- Typically, such definitions reside in the experimental X -- portion of the MIB until they are "proven", then as a X -- part of the Internet standardization process, the X -- definitions are accordingly elevated and a new object X -- identifier, under the transmission group is defined. By X -- convention, the name assigned is: X -- X -- type OBJECT IDENTIFIER ::= { transmission number } X -- X -- where "type" is the symbolic value used for the media in X -- the ifType column of the ifTable object, and "number" is X -- the actual integer value corresponding to the symbol. X X -- the SNMP group X X -- Implementation of the SNMP group is mandatory for all X -- systems which support an SNMP protocol entity. Some of X -- the objects defined below will be zero-valued in those X -- SNMP implementations that are optimized to support only X -- those functions specific to either a management agent or X -- a management station. In particular, it should be X -- observed that the objects below refer to an SNMP entity, X -- and there may be several SNMP entities residing on a X -- managed node (e.g., if the node is hosting acting as X -- a management station). X X snmpInPkts OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The total number of Messages delivered to the X SNMP entity from the transport service." X ::= { snmp 1 } X X snmpOutPkts OBJECT-TYPE X SYNTAX Counter X X X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The total number of SNMP Messages which were X passed from the SNMP protocol entity to the X transport service." X ::= { snmp 2 } X X snmpInBadVersions OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The total number of SNMP Messages which were X delivered to the SNMP protocol entity and were for X an unsupported SNMP version." X ::= { snmp 3 } X X snmpInBadCommunityNames OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The total number of SNMP Messages delivered to X the SNMP protocol entity which used a SNMP X community name not known to said entity." X ::= { snmp 4 } X X snmpInBadCommunityUses OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The total number of SNMP Messages delivered to X the SNMP protocol entity which represented an SNMP X operation which was not allowed by the SNMP X community named in the Message." X ::= { snmp 5 } X X snmpInASNParseErrs OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The total number of ASN.1 or BER errors X encountered by the SNMP protocol entity when X decoding received SNMP Messages." X ::= { snmp 6 } X X X -- { snmp 7 } is not used X X snmpInTooBigs OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The total number of SNMP PDUs which were X delivered to the SNMP protocol entity and for X which the value of the error-status field is X `tooBig'." X ::= { snmp 8 } X X snmpInNoSuchNames OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The total number of SNMP PDUs which were X delivered to the SNMP protocol entity and for X which the value of the error-status field is X `noSuchName'." X ::= { snmp 9 } X X snmpInBadValues OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The total number of SNMP PDUs which were X delivered to the SNMP protocol entity and for X which the value of the error-status field is X `badValue'." X ::= { snmp 10 } X X snmpInReadOnlys OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The total number valid SNMP PDUs which were X delivered to the SNMP protocol entity and for X which the value of the error-status field is X `readOnly'. It should be noted that it is a X protocol error to generate an SNMP PDU which X contains the value `readOnly' in the error-status X field, as such this object is provided as a means X of detecting incorrect implementations of the X X X SNMP." X ::= { snmp 11 } X X snmpInGenErrs OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The total number of SNMP PDUs which were X delivered to the SNMP protocol entity and for X which the value of the error-status field is X `genErr'." X ::= { snmp 12 } X X snmpInTotalReqVars OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The total number of MIB objects which have been X retrieved successfully by the SNMP protocol entity X as the result of receiving valid SNMP Get-Request X and Get-Next PDUs." X ::= { snmp 13 } X X snmpInTotalSetVars OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The total number of MIB objects which have been X altered successfully by the SNMP protocol entity X as the result of receiving valid SNMP Set-Request X PDUs." X ::= { snmp 14 } X X snmpInGetRequests OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The total number of SNMP Get-Request PDUs which X have been accepted and processed by the SNMP X protocol entity." X ::= { snmp 15 } X X snmpInGetNexts OBJECT-TYPE X SYNTAX Counter X X X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The total number of SNMP Get-Next PDUs which have X been accepted and processed by the SNMP protocol X entity." X ::= { snmp 16 } X X snmpInSetRequests OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The total number of SNMP Set-Request PDUs which X have been accepted and processed by the SNMP X protocol entity." X ::= { snmp 17 } X X snmpInGetResponses OBJECT-TYPE X SYNTAX Counter X ACCESS read-only X STATUS mandatory X DESCRIPTION X "The total number of SNMP Get-Response PDUs which SHAR_EOF : || echo 'restore of snmp2/mib.txt failed' fi echo 'End of snmp2 part 12' echo 'File snmp2/mib.txt is continued in part 13' echo 13 > _sharseq.tmp exit 0