AP64STATS-MIB: View SNMP OID List / Download MIB

VENDOR: ARROWPOINT COMMUNICATIONS INC.


 Home MIB: AP64STATS-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ap64StatsMib 1.3.6.1.4.1.2467.1.44.1
This MIB module contains 64 bit statistical aggregation of the RMON (RFC1757), MIBII (RFC1213) and EtherErrors (RFC1398)
 ap64dot3StatsTable 1.3.6.1.4.1.2467.1.44.2 no-access
Statistics for a collection of ethernet-like interfaces attached to a particular system.
     ap64dot3StatsEntry 1.3.6.1.4.1.2467.1.44.2.1 no-access
Statistics for a particular interface to an ethernet-like medium.
         ap64dot3StatsIndex 1.3.6.1.4.1.2467.1.44.2.1.1 integer read-only
An index value that uniquely identifies an interface to an ethernet-like medium. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
         ap64dot3StatsAlignmentErrors 1.3.6.1.4.1.2467.1.44.2.1.2 counter64 read-only
A count of frames received on a particular interface that are not an integral number of octets in length and do not pass the FCS check. The count represented by an instance of this object is incremented when the alignmentError status is returned by the MAC service to the LLC (or other MAC user). Received frames for which multiple error conditions obtain are, according to the conventions of IEEE 802.3 Layer Management, counted exclusively according to the error status presented to the LLC.
         ap64dot3StatsFCSErrors 1.3.6.1.4.1.2467.1.44.2.1.3 counter64 read-only
A count of frames received on a particular interface that are an integral number of octets in length but do not pass the FCS check. The count represented by an instance of this object is incremented when the frameCheckError status is returned by the MAC service to the LLC (or other MAC user). Received frames for which multiple error conditions obtain are, according to the conventions of IEEE 802.3 Layer Management, counted exclusively according to the error status presented to the LLC.
         ap64dot3StatsSingleCollisionFrames 1.3.6.1.4.1.2467.1.44.2.1.4 counter64 read-only
A count of successfully transmitted frames on a particular interface for which transmission is inhibited by exactly one collision. A frame that is counted by an instance of this object is also counted by the corresponding instance of either the ifOutUcastPkts or ifOutNUcastPkts object and is not counted by the corresponding instance of the ap64dot3StatsMultipleCollisionFrames object.
         ap64dot3StatsMultipleCollisionFrames 1.3.6.1.4.1.2467.1.44.2.1.5 counter64 read-only
A count of successfully transmitted frames on a particular interface for which transmission is inhibited by more than one collision. A frame that is counted by an instance of this object is also counted by the corresponding instance of either the ifOutUcastPkts or ifOutNUcastPkts object and is not counted by the corresponding instance of the ap64dot3StatsSingleCollisionFrames object.
         ap64dot3StatsSQETestErrors 1.3.6.1.4.1.2467.1.44.2.1.6 counter64 read-only
A count of times that the SQE TEST ERROR message is generated by the PLS sublayer for a particular interface. The SQE TEST ERROR message is defined in section 7.2.2.2.4 of ANSI/IEEE 802.3-1985 and its generation is described in section 7.2.4.6 of the same document.
         ap64dot3StatsDeferredTransmissions 1.3.6.1.4.1.2467.1.44.2.1.7 counter64 read-only
A count of frames for which the first transmission attempt on a particular interface is delayed because the medium is busy. The count represented by an instance of this object does not include frames involved in collisions.
         ap64dot3StatsLateCollisions 1.3.6.1.4.1.2467.1.44.2.1.8 counter64 read-only
The number of times that a collision is detected on a particular interface later than 512 bit-times into the transmission of a packet. Five hundred and twelve bit-times corresponds to 51.2 microseconds on a 10 Mbit/s system. A (late) collision included in a count represented by an instance of this object is also considered as a (generic) collision for purposes of other collision-related statistics.
         ap64dot3StatsExcessiveCollisions 1.3.6.1.4.1.2467.1.44.2.1.9 counter64 read-only
A count of frames for which transmission on a particular interface fails due to excessive collisions.
         ap64dot3StatsInternalMacTransmitErrors 1.3.6.1.4.1.2467.1.44.2.1.10 counter64 read-only
