INXNMM-MIB: View SNMP OID List / Download MIB

VENDOR: INTERLAN


 Home MIB: INXNMM-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
 internet 1.3.6.1
     experimental 1.3.6.1.3
         dot3 1.3.6.1.3.3
             dot3Table 1.3.6.1.3.3.1 no-access
A list of the INX-NMM Ethernet interface's operational attributes, such as whether it is configured for multicast receive and the status of the MAC sublayer . You cannot access this variable; it is only a table marker in the MIB.
                 dot3Entry 1.3.6.1.3.3.1.1 no-access
An entry in the INX-NMM Interface table. (See the previous variable, INX-NMM Interface Table, for an explanation of this table.) You cannot access this variable; it is only a table marker in the MIB. The following variables are entries in the table: Interface Table Index MAC Initialization Status MAC Operational Status Multicast Receive Status Nonaligned Frames Recd FCS Errored Frames Received
                     dot3Index 1.3.6.1.3.3.1.1.1 integer read-only
The value assigned to the INX-NMM Ethernet interface. Because the INX-NMM has only one interface, this variable always returns 1.
                     dot3InitializeMAC 1.3.6.1.3.3.1.1.2 integer read-write
The initialization status of the MAC and PLS subsystems of the interface. Because the MAC and PLS subsystems on the INX-NMM are initialized at power-up and remain so, this variable always returns initialized(1). Enumeration: 'initialize': 1.
                     dot3MACSubLayerStatus 1.3.6.1.3.3.1.1.3 integer read-write
The operational status of the MAC sublayer, i.e., whether it is ready to transmit and receive frames. Because this sublayer is always active in the INX-NMM, this variable always returns enabled(1). Enumeration: 'enabled': 1.
                     dot3MulticastReceiveEnabled 1.3.6.1.3.3.1.1.4 integer read-write
The Multicast Receive status, i.e., whether the INX-NMM is configured to receive frames with a multicast address. Because Multicast Receive is always enabled on the INX-NMM, this variable always returns true(1). Enumeration: 'true': 1.
                     dot3AlignmentErrors 1.3.6.1.3.3.1.1.5 counter read-only
The number of frames received on the interface that are not an integral number of octets in length (i.e., the number of bits they contain is not a multiple of eight) and do not pass the FCS check. This condition indicates that the frames were corrupted during transmission.
                     dot3FCSErrors 1.3.6.1.3.3.1.1.6 counter read-only
The number of frames received on the interface that are an integral number of octets in length (i.e., the number of bits they contain is a multiple of eight) that do not pass the FCS check, indicating that the frames were corrupted during transmission.
             dot3TxTable 1.3.6.1.3.3.2 no-access
A list of transmit errors and statistics for the INX-NMM Ethernet interface. You cannot access this variable; it is only a table marker in the MIB.
                 dot3TxEntry 1.3.6.1.3.3.2.1 no-access
An entry in the Interface Transmit table. (See the previous variable, Interface Transmit Table, for an explanation of this table.) You cannot access this variable; it is only a table marker in the MIB. The following variables are entries in the table: Interface Transmit Index Single Collisions Transmitted Multiple Collisions Xmitted Total SQE Test Errors
                     dot3TxIndex 1.3.6.1.3.3.2.1.1 integer read-only
The value assigned to the INX-NMM Ethernet interface. Because the INX-NMM has only one interface, this variable always returns 1.
                     dot3TxSingleCollisionFrames 1.3.6.1.3.3.2.1.2 counter read-only
The number of frames that were successfully transmitted after experiencing one and only one collision.
                     dot3TxMultipleCollisionFrames 1.3.6.1.3.3.2.1.3 counter read-only
The number of frames that were successfully transmitted after experiencing more than one collision.
                     dot3TxSQETestErrors 1.3.6.1.3.3.2.1.4 counter read-only
The number of times that the SQE TEST ERROR message has been generated by this interface's PLS sublayer. The PLS sublayer generates an SQE test error message when the Signal-Quality-Error test fails. The Signal-Quality-Error test verifies good data transmission. The INX-NMM does not generate SQE test error messages, so this variable always returns 0.
             dot3XRxTable 1.3.6.1.3.3.3 no-access
A list of receive errors and statistics for the INX-NMM Ethernet interface. You cannot access this variable; it is only a table marker in the MIB.
                 dot3XRxEntry 1.3.6.1.3.3.3.1 no-access
An entry in the Interface Receive table. (See the previous variable, Interface Receive Table, for an explanation of this table.) You cannot access this variable; it is only a table marker in the MIB. The following variables are entries in the table: Interface Receive Index Too Long Frames Recd In-Range Length Errors Recd Out-Range Length Errors Recd MAC Errors Received Autopartition Status Autopartition Disconnects Last Good Source Address Recd Source Address Changes Count
                     dot3XRxIndex 1.3.6.1.3.3.3.1.1 integer read-only
The value assigned to the INX-NMM Ethernet interface. Because the INX-NMM has only one interface, this variable always returns 1.
                     dot3XRxFrameTooLongs 1.3.6.1.3.3.3.1.2 counter read-only
The number of frames received on the interface that exceed the maximum permitted frame size, i.e., 1012 octets.
                     dot3XRxInRangeLengthErrors 1.3.6.1.3.3.3.1.3 counter read-only
The number of in-range length errors received. IEEE 802.3 frames contain a length field, indicating the length of the frame. If the value in the length field and the actual length of the frame do not match, even if the length of the frame is within 802.3 parameters, the receiving device returns an in-range error. The INX-NMM receives Ethernet frames that do not have a length in the length field. It therefore cannot detect this error, and this variable always returns 0.
                     dot3XRxOutOfRangeLengthFields 1.3.6.1.3.3.3.1.4 counter read-only
The number of out-of-range length errors received. IEEE 802.3 frames contain a length field, indicating the length of the frame. If the length of the frame is outside 802.3 parameters, the receiving device returns an out-of-range error. The INX-NMM receives Ethernet frames that do not have a length in the length field. It therefore cannot detect this error, and this variable always returns 0.
                     dot3XRxInternalMACReceiveErrors 1.3.6.1.3.3.3.1.5 counter read-only
The number of frames the interface could not receive because of an internal MAC sublayer receive error. This variable returns frames not counted by the Too Long Frames Received, Nonaligned Frames Received, FCS Errored Frames Received, In-Range Length Errors Recd, and Out-Range Length Errors Recd variables.
                     dot3XRxAutoPartitionStatus 1.3.6.1.3.3.3.1.6 integer read-write
The autopartition status of the INX-NMM. Devices that support autopartitioning have the ability to autonomously disconnect from the network when they sense trouble, e.g., a device with a jabber condition. Because the INX-NMM interface does not support autopartitioning, this variable always returns 2, and may only be set to 2.
                     dot3XRxAutoPartitionLog 1.3.6.1.3.3.3.1.7 counter read-only
The number of autopartitions the INX-NMM has performed. Devices that support autopartitioning maintain a log of the number of times they disconnected from the network. Because the INX-NMM interface does not support auto-partitioning, this variable always returns 0.
                     dot3XRxLastSourceAddress 1.3.6.1.3.3.3.1.8 octet string read-only
The source address of the last frame successfully received. Because this value changes too often to be useful, the INX-NMM interface does not record the last source address of received frames; therefore, this variable always returns a string of 0s.
                     dot3XRxSourceAddressLog 1.3.6.1.3.3.3.1.9 counter read-only
The number of times that the value of Last Good Source Address has changed. The INX-NMM interface does not log source address changes; therefore, this variable always returns 0.
             dot3XTxTable 1.3.6.1.3.3.4 no-access
A list of transmit errors and statistics for the INX-NMM Ethernet interface. You cannot access this variable; it is only a table marker in the MIB.
                 dot3XTxEntry 1.3.6.1.3.3.4.1 no-access
An entry in the Interface Xmit Error/Stat table. (See the previous variable, Interface Xmit Error/Stat Table, for an explanation of this table.) You cannot access this variable; it is only a table marker in the MIB. The following variables are entries in the table: Interface Xmit Error/Stat Index Interface Transmit Status Transmissions Deferred Late Collisions Detected Excessive Collisions Detected MAC Transmit Errors Carrier Sense Errors Deferred Frames TDR Status
                     dot3XTxIndex 1.3.6.1.3.3.4.1.1 integer read-only
The value assigned to the INX-NMM Ethernet interface. Because the INX-NMM has only one interface, this variable always returns 1.
                     dot3XTxEnabled 1.3.6.1.3.3.4.1.2 integer read-write
The transmit status of the interface, i.e., whether it is able to transmit frames. Because transmit is always enabled on the INX-NMM, this variable always returns true(1). Enumeration: 'true': 1.
                     dot3XTxDeferredTransmissions 1.3.6.1.3.3.4.1.3 counter read-only
The number of times the INX-NMM deferred transmission of data because it sensed traffic on the network. Because the INX-NMM does not record deferrals, this variable always returns 0.
                     dot3XTxLateCollisions 1.3.6.1.3.3.4.1.4 counter read-only
The number of times that a collision has been detected on this bus later than 512 bit times from frame start. This count is not maintained by the INX-NMM, so this variable always returns 0.
                     dot3XTxExcessiveCollisions 1.3.6.1.3.3.4.1.5 counter read-only
The number of frames the interface could not transmit because of excessive collisions.
                     dot3XTxInternalMACTransmitErrors 1.3.6.1.3.3.4.1.6 counter read-only
The number of frames the interface could not transmit because of an internal MAC sublayer transmit error. This variable counts frames not counted by the Late Collisions Detected, Excessive Collisions Detected, Carrier Sense Errors, and Deferred Frames variables.
                     dot3XTxCarrierSenseErrors 1.3.6.1.3.3.4.1.7 counter read-only
The number of times that the carrier-sense condition was lost or never asserted when the INX-NMM attempted to transmit a frame on the interface. This count is incrememted at most once per transmission attempt, even if the carrier-sense condition fluctuates during the transmit attempt.
                     dot3XTxExcessiveDeferrals 1.3.6.1.3.3.4.1.8 counter read-only
The number of frames the INX-NMM deferred transmitting for an excessive period of time. Because the INX-NMM interface does not record deferrals, this variable always returns 0.
                     dot3XTxTDR 1.3.6.1.3.3.4.1.9 gauge read-only
The status of Time Domain Reflectometry (TDR) on the INX-NMM. TDR is the ability of a device to check the viability of a cable by sending a signal to the end of the cable. The INX-NMM interface does not support Time Domain Reflectometry, so this variable always returns 0.
             dot3CollTable 1.3.6.1.3.3.5 no-access
