All MIBs › LBHUB-MSH4PTBRDG-MIB
Category: Network Management
Description:
Configures the four-port bridge module on LANBuilder modular stackable hubs.
Imported Objects
From RFC-1212
| OBJECT-TYPE |
From RFC-1215
| TRAP-TYPE |
From RFC1155-SMI
| Counter | |
| Gauge | |
| IpAddress | |
| NetworkAddress | |
| TimeTicks | |
| enterprises | |
| experimental | |
| internet | |
| mgmt |
What Is LBHUB-MSH4PTBRDG-MIB?
LBHUB-MSH4PTBRDG-MIB is a legacy vendor MIB for configuring the four-port bridge module on LANBuilder modular stackable hubs, an early Ethernet hub product line. Its sample objects reference AMD 7990/79900-series Ethernet chip sets, indicating the MIB exposes hardware identification data tied to the physical Ethernet controller chips used on the bridge module. Its role in monitoring is centered on hardware identification/inventory of the chip set powering each bridge port, useful for confirming which physical Ethernet controller variant is installed rather than broad performance telemetry. No explicit MIB dependency is evident beyond the implied use of standard SNMP conventions. It would have been deployed in legacy LANBuilder stackable hub installations to manage and inventory four-port bridge modules. Engineers can download the LBHUB-MSH4PTBRDG-MIB file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in LBHUB-MSH4PTBRDG-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- installed Ethernet chip set type
- bridge module hardware identification
Supported Devices
- LANBuilder modular stackable hub (four-port bridge module)
Monitoring Examples
An administrator would check the dot3ChipSets group, including dot3ChipSetAMD, dot3ChipSetAMD7990, and dot3ChipSetAMD79900 identifiers, to confirm which AMD Ethernet chip set variant is installed on a given bridge module, useful when diagnosing a hardware compatibility issue or verifying inventory across a stack of hubs. Beyond chip set identification, no further runtime statistics objects were available in the provided sample data.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| mib_2 | 1.3.6.1.2.1 | |||
| system | 1.3.6.1.2.1.1 | |||
| interfaces | 1.3.6.1.2.1.2 | |||
| ip | 1.3.6.1.2.1.4 | |||
| icmp | 1.3.6.1.2.1.5 | |||
| tcp | 1.3.6.1.2.1.6 | |||
| udp | 1.3.6.1.2.1.7 | |||
| egp | 1.3.6.1.2.1.8 | |||
| transmission | 1.3.6.1.2.1.10 | |||
| dot3 | 1.3.6.1.2.1.10.7 | |||
| dot3Table | 1.3.6.1.2.1.10.7.1 | not-accessible | Status information and control variables for a collection of ethernet-like interfaces attached to a particular system. | |
| dot3Entry | 1.3.6.1.2.1.10.7.1.1 | not-accessible | Status information and control variables for a particular interface to an ethernet-like medium. | |
| INT dot3Index | 1.3.6.1.2.1.10.7.1.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. |
| INT dot3InitializeMac | 1.3.6.1.2.1.10.7.1.1.2 | INTEGER | read-write | The initialization status of the MAC and PLS (Physical Layer Signalling) subsystems for a particular interface. The value initialized(1) signifies that the subsystems for a particular interface have been previously initialized; the value uninitialized(2) signifies that they have not been previously initialized. Each alteration of an instance of this object to either of the values initialized(1) or uninitialized(2) is analogous to an invocation of the initializeMAC action defined in [9] and has the effect of (re-)initializing the MAC and PLS subsystems for the associated interface. In particular, all management counters pertaining to the MAC and PLS subsystems for said interface are reset to zero; the receive and transmit layer management state variables (receiveEnabled and transmitEnabled in [9]) are set to enable reception and transmission of frames; the promiscuous receive function is disabled; and multicast reception is disabled. |
| INT dot3MacSubLayerStatus | 1.3.6.1.2.1.10.7.1.1.3 | INTEGER | read-write | The operational status of the MAC sublayer for a particular interface. The value enabled(1) signifies that the MAC sublayer for said interface is operational for both transmitting and receiving frames -- that is, that the value of both the receive and transmit layer management state variables (receiveEnabled and transmitEnabled in [9]) for said interface are true. The value disabled(2) signifies that the MAC sublayer for said interface is not operational for either transmitting or receiving frames. In particular, the value of an instance of this object is disabled(2) whenever the value of the corresponding instance of the dot3Enabled object is false(2). Each alteration of an instance of this object to the value enabled(1) is analogous to an invocation of the enableMACSublayer action defined in [9] and has the effect of starting normal transmit and receive operations (from the ``idle'' state) on the associated interface. In particular, such an alteration has the effect of resetting the PLS for said interface and of setting the receive and transmit layer management state variables (receiveEnabled and transmitEnabled in [9]) to be true. Each alteration of an instance of this object to the value disabled(2) is analogous to an invocation of the disableMACSublayer action defined in [9] and has the effect of terminating transmit and receive operations on the associated interface. In particular, such an alteration has the effect of setting the receive and transmit layer management state variables (receiveEnabled and transmitEnabled in [9]) to be false. Any transmissions/receptions in progress are completed before operation is terminated. |
| INT dot3MulticastReceiveStatus | 1.3.6.1.2.1.10.7.1.1.4 | INTEGER | read-write | The multicast receive status for a particular interface. The value enabled(1) signifies that reception of multicast frames by the MAC sublayer is enabled on said interface. The value disabled(2) signifies that reception of multicast frames by the MAC sublayer is not enabled on said interface. Each alteration of an instance of this object to the value enabled(1) is analogous to an invocation of the enableMulticastReceive action defined in [9] and has the effect of enabling multicast frame reception on the associated interface. Actual reception of multicast frames is only possible on an interface when the values for the associated instances of the dot3MulticastReceiveStatus and dot3MacSubLayerStatus objects are enabled(1) and enabled(1), respectively. Each alteration of an instance of this object to the value disabled(2) is analogous to an invocation of the disableMulticastReceive action defined in [9] and has the effect of inhibiting multicast frame reception on the associated interface. |
| INT dot3TxEnabled | 1.3.6.1.2.1.10.7.1.1.5 | INTEGER | read-write | The transmit layer management state variable (transmitEnabled as defined in [9]) for a particular interface. The value true(1) signifies that the MAC frame transmission is enabled on said interface. The value false(2) signifies that the MAC frame transmission is inhibited on said interface. In particular, the value of an instance of this object is false(2) whenever the value of the corresponding instance of the dot3MacSubLayerStatus object is disabled(2). Each alteration of an instance of this object to the value true(1) is analogous to an invocation of the enableTransmit action defined in [9] and has the effect of enabling MAC sublayer frame transmission on the associated interface. In particular, such an alteration has the effect of setting the transmit layer management state variable (transmitEnabled in [9]) for said interface to be true. Each alteration of an instance of this object to the value false(2) is analogous to an invocation of the disableTransmit action defined in [9] and has the effect of inhibiting MAC sublayer frame transmission on the associated interface. In particular, such an alteration has the effect of setting the transmit layer management state variable (transmitEnabled in [9]) for said interface to be false. Any transmissions in progress are completed before transmission is inhibited. |
| GAU dot3TestTdrValue | 1.3.6.1.2.1.10.7.1.1.6 | Gauge | read-only | The number of 10 MHz ticks which elapsed between the beginning of a TDR measurement and the collision which ended it, for the most recently executed TDR test. If no TDR test has been executed, or the last TDR value is not available, this object has the value 0. |
| dot3StatsTable | 1.3.6.1.2.1.10.7.2 | not-accessible | Statistics for a collection of ethernet-like interfaces attached to a particular system. | |
| dot3StatsEntry | 1.3.6.1.2.1.10.7.2.1 | not-accessible | Statistics for a particular interface to an ethernet-like medium. | |
| INT dot3StatsIndex | 1.3.6.1.2.1.10.7.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. |
| CTR dot3StatsAlignmentErrors | 1.3.6.1.2.1.10.7.2.1.2 | Counter | 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 [9], counted exclusively according to the error status presented to the LLC. |
| CTR dot3StatsFCSErrors | 1.3.6.1.2.1.10.7.2.1.3 | Counter | 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 [9], counted exclusively according to the error status presented to the LLC. |
| CTR dot3StatsSingleCollisionFrames | 1.3.6.1.2.1.10.7.2.1.4 | Counter | 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 dot3StatsMultipleCollisionFrames object. |
| CTR dot3StatsMultipleCollisionFrames | 1.3.6.1.2.1.10.7.2.1.5 | Counter | 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 dot3StatsSingleCollisionFrames object. |
| CTR dot3StatsSQETestErrors | 1.3.6.1.2.1.10.7.2.1.6 | Counter | 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 [12] and its generation is described in section 7.2.4.6 of the same document. |
| CTR dot3StatsDeferredTransmissions | 1.3.6.1.2.1.10.7.2.1.7 | Counter | 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. |
| CTR dot3StatsLateCollisions | 1.3.6.1.2.1.10.7.2.1.8 | Counter | 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. |
| CTR dot3StatsExcessiveCollisions | 1.3.6.1.2.1.10.7.2.1.9 | Counter | read-only | A count of frames for which transmission on a particular interface fails due to excessive collisions. |
| CTR dot3StatsInternalMacTransmitErrors | 1.3.6.1.2.1.10.7.2.1.10 | Counter | 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 dot3StatsLateCollisions object, the dot3StatsExcessiveCollisions object, the dot3StatsCarrierSenseErrors object, or the dot3StatsExcessiveDeferrals 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. |
| CTR dot3StatsCarrierSenseErrors | 1.3.6.1.2.1.10.7.2.1.11 | Counter | 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. |
| CTR dot3StatsExcessiveDeferrals | 1.3.6.1.2.1.10.7.2.1.12 | Counter | read-only | A count of frames for which transmission on a particular interface is deferred for an excessive period of time. |
| CTR dot3StatsFrameTooLongs | 1.3.6.1.2.1.10.7.2.1.13 | Counter | 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 [9], counted exclusively according to the error status presented to the LLC. |
| CTR dot3StatsInRangeLengthErrors | 1.3.6.1.2.1.10.7.2.1.14 | Counter | read-only | A count of frames received on a particular interface with a length field value that falls between the minimum unpadded LLC data size and the maximum allowed LLC data size inclusive and that does not match the number of LLC data octets received. The count represented by an instance of this object also includes frames for which the length field value is less than the minimum unpadded LLC data size. |
| CTR dot3StatsOutOfRangeLengthFields | 1.3.6.1.2.1.10.7.2.1.15 | Counter | read-only | A count of frames received on a particular interface for which the length field value exceeds the maximum allowed LLC data size. The count represented by an instance of this object is not incremented in implementations that observe Ethernet encapsulation conventions (by which the IEEE 802.3 length field is interpreted as the Ethernet Type field). |
| CTR dot3StatsInternalMacReceiveErrors | 1.3.6.1.2.1.10.7.2.1.16 | Counter | 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 dot3StatsFrameTooLongs object, the dot3StatsAlignmentErrors object, the dot3StatsFCSErrors object, the dot3StatsInRangeLengthErrors object, or the dot3StatsOutOfRangeLengthFields 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. |
| dot3ChipSets | 1.3.6.1.2.1.10.7.8 | |||
| dot3ChipSetAMD | 1.3.6.1.2.1.10.7.8.1 | |||
| dot3ChipSetAMD7990 | 1.3.6.1.2.1.10.7.8.1.1 | |||
| dot3ChipSetAMD79900 | 1.3.6.1.2.1.10.7.8.1.2 | |||
| snmp | 1.3.6.1.2.1.11 | |||
| ifExtensions | 1.3.6.1.2.1.12 | |||
| ifExtnsTable | 1.3.6.1.2.1.12.1 | not-accessible | A list of interfaces extension entries. The number of entries is given by the value of ifNumber, defined in [4,6]. | |
| ifExtnsEntry | 1.3.6.1.2.1.12.1.1 | not-accessible | An extension to the interfaces entry, defined in [4,6], containing additional objects at the subnetwork layer and below for a particular interface. | |
| INT ifExtnsIfIndex | 1.3.6.1.2.1.12.1.1.1 | INTEGER | read-only | The value of this object identifies the interface for which this entry contains extended management information. The value of this object for a particular interface has the same value as the ifIndex object, defined in [4,6], for the same interface. |
| OID ifExtnsChipSet | 1.3.6.1.2.1.12.1.1.2 | OBJECT IDENTIFIER | read-only | This object identifies the hardware chip set being used in the interface. The assignment of OBJECT IDENTIFIERs to various types of hardware chip sets is defined elsewhere. This document assigns only the value: unknownChipSet for use if the chip set in use is unknown. Note that unknownChipSet is a syntactically valid object identifier, and any conformant implementation of ASN.1 and the BER must be able to generate and recognize this value. |
| STR ifExtnsRevWare | 1.3.6.1.2.1.12.1.1.3 | DisplayString | read-only | An arbitrary octet string that describes the firmware version of this interface. It is intended that this should be human readable. It must only contain ASCII printable characters. Typically this will be the firmware version of the main interface software. |
| CTR ifExtnsMulticastsTransmittedOks | 1.3.6.1.2.1.12.1.1.4 | Counter | read-only | The count of frames successfully transmitted to a subnetwork or link-layer multicast destination address other than a broadcast address. For a MAC layer protocol, this includes both Group and Functional addresses. |
| CTR ifExtnsBroadcastsTransmittedOks | 1.3.6.1.2.1.12.1.1.5 | Counter | read-only | The count of frames successfully transmitted to a subnetwork or link-layer broadcast addresses. It does not include frames sent to a multicast address. |
| CTR ifExtnsMulticastsReceivedOks | 1.3.6.1.2.1.12.1.1.6 | Counter | read-only | The count of frames successfully received that are directed to an active subnetwork or link-layer multicast address (for a MAC layer protocol, this includes both Group and Functional addresses). This does not include frames directed to a broadcast address, nor frames received with errors. |
| CTR ifExtnsBroadcastsReceivedOks | 1.3.6.1.2.1.12.1.1.7 | Counter | read-only | The count of frames successfully received that are directed to a subnetwork or link-layer broadcast address. |
| INT ifExtnsPromiscuous | 1.3.6.1.2.1.12.1.1.8 | INTEGER | read-only | This object has a value of false(2) if this interface only accepts packets/frames that are addressed to this station. This object has a value of true(1) when the station accepts all packets/frames transmitted on the media. The value true(1) is only legal on certain types of media. If legal, setting this object to a value of true(1) may require the interface to be reset before becoming effective. |
| ifExtnsRcvAddrTable | 1.3.6.1.2.1.12.3 | not-accessible | This table contains an entry for each address (broadcast, multicast, or uni-cast) for which the system will receive packets/ frames on a particular interface. When an interface is operating in promiscuous mode, entries are only required for those addresses for which the system would receive frames were it not operating in promiscuous mode. | |
| ifExtnsRcvAddrEntry | 1.3.6.1.2.1.12.3.1 | not-accessible | A list of objects identifying an address for which the system will accept packets/ frames on a particular interface. | |
| INT ifExtnsRcvAddrIfIndex | 1.3.6.1.2.1.12.3.1.1 | INTEGER | read-only | The value of ifIndex, defined in [4,6], of an interface which recognizes this entry's address. |
| PHY ifExtnsRcvAddress | 1.3.6.1.2.1.12.3.1.2 | PhysAddress | read-only | An address for which the system will accept packets/frames on this entry's interface. |
| INT ifExtnsRcvAddrStatus | 1.3.6.1.2.1.12.3.1.3 | INTEGER | read-write | This object has the value nonVolatile(4) for those entries in the table which are valid and will not be deleted by the next restart of the managed system. Entries having the value volatile(3) are valid and exist, but have not been saved, so that will not exist after the next restart of the managed system. Entries having the value other(1) are valid and exist but are not classified as to whether they will continue to exist after the next restart. Entries having the value invalid(2) are invalid and do not represent an address for which an interface accepts frames. Setting an object instance to one of the values other(1), volatile(3), or nonVolatile(4) causes the corresponding entry to exist or continue to exist, and to take on the respective status as regards the next restart of the managed system. Setting an object instance to the value invalid(2) causes the corresponding entry to become invalid or cease to exist. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive tabular information from agents that corresponds to entries not currently in use. Proper interpretation of such entries requires examination of the relevant ifExtnsRcvAddrStatus object instance. |
| dot1dBridge | 1.3.6.1.2.1.17 | |||
| NTF newRoot | 1.3.6.1.2.1.17.0.1 | The newRoot trap indicates that the sending agent has become the new root of the Spanning Tree; the trap is sent by a bridge soon after its election as the new root, e.g., upon expiration of the Topology Change Timer immediately subsequent to its election. | ||
| NTF topologyChange | 1.3.6.1.2.1.17.0.2 | A topologyChange trap is sent by a bridge when any of its configured ports transitions from the Learning state to the Forwarding state, or from the Forwarding state to the Blocking state. The trap is not sent if a newRoot trap is sent for the same transition. | ||
| private | 1.3.6.1.4 | |||
| enterprises | 1.3.6.1.4.1 | |||
| constellation | 1.3.6.1.4.1.187 | |||
| cExper | 1.3.6.1.4.1.187.1 | |||
| cProducts | 1.3.6.1.4.1.187.2 | |||
| cLittleDipper | 1.3.6.1.4.1.187.2.1 | |||
| cAuriga | 1.3.6.1.4.1.187.2.3 | |||
| cCarina | 1.3.6.1.4.1.187.2.4 | |||
| cCarinaAui | 1.3.6.1.4.1.187.2.4.1 | |||
| cCarinaBnc | 1.3.6.1.4.1.187.2.4.2 | |||
| cDuPont | 1.3.6.1.4.1.187.2.5 | |||
| cDuPontAui | 1.3.6.1.4.1.187.2.5.1 | |||
| cDatabil | 1.3.6.1.4.1.187.2.6 | |||
| cDatability | 1.3.6.1.4.1.187.2.6.1 | |||
| cPenr | 1.3.6.1.4.1.187.2.7 | |||
| cPenril | 1.3.6.1.4.1.187.2.7.1 | |||
| cThreeCom | 1.3.6.1.4.1.187.2.8 | |||
| cThreeComMSH | 1.3.6.1.4.1.187.2.8.1 | |||
| cStdExtensions | 1.3.6.1.4.1.187.3 | |||
| cSystem | 1.3.6.1.4.1.187.3.1 | |||
| cInterfaces | 1.3.6.1.4.1.187.3.2 | |||
| cIp | 1.3.6.1.4.1.187.3.4 | |||
| CTR cIpInLenErrors | 1.3.6.1.4.1.187.3.4.1 | Counter | read-only | Number of packets received with an inconsistant Header/Packet length |
| CTR cIpInVersionErrors | 1.3.6.1.4.1.187.3.4.2 | Counter | read-only | Number of packets received with an incorrect IP version number. |
| CTR cIpInCSErrors | 1.3.6.1.4.1.187.3.4.3 | Counter | read-only | Number of packets received with an incorrect IP checksum. |
| CTR cIpTTLZero | 1.3.6.1.4.1.187.3.4.4 | Counter | read-only | Number of packets that would have been forwarded but their TTL went to 0. |
| CTR cIpReasmTimeOuts | 1.3.6.1.4.1.187.3.4.5 | Counter | read-only | Number of reassmebly timeouts. This is included inthe ipReasmFails object. |
| cIpNetToMedia | 1.3.6.1.4.1.187.3.4.7 | |||
| INT cIpNetToMediaTableSize | 1.3.6.1.4.1.187.3.4.7.1 | INTEGER | read-only | The maximum number of entries that can be in the cIpNetToMediaTable/ipNetToMediaTable. |
| INT cIpNetToMediaCompleteTimeOut | 1.3.6.1.4.1.187.3.4.7.2 | INTEGER | read-write | The maximum age, in minutes, that a completed entry may remain in the table before it is timed out and discarded. |
| INT cIpNetToMediaInCompleteTimeOut | 1.3.6.1.4.1.187.3.4.7.3 | INTEGER | read-write | The maximum age, in minutes, that an incomplete entry may remain in the table before it is timed out and discarded. |
| CTR cIpNetToMediaIns | 1.3.6.1.4.1.187.3.4.7.4 | Counter | read-only | Total number of arp packets received. |
| CTR cIpNetToMediaInLenErrs | 1.3.6.1.4.1.187.3.4.7.5 | Counter | read-only | Total number of arp packets received which had inconsistant or incorrect lengths. These packets are ignored. |
| CTR cIpNetToMediaInNotEther | 1.3.6.1.4.1.187.3.4.7.6 | Counter | read-only | Total number of arp packets received which specified a hardware type other than Ethernet. These packets are ignored. |
| CTR cIpNetToMediaInNoArpOnIf | 1.3.6.1.4.1.187.3.4.7.7 | Counter | read-only | Number of ARP packets received in an interface for which ARP is disabled. |
| CTR cIpNetToMediaInIp | 1.3.6.1.4.1.187.3.4.7.8 | Counter | read-only | Number of ARP packets received specifying IP. |
| CTR cIpNetToMediaInIpTrailers | 1.3.6.1.4.1.187.3.4.7.9 | Counter | read-only | Number of ARP packets received specifying IP Trailers. |
| CTR cIpNetToMediaInUnkProtos | 1.3.6.1.4.1.187.3.4.7.10 | Counter | read-only | Number of ARP packets received specifying an unknown protocol. |
| CTR cIpNetToMediaInSourceBcast | 1.3.6.1.4.1.187.3.4.7.11 | Counter | read-only | Number of ARP packets received with a broadcast or multicast source hardware address. |
| CTR cIpNetToMediaInDups | 1.3.6.1.4.1.187.3.4.7.12 | Counter | read-only | Number of ARP packets received that originated from another node but had the IP address of this node in the packet's source protocol address field. |
| CTR cIpNetToMediaInRequests | 1.3.6.1.4.1.187.3.4.7.13 | Counter | read-only | Number of ARP Requests received. |
| CTR cIpNetToMediaInResponses | 1.3.6.1.4.1.187.3.4.7.14 | Counter | read-only | Number of ARP Responses received. |
| CTR cIpNetToMediaInProxyOks | 1.3.6.1.4.1.187.3.4.7.15 | Counter | read-only | Number of proxy ARP requests that we received and have answered. |
| CTR cIpNetToMediaOutReplys | 1.3.6.1.4.1.187.3.4.7.16 | Counter | read-only | Number of ARP replys sent. |
| CTR cIpNetToMediaOutRequests | 1.3.6.1.4.1.187.3.4.7.17 | Counter | read-only | Number of ARP requests sent. |
| CTR cIpNetToMediaReqBadAddrs | 1.3.6.1.4.1.187.3.4.7.18 | Counter | read-only | Number of times that a request was for an incorrect IP address (such as the broadcast). |
| CTR cIpNetToMediaNoResponses | 1.3.6.1.4.1.187.3.4.7.19 | Counter | read-only | Number of times that a request timed out. |
| CTR cIpNetToMediaAgeOuts | 1.3.6.1.4.1.187.3.4.7.20 | Counter | read-only | Number of times that an entry was aged out of the arp cache because it had not been referenced recently. |
| cIpNetToMediaTable | 1.3.6.1.4.1.187.3.4.7.21 | not-accessible | Table containing Constellation extensions to the IP Address Translation (IpNetToMedia) table defined above. | |
| cIpNetToMediaEntry | 1.3.6.1.4.1.187.3.4.7.21.1 | not-accessible | Each entry contains Constellation extensions for one IpAddress to `physical' address equivalence. | |
| INT cIpNetToMediaIfIndex | 1.3.6.1.4.1.187.3.4.7.21.1.1 | INTEGER | read-write | The interface on which this entry's equivalence is effective. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex. |
| IP cIpNetToMediaNetAddress | 1.3.6.1.4.1.187.3.4.7.21.1.2 | IpAddress | read-write | The IpAddress corresponding to the media- dependent `physical' address. |
| TIK cIpNetToMediaRefTime | 1.3.6.1.4.1.187.3.4.7.21.1.3 | TimeTicks | read-only | The value of sysUpTime when this entry was last referenced. |
| INT cIpNetToMediaProxyRespond | 1.3.6.1.4.1.187.3.4.7.21.1.4 | INTEGER | read-only | Is true(1) if this node willrespond to this IP Address following the rules of proxy arp. Otherwise this object is false(2). Setting this object to false(2) will have the effect of preventing this node from responding to this address. Setting this object to true(1) will cause this node to begin responding to this address. |
| INT cIpNetToMediaComplete | 1.3.6.1.4.1.187.3.4.7.21.1.5 | INTEGER | read-only | Is true(1) if the table entry is complete -- that is to say, the ipNetToMediaPhysAddress contains a valid value. If this object is false then the physical address may not be correct. Typically, a 0 length octet string is returned if the entry is not complete. |
| INT cIpNetToMediaUseTrailers | 1.3.6.1.4.1.187.3.4.7.21.1.6 | INTEGER | read-only | Is true(1) if this entry will use ARP trailers. Otherwise this object is false(2). |
| cIcmp | 1.3.6.1.4.1.187.3.5 | |||
| CTR cIcmpInRedirectNet | 1.3.6.1.4.1.187.3.5.1 | Counter | read-only | Number of ICMP Destination Unreachable, Network Unreachable messages received. |
| CTR cIcmpInRedirectHost | 1.3.6.1.4.1.187.3.5.2 | Counter | read-only | Number of ICMP Destination Unreachable, Host Unreachable messages received. |
| CTR cIcmpInRedirectNetTos | 1.3.6.1.4.1.187.3.5.3 | Counter | read-only | Number of ICMP Destination Unreachable, Network/TOS Unreachable messages received. |
| CTR cIcmpInRedirectHostTos | 1.3.6.1.4.1.187.3.5.4 | Counter | read-only | Number of ICMP Destination Unreachable, Host/TOS Unreachable messages received. |
| CTR cIcmpInTimeExcTTL | 1.3.6.1.4.1.187.3.5.5 | Counter | read-only | Number of ICMP Time Exceeded, TTL Exceeded in Transit messages received. |
| CTR cIcmpInTimeExcReAsm | 1.3.6.1.4.1.187.3.5.6 | Counter | read-only | Number of ICMP Time Exceeded, Reassembly Time Exceeded messages received. |
| CTR cIcmpInDestUnNet | 1.3.6.1.4.1.187.3.5.7 | Counter | read-only | Number of ICMP Network Destination Unreachable messages received. |
| CTR cIcmpInDestUnHost | 1.3.6.1.4.1.187.3.5.8 | Counter | read-only | Number of ICMP Host Destination Unreachable messages received. |
| CTR cIcmpInDestUnProtocol | 1.3.6.1.4.1.187.3.5.9 | Counter | read-only | Number of ICMP Protocol Destination Unreachable messages received. |
| CTR cIcmpInDestUnPort | 1.3.6.1.4.1.187.3.5.10 | Counter | read-only | Number of ICMP Port Destination Unreachable messages received. |
| CTR cIcmpInDestUnFragNeeded | 1.3.6.1.4.1.187.3.5.11 | Counter | read-only | Number of ICMP Fragmentation Needed and DF Set Destination Unreachable messages received. |
| CTR cIcmpInDestUnSourceRoute | 1.3.6.1.4.1.187.3.5.12 | Counter | read-only | Number of ICMP Source Route Failed Destination Unreachable messages received. |
| CTR cIcmpOutRedirectNet | 1.3.6.1.4.1.187.3.5.13 | Counter | read-only | Number of ICMP Destination Unreachable, Network Unreachable messages sent. |
| CTR cIcmpOutRedirectHost | 1.3.6.1.4.1.187.3.5.14 | Counter | read-only | Number of ICMP Destination Unreachable, Host Unreachable messages sent. |
| CTR cIcmpOutRedirectNetTos | 1.3.6.1.4.1.187.3.5.15 | Counter | read-only | Number of ICMP Destination Unreachable, Network/TOS Unreachable messages sent. |
| CTR cIcmpOutRedirectHostTos | 1.3.6.1.4.1.187.3.5.16 | Counter | read-only | Number of ICMP Destination Unreachable, Host/TOS Unreachable messages sent. |
| CTR cIcmpOutTimeExcTTL | 1.3.6.1.4.1.187.3.5.17 | Counter | read-only | Number of ICMP Time Exceeded, TTL Exceeded in Transit messages sent. |
| CTR cIcmpOutTimeExcReAsm | 1.3.6.1.4.1.187.3.5.18 | Counter | read-only | Number of ICMP Time Exceeded, Reassembly Time Exceeded messages sent. |
| CTR cIcmpOutDestUnNet | 1.3.6.1.4.1.187.3.5.19 | Counter | read-only | Number of ICMP Network Destination Unreachable messages sent. |
| CTR cIcmpOutDestUnHost | 1.3.6.1.4.1.187.3.5.20 | Counter | read-only | Number of ICMP Host Destination Unreachable messages sent. |
| CTR cIcmpOutDestUnProtocol | 1.3.6.1.4.1.187.3.5.21 | Counter | read-only | Number of ICMP Protocol Destination Unreachable messages sent. |
| CTR cIcmpOutDestUnPort | 1.3.6.1.4.1.187.3.5.22 | Counter | read-only | Number of ICMP Port Destination Unreachable messages sent. |
| CTR cIcmpOutDestUnFragNeeded | 1.3.6.1.4.1.187.3.5.23 | Counter | read-only | Number of ICMP Fragmentation Needed and DF Set Destination Unreachable messages sent. |
| CTR cIcmpOutDestUnSourceRoute | 1.3.6.1.4.1.187.3.5.24 | Counter | read-only | Number of ICMP Source Route Failed Destination Unreachable messages sent. |
| CTR cIcmpInLengthErrors | 1.3.6.1.4.1.187.3.5.25 | Counter | read-only | Number of alleged ICMP packets that were not long enough. |
| CTR cIcmpInChecksumErrors | 1.3.6.1.4.1.187.3.5.26 | Counter | read-only | Number of alleged ICMP packets that had a bad checksum. |
| CTR cIcmpInUnkTypes | 1.3.6.1.4.1.187.3.5.27 | Counter | read-only | Number of Received ICMP packets with an unknown type field value. |
| CTR cIcmpInDestUnNetUnknown | 1.3.6.1.4.1.187.3.5.28 | Counter | read-only | Number of ICMP Destination Network Unknown Destination Unreachable messages received. |
| CTR cIcmpInDestUnHostUnknown | 1.3.6.1.4.1.187.3.5.29 | Counter | read-only | Number of ICMP Destination Host Unknown Destination Unreachable messages received. |
| CTR cIcmpInDestUnSrcIsolated | 1.3.6.1.4.1.187.3.5.30 | Counter | read-only | Number of ICMP Source Isolated Destination Unreachable messages received. |
| CTR cIcmpInDestUnHostProhib | 1.3.6.1.4.1.187.3.5.31 | Counter | read-only | Number of ICMP Communication with Host Administratively Prohibited Destination Unreachable messages received. |
| CTR cIcmpInDestUnNetProhib | 1.3.6.1.4.1.187.3.5.32 | Counter | read-only | Number of ICMP Communication with Net Administratively Prohibited Destination Unreachable messages received. |
| CTR cIcmpInDestUnNetTos | 1.3.6.1.4.1.187.3.5.33 | Counter | read-only | Number of ICMP Network Unreachable with TOS messages received. |
| CTR cIcmpInDestUnHostTos | 1.3.6.1.4.1.187.3.5.34 | Counter | read-only | Number of ICMP Host Unreachable with TOS messages received. |
| CTR cIcmpOutDestUnNetUnknown | 1.3.6.1.4.1.187.3.5.35 | Counter | read-only | Number of ICMP Destination Network Unknown Destination Unreachable messages sent. |
| CTR cIcmpOutDestUnHostUnknown | 1.3.6.1.4.1.187.3.5.36 | Counter | read-only | Number of ICMP Destination Host Unknown Destination Unreachable messages sent. |
| CTR cIcmpOutDestUnSrcIsolated | 1.3.6.1.4.1.187.3.5.37 | Counter | read-only | Number of ICMP Source Isolated Destination Unreachable messages sent. |
| CTR cIcmpOutDestUnHostProhib | 1.3.6.1.4.1.187.3.5.38 | Counter | read-only | Number of ICMP Communication with Host Administratively Prohibited Destination Unreachable messages sent. |
| CTR cIcmpOutDestUnNetProhib | 1.3.6.1.4.1.187.3.5.39 | Counter | read-only | Number of ICMP Communication with Net Administratively Prohibited Destination Unreachable messages sent. |
| CTR cIcmpOutDestUnNetTos | 1.3.6.1.4.1.187.3.5.40 | Counter | read-only | Number of ICMP Network Unreachable with TOS messages sent. |
| CTR cIcmpOutDestUnHostTos | 1.3.6.1.4.1.187.3.5.41 | Counter | read-only | Number of ICMP Host Unreachable with TOS messages sent. |
| CTR cIcmpInParmProbMissingOpt | 1.3.6.1.4.1.187.3.5.42 | Counter | read-only | Number of received Parameter Problem messages with the Missing Option code. |
| CTR cIcmpOutParmProbMissingOpt | 1.3.6.1.4.1.187.3.5.43 | Counter | read-only | Number of sent Parameter Problem messages with the Missing Option code. |
| cTcp | 1.3.6.1.4.1.187.3.6 | |||
| cUdp | 1.3.6.1.4.1.187.3.7 | |||
| CTR cUdpHdrDrops | 1.3.6.1.4.1.187.3.7.1 | Counter | read-only | Nr of packets dropped because of internal consistancy problems. This counter is a component of the udpInErrors Count. |
| CTR cUdpBadCheckSum | 1.3.6.1.4.1.187.3.7.2 | Counter | read-only | Nr of packets dropped because of an incorrect checksum. This counter is a component of the udpInErrors Count. |
| CTR cUdpBadLength | 1.3.6.1.4.1.187.3.7.3 | Counter | read-only | Nr of packets dropped because of an incorrect length. This counter is a component of the udpInErrors Count. |
| CTR cUdpOtherErrors | 1.3.6.1.4.1.187.3.7.4 | Counter | read-only | Nr of packets dropped because of some error other than one of the above. This counter is a component of the udpInErrors Count. The most likely cause of these errors is a problem in the internal IPC mechanism. Probably because some process that was supposed to be receiving packets is not. |
| CTR cUdpNoChecksum | 1.3.6.1.4.1.187.3.7.5 | Counter | read-only | Nr of packets received with a checksum of 0. This is not an error condition but indicates that there are mentally retarded hosts on the network. |
| cTransmission | 1.3.6.1.4.1.187.3.10 | |||
| cDot3 | 1.3.6.1.4.1.187.3.10.7 | |||
| cDot3Table | 1.3.6.1.4.1.187.3.10.7.1 | not-accessible | Extended status information for the Constellation specific LANCE and ILACC drivers. | |
| cDot3Entry | 1.3.6.1.4.1.187.3.10.7.1.1 | not-accessible | Proprietary status information for a particular interface | |
| INT cDot3Index | 1.3.6.1.4.1.187.3.10.7.1.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. |
| CTR cDot3Disables | 1.3.6.1.4.1.187.3.10.7.1.1.2 | Counter | read-only | Number of LANCE/ILLAC disconnects that occured because the interface was disabled |
| CTR cDot3MauDisconnect | 1.3.6.1.4.1.187.3.10.7.1.1.3 | Counter | read-only | Number of LANCE/ILLAC disconnects that occured because m_lance_cs_mau_connected was 0. |
| CTR cDot3Babbles | 1.3.6.1.4.1.187.3.10.7.1.1.4 | Counter | read-only | Number of times the LANCE/ILACC Babble bit was set. |
| CTR cDot3MerrDisconnect | 1.3.6.1.4.1.187.3.10.7.1.1.5 | Counter | read-only | Number of LANCE/ILLAC disconnects that occured because the memory error bit was set. |
| CTR cDot3TxonDisconnect | 1.3.6.1.4.1.187.3.10.7.1.1.6 | Counter | read-only | Number of LANCE/ILLAC disconnects that occured because the txon bit was off. |
| CTR cDot3RxonDisconnect | 1.3.6.1.4.1.187.3.10.7.1.1.7 | Counter | read-only | Number of LANCE/ILLAC disconnects that occured because the rxon bit was off. |
| CTR cDot3XmitFailure | 1.3.6.1.4.1.187.3.10.7.1.1.8 | Counter | read-only | Number of LANCE/ILLAC disconnects that occured because no packets were received and every transmit attempt resulted in a failure. |
| CTR cDot3XmitBuffErr | 1.3.6.1.4.1.187.3.10.7.1.1.9 | Counter | read-only | Number of LANCE/ILLAC transmit buffer errors that occured. |
| CTR cDot3XmitUflo | 1.3.6.1.4.1.187.3.10.7.1.1.10 | Counter | read-only | Number of LANCE/ILLAC transmit underflo errors that occured. |
| CTR cDot3RcvBuffErr | 1.3.6.1.4.1.187.3.10.7.1.1.11 | Counter | read-only | Number of LANCE/ILLAC receive buffer errors that occured. |
| CTR cDot3RcvOflo | 1.3.6.1.4.1.187.3.10.7.1.1.12 | Counter | read-only | Number of LANCE/ILLAC receive overflo errors that occured. |
| CTR cDot3Startless | 1.3.6.1.4.1.187.3.10.7.1.1.13 | Counter | read-only | Number of times that the driver did not get a start-of-message when one was expected. This if for reception. |
| CTR cDot3Endless | 1.3.6.1.4.1.187.3.10.7.1.1.14 | Counter | read-only | Number of times that the driver detected the start of one packet without detecting the end of the previous packet. This is for reception. |
| cSnmp | 1.3.6.1.4.1.187.3.11 | |||
| cSnmpCommunities | 1.3.6.1.4.1.187.3.11.1 | |||
| CTR cSnmpInCommunityMessages | 1.3.6.1.4.1.187.3.11.1.1 | Counter | read-only | Number of messages received that use the community- based authentication scheme. |
| cConstellation | 1.3.6.1.4.1.187.4 | |||
| GAU cConstellationAvailableBuffers | 1.3.6.1.4.1.187.4.1 | Gauge | read-only | Count of available data buffers |
| INT cConstellationInitialBuffers | 1.3.6.1.4.1.187.4.2 | INTEGER | read-only | Initial amount of buffers available at system startup. |
| INT cConstallationBufferDataLength | 1.3.6.1.4.1.187.4.3 | INTEGER | read-only | Number of data bytes that can be stored in each buffer. |
| INT cConstellationInstructionRam | 1.3.6.1.4.1.187.4.4 | INTEGER | read-only | Number of bytes of system instruction ram available. This is fast, zero-wait-state RAM. |
| INT cConstellationGlobalDataRam | 1.3.6.1.4.1.187.4.5 | INTEGER | read-only | Number of bytes of global data ram available. This is RAM contains I/O buffers and other data structures for which zero-wait-state access is not required by the CPU. |
| INT cConstellationFastDataRam | 1.3.6.1.4.1.187.4.6 | INTEGER | read-only | Number of bytes of fast data ram available. This is RAM contains data structures for which the CPU requires zero-wait-state access, such as the bridge forwarding database. |
| cProxys | 1.3.6.1.4.1.187.5 | |||
| cProxyLb | 1.3.6.1.4.1.187.5.1 | |||
| cProxyLb0 | 1.3.6.1.4.1.187.5.1.1 | |||
| cProxyLb1 | 1.3.6.1.4.1.187.5.1.2 | |||
| cProxyLb2 | 1.3.6.1.4.1.187.5.1.3 | |||
| cProxyLb3 | 1.3.6.1.4.1.187.5.1.4 | |||
| cProxyLr | 1.3.6.1.4.1.187.5.2 | |||
| cProxyLr0 | 1.3.6.1.4.1.187.5.2.1 | |||
| cConfig | 1.3.6.1.4.1.187.6 | |||
| cConfigSystem | 1.3.6.1.4.1.187.6.1 | |||
| cConfSysInfo | 1.3.6.1.4.1.187.6.1.1 | |||
| OCT cLocalTime | 1.3.6.1.4.1.187.6.1.1.1 | OCTET STRING | read-write | This entity is a string in the format hh:mm [am|pm] representing the local time on the device. |
| OCT cLocalDate | 1.3.6.1.4.1.187.6.1.1.2 | OCTET STRING | read-write | This entity is a string in the format mm/dd/yy or dd-mm-yy representing the local date on the device. |
| INT cLocalCtpMode | 1.3.6.1.4.1.187.6.1.1.4 | INTEGER | read-write | This entity determines whether the local console is using standard vt100 key mappings or extended key mappings. |
| INT cRemoteCtpMode | 1.3.6.1.4.1.187.6.1.1.5 | INTEGER | read-write | This entity determines whether remotely logged in consoles use standard vt100 key mappings or extended key mappings. |
| INT cBridgeStatsAveraging | 1.3.6.1.4.1.187.6.1.1.6 | INTEGER | read-write | This entity determines whether the bridge statistics screens use time averaged or absolute values |
| INT cBranchTargetCache | 1.3.6.1.4.1.187.6.1.1.7 | INTEGER | read-write | This entity determines whether the CPU's branch target cache is enabled or not. |
| cConfOperAcct | 1.3.6.1.4.1.187.6.1.2 | |||
| cOperAcctTable | 1.3.6.1.4.1.187.6.1.2.1 | not-accessible | This table allows an administrator to configure the operar accounts which grant access to the system. There are up to 60 accounts in the system. | |
| cOperAcctEntry | 1.3.6.1.4.1.187.6.1.2.1.1 | not-accessible | Information on one entry in the operator accounts database. | |
| INT cOperIndex | 1.3.6.1.4.1.187.6.1.2.1.1.1 | INTEGER | read-write | This variable indexes the table of operator accounts. |
| OCT cOperID | 1.3.6.1.4.1.187.6.1.2.1.1.2 | OCTET STRING | read-write | The name of the account |
| INT cOperPriv | 1.3.6.1.4.1.187.6.1.2.1.1.3 | INTEGER | read-write | This variable gives the privileges associated with a particular account. Valid values for the field are: privNone delete account, privOper operator privileges, privAdmin administrator privileges. Administrators are allowed to configure security. |
| OCT cOperPasswd | 1.3.6.1.4.1.187.6.1.2.1.1.4 | OCTET STRING | read-write | This is the password assocated with the given account. A get on this variable will return an empty string. |
| INT cOperStatus | 1.3.6.1.4.1.187.6.1.2.1.1.5 | INTEGER | read-write | This is the current status of the row. The only valid values for a manager to set this value to are createRequest(2) or invalid(4). The agent may return any of valid(1), underCreation(3) or invalid(4). |
| cConfigLan | 1.3.6.1.4.1.187.6.2 | |||
| cConfigEther | 1.3.6.1.4.1.187.6.2.1 | |||
| cConfigTwp | 1.3.6.1.4.1.187.6.2.2 | |||
| cConfigWan | 1.3.6.1.4.1.187.6.3 | |||
| cConfigSerChan | 1.3.6.1.4.1.187.6.3.1 | |||
| cConfigWideAreaGroups | 1.3.6.1.4.1.187.6.3.3 | |||
| cConfigBridge | 1.3.6.1.4.1.187.6.5 | |||
| cConfigLogicalBridge | 1.3.6.1.4.1.187.6.5.1 | |||
| cIpAddress | 1.3.6.1.4.1.187.6.6 | |||
| cConfigIpRouter | 1.3.6.1.4.1.187.6.7 | |||
| cConfigAcceptLists | 1.3.6.1.4.1.187.6.7.5 | |||
| cConfigPropagateLists | 1.3.6.1.4.1.187.6.7.6 | |||
| cIpFilters | 1.3.6.1.4.1.187.6.7.9 | |||
| cConfigIpxRouter | 1.3.6.1.4.1.187.6.8 | |||
| cConfigIpxBridgeIf | 1.3.6.1.4.1.187.6.8.1 | |||
| cConfigIpxRouterFilters | 1.3.6.1.4.1.187.6.8.2 | |||
| cConfigAppleTalk | 1.3.6.1.4.1.187.6.9 | |||
| cConfigAtIf | 1.3.6.1.4.1.187.6.9.1 | |||
| cConfigNetProtocol | 1.3.6.1.4.1.187.6.10 | |||
| cConfigSnmp | 1.3.6.1.4.1.187.6.10.1 | |||
| cSnmpCommunityTable | 1.3.6.1.4.1.187.6.10.1.1 | not-accessible | Constellation proprietary information about configured SNMP communities. Managers can configure communities, but at least one community must be configured via the console for the manager to be able to communicate with the agent in the first place. | |
| cSnmpCommunityEntry | 1.3.6.1.4.1.187.6.10.1.1.1 | not-accessible | Each entry contains information about the name of a community, the destination to which to send traps, the interface to report on, and the access allowed by this community. | |
| INT cSnmpCommunityIndex | 1.3.6.1.4.1.187.6.10.1.1.1.1 | INTEGER | read-only | This variable is a unique index into the snmp community table. |
| OCT cSnmpCommunity | 1.3.6.1.4.1.187.6.10.1.1.1.2 | OCTET STRING | read-write | This variable represents the name of a community which the agent recognizes. Each community must have a unique name. |
| INT cSnmpCommunityIf | 1.3.6.1.4.1.187.6.10.1.1.1.3 | INTEGER | read-write | This variable associates an interface with the given community. Each community is associated with exactly one interface. |
| INT cSnmpCommunityAccess | 1.3.6.1.4.1.187.6.10.1.1.1.4 | INTEGER | read-write | This variable determines whether the agent using this community may set or only get variables in the MIB. |
| IP cSnmpCommunityTrapAddress | 1.3.6.1.4.1.187.6.10.1.1.1.5 | IpAddress | read-write | This variable represents the address to which the agent will send traps on behalf of the given community. |
| INT cSnmpCommunityTrapPort | 1.3.6.1.4.1.187.6.10.1.1.1.6 | INTEGER | read-write | This variable represents the port to which the agent will send traps on behalf of the given community. |
| INT cSnmpCommunityTrapEnabled | 1.3.6.1.4.1.187.6.10.1.1.1.7 | INTEGER | read-write | This variable determines whether the agent will send traps on behalf of the given community. |
| cConfigArp | 1.3.6.1.4.1.187.6.10.2 | |||
| cConfigTcp | 1.3.6.1.4.1.187.6.10.3 | |||
| INT cTcpKeepalive | 1.3.6.1.4.1.187.6.10.3.1 | INTEGER | read-write | This variable describes, in minutes, how long the TCP waits between keepalive probes. |
| cConfigTelnet | 1.3.6.1.4.1.187.6.10.4 | |||
| INT cTelnetPort | 1.3.6.1.4.1.187.6.10.4.1 | INTEGER | read-write | This parameter tells the TELNET protocol on which to listen for incoming calls. |
| INT cTelnetNegotiate | 1.3.6.1.4.1.187.6.10.4.2 | INTEGER | read-write | This parameter tells the TELNET protocol whether to negotiate negotiable parameters. |
| cConfigHostTable | 1.3.6.1.4.1.187.6.10.5 | |||
| cConfigSoftwareQueues | 1.3.6.1.4.1.187.6.11 | |||
| cEtherSWQTable | 1.3.6.1.4.1.187.6.11.1 | not-accessible | This table allows contains information about the maximum size and maximum lifetime of each of the packet queues on the LAN ports. | |
| cEtherSWQEntry | 1.3.6.1.4.1.187.6.11.1.1 | not-accessible | Each entry contains software queue information for one interface. | |
| INT cEtherSWQIndex | 1.3.6.1.4.1.187.6.11.1.1.1 | INTEGER | read-only | This index is the number of one of the ethernet interfaces. The port names are mapped to integers thusly: e1a - e8a are entries 1-8; e1b - e8b are entries 9-16. |
| INT cEtherSWQMaxSize | 1.3.6.1.4.1.187.6.11.1.1.2 | INTEGER | read-write | The maximum number of packets that may be in the queue at one time for this interface. |
| INT cEtherSWQMaxTtl | 1.3.6.1.4.1.187.6.11.1.1.3 | INTEGER | read-write | The maximum time in milliseconds that a packet may remain in the queue for this interface. |
| INT cResetNovram | 1.3.6.1.4.1.187.6.12 | INTEGER | read-write | When this entity is set, novram is cleared. |
| INT cRestartSystem | 1.3.6.1.4.1.187.6.13 | INTEGER | read-write | When this entity is set, the system is restarted. |
| cConfigFlashDnld | 1.3.6.1.4.1.187.6.14 | |||
| IP cFlashIpAddress | 1.3.6.1.4.1.187.6.14.1 | IpAddress | read-write | IP address of server with flash download file. |
| OCT cFlashFileName | 1.3.6.1.4.1.187.6.14.2 | OCTET STRING | read-write | Name of flash download file. |
| INT cFlashBootFlag | 1.3.6.1.4.1.187.6.14.3 | INTEGER | read-write | Flag to determine whether or not to load new flash code. |
| IP cFlashGatewayIpAddr | 1.3.6.1.4.1.187.6.14.4 | IpAddress | read-write | IP address of nearest gateway. This variable should only be set if the TFTP server is not on the same network as the bridge. |
| cMonitor | 1.3.6.1.4.1.187.7 | |||
| cMonitorSystem | 1.3.6.1.4.1.187.7.1 | |||
| cMonitorSystemInfo | 1.3.6.1.4.1.187.7.1.1 | |||
| cMonitorHeapStats | 1.3.6.1.4.1.187.7.1.2 | |||
| cMonitorLoginHistory | 1.3.6.1.4.1.187.7.1.3 | |||
| cLoginTable | 1.3.6.1.4.1.187.7.1.3.1 | not-accessible | This table gives a record of recent logins to the system. | |
| cLoginEntry | 1.3.6.1.4.1.187.7.1.3.1.1 | not-accessible | Each entry describes one login to the system, either remote or local. | |
| INT cLoginIndex | 1.3.6.1.4.1.187.7.1.3.1.1.1 | INTEGER | read-only | This variable indexes the entries in the Login History Table. |
| OCT cLoginUser | 1.3.6.1.4.1.187.7.1.3.1.1.2 | OCTET STRING | read-only | This variable contains the login name of the user for the current row in the table. |
| INT cLoginLocal | 1.3.6.1.4.1.187.7.1.3.1.1.3 | INTEGER | read-only | This variable describes whether the entry specified in this row of the table represents a login from the local console (yes(1)) or remotely (no(2)). |
| IP cLoginRemote | 1.3.6.1.4.1.187.7.1.3.1.1.4 | IpAddress | read-only | This entry gives the remote IP address of a remote login. |
| CTR cLoginFails | 1.3.6.1.4.1.187.7.1.3.2 | Counter | read-only | This variable returns the number of attempted logins which have failed. |
| cMonitorBridges | 1.3.6.1.4.1.187.7.2 | |||
| cNodeByAddressTable | 1.3.6.1.4.1.187.7.2.3 | not-accessible | This Table allows the manager to map MAC addresses to hash buckets and ports in the router. | |
| cNodeByAddressEntry | 1.3.6.1.4.1.187.7.2.3.1 | not-accessible | Each entry contains the entry for one MAC address. | |
| OCT cNodeByAddressAddr | 1.3.6.1.4.1.187.7.2.3.1.1 | OCTET STRING | read-only | This variable is the MAC address for which the manager wishes to find the hash bucket and port. |
| INT cNodeByAddressBridge | 1.3.6.1.4.1.187.7.2.3.1.2 | INTEGER | read-only | This variable is the bridge on which the given MAC address is reached. |
| INT cNodeByAddressPort | 1.3.6.1.4.1.187.7.2.3.1.3 | INTEGER | read-only | This variable is the port through which the given MAC address is reached. |
| INT cNodeByAddressStatus | 1.3.6.1.4.1.187.7.2.3.1.4 | INTEGER | read-only | This variable gives the status of the given MAC address. If the status is 'permanent,' the contents of cNodeByAddressPort have no meaning. |
| cNodeByHashTable | 1.3.6.1.4.1.187.7.2.4 | not-accessible | This table may be used by the manager to read the contents of the node table, in the order in which entries appear in the hash table. | |
| cNodeByHashEntry | 1.3.6.1.4.1.187.7.2.4.1 | not-accessible | Each entry in this table represents one mapping of a MAC address to a bridge. | |
| INT cNodeByHashIndex | 1.3.6.1.4.1.187.7.2.4.1.1 | INTEGER | read-only | This variable is an abstract index into the hash table. The first entry in bucket 0 is entry 1, the second entry in bucket 0 is 2, the first entry in bucket 1 is 3, etc. |
| INT cNodeByHashBucket | 1.3.6.1.4.1.187.7.2.4.1.2 | INTEGER | read-only | This entry describes in which bucket in the hash table the given entry appears. |
| OCT cNodeByHashAddress | 1.3.6.1.4.1.187.7.2.4.1.3 | OCTET STRING | read-only | This entry describes the MAC address of the given entry. |
| INT cNodeByHashBridge | 1.3.6.1.4.1.187.7.2.4.1.4 | INTEGER | read-only | This variable is the bridge on which the given MAC address is reached. |
| INT cNodeByHashPort | 1.3.6.1.4.1.187.7.2.4.1.5 | INTEGER | read-only | This variable describes the port through which the corresponding cNodeByHashAddress is accessed. |
| INT cNodeByHashStatus | 1.3.6.1.4.1.187.7.2.4.1.6 | INTEGER | read-only | This variable gives the status of the given MAC address. If the status is 'permanent,' the contents of cNodeByHashPort have no meaning. |
| cMonitorPhysInterfaces | 1.3.6.1.4.1.187.7.3 | |||
| cHardwareStatusTable | 1.3.6.1.4.1.187.7.3.1 | not-accessible | This table provides a brief description of of the contents and status of each hardware slot. | |
| cHardwareStatusEntry | 1.3.6.1.4.1.187.7.3.1.1 | not-accessible | Each entry in this table provides information about one LAN or WAN hardware slot. | |
| INT cHardwareStatusIndex | 1.3.6.1.4.1.187.7.3.1.1.1 | INTEGER | read-only | This variable is the index into the table of values. |
| INT cHardwareStatusSlot | 1.3.6.1.4.1.187.7.3.1.1.2 | INTEGER | read-only | This variable provides the slot number as it would appear on the 'Hardware Configuration' screen of the console interface. |
| STR cHardwareStatusContents | 1.3.6.1.4.1.187.7.3.1.1.3 | DisplayString | read-only | This variable describes the hardware associated with a given slot. |
| OCT cHardwareStatusMacAddr | 1.3.6.1.4.1.187.7.3.1.1.4 | OCTET STRING | read-only | This variable contains the MAC address of the hardware in the given slot. |
| OCT cHardwareStatusSerialNo | 1.3.6.1.4.1.187.7.3.1.1.5 | OCTET STRING | read-only | This variable returns the constellation serial number for the part in the accessed slot. |
| OCT cHardwareStatusRevision | 1.3.6.1.4.1.187.7.3.1.1.6 | OCTET STRING | read-only | This variable describes the revision of the hardware in the accessed slot. |
| STR cHardwareStatusStatus | 1.3.6.1.4.1.187.7.3.1.1.7 | DisplayString | read-only | This variable gives the status of the hardware. |
| cMonitorProto | 1.3.6.1.4.1.187.7.4 | |||
| cTcpStats | 1.3.6.1.4.1.187.7.4.3 | |||
| cIpStats | 1.3.6.1.4.1.187.7.4.4 | |||
| cIcmpStats | 1.3.6.1.4.1.187.7.4.5 | |||
| cWanStats | 1.3.6.1.4.1.187.7.4.9 | |||
| cMonitorIpRouter | 1.3.6.1.4.1.187.7.5 | |||
| cIpRoutingStats | 1.3.6.1.4.1.187.7.5.1 | |||
| cEgpStats | 1.3.6.1.4.1.187.7.5.3 | |||
| cRipStats | 1.3.6.1.4.1.187.7.5.5 | |||
| cHelloStats | 1.3.6.1.4.1.187.7.5.6 | |||
| cMonitorIpxRouter | 1.3.6.1.4.1.187.7.6 | |||
| cIpxStats | 1.3.6.1.4.1.187.7.6.1 | |||
| cMonitorAtRouter | 1.3.6.1.4.1.187.7.7 | |||
| cAtRouterStats | 1.3.6.1.4.1.187.7.7.1 | |||
| cDiagnostics | 1.3.6.1.4.1.187.7.8 | |||
| INT cClearErrorLog | 1.3.6.1.4.1.187.7.8.1 | INTEGER | read-write | Setting this variable erases the accumulated error log from NOVRAM. Reading it is meaningless. |
| cErrorLogTable | 1.3.6.1.4.1.187.7.8.2 | not-accessible | This table contains the text of errors detected. Errors are stored in nonvolatile memory, and hence preserved across reboots of the box. | |
| cErrorLogEntry | 1.3.6.1.4.1.187.7.8.2.1 | not-accessible | Each entry contains the text of one error message. | |
| INT cErrorLogIndex | 1.3.6.1.4.1.187.7.8.2.1.1 | INTEGER | read-only | This is the index of an error message, with higher indices indicating more recent messages. |
| OCT cErrorLogMessage | 1.3.6.1.4.1.187.7.8.2.1.2 | OCTET STRING | read-only | This is the text of an error message. |
RFC description
Manages 3Com LinkBuilder MSH 4-port ethernet bridge device configuration and operation including forward table management.
Start monitoring LANBuilder modular stackable hub (four-port bridge module) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.