All MIBs › IRM3-MIB
Category: Device Management
Description: IRM3 network management system MIB providing SNMP objects for third-generation integrated resource management platform monitoring.
Start monitoring vendor-neutral, standards-based MIB, any SNMPv3-capable network device (SNMP engine identity/boot/clock status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.
What Is IRM3-MIB?
IRM3-MIB is a vendor MIB for an integrated resource management platform (third generation), providing SNMP objects for a modular device chassis with multiple slots, boards, and ports, focused on Ethernet-style port health and traffic statistics. It exposes hardware inventory data (media/MAC card type, total and occupied slots, ports enabled versus total ports) alongside port-level traffic and error counters. Its monitoring emphasis is clearly on hardware and interface health: how many slots/ports are populated and active, plus error-level counters like alignment errors, CRC errors, runts, and collisions that reveal a failing port, bad cabling, or duplex mismatch. There is no explicit dependency on other MIBs evident from the available extract, though such error counters parallel those found in standard interface MIBs. Deployment context is a modular chassis-based network device (likely a hub, switch, or access concentrator) where per-slot and per-port hardware status needs tracking, typically through an IRM3-MIB MIB Browser used to inspect these objects directly.
IPNetwork Monitor allows you to monitor SNMP objects defined in IRM3-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
Supported Devices
- Cabletron Systems modular chassis network device (hub/switch/concentrator)
Monitoring Examples
An administrator would poll deviceSlots and deviceOccupiedSlots to confirm the chassis inventory matches expectations, and devicePortsOn versus deviceTotalPorts to see how many ports are currently enabled. Rising deviceCRCErrs, deviceAlignErrs, or deviceRunts alongside deviceTransmitColls/deviceRecColls on a given port table entry would point to a bad cable, NIC fault, or duplex mismatch on that port. deviceTotalErrors and deviceTotalPkts give a quick ratio check for overall port health across the device.
What Can Be Monitored
- total and occupied chassis slots
- ports enabled vs total ports
- total packets and total errors
- CRC and alignment errors
- collision counts
- runt frame counts
This MIB depends on
Related MIBs
Imported Objects
From IRM-OIDS
| repeaterRev1 | OBJECT-IDENTITY |
| repeaterRev2 | OBJECT-IDENTITY |
| subSysMMAC | OBJECT-IDENTITY |
From RFC-1212
| OBJECT-TYPE |
From RFC1155-SMI
| Counter | |
| NetworkAddress |
From RFC1213-MIB
| DisplayString |
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| alarm | 1.3.6.1.4.1.52.1.2.1.9 | |||
| autowrapRP | 1.3.6.1.4.1.52.1.2.2.4.3.3.2 | |||
| INT autowrapRPFaultStateTime | 1.3.6.1.4.1.52.1.2.2.4.3.3.2.2 | INTEGER | read-write | This object reports the amount of time in time ticks since the ring port fault state last changed. Writing zero to this object resets the time. If a zero is read, it means either zero time ticks have passed or the ring port is nonautowrap. |
| INT autowrapRPFaultStatus | 1.3.6.1.4.1.52.1.2.2.4.3.3.2.1 | INTEGER | read-only | This object reports the wire fault of an autowrappable ring port. |
| INT autowrapRPPhantomCurrent | 1.3.6.1.4.1.52.1.2.2.4.3.3.2.4 | INTEGER | read-write | This object tells the board to turn on phantom current for the ring port and look for wire faults. NoPhantomAvailable will return an error if set. A set of activatePhantom or deactivatePhantom for a non-autowrap ring port will not do anything, i.e. the status of normal is returned. |
| INT autowrapRPSelectedType | 1.3.6.1.4.1.52.1.2.2.4.3.3.2.3 | INTEGER | read-write | This object indicates the media type of the indicated ring port on some boards. Some boards provide both STP and fiber optic ring ports. The unselectable value will return an error if set. A set of STP or FO for a non-selectable ring port will not do anything, i.e. the status of normal is returned. |
| bdAlrm | 1.3.6.1.4.1.52.1.2.1.9.2 | |||
| bdBroad | 1.3.6.1.4.1.52.1.2.1.9.2.4 | |||
| INT bdBroadDisable | 1.3.6.1.4.1.52.1.2.1.9.2.4.3 | INTEGER | read-write | Permit a board to be disabled on a broadcast threshold alarm. |
| INT bdBroadEnable | 1.3.6.1.4.1.52.1.2.1.9.2.4.1 | INTEGER | read-write | Enable the sending of board level broadcast traps for this board. |
| INT bdBroadThreshold | 1.3.6.1.4.1.52.1.2.1.9.2.4.2 | INTEGER | read-write | The threshold of broadcast packets within the Devicetimebase that will cause a broadcast alarm. |
| bdColls | 1.3.6.1.4.1.52.1.2.1.9.2.2 | |||
| INT bdCollsBdDisable | 1.3.6.1.4.1.52.1.2.1.9.2.2.3 | INTEGER | read-write | Permit a board to be disabled on a collision threshold alarm. |
| INT bdCollsEnable | 1.3.6.1.4.1.52.1.2.1.9.2.2.1 | INTEGER | read-write | Enable the sending of board level collision alarms. |
| INT bdCollsThreshold | 1.3.6.1.4.1.52.1.2.1.9.2.2.2 | INTEGER | read-write | This object represents the number of collisions per good packet measured by the board that will generate an alarm. |
| bdError | 1.3.6.1.4.1.52.1.2.1.9.2.3 | |||
| INT bdErrorBdDisable | 1.3.6.1.4.1.52.1.2.1.9.2.3.4 | INTEGER | read-write | Permit a board to be disabled on an error threshold alarm. |
| INT bdErrorEnable | 1.3.6.1.4.1.52.1.2.1.9.2.3.1 | INTEGER | read-write | Enable the sending of board level error alarms. |
| INT bdErrorSource | 1.3.6.1.4.1.52.1.2.1.9.2.3.3 | INTEGER | read-write | The type of error used for the error alarm. The integer is a bit encoded version of which errors to include in the error sum. The bits are encoded as follows: CRCErrors - Bit 0 Least Significant Bit runts - Bit 1 OOWColls - Bit 2 alignErrs - Bit 3 NoResource - Bit 4 Giants - Bit 5 |
| INT bdErrorThreshold | 1.3.6.1.4.1.52.1.2.1.9.2.3.2 | INTEGER | read-write | This object represents the percentage of errors per good packet that will generate an alarm. |
| bdTraffic | 1.3.6.1.4.1.52.1.2.1.9.2.1 | |||
| INT bdTrafficBdDisable | 1.3.6.1.4.1.52.1.2.1.9.2.1.3 | INTEGER | read-write | Permit a board to be disabled on a traffic threshold alarm. |
| INT bdTrafficEnable | 1.3.6.1.4.1.52.1.2.1.9.2.1.1 | INTEGER | read-write | Enable the sending of board level traffic traps for this board. |
| INT bdTrafficThreshold | 1.3.6.1.4.1.52.1.2.1.9.2.1.2 | INTEGER | read-write | The threshold of packets within the Devicetimebase that will cause a traffic alarm. |
| board | 1.3.6.1.4.1.52.1.2.1.2 | |||
| CTR board1024To1518Frames | 1.3.6.1.4.1.52.1.2.2.3.2.25 | Counter | read-only | The number of frames seen by this board, with frame sizes between 1024 and 1518 bytes. |
| CTR board128To255Frames | 1.3.6.1.4.1.52.1.2.2.3.2.22 | Counter | read-only | The number of frames seen by this board, with frame sizes between 128 and 255 bytes. |
| CTR board256To511Frames | 1.3.6.1.4.1.52.1.2.2.3.2.23 | Counter | read-only | The number of frames seen by this board, with frame sizes between 256 and 511 bytes. |
| CTR board512To1023Frames | 1.3.6.1.4.1.52.1.2.2.3.2.24 | Counter | read-only | The number of frames seen by this board, with frame sizes between 512 and 1023 bytes. |
| CTR board64To127Frames | 1.3.6.1.4.1.52.1.2.2.3.2.21 | Counter | read-only | The number of frames seen by this board, with frame sizes between 64 and 127 bytes. |
| INT boardActiveUsers | 1.3.6.1.4.1.52.1.2.2.3.1.8 | INTEGER | read-only | The number of active users seen on this board. |
| CTR boardAlignErrs | 1.3.6.1.4.1.52.1.2.2.3.2.5 | Counter | read-only | The number of misaligned frames this board has detected. |
| CTR boardAppletalkFrames | 1.3.6.1.4.1.52.1.2.2.3.2.19 | Counter | read-only | The number of frames with Appletalk protocol seen by this board. |
| CTR boardBanyanFrames | 1.3.6.1.4.1.52.1.2.2.3.2.14 | Counter | read-only | The number of frames with BANYAN protocol seen by this board. |
| CTR boardBroadPkts | 1.3.6.1.4.1.52.1.2.2.3.2.26 | Counter | read-only | The sum of broadcast packets detected on all ports of this board. |
| INT boardBypassRingPortState | 1.3.6.1.4.1.52.1.2.2.3.3.10 | INTEGER | read-write | This object sets and reports the state of the ring bypass relay on boards which contain a ring bypass relay. The ring bypass relay will separate only the ring ports from the FNB. The FNB only bypasses the station ports on these boards. The illegal value (3) will return an error status if set. |
| INT boardBypassState | 1.3.6.1.4.1.52.1.6.1.1.3 | INTEGER | read-write | This object indicates that the board is in the bypassed state when it is ON. Bypassed means the board is NOT attached to the FNB. |
| CTR boardCRCErrs | 1.3.6.1.4.1.52.1.2.2.3.2.6 | Counter | read-only | The number of packets with bad CRC detected. |
| CTR boardCtronFrames | 1.3.6.1.4.1.52.1.2.2.3.2.18 | Counter | read-only | The number of frames with Cabletron protocol seen by this board. |
| CTR boardDECNetFrames | 1.3.6.1.4.1.52.1.2.2.3.2.15 | Counter | read-only | The number of frames with DECNET protocol seen by this board. |
| CTR boardErrorPkts | 1.3.6.1.4.1.52.1.2.2.3.2.2 | Counter | read-only | The number of packets that have experienced an error. |
| INT boardFirstRingPort | 1.3.6.1.4.1.52.1.2.2.3.3.9 | INTEGER | read-only | This object defines which port on the board is the first ring port. All ring port numbers will be consecutive. Using this in conjunction with BoardRingPorts, all ring port numbers can be determined. |
| CTR boardGiants | 1.3.6.1.4.1.52.1.2.2.3.2.11 | Counter | read-only | The number of packets longer than 1518 bytes detected on this board. |
| INT boardIndex | 1.3.6.1.4.1.52.1.2.2.3.1.1 | INTEGER | read-only | The slot number of this board. |
| CTR boardIPFrames | 1.3.6.1.4.1.52.1.2.2.3.2.17 | Counter | read-only | The number of frames with TCPIP protocol seen by this board. |
| INT boardModeStatus | 1.3.6.1.4.1.52.1.2.2.3.3.3 | INTEGER | read-write | This describes the mode of this board. autoMode means the board is using the hardware defaults. mgmtMode means the board is using setting by the user. |
| CTR boardMultPkts | 1.3.6.1.4.1.52.1.2.2.3.2.27 | Counter | read-only | The sum of multicast packets detected on all ports of this board. |
| STR boardName | 1.3.6.1.4.1.52.1.2.2.3.1.2 | DisplayString | read-write | The name of the board. This field will only contain printable ASCII characters. |
| CTR boardNoResources | 1.3.6.1.4.1.52.1.2.2.3.2.9 | Counter | read-only | The number of times the no resources condition was detected for this board. |
| CTR boardNovellFrames | 1.3.6.1.4.1.52.1.2.2.3.2.13 | Counter | read-only | The number of frames with NOVELL protocol seen by this board. |
| CTR boardOOWColls | 1.3.6.1.4.1.52.1.2.2.3.2.8 | Counter | read-only | The number of out-of-window collisions detected by this board. |
| INT boardOper | 1.3.6.1.4.1.52.1.2.2.3.1.7 | INTEGER | read-only | Returns a value indicating whether any of the enabled ports on the board are not operational, thereby placing the board in a non-operational state. |
| CTR boardOSIFrames | 1.3.6.1.4.1.52.1.2.2.3.2.12 | Counter | read-only | The number of frames with OSI protocol seen by this board. |
| CTR boardOtherFrames | 1.3.6.1.4.1.52.1.2.2.3.2.20 | Counter | read-only | The number of frames seen by this board, that do not fall into any of the previously listed protocol catagories. |
| INT boardPortsOn | 1.3.6.1.4.1.52.1.2.2.3.1.6 | INTEGER | read-only | The number of operating ports on the board. |
| boardR2 | 1.3.6.1.4.1.52.1.2.2.3 | |||
| CTR boardRecBytes | 1.3.6.1.4.1.52.1.2.2.3.2.10 | Counter | read-only | The number of bytes detected on this board. |
| CTR boardRecColls | 1.3.6.1.4.1.52.1.2.2.3.2.4 | Counter | read-only | The number of Receive mode collisions this board has detected. |
| CTR boardRunts | 1.3.6.1.4.1.52.1.2.2.3.2.7 | Counter | read-only | The number of runt frames detected by this board. |
| INT boardSpeed | 1.3.6.1.4.1.52.1.2.2.3.3.6 | INTEGER | read-write | The speed of the board. The board will expect to receive data at this speed. |
| INT boardSpeedFaultPort | 1.3.6.1.4.1.52.1.2.2.3.3.8 | INTEGER | read-only | This object indicates which ring speed detect circuit(s) caused the fault, if there was one. The return code indicates the location on the board feeding the speed detect circuit(s). Ring in means the circuit on the back-up path between the ring out port and the ring in port. FNB means the circuit between the ring in port and the FNB. NotApplicable means that a ring Speed Fault has not occurred. Since more than one circuit can cause the fault, the return code is the sum of the following values: 1 - FNB 2 - RingIn 4 - RingOut 8 - NotApplicable |
| INT boardSrcAddrLocked | 1.3.6.1.4.1.52.1.2.2.3.2.31 | INTEGER | read-write | If this is set to 2, any source addresses that are detected on station port that are not in the table will cause the port to be turned off. |
| INT boardStatus | 1.3.6.1.4.1.52.1.2.2.3.1.5 | INTEGER | read-write | The administrative status of this MIM. |
| CTR boardTotalPkts | 1.3.6.1.4.1.52.1.2.2.3.2.1 | Counter | read-only | The total number of packets this board has seen since the last reset. |
| INT boardTotalPorts | 1.3.6.1.4.1.52.1.2.2.3.1.4 | INTEGER | read-only | Total number of ports supported on this board. |
| INT boardTotalRingPorts | 1.3.6.1.4.1.52.1.2.2.3.3.1 | INTEGER | read-only | The total number of ring ports on this board. |
| INT boardTotalRingPortsOn | 1.3.6.1.4.1.52.1.2.2.3.3.4 | INTEGER | read-only | The number of enabled ring ports on this board. |
| INT boardTotalStationPorts | 1.3.6.1.4.1.52.1.2.2.3.3.2 | INTEGER | read-only | The total number of station ports on this board. |
| INT boardTotalStationPortsOn | 1.3.6.1.4.1.52.1.2.2.3.3.5 | INTEGER | read-only | The number of enabled station ports on this board. |
| CTR boardTransColls | 1.3.6.1.4.1.52.1.2.2.3.2.3 | Counter | read-only | The number of transmit collisions this board has detected. |
| INT boardType | 1.3.6.1.4.1.52.1.2.2.3.1.3 | INTEGER | read-only | The type of the MIM. (eg. FOT, TPT, etc). See appendix A for encoding. |
| CTR boardXNSFrames | 1.3.6.1.4.1.52.1.2.2.3.2.16 | Counter | read-only | The number of frames with XNS protocol seen by this board. |
| commonB | 1.3.6.1.4.1.52.1.2.2.3.1 | |||
| commonP | 1.3.6.1.4.1.52.1.2.2.4.1 | |||
| commonRP | 1.3.6.1.4.1.52.1.2.2.4.3.3.1 | |||
| INT commonRPcapabilities | 1.3.6.1.4.1.52.1.2.2.4.3.3.1.1 | INTEGER | read-only | This object returns a code indicating that the queried ring port is nonautowrap, autowrap or selectable. |
| INT connectedLeft | 1.3.6.1.4.1.52.1.6.1.1.1 | INTEGER | read-write | The Connected Left board (board n + 1) has the following states: Detached == 1 (Management (only management) detached, read/write). Attached == 2 (Management/AutoMode attached, read/write). Faulted == 3 (Management/AutoMode tried to attach but failed READ ONLY). |
| INT connectedRight | 1.3.6.1.4.1.52.1.6.1.1.2 | INTEGER | read-write | The Connected Right board (board n - 1) has the following states: Detached == 1 (Management (only management) detached, read/write). Attached == 2 (Management/AutoMode attached, read/write ). Faulted == 3 (Management/AutoMode tried to attach but failed READ ONLY). |
| INT ctIPDefaultFrameType | 1.3.6.1.4.1.52.1.2.1.1.56 | INTEGER | read-write | Defines the default frame type that will be used by the device. A device will understand both frame types and will respond based upon the framing type that is learned for the given address. This object defines the type of framing that will be used if no framing is known, for example ARP requests. Setting a value of 8022snap(2) will result in framing 802.3 - 802.2 - IP packets being generated by default. Setting a value of ethernet(1) will result in framing ethernet IP packets by default. |
| devAlrm | 1.3.6.1.4.1.52.1.2.1.9.1 | |||
| devBroad | 1.3.6.1.4.1.52.1.2.1.9.1.4 | |||
| INT devBroadEnable | 1.3.6.1.4.1.52.1.2.1.9.1.4.1 | INTEGER | read-write | Enable the sending of device level broadcast traps. |
| INT devBroadThreshold | 1.3.6.1.4.1.52.1.2.1.9.1.4.2 | INTEGER | read-write | The threshold of broadcast packets within the Devicetimebase that will cause a broadcast alarm. |
| devColls | 1.3.6.1.4.1.52.1.2.1.9.1.2 | |||
| INT devCollsEnable | 1.3.6.1.4.1.52.1.2.1.9.1.2.1 | INTEGER | read-write | Enable the sending of device level collision alarms. |
| INT devCollsThreshold | 1.3.6.1.4.1.52.1.2.1.9.1.2.2 | INTEGER | read-write | This object represents the number of collisions per good packet measured by the device that will generate an alarm. |
| devError | 1.3.6.1.4.1.52.1.2.1.9.1.3 | |||
| INT devErrorEnable | 1.3.6.1.4.1.52.1.2.1.9.1.3.1 | INTEGER | read-write | Enable the sending of device level error alarms. |
| INT devErrorSource | 1.3.6.1.4.1.52.1.2.1.9.1.3.3 | INTEGER | read-write | The type of error used for the error alarm. The integer is a bit encoded version of which errors to include in the error sum. The bits are encoded as follows: CRCErrors - Bit 0 - Least Significant Bit runts - Bit 1 OOWColls - Bit 2 alignErrs - Bit 3 NoResource - Bit 4 Giants - Bit 5 |
| INT devErrorThreshold | 1.3.6.1.4.1.52.1.2.1.9.1.3.2 | INTEGER | read-write | This object represents the percentage of errors per good packet that will generate an alarm. |
| device | 1.3.6.1.4.1.52.1.2.1.1 | |||
| CTR device1024To1518Frames | 1.3.6.1.4.1.52.1.2.1.1.47 | Counter | read-only | The number of frames seen by this device, with frame sizes between 1024 and 1518 bytes. |
| CTR device128To255Frames | 1.3.6.1.4.1.52.1.2.1.1.44 | Counter | read-only | The number of frames seen by this device, with frame sizes between 128 and 255 bytes. |
| CTR device256To511Frames | 1.3.6.1.4.1.52.1.2.1.1.45 | Counter | read-only | The number of frames seen by this device, with frame sizes between 256 and 511 bytes. |
| CTR device512To1023Frames | 1.3.6.1.4.1.52.1.2.1.1.46 | Counter | read-only | The number of frames seen by this device, with frame sizes between 512 and 1023 bytes. |
| CTR device64To127Frames | 1.3.6.1.4.1.52.1.2.1.1.43 | Counter | read-only | The number of frames seen by this device, with frame sizes between 64 and 127 bytes. |
| INT deviceActiveUsers | 1.3.6.1.4.1.52.1.2.1.1.33 | INTEGER | read-only | The number of active users seen by this device. |
| CTR deviceAlignErrs | 1.3.6.1.4.1.52.1.2.1.1.11 | Counter | read-only | The number of packets with alignment errors detected. |
| CTR deviceAppletalkFrames | 1.3.6.1.4.1.52.1.2.1.1.41 | Counter | read-only | The number of frames with Appletalk protocol seen by this device. |
| CTR deviceBanyanFrames | 1.3.6.1.4.1.52.1.2.1.1.36 | Counter | read-only | The number of frames with BANYAN protocol seen by this device. |
| CTR deviceBroadPkts | 1.3.6.1.4.1.52.1.2.1.1.48 | Counter | read-only | The sum of broadcast packets detected on all ports of this device. |
| CTR deviceCRCErrs | 1.3.6.1.4.1.52.1.2.1.1.12 | Counter | read-only | The number of packets with bad CRC detected. |
| CTR deviceCtronFrames | 1.3.6.1.4.1.52.1.2.1.1.40 | Counter | read-only | The number of frames with Cabletron protocol seen by this device. |
| CTR deviceDECNetFrames | 1.3.6.1.4.1.52.1.2.1.1.37 | Counter | read-only | The number of frames with DECNET protocol seen by this device. |
| INT deviceDiscover | 1.3.6.1.4.1.52.1.2.1.1.21 | INTEGER | read-write | When this variable is set to 1 The following events occur: (1) The device sends a LINK-UP trap (2) The device sends a proprietary packet that will cause all other Cabeltron devices on that local network to send a LINK-UP trap. |
| INT deviceEtherOccupiedSlots | 1.3.6.1.4.1.52.1.2.1.1.29 | INTEGER | read-only | The slots that contain Ethernet MIM boards. This field is bit encoded (eg. if a bit is set then that board is present). For example, a value of 2 indicates that there is an Ethernet board in the first MIM slot. |
| INT deviceFDDIOccupiedSlots | 1.3.6.1.4.1.52.1.2.1.1.31 | INTEGER | read-only | The slots that contain FDDI MIM boards. This field is bit encoded (eg. if a bit is set then that board is present). For example, a value of 2 indicates that there is an FDDI board in the first MIM slot. |
| CTR deviceGiantFrames | 1.3.6.1.4.1.52.1.2.1.1.17 | Counter | read-only | The number of packets longer than 1518 bytes. |
| INT deviceImimOccupiedSlots | 1.3.6.1.4.1.52.1.2.1.1.52 | INTEGER | read-only | The slots that contain Cabletron Intelligent MIM boards. This field is bit encoded (eg. if a bit is set then that board is present). For example, a value of 2 indicates that there is an Intelligent board in the first MIM slot. |
| CTR deviceIPFrames | 1.3.6.1.4.1.52.1.2.1.1.39 | Counter | read-only | The number of frames with TCPIP protocol seen by this device. |
| INT deviceLinkTraps | 1.3.6.1.4.1.52.1.2.1.1.54 | INTEGER | read-write | Controls sending of link related traps. |
| INT deviceMMACType | 1.3.6.1.4.1.52.1.2.1.1.2 | INTEGER | read-only | Indicates the type of MMAC. |
| CTR deviceMultPkts | 1.3.6.1.4.1.52.1.2.1.1.49 | Counter | read-only | The sum of multicast packets detected on all ports of this device. |
| CTR deviceNoResources | 1.3.6.1.4.1.52.1.2.1.1.15 | Counter | read-only | The number of No resource condtions detected by this device. |
| CTR deviceNovellFrames | 1.3.6.1.4.1.52.1.2.1.1.35 | Counter | read-only | The number of frames with NOVELL protocol seen by this device. |
| INT deviceOccupiedSlots | 1.3.6.1.4.1.52.1.2.1.1.4 | INTEGER | read-only | The slots that contain MIM boards. This field is bit encoded (eg. if a bit is set then that board is present). For example, a value of 3 indicates that there are boards in the IRM slot and the first MIM slot. |
| CTR deviceOOWColls | 1.3.6.1.4.1.52.1.2.1.1.14 | Counter | read-only | The number of out-of-window collisions detected by this device. |
| CTR deviceOSIFrames | 1.3.6.1.4.1.52.1.2.1.1.34 | Counter | read-only | The number of frames with OSI protocol seen by this device. |
| CTR deviceOtherFrames | 1.3.6.1.4.1.52.1.2.1.1.42 | Counter | read-only | The number of frames seen by this device, that do not fall into any of the previously listed protocol catagories. |
| INT devicePortsOn | 1.3.6.1.4.1.52.1.2.1.1.5 | INTEGER | read-only | The number of operating ports on the device. |
| deviceR2 | 1.3.6.1.4.1.52.1.2.2.1 | |||
| CTR deviceRecBytes | 1.3.6.1.4.1.52.1.2.1.1.16 | Counter | read-only | The number of bytes detected on the network. |
| CTR deviceRecColls | 1.3.6.1.4.1.52.1.2.1.1.10 | Counter | read-only | The number of receive collisions detected by this MMAC. |
| INT deviceRedundantCts | 1.3.6.1.4.1.52.1.2.1.1.20 | INTEGER | read-only | The number of redundant circuits available for use. |
| INT deviceResetCounters | 1.3.6.1.4.1.52.1.2.1.1.19 | INTEGER | read-write | If this object is set to 1, all of the devices counters are reset to 0. |
| INT deviceResetRedundancy | 1.3.6.1.4.1.52.1.2.1.1.25 | INTEGER | read-write | Setting this object to a 1 will reset redundancy for the entire box. |
| INT deviceRestart | 1.3.6.1.4.1.52.1.2.1.1.18 | INTEGER | read-write | If this object is set to 1 the device is restarted. |
| INT deviceRestoreDefaults | 1.3.6.1.4.1.52.1.2.1.1.32 | INTEGER | read-write | If this object is set to 1 the factory defaults are restored. This, however, does not affect the device's IP address. |
| CTR deviceRunts | 1.3.6.1.4.1.52.1.2.1.1.13 | Counter | read-only | The number of runt frames detected by this device. |
| INT deviceSlots | 1.3.6.1.4.1.52.1.2.1.1.3 | INTEGER | read-only | Number of available device slots in this device, including the IRM slot. |
| INT deviceSrcAddrAgingTime | 1.3.6.1.4.1.52.1.2.1.1.26 | INTEGER | read-write | The number of minutes that a source address is not detected before it is removed from the source address table. |
| INT deviceSrcAddrLocked | 1.3.6.1.4.1.52.1.2.1.1.28 | INTEGER | read-write | If this is set to 2, any source addresses that are detected on station ports that are not in the table will cause the port to be turned off. |
| INT deviceSrcAddrTraps | 1.3.6.1.4.1.52.1.2.1.1.27 | INTEGER | read-write | Controls sending of source address related traps. |
| INT deviceSrcAddrType | 1.3.6.1.4.1.52.1.2.1.1.57 | INTEGER | read-write | Selects the hashing algorithm of source addresses, DEC or IP |
| INT deviceThdPartyOccupiedSlots | 1.3.6.1.4.1.52.1.2.1.1.51 | INTEGER | read-only | The slots that contain Third Party MIM boards. This field is bit encoded (eg. if a bit is set then that board is present). For example, a value of 2 indicates that there is a Third Party board in the first MIM slot. |
| INT deviceTimeBase | 1.3.6.1.4.1.52.1.2.1.1.24 | INTEGER | read-write | The number of seconds used as the interval for performing all of the rate alarm checks. The minimum is 10 secs. |
| CTR deviceTotalErrors | 1.3.6.1.4.1.52.1.2.1.1.8 | Counter | read-only | The sum of all of the errors listed including alignment, CRC, runts, giants, and out of window collisions. |
| CTR deviceTotalPkts | 1.3.6.1.4.1.52.1.2.1.1.7 | Counter | read-only | The number of packets detected on all ports of this device. |
| INT deviceTotalPorts | 1.3.6.1.4.1.52.1.2.1.1.6 | INTEGER | read-only | The total number of repeater ports on the MMAC. |
| CTR deviceTransmitColls | 1.3.6.1.4.1.52.1.2.1.1.9 | Counter | read-only | The number of transmit collisions detected by this MMAC. |
| INT deviceTRBoardMap | 1.3.6.1.4.1.52.1.2.2.1.3.7 | INTEGER | read-only | The slots that contain Token Ring MIM boards. This field is bit encoded (eg. if a bit is set then that board is present). For example, a value of 2 indicates that there is a Token Ring board in the first MIM slot. |
| INT deviceTRBoards | 1.3.6.1.4.1.52.1.2.2.1.3.6 | INTEGER | read-only | This returns the number of Token Ring boards on the device. |
| INT deviceTRLans | 1.3.6.1.4.1.52.1.2.2.1.3.5 | INTEGER | read-only | This gives the number of Token Rings formed on this device. |
| INT deviceTROccupiedSlots | 1.3.6.1.4.1.52.1.2.1.1.30 | INTEGER | read-only | The slots that contain managable Token Ring MIM boards. This field is bit encoded (eg. if a bit is set then that board is present). For example, a value of 2 indicates that there is a managable Token Ring board in the first MIM slot. |
| INT deviceTRPorts | 1.3.6.1.4.1.52.1.2.2.1.3.2 | INTEGER | read-only | This gives the total number of Token Ring ports on this device. |
| INT deviceTRPortsOn | 1.3.6.1.4.1.52.1.2.2.1.3.1 | INTEGER | read-only | This gives the number of Token Ring ports enabled on this device. |
| INT deviceTRRingPorts | 1.3.6.1.4.1.52.1.2.2.1.3.4 | INTEGER | read-only | This gives the total number of Token Ring ring ports on this device. |
| INT deviceTRRingPortsOn | 1.3.6.1.4.1.52.1.2.2.1.3.3 | INTEGER | read-only | This gives the number of Token Ring ring ports that are enabled. |
| CTR deviceXNSFrames | 1.3.6.1.4.1.52.1.2.1.1.38 | Counter | read-only | The number of frames with XNS protocol seen by this device. |
| devTraffic | 1.3.6.1.4.1.52.1.2.1.9.1.1 | |||
| INT devTrafficEnable | 1.3.6.1.4.1.52.1.2.1.9.1.1.1 | INTEGER | read-write | Enable the sending of device level traffic traps. |
| INT devTrafficThreshold | 1.3.6.1.4.1.52.1.2.1.9.1.1.2 | INTEGER | read-write | The threshold of packets within the Devicetimebase that will cause a traffic alarm. |
| ethernetB | 1.3.6.1.4.1.52.1.2.2.3.2 | |||
| ethernetP | 1.3.6.1.4.1.52.1.2.2.4.2 | |||
| fDDIB | 1.3.6.1.4.1.52.1.2.2.3.4 | |||
| fDDIP | 1.3.6.1.4.1.52.1.2.2.4.4 | |||
| fNB | 1.3.6.1.4.1.52.1.6.1.1 | |||
| networkR2 | 1.3.6.1.4.1.52.1.2.2.2 | |||
| port | 1.3.6.1.4.1.52.1.2.1.3 | |||
| CTR port1024To1518Frames | 1.3.6.1.4.1.52.1.2.2.4.2.32 | Counter | read-only | The number of frames seen by this port, with frame sizes between 1024 and 1518 bytes. |
| CTR port128To255Frames | 1.3.6.1.4.1.52.1.2.2.4.2.29 | Counter | read-only | The number of frames seen by this port, with frame sizes between 128 and 255 bytes. |
| CTR port256To511Frames | 1.3.6.1.4.1.52.1.2.2.4.2.30 | Counter | read-only | The number of frames seen by this port, with frame sizes between 256 and 511 bytes. |
| CTR port512To1023Frames | 1.3.6.1.4.1.52.1.2.2.4.2.31 | Counter | read-only | The number of frames seen by this port, with frame sizes between 512 and 1023 bytes. |
| CTR port64To127Frames | 1.3.6.1.4.1.52.1.2.2.4.2.28 | Counter | read-only | The number of frames seen by this port, with frame sizes between 64 and 127 bytes. |
| INT portActiveUsers | 1.3.6.1.4.1.52.1.2.2.4.1.6 | INTEGER | read-only | The number of active users seen on this port. |
| INT portAdminState | 1.3.6.1.4.1.52.1.2.2.4.1.3 | INTEGER | read-write | The administrative status of this port. |
| CTR portAlignErrs | 1.3.6.1.4.1.52.1.2.2.4.2.8 | Counter | read-only | The number of misaligned frames this port has detected. |
| portAlrm | 1.3.6.1.4.1.52.1.2.1.9.3 | |||
| CTR portAppletalkFrames | 1.3.6.1.4.1.52.1.2.2.4.2.26 | Counter | read-only | The number of frames with Appletalk protocol seen by this port. |
| CTR portBanyanFrames | 1.3.6.1.4.1.52.1.2.2.4.2.21 | Counter | read-only | The number of frames with BANYAN protocol seen by this port. |
| portBroad | 1.3.6.1.4.1.52.1.2.1.9.3.4 | |||
| INT portBroadDisable | 1.3.6.1.4.1.52.1.2.1.9.3.4.3 | INTEGER | read-write | Permit a port to be disabled on a broadcast threshold alarm. |
| INT portBroadEnable | 1.3.6.1.4.1.52.1.2.1.9.3.4.1 | INTEGER | read-write | Enable the sending of port level broadcast alarms. |
| CTR portBroadPkts | 1.3.6.1.4.1.52.1.2.2.4.2.33 | Counter | read-only | The sum of broadcast packets detected on this port. |
| INT portBroadThreshold | 1.3.6.1.4.1.52.1.2.1.9.3.4.2 | INTEGER | read-write | The threshold of broadcast packets within the Devicetimebase that will cause a broadcast alarm. |
| portColls | 1.3.6.1.4.1.52.1.2.1.9.3.2 | |||
| INT portCollsEnable | 1.3.6.1.4.1.52.1.2.1.9.3.2.1 | INTEGER | read-write | Enable the sending of port level collsion alarms. |
| INT portCollsPortDisable | 1.3.6.1.4.1.52.1.2.1.9.3.2.3 | INTEGER | read-write | Permit a port to be disabled on a collision threshold alarm. |
| INT portCollsThreshold | 1.3.6.1.4.1.52.1.2.1.9.3.2.2 | INTEGER | read-write | This object represents the number of collisions per good packet measured by the port that will generate an alarm. |
| CTR portCRCErrs | 1.3.6.1.4.1.52.1.2.2.4.2.9 | Counter | read-only | The number of packets with bad CRC detected. |
| CTR portCtronFrames | 1.3.6.1.4.1.52.1.2.2.4.2.25 | Counter | read-only | The number of frames with Cabletron protocol seen by this port. |
| CTR portDECNetFrames | 1.3.6.1.4.1.52.1.2.2.4.2.22 | Counter | read-only | The number of frames with DECNET protocol seen by this port. |
| portError | 1.3.6.1.4.1.52.1.2.1.9.3.3 | |||
| INT portErrorEnable | 1.3.6.1.4.1.52.1.2.1.9.3.3.1 | INTEGER | read-write | Enable the sending of port level error alarms. |
| CTR portErrorPkts | 1.3.6.1.4.1.52.1.2.2.4.2.5 | Counter | read-only | The number of packets that have experienced an error. |
| INT portErrorPortDisable | 1.3.6.1.4.1.52.1.2.1.9.3.3.4 | INTEGER | read-write | Permit a port to be disabled on an error threshold alarm. |
| INT portErrorSource | 1.3.6.1.4.1.52.1.2.1.9.3.3.3 | INTEGER | read-write | The type of error used for the error alarm. The integer is a bit encoded version of which errors to include in the error sum. The bits are encoded as follows: CRCErrors - Bit 0 - Least Significant Bit runts - Bit 1 OOWColls - Bit 2 alignErrs - Bit 3 NoResource - Bit 4 Giants - Bit 5 |
| INT portErrorThreshold | 1.3.6.1.4.1.52.1.2.1.9.3.3.2 | INTEGER | read-write | This object represents the percentage of errors per good packet that will generate an alarm. |
| INT portForceTrunkType | 1.3.6.1.4.1.52.1.2.2.4.2.18 | INTEGER | read-write | This variable forces a port to be a trunk port. |
| CTR portGiants | 1.3.6.1.4.1.52.1.2.2.4.2.14 | Counter | read-only | The number of frames longer than 1518 bytes detected on this port. |
| INT portIndex | 1.3.6.1.4.1.52.1.2.2.4.1.1 | INTEGER | read-only | The slot number of this port. |
| CTR portIPFrames | 1.3.6.1.4.1.52.1.2.2.4.2.24 | Counter | read-only | The number of frames with TCPIP protocol seen by this port. |
| INT portLinkStatus | 1.3.6.1.4.1.52.1.2.2.4.2.2 | INTEGER | read-only | The state of the link signal for this port. |
| INT portMediaType | 1.3.6.1.4.1.52.1.2.2.4.1.2 | INTEGER | read-only | The type of the port. (eg. FOT, TPT, etc). |
| CTR portMultPkts | 1.3.6.1.4.1.52.1.2.2.4.2.34 | Counter | read-only | The sum of multicast packets detected on this port. |
| STR portName | 1.3.6.1.4.1.52.1.2.2.4.1.7 | DisplayString | read-write | The name of the port. this field will only contain printable ASCII characters. |
| CTR portNoResorces | 1.3.6.1.4.1.52.1.2.2.4.2.12 | Counter | read-only | The number of times the no resource condition is detected on this port. |
| CTR portNovellFrames | 1.3.6.1.4.1.52.1.2.2.4.2.20 | Counter | read-only | The number of frames with NOVELL protocol seen by this port. |
| CTR portOOWColls | 1.3.6.1.4.1.52.1.2.2.4.2.11 | Counter | read-only | The number of out-of-window collisions detected by this port. |
| INT portOper | 1.3.6.1.4.1.52.1.2.2.4.1.5 | INTEGER | read-only | Returns a value indicating whether this port is in an operational state. |
| CTR portOSIFrames | 1.3.6.1.4.1.52.1.2.2.4.2.19 | Counter | read-only | The number of frames with OSI protocol seen by this port. |
| CTR portOtherFrames | 1.3.6.1.4.1.52.1.2.2.4.2.27 | Counter | read-only | The number of frames seen by this port, that do not fall into any of the previously listed protocol catagories. |
| portR2 | 1.3.6.1.4.1.52.1.2.2.4 | |||
| CTR portRecBytes | 1.3.6.1.4.1.52.1.2.2.4.2.13 | Counter | read-only | The number of bytes detected on the network. |
| CTR portRecColls | 1.3.6.1.4.1.52.1.2.2.4.2.7 | Counter | read-only | The number of Receive mode collisions this port has detected. |
| INT portRedundCrt | 1.3.6.1.4.1.52.1.2.2.4.2.15 | INTEGER | read-write | The redundant circuit with which this port is associated. |
| INT portRedundStatus | 1.3.6.1.4.1.52.1.2.2.4.2.17 | INTEGER | read-write | The current state of this port is in the redundant circuit. The port must be associated with a redundant circuit first, using the object portRedundCrt. |
| INT portRedundType | 1.3.6.1.4.1.52.1.2.2.4.2.16 | INTEGER | read-write | The type of port this port is in the redundant circuit. The port must be associated with a redundant circuit first, using the object portRedundCrt. |
| CTR portRunts | 1.3.6.1.4.1.52.1.2.2.4.2.10 | Counter | read-only | The number of runt frames detected by this port. |
| OCT portSourceAddr | 1.3.6.1.4.1.52.1.2.2.4.1.4 | OCTET STRING | read-only | A source address that has been seen on this port. |
| INT portSrcAddrLocked | 1.3.6.1.4.1.52.1.2.2.4.2.38 | INTEGER | read-write | If this is set to 2, any source addresses that are detected on station ports that are not in the table will cause the port to be turned off. |
| INT portStatus | 1.3.6.1.4.1.52.1.2.2.4.2.3 | INTEGER | read-only | The network state of this port. |
| INT portTopologyType | 1.3.6.1.4.1.52.1.2.2.4.2.1 | INTEGER | read-only | The topological type of the port. |
| CTR portTotalPkts | 1.3.6.1.4.1.52.1.2.2.4.2.4 | Counter | read-only | The total number of packets this port has seen since the last reset. |
| portTraffic | 1.3.6.1.4.1.52.1.2.1.9.3.1 | |||
| INT portTrafficEnable | 1.3.6.1.4.1.52.1.2.1.9.3.1.1 | INTEGER | read-write | Enable the sending of port level traffic traps for this port. |
| INT portTrafficPortDisable | 1.3.6.1.4.1.52.1.2.1.9.3.1.3 | INTEGER | read-write | Permit a port to be disabled on a traffic threshold alarm. |
| INT portTrafficThreshold | 1.3.6.1.4.1.52.1.2.1.9.3.1.2 | INTEGER | read-write | The threshold of packets within the Devicetimebase that will cause a traffic alarm. |
| CTR portXmitColls | 1.3.6.1.4.1.52.1.2.2.4.2.6 | Counter | read-only | The number of Transmit mode collisions this port has detected. |
| CTR portXNSFrames | 1.3.6.1.4.1.52.1.2.2.4.2.23 | Counter | read-only | The number of frames with XNS protocol seen by this port. |
| redundancy | 1.3.6.1.4.1.52.1.2.1.8 | |||
| INT redundancyCircuitBoard | 1.3.6.1.4.1.52.1.2.1.8.7 | INTEGER | read-only | The boards associated with the indicated circuit. |
| INT redundancyCircuitEnable | 1.3.6.1.4.1.52.1.2.1.8.14 | INTEGER | read-write | Enables and disables the indicated circuit. |
| IP redundancyCircuitMACAddrAdd | 1.3.6.1.4.1.52.1.2.1.8.11 | IpAddress | read-write | Adds this ethernet address to the polling list for the indicated circuit. |
| IP redundancyCircuitMACAddrDel | 1.3.6.1.4.1.52.1.2.1.8.12 | IpAddress | read-write | Removes this ethernet address from the polling list for the indicated circuit. |
| IP redundancyCircuitMACAddrDisp | 1.3.6.1.4.1.52.1.2.1.8.13 | IpAddress | read-only | The ethernet addresses associated with the indicated circuit, accessed by index. |
| OCT redundancyCircuitName | 1.3.6.1.4.1.52.1.2.1.8.4 | OCTET STRING | read-write | The name of the indicated circuit. |
| INT redundancyCircuitNumAddr | 1.3.6.1.4.1.52.1.2.1.8.10 | INTEGER | read-only | The number of addresses associated with the indicated circuit. |
| INT redundancyCircuitPort | 1.3.6.1.4.1.52.1.2.1.8.8 | INTEGER | read-only | The ports associated with the indicated circuit. |
| INT redundancyCircuitReset | 1.3.6.1.4.1.52.1.2.1.8.15 | INTEGER | read-write | Reset the indicated circuit. Return all of the associated board and ports to NOT-USED, remove associated addresses from the polling list, reset the circuit name and retry count to default values. |
| INT redundancyCircuitTypes | 1.3.6.1.4.1.52.1.2.1.8.9 | INTEGER | read-only | The type of each port associated with the indicated circuit. |
| INT redundancyNumBPs | 1.3.6.1.4.1.52.1.2.1.8.6 | INTEGER | read-only | The number of board/port combinations associated with the indicated circuit. |
| INT redundancyPerformTest | 1.3.6.1.4.1.52.1.2.1.8.3 | INTEGER | read-write | Test the redundant circuit. |
| INT redundancyPollInterval | 1.3.6.1.4.1.52.1.2.1.8.1 | INTEGER | read-write | The number of seconds between polls for redundancy. |
| INT redundancyRetryCount | 1.3.6.1.4.1.52.1.2.1.8.5 | INTEGER | read-write | The number of unanswered polls allowed for the indicated circuit before the current connection is declared bad. |
| OCT redundancyTestTod | 1.3.6.1.4.1.52.1.2.1.8.2 | OCTET STRING | read-write | The time of day at which the redundant circuits should be tested. |
| ringP | 1.3.6.1.4.1.52.1.2.2.4.3.2 | |||
| ringPort2 | 1.3.6.1.4.1.52.1.2.2.4.3.3 | |||
| INT ringPortLinkStateTime | 1.3.6.1.4.1.52.1.2.2.4.3.2.2 | INTEGER | read-write | Reports the time (in seconds) since the ring port's link state changed. |
| INT ringPortLinkStatus | 1.3.6.1.4.1.52.1.2.2.4.3.2.1 | INTEGER | read-only | Reports the link state of a ring port. |
| INT ringSpeedFault | 1.3.6.1.4.1.52.1.2.2.3.3.7 | INTEGER | read-only | Data speed of station mismatches configuration speed of board. Board is automatically bypassed. |
| sourceAddr | 1.3.6.1.4.1.52.1.2.1.7 | |||
| INT sourceAddrBoard | 1.3.6.1.4.1.52.1.2.1.7.1 | INTEGER | read-only | The board number of the port that the supplied source address has been found on. |
| INT sourceAddrPort | 1.3.6.1.4.1.52.1.2.1.7.2 | INTEGER | read-only | The port number of the port that the supplied source address has been found on. |
| stationP | 1.3.6.1.4.1.52.1.2.2.4.3.1 | |||
| INT stationPortLinkStateTime | 1.3.6.1.4.1.52.1.2.2.4.3.1.2 | INTEGER | read-write | The amount of in seconds which have elapsed since the station port last changed state. Note: setting this to zero will clear the time. |
| INT stationPortLinkStatus | 1.3.6.1.4.1.52.1.2.2.4.3.1.1 | INTEGER | read-only | When station is supplying phantom current the Link Signal is active. When there is no phantom current the Link Signal is inactive. |
| tokenRingB | 1.3.6.1.4.1.52.1.2.2.3.3 | |||
| tokenRingD | 1.3.6.1.4.1.52.1.2.2.1.3 | |||
| tokenRingP | 1.3.6.1.4.1.52.1.2.2.4.3 |
RFC description
Repeater management for Cabletron IRM3 equipment including board, port, and redundancy monitoring.
Start monitoring Cabletron Systems modular chassis device (hub/switch/concentrator) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.