A histogram representing the frequency of collisions on the interface. In the Collision Frequency histogram, one dimension of each cell represents Collisions per Frame, and the other dimension represents Collision Frequency. You cannot access this variable; it is only a table marker in the MIB.
                 dot3CollEntry 1.3.6.1.3.3.5.1 no-access
An entry in the Collision Frequency table. (See the previous variable, Collision Frequency Table, for an explanation of this table.) You cannot access this variable; it is only a table marker in the MIB. The following variables are entries in the table: Collision Frequency Index Collisions per Frame Collision Frequency
                     dot3CollIndex 1.3.6.1.3.3.5.1.1 integer read-only
The value assigned to the INX-NMM Ethernet interface. Because the INX-NMM has only one interface, this variable always returns 1.
                     dot3CollCount 1.3.6.1.3.3.5.1.2 integer read-only
The number of media collisions per frame indicated by one cell in the collision histogram. The INX-NMM tracks the number of collisions up to 15.
                     dot3CollFrequency 1.3.6.1.3.3.5.1.3 counter read-only
The number of frames that were transmitted after experiencing exactly Collisions per Frame collisions on the INX-NMM Ethernet interface (see the previous variable).
     private 1.3.6.1.4
         enterprises 1.3.6.1.4.1
             interlan 1.3.6.1.4.1.28
                   riProducts 1.3.6.1.4.1.28.1
                       riProdLdc 1.3.6.1.4.1.28.1.3
                           riPLdcNMM 1.3.6.1.4.1.28.1.3.1
                   riTelnet 1.3.6.1.4.1.28.3
                       tnCount 1.3.6.1.4.1.28.3.1 counter read-only
The number of telnet sessions that have been initiated from the INX-NMM. Because the INX-NMM doesn't initiate sessions, this variable always returns 0.
                       tnTable 1.3.6.1.4.1.28.3.2 no-access
Contains telnet session-specific information that is appropriate to either the server or client side of a session. You cannot access this variable; it is only a table marker in the MIB.
                           tnEntry 1.3.6.1.4.1.28.3.2.1 no-access
An entry in the Telnet Session table. (See the previous variable, Telnet Session Table, for an explanation of this table.) There is one entry in the table for each active telnet session. You cannot access this variable; it is only a table marker in the MIB. The following variables are entries in the table: Telnet Port Identifier Local IP Addr of TCP Cxn Remote IP Addr of TCP Cxn Local Port of TCP Connection Remote Port of TCP Connection Up Time at Session Start Session Options On Telnet Session State Telnet User ID
                               tnPort 1.3.6.1.4.1.28.3.2.1.1 integer read-only
An internal index in the INX-NMM.
                               tnLocalIpAddress 1.3.6.1.4.1.28.3.2.1.2 ipaddress read-only
The local IP address of the TCP connection that this telnet session is using. The value of this variable is the same as the value of the Connection Local Address variable for the TCP connection this telnet session is using.
                               tnRemoteIpAddress 1.3.6.1.4.1.28.3.2.1.3 ipaddress read-only
The remote IP address of the TCP connection that this telnet session is using. The value of this variable is the same as the value of the Connection Remote Address variable for the TCP connection this telnet session is using.
                               tnLocalPort 1.3.6.1.4.1.28.3.2.1.4 integer read-only
The local port of the TCP connection that this telnet session is using. The value of this variable is the same as the value of the Connection Local Port Number variable for the TCP connection this telnet session is using.
                               tnRemotePort 1.3.6.1.4.1.28.3.2.1.5 integer read-only
The remote port of the TCP connection that this telnet session is using. The value of this variable is the same as the value of the Connection Remote Port Number variable for the TCP connection this telnet session is using.
                               tnUpTime 1.3.6.1.4.1.28.3.2.1.6 timeticks read-only
The value of INX-NMM Up Time at the time the telnet session was established.
                               tnOptionsOn 1.3.6.1.4.1.28.3.2.1.7 octet string read-only
Indicates which options are on/enabled in the will/do state. Each octet in the string contains the numerical value of an option that is on. For example, if a session had options 1, 4, 10, 15, and 20 on, then this variable would be 5 octets long, and the octets would contain the values 1, 4, 10, 15, and 20. The option values in the octet string can be in any order.
                               tnState 1.3.6.1.4.1.28.3.2.1.8 integer read-only
Shows the state of the session. This variable always returns serverActive(1), which indicates that the INX-NMM is the telnet server and that a session is active, i.e., the user has logged in to this end of the connection. Enumeration: 'serverActive': 1.
                               tnUserId 1.3.6.1.4.1.28.3.2.1.9 octet string read-only
The identification of the actual user at that end of the telnet session. The INX-NMM always returns a null string for this variable, because the concept of a user ID is not relevant to the INX-NMM.
                   riLdcNmm 1.3.6.1.4.1.28.10
                         riLdcHardwareRev 1.3.6.1.4.1.28.10.1 displaystring read-only
The hardware revision level of the INX-CMM, which this variable returns as a hexadecimal display string. Note: This is NOT the hardware revision level of the INX-NMM module.
                         riLdcFirmwareRev 1.3.6.1.4.1.28.10.2 displaystring read-only
The firmware revision level of the INX-CMM, i.e., the revision level of the INX-CMM PROMs. Note: This is NOT the firmware revision level of the INX-NMM module.
                         riLdcChassisSoftwareRev 1.3.6.1.4.1.28.10.3 displaystring read-only
The software revision level of higher-level INX-CMM software. Currently, there is no higher-level software on the INX-CMM; all its software is contained in the INX-CMM PROMS, whose revision level is returned by the previous variable, riLdcFirmwareRev. Because there is no higher-level software on the INX-CMM, this variable returns 0. Note: This is NOT the software revision level of the INX-NMM module.
                         riLdcChassisSerialNumber 1.3.6.1.4.1.28.10.4 displaystring read-only
The logic module serial number of the INX-CMM.
                         riLdcChassisStatus 1.3.6.1.4.1.28.10.5 integer read-write
The state of the modules in the chassis. This variable returns enabled(6) if any module in the chassis is set to enabled(6). It returns disabled(7) when all modules, excluding the INX-NMM, are set to disabled(7). To reboot all modules in the chassis, including the INX-NMM, set this variable to reset(1). Wait two minutes after changing boot parameters for any module in the chassis before setting this variable to reset(1). This ensures that your configuration updates have been stored in NVRAM. You cannot set this variable to other(200). Enumeration: 'reset': 1, 'disabled': 7, 'other': 200, 'enabled': 6.
                         riLdcChassisSlotCount 1.3.6.1.4.1.28.10.6 integer read-only
The total number of slots available in the chassis for INTERNExT modules. The INX5000-3 contains 3 slots, and the INX5000-12 contains 13 slots.
                         riLdcNumPowerSupplies 1.3.6.1.4.1.28.10.7 integer read-only
The number of power supplies that are installed in the INTERNExT chassis. This variable returns either 1 or 2, because the INX5000-3 requires one power supply module, and the INX5000-12 can operate with either one or two power supply modules installed.
                         riLdcNumBusMons 1.3.6.1.4.1.28.10.8 integer read-only
The number of entries in the Bus Monitor table, which contains statistics for the internal INTERNExT chassis buses. This variable always returns 2, because the chassis contains two internal Ethernet buses, Bus A and Bus B.
                         riLdcNumFans 1.3.6.1.4.1.28.10.9 integer read-only
The number of entries in the Fan Status table, which contains information about the chassis fans. This variable returns either 1 or 4, because the INX5000-3 requires one fan to operate, and the INX5000-12 requires four.
                         riLdcChassisSlotTable 1.3.6.1.4.1.28.10.10 no-access
The Slot table contains information on the contents of each INTERNExT chassis slot. You cannot access this variable; it is only a table marker in the MIB.
                               riLdcSlotEntry 1.3.6.1.4.1.28.10.10.1 no-access
An entry in the Slot table. (See the previous variable, Chassis Slot Table, for an explanation of this table.) You cannot access this variable; it is only a table marker in the MIB. The following variables are entries in the table: Chassis Slot Index Logic Module Object ID Desired Logic Module State Current Logic Module State Logic Module Bus Logic Module Hardware Rev Logic Module Firmware Rev Logic Module Software Rev Logic Module Serial Number Slot Diagnostic Results Slot Diagnostic Code Logic Module Detection Time Slot Temperature Status Connectivity Module Type Connectivity Module Rev Connectivity Module Serial Number Connectivity Module State Connectivity Module Bus Media Type Setting Sonic Bus Slot Module Type Set INX-NMM to Standby
                                   riLdcSlotIndex 1.3.6.1.4.1.28.10.10.1.1 integer read-only
A unique value for each slot in the chassis. The value ranges from 1 to n, where n is the number of slots in the chassis. This variable returns 14 for the CMM slot in the INX5000-12, and 4 for the CMM slot in the INX5000-3.
                                   riLdcSlotContents 1.3.6.1.4.1.28.10.10.1.2 object identifier read-only
The type of logic module that is in the slot, as specified below. If the slot is empty, this variable returns 0.0. 1.3.6.1.4.1.28.1.3.1.1 INX-NMM 1.3.6.1.4.1.28.1.3.2.1 INX-10BT 1.3.6.1.4.1.28.1.3.3.1 INX-FOIRL 1.3.6.1.4.1.28.1.3.4.1 INX-NTS 1.3.6.1.4.1.28.1.3.6.1 INX-CMM 1.3.6.1.4.1.28.1.3.5.1 INX-LBR 1.3.6.1.4.1.28.1.3.5.2 INX-RBR 0.0 No module in slot.
                                   riLdcSlotAdminStatus 1.3.6.1.4.1.28.10.10.1.3 integer read-write
The state of the logic module in the slot. To enable or disable a logic module, first set this variable to enabled(6) or disabled(7), then reboot the module by setting the variable to reboot(1). Only reboot(1), enabled(6), and disabled(7) are settable values. If you try to set the state of the INX-CMM with this variable, the value is accepted but has no effect. To set the state of the INX-CMM, use the Chassis Module State variable. If you try to set this variable for an empty slot, a badValue error is returned. When read, the variable returns the same status as Current Logic Module State. Enumeration: 'enabled': 6, 'reboot': 1, 'disabled': 7, 'other': 200, 'booting': 34, 'empty': 31.
                                   riLdcSlotOperStatus 1.3.6.1.4.1.28.10.10.1.4 integer read-only
The current state of the logic module in the slot. empty(31) indicates that there is nothing in the slot; other(200) indicates that the module in the slot has an undefined status. Enumeration: 'disabled': 7, 'other': 200, 'enabled': 6, 'empty': 31, 'booting': 34.
                                   riLdcSlotBus 1.3.6.1.4.1.28.10.10.1.5 integer read-write