A count of frames for which transmission on a particular interface fails due to an internal MAC sublayer transmit error. A frame is only counted by an instance of this object if it is not counted by the corresponding instance of either the ap64dot3StatsLateCollisions object, the ap64dot3StatsExcessiveCollisions object, or the ap64dot3StatsCarrierSenseErrors object. The precise meaning of the count represented by an instance of this object is implementation- specific. In particular, an instance of this object may represent a count of transmission errors on a particular interface that are not otherwise counted.
         ap64dot3StatsCarrierSenseErrors 1.3.6.1.4.1.2467.1.44.2.1.11 counter64 read-only
The number of times that the carrier sense condition was lost or never asserted when attempting to transmit a frame on a particular interface. The count represented by an instance of this object is incremented at most once per transmission attempt, even if the carrier sense condition fluctuates during a transmission attempt.
         ap64dot3StatsFrameTooLongs 1.3.6.1.4.1.2467.1.44.2.1.13 counter64 read-only
A count of frames received on a particular interface that exceed the maximum permitted frame size. The count represented by an instance of this object is incremented when the frameTooLong status is returned by the MAC service to the LLC (or other MAC user). Received frames for which multiple error conditions obtain are, according to the conventions of IEEE 802.3 Layer Management, counted exclusively according to the error status presented to the LLC.
         ap64dot3StatsInternalMacReceiveErrors 1.3.6.1.4.1.2467.1.44.2.1.16 counter64 read-only
A count of frames for which reception on a particular interface fails due to an internal MAC sublayer receive error. A frame is only counted by an instance of this object if it is not counted by the corresponding instance of either the ap64dot3StatsFrameTooLongs object, the ap64dot3StatsAlignmentErrors object, or the ap64dot3StatsFCSErrors object. The precise meaning of the count represented by an instance of this object is implementation- specific. In particular, an instance of this object may represent a count of receive errors on a particular interface that are not otherwise counted.
 ap64ifTable 1.3.6.1.4.1.2467.1.44.3 no-access
A list of interface entries. The number of entries is given by the value of ifNumber.
     ap64ifEntry 1.3.6.1.4.1.2467.1.44.3.1 no-access
An interface entry containing objects at the subnetwork layer and below for a particular interface.
         ap64ifIndex 1.3.6.1.4.1.2467.1.44.3.1.1 integer read-only
A unique value for each interface. Its value ranges between 1 and the value of ifNumber. The value for each interface must remain constant at least from one re-initialization of the entity's network management system to the next re- initialization.
         ap64ifDescr 1.3.6.1.4.1.2467.1.44.3.1.2 displaystring read-only
A textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the hardware interface.
         ap64ifType 1.3.6.1.4.1.2467.1.44.3.1.3 integer read-only
The type of interface, distinguished according to the physical/link protocol(s) immediately `below' the network layer in the protocol stack. Enumeration: 'propPointToPointSerial': 22, 'frame-relay': 32, 'softwareLoopback': 24, 'rfc877-x25': 5, 'ds3': 30, 'ppp': 23, 'ddn-x25': 4, 'slip': 28, 'proteon-10Mbit': 12, 'ethernet-3Mbit': 26, 'sip': 31, 'iso88023-csmacd': 7, 'other': 1, 'sdlc': 17, 'lapb': 16, 'iso88024-tokenBus': 8, 'hyperchannel': 14, 'basicISDN': 20, 'ethernet-csmacd': 6, 'primaryISDN': 21, 'e1': 19, 'fddi': 15, 'proteon-80Mbit': 13, 'starLan': 11, 'eon': 25, 'iso88025-tokenRing': 9, 'ds1': 18, 'hdh1822': 3, 'nsip': 27, 'regular1822': 2, 'iso88026-man': 10, 'ultra': 29.
         ap64ifMtu 1.3.6.1.4.1.2467.1.44.3.1.4 integer read-only
The size of the largest datagram which can be sent/received on the interface, specified in octets. For interfaces that are used for transmitting network datagrams, this is the size of the largest network datagram that can be sent on the interface.
         ap64ifSpeed 1.3.6.1.4.1.2467.1.44.3.1.5 gauge read-only
An estimate of the interface's current bandwidth in bits per second. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth.
         ap64ifPhysAddress 1.3.6.1.4.1.2467.1.44.3.1.6 physaddress read-only
The interface's address at the protocol layer immediately `below' the network layer in the protocol stack. For interfaces which do not have such an address (e.g., a serial line), this object should contain an octet string of zero length.
         ap64ifAdminStatus 1.3.6.1.4.1.2467.1.44.3.1.7 integer read-only
