TR-OPT-MIB: View SNMP OID List / Download MIB
VENDOR: CODEX
Home | MIB: TR-OPT-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).
|
|||
Object Name | OID | Type | Access | Info |
codex | 1.3.6.1.4.1.449 | |||
cdxProductSpecific | 1.3.6.1.4.1.449.2 | |||
cdx6500 | 1.3.6.1.4.1.449.2.1 | |||
cdx6500Configuration | 1.3.6.1.4.1.449.2.1.2 | |||
cdx6500CfgProtocolGroup | 1.3.6.1.4.1.449.2.1.2.1 | |||
cdx6500PCTPortProtocolGroup | 1.3.6.1.4.1.449.2.1.2.1.1 | |||
cdx6500PPCTdot5PortTable | 1.3.6.1.4.1.449.2.1.2.1.1.9 | no-access |
This table contains Token Ring interface parameters and state variables, one entry per 802.5 interface. |
|
1.3.6.1.4.1.449.2.1.2.1.1.9.1 | no-access |
A list of Token Ring status and parameter values for an 802.5 interface. |
||
cdx6500dot5IfIndex | 1.3.6.1.4.1.449.2.1.2.1.1.9.1.1 | integer | read-only |
This object is the port number for the LAN Interface. |
cdx6500dot5LanCableType | 1.3.6.1.4.1.449.2.1.2.1.1.9.1.2 | integer | read-only |
Specifies the type of cable and therefore which connector is used for LAN interface. utp : Unshielded twisted pair stp : Shielded twisted pair. newvalUtp : same functionality as 'utp', new enumeration added for RFC1155 compatibility. Enumeration: 'unknown': 3, 'utp': 0, 'stp': 1, 'newvalUtp': 50. |
cdx6500dot5PortMacAddress | 1.3.6.1.4.1.449.2.1.2.1.1.9.1.3 | macaddress | read-only |
Specifies the MAC address of the LAN port. The entered value of 00-00-00-00-00-00 will be replaced by the Burned In Address (BIA) if the LAN hardware is present. |
cdx6500dot5LocalRingNumber | 1.3.6.1.4.1.449.2.1.2.1.1.9.1.4 | integer | read-only |
This parameter specifies the local ring number to which this port is attached. It is used as default if a value is not obtained from Ring Parameter Server. |
cdx6500dot5EarlyTokenRelease | 1.3.6.1.4.1.449.2.1.2.1.1.9.1.5 | integer | read-only |
This parameter controls whether this station operating on a 16 Mbps ring will perform early token release. This parameter has no effect for 4 Mbps rings where early token release is not used. newvalDisable : same functionality as 'disable', new enumeration added for RFC1155 compatibility. Enumeration: 'enable': 1, 'disable': 0, 'newvalDisable': 50. |
cdx6500dot5TransmitQueueLimit | 1.3.6.1.4.1.449.2.1.2.1.1.9.1.6 | integer | read-only |
Number of frames that can be queued on the transmitter before any frame is dropped. |
cdx6500Statistics | 1.3.6.1.4.1.449.2.1.3 | |||
cdx6500StatProtocolGroup | 1.3.6.1.4.1.449.2.1.3.1 | |||
cdx6500PSTPortProtocolGroup | 1.3.6.1.4.1.449.2.1.3.1.1 | |||
cdx6500PPSTdot5PortTable | 1.3.6.1.4.1.449.2.1.3.1.1.9 | no-access |
A table containing Token Ring statistics, one entry per 802.5 interface. All the statistics are defined using the syntax Counter as 32-bit wrap around counters. Thus, if an interface's hardware maintains these statistics in 16-bit counters, then the agent must read the hardware's counters frequently enough to prevent loss of significance, in order to maintain 32-bit counters in software. |
|
1.3.6.1.4.1.449.2.1.3.1.1.9.1 | no-access |
An entry contains the 802.5 statistics for a particular interface. |
||
cdx6500dot5StatsIfIndex | 1.3.6.1.4.1.449.2.1.3.1.1.9.1.1 | integer | read-only |
The value of this object identifies the 802.5 interface for which this entry contains management information. |
cdx6500dot5StatsPortType | 1.3.6.1.4.1.449.2.1.3.1.1.9.1.2 | integer | read-only |
The currently running value of the Port type. Enumeration: 'tr': 28. |
cdx6500dot5StatsDataBytesRx | 1.3.6.1.4.1.449.2.1.3.1.1.9.1.3 | counter | read-only |
This counter is incremented for each data byte received by the LAN port. |
cdx6500dot5StatsDataBytesTx | 1.3.6.1.4.1.449.2.1.3.1.1.9.1.4 | counter | read-only |
This counter is incremented for each data byte transmitted by the LAN port. |
cdx6500dot5StatsFrameSizeExc | 1.3.6.1.4.1.449.2.1.3.1.1.9.1.5 | counter | read-only |
This counter is incremented when the LAN port observes a frame that can not be forwarded because of excessive length. |
cdx6500dot5StatsShortFrames | 1.3.6.1.4.1.449.2.1.3.1.1.9.1.6 | counter | read-only |
This counter is incremented when the LAN port observes a receive or transmitted frame which is less than 18 bytes. |
cdx6500dot5StatsTransmitDiscards | 1.3.6.1.4.1.449.2.1.3.1.1.9.1.7 | counter | read-only |
This counter is incremented when the LAN port discards the frame because the transmit queue exceeds the maximum queue length. |
cdx6500dot5StatsPortStatus | 1.3.6.1.4.1.449.2.1.3.1.1.9.1.8 | integer | read-only |
Indicates the status of the LAN port. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'down': 4, 'enabled': 1, 'up': 3, 'newvalDisabled': 50. |
cdx6500dot5StatsLastStatReset | 1.3.6.1.4.1.449.2.1.3.1.1.9.1.9 | displaystring | read-only |
Time stamp when the statistics were last reset. |
cdx6500dot5StatsClearStats | 1.3.6.1.4.1.449.2.1.3.1.1.9.1.10 | integer | read-write |
This is the command to reset the LAN port statistics. Enumeration: 'reset': 1. |
cdx6500Controls | 1.3.6.1.4.1.449.2.1.4 |