The internal Ethernet bus connected to the NIC of the logic module. The values have the following meanings: o bus-a(2) indicates that the NIC is connected to Bus A. o bus-b(3) indicates that the NIC is connected to Bus B. o other(200) indicates that the slot is empty. After you set this variable, you must reboot the module with the Desired Logic Module State variable for the new setting to take effect. If you set this variable and then read it without rebooting, the old setting is returned. If you set one of these values for the INX-CMM or INX-LBR, it is accepted but has no effect on the INX-CMM's or INX-LBR's operation, because it has no bus connection and the INX-LBR is not currently configurable from the INX-NMM Enumeration: 'other': 200, 'bus-a': 2, 'bus-b': 3.
                                   riLdcSlotHwRev 1.3.6.1.4.1.28.10.10.1.6 displaystring read-only
The hardware revision level of the logic module in the slot, returned as a hexadecimal string. If the slot is empty, the variable returns 0.
                                   riLdcSlotFwRev 1.3.6.1.4.1.28.10.10.1.7 displaystring read-only
The firmware revision level of the logic module in the slot. If the slot contains no module, or if the module contains no firmware, the variable returns 0.
                                   riLdcSlotSwRev 1.3.6.1.4.1.28.10.10.1.8 displaystring read-only
The revision level of the operating software image of the logic module in the slot. If the slot contains no module, or the module has no software, the variable returns 0.
                                   riLdcSlotSerialNumber 1.3.6.1.4.1.28.10.10.1.9 displaystring read-only
The serial number of the logic module in the slot. If the slot is empty, the variable returns 0.
                                   riLdcSlotDiagnostic 1.3.6.1.4.1.28.10.10.1.10 integer read-only
The results of the internal startup (i.e., nondestructive) diagnostics for the logic and connectivity modules in a slot. This variable returns either pass(92) or fail(93), indicating the general results of the diagnostic tests. If the variable returns fail(93), see the next variable, Slot Diagnostic Code, for information about which test failed. Enumeration: 'fail': 93, 'other': 200, 'pass': 92.
                                   riLdcSlotDiagnosticCode 1.3.6.1.4.1.28.10.10.1.11 octet string read-only
Diagnostic results, returned as an octet string.
                                   riLdcSlotResetTime 1.3.6.1.4.1.28.10.10.1.12 timeticks read-only
The value of INX-NMM Up Time (i.e., the length of time since the INX-NMM was last initialized) when the INX-NMM detected the presence of a logic module in this slot. This variable returns 0 in two cases: if the slot is empty, and if the slot contains an INX-NMM, because the INX-NMM detects its own presence immediately.
                                   riLdcSlotTempCondition 1.3.6.1.4.1.28.10.10.1.13 integer read-only
The temperature status of the slot. When the slot is empty or when the module in the slot is in some other failure or error state, this variable returns unknown(60). Enumeration: 'unknown': 60, 'too-hot': 62, 'ok': 61.
                                   riLdcSlotConnectivityType 1.3.6.1.4.1.28.10.10.1.14 object identifier read-only
The type of connectivity module that is in the slot, as specified below. If there is no connectivity module in this slot, or the type cannot be determined, then this variable returns 0.0. 1.3.6.1.4.1.28.1.3.2.1.1.1 10BT-RJ45 1.3.6.1.4.1.28.1.3.2.1.2.1 10BT-TELCO 1.3.6.1.4.1.28.1.3.3.1.1.1 FOIRL-FST 1.3.6.1.4.1.28.1.3.4.1.1.1 NTS-RJ45 1.3.6.1.4.1.28.1.3.4.1.2.1 NTS-TELCO 1.3.6.1.4.1.28.1.3.5.2.1.1 INX-V35 1.3.6.1.4.1.28.1.3.5.2.1.2 INX-X21 1.3.6.1.4.1.28.1.3.6.1.1.1 INX-AUI 1.3.6.1.4.1.28.1.3.6.1.2.1 INX-FST 0.0 No module in slot.
                                   riLdcSlotConnectivityRev 1.3.6.1.4.1.28.10.10.1.15 displaystring read-only
The hardware revision of the connectivity module in the slot, returned as a hexadecimal string. If the slot is empty, then this variable returns 0.
                                   riLdcSlotConnectivitySerialNumber 1.3.6.1.4.1.28.10.10.1.16 displaystring read-only
The serial number of the connectivity module in the slot. This variable returns a null string for INX-10BT RJ45 and INX-10BT Telco connectivity modules, because these modules are not equipped with identification ROM. If the slot is empty, then this variable returns 0.
                                   riLdcSlotConnectivityState 1.3.6.1.4.1.28.10.10.1.17 integer read-write
The state of the connectivity module in the slot. You can enable or disable only INX-AUI and INX-FST connectivity modules with this variable. INX-10BT, INX-NTS and FOIRL-FST connectivity modules always return enabled(19), and cannot be set to disabled(10). other(200) is returned for empty slots; you cannot set this value. Enumeration: 'disabled': 10, 'other': 200, 'enabled': 19.
                                   riLdcSlotConnectivityBus 1.3.6.1.4.1.28.10.10.1.18 integer read-write
The bus connected to an INX-AUI or INX-FST connectivity module. o bus-a(8) indicates that the INX-AUI or INX-FST is connected to Bus A. o bus-b(9) indicates that INX-AUI or INX-FST is connected to Bus B. o other(200) indicates that the connectivity module is not an INX-AUI or INX-FST; you cannot set this value. Enumeration: 'other': 200, 'bus-a': 8, 'bus-b': 9.
                                   riLdcSlotConnectivityMedia 1.3.6.1.4.1.28.10.10.1.19 integer read-write
The INX media type for the connectivity module located in this slot. o backbone thick(11) indicates that the media type of the INX-AUI or INX-FST is set for connection to an external transceiver. o backbone-thin(12) indicates that the media type of the INX-AUI is set for connection to Thin Ethernet. o backbone-fiber(13) indicates that the media type of the INX-FST is set for connection to fiber-optic cable. o NTS-TELCO(17) and NTS-RJ45(18) are the connectivity modules for the INX-NTS logic module. The NTS-RJ45 has 16 RJ-45 ports, numbered 1 through 16, top to bottom. The NTS-TELCO has two 50-pin telco connectors. o 10BT-TELCO(33) and 10BT-RJ45(34) are the connectivity modules for the INX-10BT logic module. The 10BT-RJ45 has 12 RJ-45 twisted pair transceiver ports. The 10BT-TELCO has one 50-pin telco connector. o FOIRL-FST(49) is the connectivity module for the INX-FOIRL, containing 6 pairs of ST fiber-optic connectors for connection to six ports. o BRIDGE-V35(81) and BRIDGE-X21U(82) are the connectivity modules for the INX-RBR. o other(200) indicates that the connectivity module is not an INX-AUI or INX-FST; you cannot set this value. Enumeration: 'bridge-v35': 81, 'backbone-fiber': 13, 'backbone-thick': 11, 'bt-10-rj45': 34, 'other': 200, 'nts-rj45': 18, 'bt-10-telco': 33, 'foirl-fiber': 49, 'backbone-thin': 12, 'bridge-x21': 82, 'nts-telco': 17.
                                   riLdcSlotSonicBus 1.3.6.1.4.1.28.10.10.1.20 integer read-write
The internal Ethernet bus that the INX-NMM SONIC is monitoring. o bus-a(15) indicates that the SONIC is monitoring Bus A. o bus-b(16) indicates that the SONIC is monitoring Bus B. o other(200) indicates that the logic module is not an INX-NMM; you cannot set this value. After you set this variable, you must reboot the module with the Desired Logic Module State variable for the new setting to take effect. If you set this variable and then read it without rebooting, the old setting is returned. Enumeration: 'other': 200, 'bus-a': 15, 'bus-b': 16.
                                   riLdcSlotModuleType 1.3.6.1.4.1.28.10.10.1.21 integer read-only
The type of logic module in the specified slot. This variable returns the same information as Logic Module Object ID, but in integer form, rather than as object identifiers. Enumeration: 'inx-foirl': 6, 'inx-nts': 2, 'inx-cmm': 4, 'inx-rbr': 5, 'other': 200, 'inx-nmm': 1, 'inx-lbr': 7, 'empty': 31, 'inx-10bt': 3.
                                   riLdcSlotStandbyNMM 1.3.6.1.4.1.28.10.10.1.22 integer read-write
Whether this INX-NMM is in standby mode. For this INX-NMM to be the master, this variable must be set to non-standby-NMM(4) and the Desired Logic Module State variable must be set to enabled(6). For this INX-NMM to be the slave, this variable must be set to non-standby-NMM(4) and the MDSU, Desired Logic Module State variable must be set to disabled(7). If this variable is set to standby-NMM(3), this INX-NMM is in standby mode; the setting of this variable overrides the setting of the Desired Logic Module State variable. This variable returns other(200) when read if the module in this slot is not an INX-NMM. Enumeration: 'other': 200, 'standby-NMM': 3, 'non-standby-NMM': 4.
                         riLdcPowerSupplyTable 1.3.6.1.4.1.28.10.11 no-access
The Power Supply table contains information on the INTERNExT chassis power supplies. You cannot access this variable; it is only a table marker in the MIB.
                               riLdcPSEntry 1.3.6.1.4.1.28.10.11.1 no-access
An entry in the Power Supply table. (See the previous variable, Power Supply Table, for an explanation of this table.) You cannot access this variable; it is only a table marker in the MIB. The following variables are entries in the table: Power Supply Table Index Power Supply State
                                   riLdcPSIndex 1.3.6.1.4.1.28.10.11.1.1 integer read-only
A unique value for each power supply in the chassis. Values range from 1 to n, where n is the number of available positions for power supplies in the chassis. There is one position for a power supply module in the INX5000-3, and two positions for power supply modules in the INX5000-12.
                                   riLdcPSActualStatus 1.3.6.1.4.1.28.10.11.1.3 integer read-only
The current operational state of the power supply. The values and their meanings are as follows: o off(71) indicates that the power supply in this position is not supplying power. Warning: Do not remove the power entry module until you have another one to replace it. All modules, except the INX-NMM and INX-CMM, power down automatically within five minutes after the top power entry module is removed. o active(72) indicates that the power supply in this position is active and supplying power to the chassis, and all conditions in the power supply are optimal (i.e., no fault has been detected in the power supply). o other(200) indicates that this position is empty. Enumeration: 'active': 72, 'other': 200, 'off': 71.
                         riLdcBusMonTable 1.3.6.1.4.1.28.10.12 no-access
The Bus Monitor table maintains traffic statistics on the internal buses of the INTERNExT chassis. You cannot access this variable; it is only a table marker in the MIB.
                               riLdcBusMonEntry 1.3.6.1.4.1.28.10.12.1 no-access