The desired state of the interface. The testing(3) state indicates that no operational packets can be passed. Enumeration: 'down': 2, 'testing': 3, 'up': 1.
         ap64ifOperStatus 1.3.6.1.4.1.2467.1.44.3.1.8 integer read-only
The current operational state of the interface. The testing(3) state indicates that no operational packets can be passed. Enumeration: 'down': 2, 'testing': 3, 'up': 1.
         ap64ifLastChange 1.3.6.1.4.1.2467.1.44.3.1.9 timeticks read-only
The value of sysUpTime at the time the interface entered its current operational state. If the current state was entered prior to the last re- initialization of the local network management subsystem, then this object contains a zero value.
         ap64ifInOctets 1.3.6.1.4.1.2467.1.44.3.1.10 counter64 read-only
The total number of octets received on the interface, including framing characters.
         ap64ifInUcastPkts 1.3.6.1.4.1.2467.1.44.3.1.11 counter64 read-only
The number of subnetwork-unicast packets delivered to a higher-layer protocol.
         ap64ifInNUcastPkts 1.3.6.1.4.1.2467.1.44.3.1.12 counter64 read-only
The number of non-unicast (i.e., subnetwork- broadcast or subnetwork-multicast) packets delivered to a higher-layer protocol.
         ap64ifInDiscards 1.3.6.1.4.1.2467.1.44.3.1.13 counter64 read-only
The number of inbound packets which were chosen to be discarded even though no errors had been detected to prevent their being deliverable to a higher-layer protocol. One possible reason for discarding such a packet could be to free up buffer space.
         ap64ifInErrors 1.3.6.1.4.1.2467.1.44.3.1.14 counter64 read-only
The number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.
         ap64ifInUnknownProtos 1.3.6.1.4.1.2467.1.44.3.1.15 counter64 read-only
The number of packets received via the interface which were discarded because of an unknown or unsupported protocol.
         ap64ifOutOctets 1.3.6.1.4.1.2467.1.44.3.1.16 counter64 read-only
The total number of octets transmitted out of the interface, including framing characters.
         ap64ifOutUcastPkts 1.3.6.1.4.1.2467.1.44.3.1.17 counter64 read-only
The total number of packets that higher-level protocols requested be transmitted to a subnetwork-unicast address, including those that were discarded or not sent.
         ap64ifOutNUcastPkts 1.3.6.1.4.1.2467.1.44.3.1.18 counter64 read-only
The total number of packets that higher-level protocols requested be transmitted to a non- unicast (i.e., a subnetwork-broadcast or subnetwork-multicast) address, including those that were discarded or not sent.
         ap64ifOutDiscards 1.3.6.1.4.1.2467.1.44.3.1.19 counter64 read-only
The number of outbound packets which were chosen to be discarded even though no errors had been detected to prevent their being transmitted. One possible reason for discarding such a packet could be to free up buffer space.
         ap64ifOutErrors 1.3.6.1.4.1.2467.1.44.3.1.20 counter64 read-only
The number of outbound packets that could not be transmitted because of errors.
         ap64ifOutQLen 1.3.6.1.4.1.2467.1.44.3.1.21 gauge read-only
The length of the output packet queue (in packets).
         ap64ifSpecific 1.3.6.1.4.1.2467.1.44.3.1.22 object identifier read-only
A reference to MIB definitions specific to the particular media being used to realize the interface. For example, if the interface is realized by an ethernet, then the value of this object refers to a document defining objects specific to ethernet. If this information is not present, its value should be set to the OBJECT IDENTIFIER { 0 0 }, which is a syntatically valid object identifier, and any conformant implementation of ASN.1 and BER must be able to generate and recognize this value.
 ap64etherStatsTable 1.3.6.1.4.1.2467.1.44.4 no-access