Entries in the Bus Monitor table provide statistical information on the activities of the internal Ethernet buses. (See the previous variable, Bus Monitor Table, for an explanation of this table.) You cannot access this variable; it is only a table marker in the MIB. The following variables are entries in the table: Bus Monitor Table Index Monitored Bus Frames Received Frames Received Rate Octets Recd Octets Received Rate Multicast Frames Received Multicast Frames Received Rate Broadcast Frames Received Broadcast Frames Received Rate Normal Collisions Normal Collisions Rate Late Collisions Late Collisions Rate CRC Errored Frames Received CRC Errored Frames Recd Rate Collision Fragments Received Collision Fragments Received Rate Short Frames Received Short Frames Received Rate In-Range Errors Received In-Range Errors Received Rate Out-Range Errors Received Out-Range Errors Received Rate Too Long Frames Received Too Long Frames Received Rate Nonaligned Frames Received Nonaligned Frames Recd Rate Missed Frames Received Missed Frames Received Rate Bad Frames Received Bad Frames Received Rate Peak Bus Utilization Peak Bus Utilization Time Current Bus Utilization
                                   riLdcBusMonIndex 1.3.6.1.4.1.28.10.12.1.1 integer read-only
A unique value for each table entry. The value ranges from 1 to the value of Bus Monitor Entries. 1 for Bus A, 2 for Bus B
                                   riLdcBusMonBus 1.3.6.1.4.1.28.10.12.1.2 integer read-only
The internal Ethernet bus associated with this entry. The INTERNExT chassis contains two internal Ethernet buses, Bus A and Bus B. Enumeration: 'bus-a': 15, 'bus-b': 16.
                                   riLdcBusMonFramesReceivedOK 1.3.6.1.4.1.28.10.12.1.3 counter read-only
The number of frames received successfully off the bus by the SONIC. This value does not include frames received with FCS, length, or alignment errors, or frames lost due to internal errors.
                                   riLdcBusMonFramesReceivedOKRate 1.3.6.1.4.1.28.10.12.1.4 gauge read-only
The rate of frames received successfully off the bus by the SONIC. This value does not include frames received with FCS, length, or alignment errors, or frames lost due to internal errors.
                                   riLdcBusMonOctetsReceivedOK 1.3.6.1.4.1.28.10.12.1.5 counter read-only
The number of octets associated with the frames included in Frames Received.
                                   riLdcBusMonOctetsReceivedOKRate 1.3.6.1.4.1.28.10.12.1.6 gauge read-only
The rate of octets associated with the frames included in Frames Received.
                                   riLdcBusMonMCastFramesReceivedOK 1.3.6.1.4.1.28.10.12.1.7 counter read-only
The number of frames received successfully off this bus that have an Ethernet multicast destination address.
                                   riLdcBusMonMCastFramesReceivedOKRate 1.3.6.1.4.1.28.10.12.1.8 gauge read-only
The rate of frames received successfully off this bus that have an Ethernet multicast destination address.
                                   riLdcBusMonBCastFramesReceivedOK 1.3.6.1.4.1.28.10.12.1.9 counter read-only
The number of frames received successfully off this bus that have a broadcast destination address.
                                   riLdcBusMonBCastFramesReceivedOKRate 1.3.6.1.4.1.28.10.12.1.10 gauge read-only
The rate of frames received successfully off of this bus that have a broadcast destination address.
                                   riLdcBusMonCollisions 1.3.6.1.4.1.28.10.12.1.11 counter read-only
The number of collisions detected on this bus that occurred within 512 bit times from frame start. (Collisions are normal for networks with high utilization.)
                                   riLdcBusMonCollisionsRate 1.3.6.1.4.1.28.10.12.1.12 gauge read-only
The rate of collisions detected on this bus that occurred within 512 bit times from frame start.
                                   riLdcBusMonLateCollisions 1.3.6.1.4.1.28.10.12.1.13 counter read-only
The number of times that a collision has been detected on this bus later than 512 bit times from frame start. A late collision is counted twice, both as a collision and as a late collision.
                                   riLdcBusMonLateCollisionsRate 1.3.6.1.4.1.28.10.12.1.14 gauge read-only
The rate of times that a collision has been detected on this bus later than 512 bit times from frame start. A late collision is counted twice, both as a collision and as a late collision.
                                   riLdcBusMonCRCErrors 1.3.6.1.4.1.28.10.12.1.15 counter read-only
The number of frames received off this bus that are an integral number of octets in length (the number of bits they contain is a multiple of eight) and that do not pass the FCS check.
                                   riLdcBusMonCRCErrorsRate 1.3.6.1.4.1.28.10.12.1.16 gauge read-only
The rate of frames received off this bus that are an integral number of octets in length (i.e., the number of bits they contain is a multiple of eight) and that do not pass the FCS check.
                                   riLdcBusMonPygmies 1.3.6.1.4.1.28.10.12.1.17 counter read-only
The number of collision fragments (frames less than 96 bits long) received on this bus.
                                   riLdcBusMonPygmiesRate 1.3.6.1.4.1.28.10.12.1.18 gauge read-only
The rate of collision fragments (frames less than 96 bits long) received on this bus.
                                   riLdcBusMonShortFrames 1.3.6.1.4.1.28.10.12.1.19 counter read-only
The number of frames received on this bus that are between 8 and 63 octets long.
                                   riLdcBusMonShortFramesRate 1.3.6.1.4.1.28.10.12.1.20 gauge read-only
The rate of frames received on this bus that are between 8 and 63 octets long.
                                   riLdcBusMonInRangeLengthErrors 1.3.6.1.4.1.28.10.12.1.21 counter read-only
Number of in-range errors received on this bus. IEEE 802.3 frames contain a length field, indicating the length of the frame. If the value in the length field and the actual length of the frame do not match, even if the length of the frame is within 802.3 parameters, the receiving device returns an in-range error.
                                   riLdcBusMonInRangeLengthErrorsRate 1.3.6.1.4.1.28.10.12.1.22 gauge read-only
Rate of in-range errors received on this bus. IEEE 802.3 frames contain a length field, indicating the length of the frame. If the value in the length field and the actual length of the frame do not match, even if the length of the frame is within 802.3 parameters, the receiving device returns an in-range error.
                                   riLdcBusMonOutOfRangeLengthErrors 1.3.6.1.4.1.28.10.12.1.23 counter read-only
Number of out-of-range errors received on this bus. IEEE 802.3 frames contain a length field, indicating the length of the frame. If the length of the frame is outside of 802.3 parameters, the receiving device returns an out-of-range error. Because the INX-NMM receives frames that do not have a length field, it cannot detect this error, and this variable always returns 0.
                                   riLdcBusMonOutOfRangeLengthErrorsRate 1.3.6.1.4.1.28.10.12.1.24 gauge read-only
Rate of out-of-range errors received on this bus. IEEE 802.3 frames contain a length field, indicating the length of the frame. If the length of the frame is outside of 802.3 parameters, the receiving device returns an out-of-range error. Because the INX-NMM receives frames that do not have a length field, it cannot detect this error, and this variable always returns 0.
                                   riLdcBusMonFramesTooLong 1.3.6.1.4.1.28.10.12.1.25 counter read-only
The number of frames received on this bus that are greater than 1520 octets long, but not greater than 5msec in duration (which would indicate a jabber condition).
                                   riLdcBusMonFramesTooLongRate 1.3.6.1.4.1.28.10.12.1.26 gauge read-only
The rate of frames received on this bus that are greater than 1520 octets long, but not greater than 5 msec in duration (which would indicate a jabber condition).
                                   riLdcBusMonAlignmentErrors 1.3.6.1.4.1.28.10.12.1.27 counter read-only
The number of frames received on this bus that are not an integral number of octets in length (i.e., the number of bits they contain is not a multiple of eight). These frames will not pass the FCS check but are counted as FCS errors.
                                   riLdcBusMonAlignmentErrorsRate 1.3.6.1.4.1.28.10.12.1.28 gauge read-only
The rate of frames received on this bus that are not an integral number of octets in length. (These frames will not pass the FCS check but are not counted as FCS errors.)
                                   riLdcBusMonMissedPackets 1.3.6.1.4.1.28.10.12.1.29 counter read-only
The number of frames received while the INX-NMM receive state is disabled. The receive state usually becomes disabled because a network error condition has created a situation where resources are limited.
                                   riLdcBusMonMissedPacketsRate 1.3.6.1.4.1.28.10.12.1.30 gauge read-only
The rate of frames received while the INX-NMM receive state is disabled. The receive state usually becomes disabled because a network error condition has created a situation where resources are limited.
                                   riLdcBusMonErrorFrames 1.3.6.1.4.1.28.10.12.1.31 counter read-only
The total number of frames received with CRC, alignment, or length errors.
                                   riLdcBusMonErrorFramesRate 1.3.6.1.4.1.28.10.12.1.32 gauge read-only
The rate of frames received with CRC, alignment, or length errors.
                                   riLdcBusMonUtilPeak 1.3.6.1.4.1.28.10.12.1.33 gauge read-write
The highest utilization of the 10MBit/sec Ethernet network detected since NMM boot (eg. 27% Peak Utilization = 2.7Mbits/sec). To clear this value and the UtilPeakTime, set this object to 0
                                   riLdcBusMonUtilPeakTime 1.3.6.1.4.1.28.10.12.1.34 timeticks read-only
The NMM Uptime when the UtilPeak was detected.
                                   riLdcBusMonUtilCurrent 1.3.6.1.4.1.28.10.12.1.35 gauge read-only
The current utilization of the 10MBit/sec Ethernet network. (eg. 15% Current Utilization = 1.5Mbits/sec).
                         riLdcFanTable 1.3.6.1.4.1.28.10.13 no-access
The Fan Status table lists the status of all fans in the chassis. You cannot access this variable; it is only a table marker in the MIB.
                               riLdcFanEntry 1.3.6.1.4.1.28.10.13.1 no-access
Status information on a single fan, i.e., an entry in the Fan Status table. (See the previous variable, Fan Status Table, for an explanation of this table.) You cannot access this variable; it is only a table marker in the MIB. The following variables are entries in the table: Fan Status Table Index Fan Status
                                   riLdcFanIndex 1.3.6.1.4.1.28.10.13.1.1 integer read-only
A unique value for each Fan Status Table entry. The value ranges from 1 to the value of Fan Status Entries. The fans are numbered from left to right as you are facing the chassis.
                                   riLdcFanStatus 1.3.6.1.4.1.28.10.13.1.2 integer read-only
The status of the fan. This variable returns on(82) if the fan is operating, and off(81) if it is not operating. Enumeration: 'on': 82, 'other': 200, 'off': 81.
                         riHotFail 1.3.6.1.4.1.28.10.14
                               riLdcHfAPrimaryAui 1.3.6.1.4.1.28.10.14.1 integer read-write