A list of Ethernet statistics entries.
     ap64etherStatsEntry 1.3.6.1.4.1.2467.1.44.4.1 no-access
A collection of statistics kept for a particular Ethernet interface. As an example, an instance of the etherStatsPkts object might be named etherStatsPkts.1
         ap64etherStatsIndex 1.3.6.1.4.1.2467.1.44.4.1.1 integer read-only
The value of this object uniquely identifies this etherStats entry.
         ap64etherStatsDataSource 1.3.6.1.4.1.2467.1.44.4.1.2 object identifier read-only
This object identifies the source of the data that this etherStats entry is configured to analyze. This source can be any ethernet interface on this device. In order to identify a particular interface, this object shall identify the instance of the ifIndex object, defined in RFC 1213 and RFC 1573 [4,6], for the desired interface. For example, if an entry were to receive data from interface #1, this object would be set to ifIndex.1. The statistics in this group reflect all packets on the local network segment attached to the identified interface. An agent may or may not be able to tell if fundamental changes to the media of the interface have occurred and necessitate an invalidation of this entry. For example, a hot-pluggable ethernet card could be pulled out and replaced by a token-ring card. In such a case, if the agent has such knowledge of the change, it is recommended that it invalidate this entry. This object may not be modified if the associated etherStatsStatus object is equal to valid(1).
         ap64etherStatsDropEvents 1.3.6.1.4.1.2467.1.44.4.1.3 counter64 read-only
The total number of events in which packets were dropped by the probe due to lack of resources. Note that this number is not necessarily the number of packets dropped; it is just the number of times this condition has been detected.
         ap64etherStatsOctets 1.3.6.1.4.1.2467.1.44.4.1.4 counter64 read-only
The total number of octets of data (including those in bad packets) received on the network (excluding framing bits but including FCS octets). This object can be used as a reasonable estimate of ethernet utilization. If greater precision is desired, the etherStatsPkts and etherStatsOctets objects should be sampled before and after a common interval. The differences in the sampled values are Pkts and Octets, respectively, and the number of seconds in the interval is Interval. These values are used to calculate the Utilization as follows: Pkts * (9.6 + 6.4) + (Octets * .8) Utilization = ------------------------------------- Interval * 10,000 The result of this equation is the value Utilization which is the percent utilization of the ethernet segment on a scale of 0 to 100 percent.
         ap64etherStatsPkts 1.3.6.1.4.1.2467.1.44.4.1.5 counter64 read-only
The total number of packets (including bad packets, broadcast packets, and multicast packets) received.
         ap64etherStatsBroadcastPkts 1.3.6.1.4.1.2467.1.44.4.1.6 counter64 read-only
The total number of good packets received that were directed to the broadcast address. Note that this does not include multicast packets.
         ap64etherStatsMulticastPkts 1.3.6.1.4.1.2467.1.44.4.1.7 counter64 read-only
The total number of good packets received that were directed to a multicast address. Note that this number does not include packets directed to the broadcast address.
         ap64etherStatsCRCAlignErrors 1.3.6.1.4.1.2467.1.44.4.1.8 counter64 read-only
The total number of packets received that had a length (excluding framing bits, but including FCS octets) of between 64 and 1518 octets, inclusive, but but had either a bad Frame Check Sequence (FCS) with an integral number of octets (FCS Error) or a bad FCS with a non-integral number of octets (Alignment Error).
         ap64etherStatsUndersizePkts 1.3.6.1.4.1.2467.1.44.4.1.9 counter64 read-only
The total number of packets received that were less than 64 octets long (excluding framing bits, but including FCS octets) and were otherwise well formed.
         ap64etherStatsOversizePkts 1.3.6.1.4.1.2467.1.44.4.1.10 counter64 read-only
The total number of packets received that were longer than 1518 octets (excluding framing bits, but including FCS octets) and were otherwise well formed.
         ap64etherStatsFragments 1.3.6.1.4.1.2467.1.44.4.1.11 counter64 read-only