The number of the slot in which the primary Bus A backbone connectivity module for the chassis is installed.(CMM Slot is recommended)
                               riLdcHfAPrimaryMedia 1.3.6.1.4.1.28.10.14.2 integer read-write
The media type of the primary Bus A backbone connectivity module for the chassis. This variable returns backbone-thick(11) if the module is configured to be connected to the backbone network via a transceiver cable; backbone-thin(12) if the module is configured to be connected to the backbone via a Thin Ethernet coaxial cable; and backbone-fiber(13) if it is configured for connection to the backbone via fiber-optic cabling. Enumeration: 'backbone-thin': 12, 'backbone-fiber': 13, 'backbone-thick': 11.
                               riLdcHfBPrimaryAui 1.3.6.1.4.1.28.10.14.3 integer read-write
The number of the slot in which the primary Bus B backbone connectivity module for the chassis is installed. You can set this variable to not configured(200) if you do not want a backup configuration for Bus B. You cannot set this variable to the slot number of the INX-CMM.
                               riLdcHfBPrimaryMedia 1.3.6.1.4.1.28.10.14.4 integer read-write
The media type of the primary Bus B backbone connectivity module for the chassis. This variable returns backbone-thick(11) if the module is configured to be connected to the backbone netswork via a transceiver cable; backbone-thin(12) if the module is configured to be connected to the backbone via a Thin Ethernet coaxial cable; and backbone-fiber(13) if it is configured for connection to the backbone via fiber-optic cabling. Enumeration: 'backbone-thin': 12, 'backbone-fiber': 13, 'backbone-thick': 11.
                               riLdcHfABackupAui 1.3.6.1.4.1.28.10.14.5 integer read-write
The number of the slot in which the backup Bus A backbone connectivity module for the chassis is installed. Note: If you do not want to enable hot failover, but want to know when an event that would have caused it occurs, you can set this variable and Bus A Primary Backbone Slot # to the same value, and Bus A Primary Backbone Media and Bus A Backup Backbone Media to the same value. Hot failover will not occur, but if there is a failure of a network component, the Hot Failover trap is generated (if it can be transmitted on the network).
                               riLdcHfABackupMedia 1.3.6.1.4.1.28.10.14.6 integer read-write
The media type of the backup Bus A backbone connectivity module for the chassis. This variable returns backbone-thick(11) if the module is configured to be connected to the backbone netswork via a transceiver cable; backbone-thin(12) if the module is configured to be connected to the backbone via a Thin Ethernet coaxial cable; and backbone-fiber(13) if it is configured for connection to the backbone via fiber-optic cabling. Enumeration: 'backbone-thin': 12, 'backbone-fiber': 13, 'backbone-thick': 11.
                               riLdcHfBBackupAui 1.3.6.1.4.1.28.10.14.7 integer read-write
The number of the slot in which the backup Bus B backbone connectivity module for the chassis is installed. You can set this variable to not-configured(200) if you do not want a backup configuration slot number for Bus B. You cannot set this variable to the slot number of the INX-CMM.
                               riLdcHfBBackupMedia 1.3.6.1.4.1.28.10.14.8 integer read-write
The media type of the backup Bus B backbone connectivity module for the chassis. This variable returns backbone-thick(11) if the module is configured to be connected to the backbone netswork via a transceiver cable; backbone-thin(12) if the module is configured to be connected to the backbone via a Thin Ethernet coaxial cable; and backbone-fiber(13) if it is configured for connection to the backbone via fiber-optic cabling. Enumeration: 'backbone-thin': 12, 'backbone-fiber': 13, 'backbone-thick': 11.
                               riLdcHfIntState 1.3.6.1.4.1.28.10.14.9 integer read-write
The current state of internal hot failover detection for both Bus A and Bus B. Setting this variable to enabled(1) invokes internal hot failover detection/monitoring and enables the chassis to the primary hot failover configuration. To modify the internal polling frequency or the internal retry limit, you must first set this variable to disabled(2), make the modification (with the Internal Polling Frequency or Maximum Polling Retries variable), and then set this variable to enabled(1). Under certain conditions, enabling can fail; when this happens, a General Error status is returned. (Refer to the ASN file, Racal-INXNMM for detailed error definitions) Enumeration: 'dis-no-backbone': 7, 'dis-no-A-config': 3, 'enabled': 1, 'dis-no-B-config': 4, 'disabled': 2, 'dis-zero-frequency': 6, 'dis-A-B-conflict': 5.
                               riLdcHfIntPollFreq 1.3.6.1.4.1.28.10.14.10 integer read-write
The frequency, in seconds, with which the INX-NMM master and slave modules attempt to transmit a self-addressed packet onto the bus for which their NIC is configured (i.e., the communication bus). The range of valid values is 1-255 seconds, and the default is 60 seconds.
                               riLdcHfIntRetries 1.3.6.1.4.1.28.10.14.11 integer read-write
The number of polling transmits (see the previous variable, Internal Polling Frequency) that must fail before internal failover is invoked. The range of valid values is 1 - 255, and the default is 3.
                               riLdcHfExtState 1.3.6.1.4.1.28.10.14.12 integer read-write
The current state of external hot failover detection. External hot failover detection is only available for the bus on which the master INX-NMM's NIC is configured. Setting this variable to enabled(1) invokes external hot failover detection/monitoring. In addition to the status returned by the riLdcHfIntState object, the following two failures descriptions are returned if an enable(1) fails with a General Error. dis-zero-p1-addr(8) is returned when the Ping 1 address is set to 0.0.0.0. See the Ext Failover Detection/Ping 1 variable. dis-wrong-ext-bus(9) is returned when the master NIC is on Bus B and the primary or backup configuration for Bus B is invalid. See the Bus B Primary Backbone Slot #, Bus B Backup Backbone Slot #, Bus B Primary Backbone Media, and Bus B Backup Backbone Media variables. Enumeration: 'dis-no-backbone': 7, 'dis-wrong-ext-bus': 9, 'dis-no-A-config': 3, 'enabled': 1, 'dis-no-B-config': 4, 'disabled': 2, 'dis-zero-p1-addr': 8, 'dis-zero-frequency': 6, 'dis-A-B-conflict': 5.
                               riLdcHfExtPing1 1.3.6.1.4.1.28.10.14.13 ipaddress read-write
The IP adress of the node to which the master INX-NMM will ping to detect external cable failures. The master INX-NMM wil send the pings on the bus for which its NIC is configured. Only that bus can have external hot failure detection in use. Setting this value to 0.0.0.0 disables external hot failover detection by making it impossible to set External Failover Detection to enabled.
                               riLdcHfExtPing2 1.3.6.1.4.1.28.10.14.14 ipaddress read-write
The IP address of a second node to ping should the first host not respond (see the previous variable, Ext Failover Detection/Ping 1). This eliminates the false hot failover detections that occur when the ping1 host is rebooting at the time the ping is made. The INX-NMM only tries to ping this address once the ping address reverts to the one specified by Ext Failover Detection/Ping 1. As with Ext Failover Detection/Ping1, set this variable to the address of the node to which the master INX-NMM will ping to detect external cable failures. The master INX-NMM sends the pings on the bus for which its NIC is configured (i.e., the value of Logic Module Bus). If you set this variable to 0.0.0.0, external hot failover detection is enabled, but only Ext Failover Detection/Ping1 is used.
                               riLdcHfExtPollFreq 1.3.6.1.4.1.28.10.14.15 integer read-write
The frequency, in seconds, with which the master INX-NMM pings the address specified by Ext Failover Detection/Ping 1 or Ext Failover Detection/Ping 2. The range of valid values is 1 - 255 seconds, and the default is 15 seconds.
                               riLdcHfExtResponseTmo 1.3.6.1.4.1.28.10.14.16 integer read-write
The number of seconds the INX-NMM waits for a response to the ping before the ping is considered failed. The range of valid values is 1 - 60 seconds, and the default is three seconds.
                               riLdcHfExtRetries 1.3.6.1.4.1.28.10.14.17 integer read-write
The number of pings to the host specified by Ext Failover Detection/Ping 1 that must fail before external failover is invoked. The range is 1 - 255, and the default is 3.
                               riLdcHfHysteresis 1.3.6.1.4.1.28.10.14.18 integer read-write
The number of seconds required between failovers from the backup configuration to the primary configuration. This hysteresis time eliminates the continuous hot failing from one network to another that can occur if there is an intermittent failure on one of the networks. There is no hysteresis time when failing the primary configuration to the backup configuration.
                               riLdcHfTable 1.3.6.1.4.1.28.10.14.19 no-access
The Hot Failover Status table contains information on the hot failover status of each internal bus.
                                     riLdcHfEntry 1.3.6.1.4.1.28.10.14.19.1 no-access
Statistical information for the Hot Failover functions. (See the previous variable, Hot Fail Table, for an explanation of this table.) Hot Failover Status Index Current Configuration Time of Last Failover Internal Failover Count External Failover Count Primary Config Failover Cause Backup Config Failover Cause Internal Transmit Status Internal Transmit Failures AUI Autopartition Status Bus Autopartitions Bus Clock Status Bus Clock Failures Configuration Status Configuration Changes Ping 1 Host Status Ping 1 Host Failures Ping 2 Host Status Ping 2 Host Failures
                                         riLdcHfIndex 1.3.6.1.4.1.28.10.14.19.1.1 integer read-only
A unique value for each bus entry in the Hot Failover Status table, i.e., Bus A or Bus B. This variable returns 1 for Bus A and 2 for Bus B.
                                         riLdcHfPrimBkupState 1.3.6.1.4.1.28.10.14.19.1.2 integer read-only
Whether this bus is currently operating with its primary configuration or its backup configuration. The returned value of this variable depends on the settings of the first eight variables in the Hot Failover group: Bus A Primary Backbone Slot #, Bus A Primary Backbone Media, Bus B Primary Backbone Slot #, Bus B Primary Backbone Media, Bus A Backup Backbone Slot #, Bus A Backup Backbone Media, Bus B Backup Backbone Slot #, and Bus B Backup Backbone Media. This variable returns not-in-use(200) if both internal and external hot failover detection are disabled for this bus, or if there is a problem in the configuration for the bus, which might be due to contradictory settings of some of the variables in the Hot Failover group. Enumeration: 'using-prim-config': 1, 'using-bkup-config': 2, 'not-in-use': 200.
                                         riLdcHfLastFailover 1.3.6.1.4.1.28.10.14.19.1.3 timeticks read-only
The value of INX-NMM Up Time (the sysUpTime variable in the System group for the INX-NMM) at the time the last failover for this bus occurred. By subtracting this value from the current INX-NMM UP Time value, you can tell how long ago the failover occurred.
                                         riLdcHfIntFailovers 1.3.6.1.4.1.28.10.14.19.1.4 counter read-only
The number of internal hot failovers invoked for this bus since the last boot of the INX-NMM.
                                         riLdcHfExtFailovers 1.3.6.1.4.1.28.10.14.19.1.5 counter read-only
The number of external hot failovers invoked for this bus since the last boot of the INX-NMM.
                                         riLdcHfPrimReason 1.3.6.1.4.1.28.10.14.19.1.6 integer read-only
The reason that an initial failover or automatic configuration change was invoked following a fault detected in the primary configuration. This variable returns nofailover(1) if no failover has occurred or if the bus is not configured. It returns autopartitioned(3) if the reason for the failure is that the bus backbone module has autopartitioned, bus-clock-failure(4) if the cause is an internal chassis bus clock failure, internal-tx-failure(5) if the cause is an internal transmit failure, external-ping-failure(6) if the cause is the failure of a ping attempt, and config-change(7) if the backbone modules had to be reset during the current configuration if another backbone was enabled by a means other than hot failover (for example, with the Connectivity Module Bus variable). Enumeration: 'bus-clock-failure': 4, 'autopartitioned': 3, 'internal-tx-failure': 5, 'external-ping-failure': 6, 'nofailover': 1, 'config-change': 7.
                                         riLdcHfBkupReason 1.3.6.1.4.1.28.10.14.19.1.7 integer read-only
The reason that an initial failover or automatic Bacbone re-configuration was invoked following a fault detected in the backup configuration. This variable returns nofailover(1) if no failover has occurred or if the bus is not configured. It returns autopartitioned(3) if the reason for the failure is that the bus backbone module has autopartitioned, bus-clock-failure(4) if the cause is an internal chassis bus clock failure, internal-tx-failure(5) if the cause is an internal transmit failure, external-ping-failure(6) if the cause is the failure of a ping attempt, and config-change(7) if the backbone modules had to be reset during the current configuration if another backbone was enabled by a means other than hot failover (for example, with the Connectivity Module Bus variable). Enumeration: 'bus-clock-failure': 4, 'autopartitioned': 3, 'internal-tx-failure': 5, 'external-ping-failure': 6, 'nofailover': 1, 'config-change': 7.
                                         riLdcHfIntTxStatus 1.3.6.1.4.1.28.10.14.19.1.8 integer read-only
This variable returns the transmit status of the internal detection scheme for this bus. It returns internal-bus-OK(1) if internal transmits are succeeding and no other bus errors are evident. If internal transmits are not succeeding or there is another bus error, it returns a value that tells you what the problem is, i.e., lost-crs(2), excess-collisions(3), or other-tx-error(4). If internal detection is not enabled, this variable returns not-in-use(200). Enumeration: 'excess-collisions': 3, 'other-tx-error': 4, 'internal-bus-OK': 1, 'not-in-use': 200, 'lost-crs': 2.
                                         riLdcHfIntTxFailures 1.3.6.1.4.1.28.10.14.19.1.9 counter read-only
The number of internal transmit failures that have occurred on this bus since the last boot of the INX-NMM.
                                         riLdcHfAutopartState 1.3.6.1.4.1.28.10.14.19.1.10 integer read-only
The state of the backbone connectivity module for this bus, i.e., whether it is currently autopartitioned. This variable returns aui-OK(1) if the module is not autopartitioned, and aui-autopartitioned(2) if it is. It returns other(200) if either Bus B Primary Backbone Slot # or Bus B Backup Backbone Slot # is set to not configured(200). Enumeration: 'aui-autopartitioned': 2, 'not-configured': 200, 'aui-OK': 1.
                                         riLdcHfBusAutopartitions 1.3.6.1.4.1.28.10.14.19.1.11 counter read-only
The number of times this bus has autopartitioned since the last boot of the INX-NMM. This count is the number of autopartitions of the backbone connectivity module. Note: This count does not include any port that is connected to this bus through a concentrator module.
                                         riLdcHfBusClockStatus 1.3.6.1.4.1.28.10.14.19.1.12 integer read-only
The status of this bus's master clock, which is provided by the backbone connectivity module. This variable returns busclockok(1) if the clock is functioning normally, and busclockfailed(2) if it is not. Enumeration: 'bus-clock-failed': 2, 'bus-clock-ok': 1.
                                         riLdcHfBusClockFailures 1.3.6.1.4.1.28.10.14.19.1.13 counter read-only
The number times this bus's clock has failed since the last reboot of the INX-NMM.
                                         riLdcHfBusConfigStatus 1.3.6.1.4.1.28.10.14.19.1.14 integer read-only
The current status of the backbone connectivity module's configuration. Enumeration: 'config-ok': 1, 'no-backbones-enabled': 3, 'two-backbones-enabled': 2.
                                         riLdcHfBusConfigChanges 1.3.6.1.4.1.28.10.14.19.1.15 counter read-only
The number of times the backbone modules were reconfigured to the primary configuration because a mismatch of that configuration with the actual physical backbone configuration or an illegal configuration was detected. Hot Failover detects this change and fails to the primary configuration.
                                         riLdcHfExtPing1Status 1.3.6.1.4.1.28.10.14.19.1.16 integer read-only