The total number of packets received that were less than 64 octets in length (excluding framing bits but including FCS octets) and had either a bad Frame Check Sequence (FCS) with an integral number of octets (FCS Error) or a bad FCS with a non-integral number of octets (Alignment Error). Note that it is entirely normal for ap64etherStatsFragments to increment. This is because it counts both runts (which are normal occurrences due to collisions) and noise hits.
         ap64etherStatsJabbers 1.3.6.1.4.1.2467.1.44.4.1.12 counter64 read-only
The total number of packets received that were longer than 1518 octets (excluding framing bits, but including FCS octets), and had either a bad Frame Check Sequence (FCS) with an integral number of octets (FCS Error) or a bad FCS with a non-integral number of octets (Alignment Error). Note that this definition of jabber is different than the definition in IEEE-802.3 section 8.2.1.5 (10BASE5) and section 10.3.1.4 (10BASE2). These documents define jabber as the condition where any packet exceeds 20 ms. The allowed range to detect jabber is between 20 ms and 150 ms.
         ap64etherStatsCollisions 1.3.6.1.4.1.2467.1.44.4.1.13 counter64 read-only
The best estimate of the total number of collisions on this Ap64ethernet segment. The value returned will depend on the location of the RMON probe. Section 8.2.1.3 (10BASE-5) and section 10.3.1.3 (10BASE-2) of IEEE standard 802.3 states that a station must detect a collision, in the receive mode, if three or more stations are transmitting simultaneously. A repeater port must detect a collision when two or more stations are transmitting simultaneously. Thus a probe placed on a repeater port could record more collisions than a probe connected to a station on the same segment would. Probe location plays a much smaller role when considering 10BASE-T. 14.2.1.4 (10BASE-T) of IEEE standard 802.3 defines a collision as the simultaneous presence of signals on the DO and RD circuits (transmitting and receiving at the same time). A 10BASE-T station can only detect collisions when it is transmitting. Thus probes placed on a station and a repeater, should report the same number of collisions. Note also that an RMON probe inside a repeater should ideally report collisions between the repeater and one or more other hosts (transmit collisions as defined by IEEE 802.3k) plus receiver collisions observed on any coax segments to which the repeater is connected.
         ap64etherStatsPkts64Octets 1.3.6.1.4.1.2467.1.44.4.1.14 counter64 read-only
The total number of packets (including bad packets) received that were 64 octets in length (excluding framing bits but including FCS octets).
         ap64etherStatsPkts65to127Octets 1.3.6.1.4.1.2467.1.44.4.1.15 counter64 read-only
The total number of packets (including bad packets) received that were between 65 and 127 octets in length inclusive (excluding framing bits but including FCS octets).
         ap64etherStatsPkts128to255Octets 1.3.6.1.4.1.2467.1.44.4.1.16 counter64 read-only
The total number of packets (including bad packets) received that were between 128 and 255 octets in length inclusive (excluding framing bits but including FCS octets).
         ap64etherStatsPkts256to511Octets 1.3.6.1.4.1.2467.1.44.4.1.17 counter64 read-only
The total number of packets (including bad packets) received that were between 256 and 511 octets in length inclusive (excluding framing bits but including FCS octets).
         ap64etherStatsPkts512to1023Octets 1.3.6.1.4.1.2467.1.44.4.1.18 counter64 read-only
The total number of packets (including bad packets) received that were between 512 and 1023 octets in length inclusive (excluding framing bits but including FCS octets).
         ap64etherStatsPkts1024to1518Octets 1.3.6.1.4.1.2467.1.44.4.1.19 counter64 read-only
The total number of packets (including bad packets) received that were between 1024 and 1518 octets in length inclusive (excluding framing bits but including FCS octets).
         ap64etherStatsOwner 1.3.6.1.4.1.2467.1.44.4.1.20 ownerstring read-only
The entity that configured this entry and is therefore using the resources assigned to it.
         ap64etherStatsStatus 1.3.6.1.4.1.2467.1.44.4.1.21 entrystatus read-only
The status of this ap64etherStats entry.