The ping 1 host (i.e., the value of Ext Failover Det'n/Ping 1 Addr) status for the external detection scheme. This variable returns external-bus-OK(1) if the INX-NMM is able to ping the external host, and host-unreachable(2) if it cannot. If external failover detection is not enabled, this variable returns not-in-use(200). Enumeration: 'not-configured': 200, 'host-unreachable': 2, 'external-bus-OK': 1.
                                         riLdcHfExtPing1Failures 1.3.6.1.4.1.28.10.14.19.1.17 counter read-only
The number of ping 1 host (i.e.,the value of Ext Failover Det'n/Ping 1 Addr) status failures for the external detection scheme since the last boot of the INX-NMM.
                                         riLdcHfExtPing2Status 1.3.6.1.4.1.28.10.14.19.1.18 integer read-only
The ping 2 host (i.e., the value of Ext Failover Det'n/Ping 2 Addr) status for the external detection scheme. This variable returns external-bus-OK(1) if the INX-NMM is able to ping the external host, and host-unreachable(2) if it cannot. If external failover detection is not enabled, or if Ext Failover Detection/Ping 2 is set to 0.0.0.0, this variable returns not-in-use(200). Enumeration: 'not-configured': 200, 'host-unreachable': 2, 'external-bus-OK': 1.
                                         riLdcHfExtPing2Failures 1.3.6.1.4.1.28.10.14.19.1.19 counter read-only
The number of ping 2 (i.e., the value of Ext Failover Det'n/Ping 2 Addr) host status failures for the external detection scheme since the last boot of the INX-NMM.
                   riPort 1.3.6.1.4.1.28.13
                         riPortTable 1.3.6.1.4.1.28.13.1 no-access
Statistical information about the INX-10BT and INX-FOIRL module ports. You cannot access this variable; it is only a table marker in the MIB. Note: If there is no INX-10BT or INX-FOIRL module in the slot for which you are trying to get information, that slot is not accessible and the variable returns ;MIB Object Not Found.
                             riPortEntry 1.3.6.1.4.1.28.13.1.1 no-access
Statistical information for a single Ethernet port, i.e., an entry in the Port table. (See the previous variable, Port Table, for an explanation of this table.) You cannot access this variable; it is only a table marker in the MIB. The following variables are entries in the table: Slot Number Port Number Port State Frames Rec'd Frames Rec'd Rate Octets Rec'd Octets Rec'd Rate Multicast Frames Rec'd Multicast Frames Rec'd Rate Broadcast Frames Rec'd Broadcast Frames Rec'd Rate Collisions Collisions Rate CRC Errored Frames Rec'd CRC Errored Frames Rec'd Rate Short Frames Rec'd Short Frames Rec'd Rate In-Range Errors Rec'd In-Range Errors Rec'd Rate Out-Range Errors Rec'd Out-Range Errors Rec'd Rate Too Long Frames Rec'd Too Long Frames Rec'd Rate Nonaligned Frames Rec'd Nonaligned Frames Rec'd Rate Autopartitions Autopartitions Rate Transmit Clock Violations Transmit Clock Violations Rate Last Good Source Address Source Address Changes Source Address Changes Rate Link Disconnects Link Disconnects Rate Late Collision Count Late Collision Rate Jabber Lockups Jabber Lockups Rate Port Link Status
                                 riPortSlotNumber 1.3.6.1.4.1.28.13.1.1.1 integer read-only
A unique value for each slot in the chassis that contains an INX-10BT or INX-FOIRL module. Values range from 1 to n, where n is the maximum number of INX-10BT and INX-FOIRL modules that can be contained in a single chassis. This variable identifies the slot in the chassis that contains the media module that contains the port. Values are only returned for slots containing INX-10BT and INX-FOIRL modules.
                                 riPortPortNumber 1.3.6.1.4.1.28.13.1.1.2 integer read-only
A unique value for each port on the INX-10BT or INX-FOIRL module that contains this port. The value ranges from 1 to n, where n is the total number of ports on the module.
                                 riPortState 1.3.6.1.4.1.28.13.1.1.3 integer read-write
The state of the port. o empty(41) indicates that there is nothing in the slot. You cannot set the variable to this value o auto-partitioned(3) indicates that the port has auto-partitioned. o enabled(4) indicates that frames can pass through the port. o disabled(5) indicates that the port is turned off - no frames are allowed to pass through the port. o other(200) indicates that the port is not in any of the other three states. You cannot set the variable to this value. You can only set this variable to enabled(4) or disabled(5). If you try to access a slot not containing an INX-10BT or INX-FOIRL module, you receive an object not found error message. Enumeration: 'disabled': 5, 'other': 200, 'enabled': 4, 'empty': 41, 'auto-partitioned': 3.
                                 riPortFramesReceivedOK 1.3.6.1.4.1.28.13.1.1.4 counter read-only
The number of frames successfully received through this port. This count does not include frames received with FCS, length, or alignment errors, or frames lost due to internal errors.
                                 riPortFramesReceivedOKRate 1.3.6.1.4.1.28.13.1.1.5 gauge read-only
The rate of frames/sec that have been successfully received through this port. This count does not include frames received with FCS, length, or alignment errors, or frames lost due to internal errors.
                                 riPortOctetsReceivedOK 1.3.6.1.4.1.28.13.1.1.6 counter read-only
The number of octets associated with the frames included in Frames Received.
                                 riPortOctetsReceivedOKRate 1.3.6.1.4.1.28.13.1.1.7 gauge read-only
The rate of octets/sec associated with the frames included in Frames Received.
                                 riPortMulticastFramesReceivedOK 1.3.6.1.4.1.28.13.1.1.8 counter read-only
The number of frames that had a multicast destination address sent by the device attached to this port.
                                 riPortMulticastFramesReceivedOKRate 1.3.6.1.4.1.28.13.1.1.9 gauge read-only
The rate of frames/sec sent by the device attached to this port that had a multicast destination address.
                                 riPortBroadcastFramesReceivedOK 1.3.6.1.4.1.28.13.1.1.10 counter read-only
The number of frames that had a broadcast destination address sent by the device attached to this port.
                                 riPortBroadcastFramesReceivedOKRate 1.3.6.1.4.1.28.13.1.1.11 gauge read-only
The rate of frames/sec sent by the device attached to this port that had a broadcast destination address.
                                 riPortCollisions 1.3.6.1.4.1.28.13.1.1.12 counter read-only
The number of collisions within 512 bit times from frame start detected when the device attached to this port attempted to transmit. (Collisions are normal for networks with high utilization.)
                                 riPortCollisionsRate 1.3.6.1.4.1.28.13.1.1.13 gauge read-only
The rate of collisions/sec within 512 bit times from frame start detected when the device attached to this port attempted to transmit.
                                 riPortCRCErrors 1.3.6.1.4.1.28.13.1.1.14 counter read-only
The number of frames sent by the device attached to this port that are an integral number of octets in length (i.e., the number of bits they contain is a multiple of eight) and do not pass the FCS check.
                                 riPortCRCErrorsRate 1.3.6.1.4.1.28.13.1.1.15 gauge read-only
The rate of frames/sec sent by the device attached to this port that are an integral number of octets in length and do not pass the FCS check.
                                 riPortShortFrames 1.3.6.1.4.1.28.13.1.1.16 counter read-only
The number of frames sent by the device attached to this port that are 8-63 octets long.
                                 riPortShortFramesRate 1.3.6.1.4.1.28.13.1.1.17 gauge read-only
The rate of frames/sec sent by the device attached to this port that are 8-63 octets long.
                                 riPortInRangeLengthErrors 1.3.6.1.4.1.28.13.1.1.18 counter read-only
The number of in-range errors sent by the device attached to this port. IEEE 802.3 frames contain a length field, indicating the length of the frame. If the value in the length field and the actual length of the frame do not match, even if the length of the frame is within 802.3 parameters, the receiving device returns an in-range error. Because the INX-NMM receives Ethernet frames that do not have a length field, it cannot detect this error, and this variable always returns 0.
                                 riPortInRangeLengthErrorsRate 1.3.6.1.4.1.28.13.1.1.19 gauge read-only
The rate of in-range errors sent by the device attached to this port. IEEE 802.3 frames contain a length field, indicating the length of the frame. If the value in the length field and the actual length of the frame do not match, even if the length of the frame is within 802.3 parameters, the receiving device returns an in-range error.Because the INX-NMM receives Ethernet frames that do not have a length field, it cannot detect this error, and this variable always returns 0.
                                 riPortOutOfRangeLengthErrors 1.3.6.1.4.1.28.13.1.1.20 counter read-only
The number of out-of-range errors sent by the device attached to this port. IEEE 802.3 frames contain a length field, indicating the length of the frame. If the length of the frame is outside of 802.3 parameters, the receiving device returns an out-of-range error. Because the INX-NMM receives Ethernet frames that do not have a length field, it cannot detect this error, and this variable always returns 0.
                                 riPortOutOfRangeLengthErrorsRate 1.3.6.1.4.1.28.13.1.1.21 gauge read-only
The rate of out-of-range errors sent by the device attached to this port. IEEE 802.3 frames contain a length field, indicating the length of the frame. If the length of the frame is outside of 802.3 parameters, the receiving device returns an out-of-range error.Because the INX-NMM receives Ethernet frames that do not have a length field, it cannot detect this error, and this variable always returns 0.
                                 riPortFramesTooLong 1.3.6.1.4.1.28.13.1.1.22 counter read-only
The number of frames sent by the device attached to this port that were greater than 1520 octets long, but not greater than 5 msec in duration (which would indicate a jabber condition).
                                 riPortFramesTooLongRate 1.3.6.1.4.1.28.13.1.1.23 gauge read-only
The rate of frames/sec sent by the device attached to this port that were greater than 1520 octets long, but not greater than 5 msec in duration (which would indicate a jabber condition).
                                 riPortAlignmentErrors 1.3.6.1.4.1.28.13.1.1.24 counter read-only
The number of frames sent by the device attached to this port that were not an integral number of octets in length (i.e., the number of bits they contain is not a multiple of eight). These frames will not pass the FCS check but are not counted as FCS errors.
                                 riPortAlignmentErrorsRate 1.3.6.1.4.1.28.13.1.1.25 gauge read-only
The rate of frames/sec sent by the device attached to this port that were not an integral number of octets in length. (These frames will not pass the FCS check but are not counted as FCS errors.) of the INX-NMM, this variable always returns 0.
                                 riPortAutoPartitions 1.3.6.1.4.1.28.13.1.1.26 counter read-only
The number of times that the port was automatically partitioned from the network because of an error detected by the INX-10BT or INX-FOIRL module. Autopartitions can be caused by a long collision (between 100 microseconds and 3 milliseconds), or by 31 consecutive collisions (collisions shorter than 100 microseconds that occurred less than 512 bit times after frame start).
                                 riPortAutoPartitionsRate 1.3.6.1.4.1.28.13.1.1.27 gauge read-only
The rate of times/sec that the port was automatically partitioned from the network because of an error detected by the INX-10BT or INX-FOIRL module.
                                 riPortTransmitClockViolations 1.3.6.1.4.1.28.13.1.1.28 counter read-only
The number of times that the device attached to the port transmits, but its frame cannot be decoded by the module because of a timing error. The timing error is usually caused by an error in the device's transmit logic.
                                 riPortTransmitClockViolationsRate 1.3.6.1.4.1.28.13.1.1.29 gauge read-only
The rate of times/sec that the device attached to the port transmits, but its frame cannot be decoded by the module because of a timing error. The timing error is usually caused by an error in the device's transmit logic.
                                 riPortLastSourceAddress 1.3.6.1.4.1.28.13.1.1.30 octet string read-only
The Ethernet source address of the last uncorrupted frame sent by the device attached to this port.
                                 riPortSourceAddressChanges 1.3.6.1.4.1.28.13.1.1.31 counter read-only
The number of times the Ethernet source address of a frame transmitted by the device attached to the port has changed from one frame to the next frame. If the port is attached to a bridge, this count will be very high.
                                 riPortSourceAddressChangesRate 1.3.6.1.4.1.28.13.1.1.32 gauge read-only
The rate of times/sec the Ethernet source address of a frame transmitted by the device attached to the port has changed from one frame to the next frame.
                                 riPortLinkIntegrityChanges 1.3.6.1.4.1.28.13.1.1.33 counter read-only
The total number of times the device attached to the port has been disconnected or reconnected. When an INX-10BT or INX-FOIRL module is booted, it has a link integrity of 0 for all ports.
                                 riPortLinkIntegrityChangesRate 1.3.6.1.4.1.28.13.1.1.34 gauge read-only
The rate of times the device attached to the port has been disconnected or reconnected. When an INX-10BT or INX-FOIRL module is booted, it has a link integrity of 0 for all ports.
                                 riPortLateCollisions 1.3.6.1.4.1.28.13.1.1.35 counter read-only
The number of times that a collision has been detected on this port later than 512 bit times from frame start. A late collision is counted twice, as both a collision and as a late collision.
                                 riPortLateCollisionsRate 1.3.6.1.4.1.28.13.1.1.36 gauge read-only
The rate of the times/sec that a collision has been detected on this port later than 512 bit times from frame start. A late collision is counted twice, as both a collision and as a late collision.
                                 riPortMauJabberLockups 1.3.6.1.4.1.28.13.1.1.37 counter read-only
The number of times the port detects that the attached device is transmitting continuously for more than six ms.
                                 riPortMauJabberpLockupsRate 1.3.6.1.4.1.28.13.1.1.38 gauge read-only
The rate of times/sec the port detects that the attached device is transmitting for more than 6 ms.
                                 riPortLinkStatus 1.3.6.1.4.1.28.13.1.1.39 integer read-only
Whether an active device is attached to this port. The device's MAU should generate a 100-ns pulse every 8 to 16 msec. This pulse is detected by the INX-10BT or INX-FOIRL when it polls the port. If the pulse is detected, this variable returns link-status-led-on(1). If the pulse is not detected, this variable returns link-status-led-off(2). Enumeration: 'link-status-led-off': 2, 'other': 200, 'link-status-led-on': 1.
                   riBoot 1.3.6.1.4.1.28.16
                         riNumBoots 1.3.6.1.4.1.28.16.1 integer read-write
The number of entries in the Boot table. There is one entry for the INX-NMM's operating software image file, and one entry for the Chassis Management Protocol (CMP) image file, so this variable always returns 2, and can only be set to 2.
                         riBootServiceOffered 1.3.6.1.4.1.28.16.2 integer read-write
The setting of this variable determines whether this INX-NMM can provide boot operating system images to other INX-NMM, returning true(2) if it can and false(1) if it cannot. Enumeration: 'true': 2, 'false': 1.
                         riBootTable 1.3.6.1.4.1.28.16.3 no-access
The Boot table contains boot information. You cannot access this variable; it is only a table marker in the MIB.
                             riBootEntry 1.3.6.1.4.1.28.16.3.1 no-access
This variable returns a particular boot specification, i.e., an entry in the Boot table. (See the previous variable, Boot Table, for an explanation of this table). You cannot access this variable; it is only a table marker in the MIB. The following variables are entries in the table: Boot Table Index Boot File Name Boot Server IP Address Boot File Version Gateway IP Address
                                 riBootIndex 1.3.6.1.4.1.28.16.3.1.1 integer read-only
This variable returns a unique value for each entry in the Boot table. It returns 1 for the Chassis Management Protocol file and 2 for the operating software image file.
                                 riBootFileName 1.3.6.1.4.1.28.16.3.1.3 octet string read-write
The name of the operating software image file on the Featurecard or TFTP boot server from which you want to load the image.
                                 riBootIPAddress 1.3.6.1.4.1.28.16.3.1.6 ipaddress read-write
The Internet address of the boot server from which you want to load the software to the INX-NMM. Note: There is only one boot server IP address for all entries in the Boot table. If you change the address for one entry, all other entries will reflect the change as well.
                                 riBootVersion 1.3.6.1.4.1.28.16.3.1.7 integer read-write
The revision level of the operating software image file on the Featurecard or TFTP boot server from which you want to load the image.
                                 riBootGateway 1.3.6.1.4.1.28.16.3.1.8 ipaddress read-write
The Internet address of the gateway the INX-NMM must use to get to the boot server, if applicable. Note: There is only one gateway address for all entries in the Boot table. If you change the address for one entry, all other entries will reflect the change as well.
                   riThresh 1.3.6.1.4.1.28.17
                         riThCount 1.3.6.1.4.1.28.17.1 gauge read-only
the number of active entries in the threshold table.
                         riThMaxCount 1.3.6.1.4.1.28.17.2 integer read-only
The maximum number of active thresholds allowed.
                         riThUniqueIndex 1.3.6.1.4.1.28.17.3 integer read-write
Setting this variable creates a new entry in the Threshold table. You must type a number for the entry when you set this variable, but the INX-NMM assigns the actual entry number; that number is the one returned in the response to the set command. If you read this variable, it returns the number of the most recently generated threshold entry.
                         riThInterval 1.3.6.1.4.1.28.17.4 integer read-write
How often, in seconds, thresholds exceeded are checked. To disable threshold checking, set this variable to 0.
                         riThTable 1.3.6.1.4.1.28.17.5 no-access
A table containing information about the thresholds that have been set. You cannot access this variable; it is only a table marker in the MIB.
                             riThEntry 1.3.6.1.4.1.28.17.5.1 no-access
An entry in the Threshold table. (See the previous variable, Threshold Table, for an explanation of this table). You cannot access this variable; it is only a table marker in the MIB. The following variables are entries in the table: Threshold Table Index Threshold Status Threshold Object ID Threshold Value Threshold Hysteresis Direction of Approach to Thresh Threshold Trigger Count Threshold Community Name Threshold Eth Addr Destination Threshold IP Addr Destination
                                 riThIndex 1.3.6.1.4.1.28.17.5.1.1 integer read-only
A unique value for each threshold.
                                 riThStatus 1.3.6.1.4.1.28.17.5.1.2 integer read-write
The current status of the threshold. o delete(1) deletes the threshold entry specified. o unset(2) means that the threshold is newly created, currently being configured, or disabled. o armed(3) means that the threshold is active and generates a trap PDU when it is triggered. o safety(4) means that the threshold is active, but does not generate trap PDUs. Enumeration: 'safety': 4, 'armed': 3, 'unset': 2, 'delete': 1.
                                 riThObject 1.3.6.1.4.1.28.17.5.1.3 object identifier read-write
The complete object identifier of the variable on which this threshold is set. Threshold Object ID can be set only for Counter or Gauge variables. If you attempt to set a threshold for a variable of any other type, you receive a badValue error.
                                 riThThreshold 1.3.6.1.4.1.28.17.5.1.4 integer read-write
The threshold value for the variable identified by Threshold Object ID. If this particular variable is a gauge, then whenever its value rises above or drops below (depending on the setting of the Direction of Approach to Thresh variable) the value of Threshold Value, the threshold is considered to have been triggered. If this particular variable is a counter, then whenever its value increments by the value of Threshold Value, the threshold is considered to have been triggered.
                                 riThHysteresis 1.3.6.1.4.1.28.17.5.1.5 integer read-write
The hysteresis value for the threshold. After a variable's threshold is triggered, the value of the variable must either drop below or rise above a certain value (depending on the setting of the Direction of Approach to Thresh variable), the hysteresis, before another trigger can be recognized. For example, if you set the threshold for module temperature to 80, the threshold is triggered the first time the temperature rises above 80. If you also set the hysteresis for this threshold to 60, the threshold will only be triggered again if the temperature drops below 60, and then rises past 80. If the temperature drops from 80 to 70, and then goes back to 80, the threshold is not triggered. If the hysteresis value is less than the threshold value, the variable's value must drop below the hysteresis before another trigger is recognized. If the hysteresis value is greater than the threshold value, the variable's value must rise above the hysteresis before another trigger is recognized. The value of the hysteresis depends on the value of the threshold and whether the value of the variable is rising or falling; therefore, set this variable in conjunction with both the Threshold Value and Direction of Approach to Thresh variables. This variable is relevant only to thresholds set on Gauge variables.
                                 riThDirection 1.3.6.1.4.1.28.17.5.1.6 integer read-write
The direction in which a change in a Gauge variable's value causes a threshold to trigger. If its direction is up, a trigger occurs when the variable's value rises above the threshold value. In this case, the hysteresis must be less than or equal to the threshold value. If its direction is down, a trigger occurs when the variable's value falls below the threshold value. In this case, the hysteresis must be greater than or equal to the threshold value. This variable is relevant only to thresholds set on Gauge variables. Enumeration: 'down': 2, 'up': 1.
                                 riThTriggeredCount 1.3.6.1.4.1.28.17.5.1.7 counter read-only
The number of times that this threshold has been triggered.
                                 riThCommunity 1.3.6.1.4.1.28.17.5.1.8 octet string read-write
The community name to place in the authentication header of the trap PDU. This variable specifies the community to which the trap is to be sent when a threshold is triggered.
                                 riThPhysDestination 1.3.6.1.4.1.28.17.5.1.9 octet string read-write
The Ethernet address of the node to which the trap is to be sent when the threshold is triggered.
                                 riThIPDestination 1.3.6.1.4.1.28.17.5.1.10 ipaddress read-write
The IP address of the node to which the trap is to be sent when the threshold is triggered.
                   riSystem 1.3.6.1.4.1.28.18
                         riSystemHardwareRev 1.3.6.1.4.1.28.18.1 displaystring read-only
The hardware revision level of the INX-NMM.
                         riSystemFirmwareRev 1.3.6.1.4.1.28.18.2 displaystring read-only
The firmware revision level of the INX-NMM.
                         riSystemSoftwareRev 1.3.6.1.4.1.28.18.3 displaystring read-only
The software revision level of the INX-NMM.
                         riSystemSerialNumber 1.3.6.1.4.1.28.18.4 displaystring read-only
The serial number of the INX-NMM.
                         riSystemReset 1.3.6.1.4.1.28.18.5 integer read-write
The reset status of the INX-NMM. The reset types are o resetupdate(3) saves the current configuration in NVRAM and then resets the INX-NMM. This value is returned while a reset is in progress. o notreset(1) is returned when the INX-NMM is not being reset. Setting this variable to notreset(1) will not abort an outstanding resetupdate(3). Enumeration: 'resetupdate': 3, 'notreset': 1.
                         riSystemTicksPerSecond 1.3.6.1.4.1.28.18.12 integer read-only
The number of internal clock ticks that occur each second on the INX-NMM, which is 100.
                         riSystemRateInterval 1.3.6.1.4.1.28.18.13 integer read-write
How often, in seconds, any rate statistic maintained by the INX-NMM is checked. The default is 20 seconds.
                         riSystemNVRamWriteCount 1.3.6.1.4.1.28.18.15 counter read-only
The number of times that the NVRAM has been changed.
                   riTsRates 1.3.6.1.4.1.28.22
                         riRateTxSingleCollisionFrames 1.3.6.1.4.1.28.22.1 gauge read-only
The rate of frames that were successfully transmitted after experiencing one and only one collision. This variable corresponds to the Single Collisions Transmitted variable in the dot3 group.
                         riRateTxMultipleCollisionFrames 1.3.6.1.4.1.28.22.2 gauge read-only
The rate of frames that were successfully transmitted after experiencing more than one collision. This variable corresponds to the Multiple Collisions Xmitted variable in the dot3 group.
                         riRateTxDeferredTransmissions 1.3.6.1.4.1.28.22.3 gauge read-only
The rate of times the INX-NMM deferred transmission of data because it sensed traffic on the network. Because the INX-NMM does not record deferrals, this variable always returns 0. This variable corresponds to the Transmissions Deferred variable in the dot3 group.
                         riRateTxLateCollisions 1.3.6.1.4.1.28.22.4 gauge read-only
The rate of times that a collision has been detected on this bus later than 512 bit times from frame start. This count is not maintained by the INX-NMM, so this variable always returns 0. This variable corresponds to the Late Collisions Detected variable in the dot3 group.
                         riRateTxInternalMACTransmitErrors 1.3.6.1.4.1.28.22.5 gauge read-only
The rate of frames the interface could not transmit because of an internal MAC sublayer transmit error. This variable corresponds to the MAC Transmit Errors variable in the dot3 group.
                         riRateTxCarrierSenseErrors 1.3.6.1.4.1.28.22.6 gauge read-only
The rate of times that the carrier-sense condition was lost or never asserted when the INX-NMM attempted to transmit a frame on the interface. This variable corresponds to the Carrier Sense Errors variable in the dot3 group.
                         riRateTxExcessiveDeferrals 1.3.6.1.4.1.28.22.7 gauge read-only
The rate of frames the INX-NMM deferred transmitting for an excessive period of time. Because the INX-NMM interface does not record deferrals, this variable always returns 0. This variable corresponds to the Deferred Frames variable in the dot3 group.
                         riRateRxInternalMACReceiveErrors 1.3.6.1.4.1.28.22.8 gauge read-only
The rate of frames the interface could not receive because of an internal MAC sublayer receive error. This variable corresponds to the MAC Errors Received variable in the dot3 group.
                         riRateRxFCSErrors 1.3.6.1.4.1.28.22.9 gauge read-only
The rate of frames received on the interface that are an integral number of octets in length (i.e., the number of bits they contain is a multiple of eight) that do not pass the FCS check, indicating that the frames were corrupted during transmission. This variable corresponds to the FCS Errored Frames Received variable in the dot3 group.
                         riRateRxAlignmentErrors 1.3.6.1.4.1.28.22.10 gauge read-only
The rate of frames received on the interface that are not an integral number of octets in length (i.e., the number of bits they contain is not a multiple of eight) and do not pass the FCS check. This indicates that the frames were corrupted during transmission. This variable corresponds to the Nonaligned Frames Recd variable in the dot3 group.
                         riRateRxInRangeLengthErrors 1.3.6.1.4.1.28.22.11 gauge read-only
The rate of in-range length errors received. IEEE 802.3 frames contain a length field, indicating the length of the frame. If the value in the length field and the actual length of the frame do not match, even if the length of the frame is within 802.3 parameters, the receiving device returns an in-range error. The INX-NMM receives Ethernet fr This variable corresponds to the In-Range Length Errors Recd variable in the dot3 group.
                         riRateRxOutofRangeLengthFields 1.3.6.1.4.1.28.22.12 gauge read-only
The rate of out-of-range length errors received. IEEE 802.3 frames contain a length field, indicating the length of the frame. If the length of the frame is outside 802.3 parameters, the receiving device returns an out-of-range error. The INX-NMM receives Ethernet frames that do not have a length field. It therefore cannot detect this error, This variable corresponds to the Out-Range Length Errors Recd variable in the dot3 group.
                         riRateRxFrameTooLongs 1.3.6.1.4.1.28.22.13 gauge read-only
The rate of frames received on the interface that exceed the maximum permitted frame size, i.e., 1012 octets. This variable corresponds to the Too Long Frames Recd variable in the dot3 group.