CXEthIo-MIB: View SNMP OID List / Download MIB
VENDOR: MEMOTEC COMMUNICATIONS
Home | MIB: CXEthIo-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 |
ethSapOprTable | 1.3.6.1.4.1.495.2.1.6.45.1 | no-access |
Provides configuration information for each Ethernet service access point and its associated hardware ports. It also provides statistical information about activity at the interface. Each row of the table (entry) contains information that corresponds to a particular service access point. |
|
1.3.6.1.4.1.495.2.1.6.45.1.1 | no-access |
Provides the configuration of a particular Ethernet service access point and its associated hardware port. It also provides statistical information about activity at the interface. |
||
ethSapOprNumber | 1.3.6.1.4.1.495.2.1.6.45.1.1.1 | integer | read-only |
Identifies the service access point by a numerical value. Each service access point is assigned a unique number. The number is assigned by the system. |
ethSapOprAlias | 1.3.6.1.4.1.495.2.1.6.45.1.1.2 | alias | read-only |
Identifies the textual name (Alias) of this service access point. Each service access point must have a unique name. Range of Values: 0-16 alphanumeric characters. (Note that the first character must be a letter and spaces are not allowed). Default Value: None |
ethSapOprConnectorType | 1.3.6.1.4.1.495.2.1.6.45.1.1.3 | integer | read-only |
Identifies the connector type used for the hardware port. Options: auto (1): (connector type detected automatically) aui (2): tbaseT (3): 100baseT (4) 100 Mbs Ethernet Default Value: auto Enumeration: 'aui': 2, 'auto': 1, 'baset-100': 4, 'tbaset': 3. |
ethSapOprDataGenerator | 1.3.6.1.4.1.495.2.1.6.45.1.1.4 | integer | read-write |
Determines whether the Data Generator is enabled. The Data Generator is used for testing purposes. Options: disabled (1) enabled (2) enabled-verify(3): The data generator is enabled and it checks what it receives against what it has sent. The result of the test is displayed in ethStatOprRxGenErrors. If this option is selected ethSapOprLoobackType must be set to remote. retrigger (4): The data generator repeats the transmission as specified in ethSapOprGenFrames and ethSapOprGen. Default Value: disabled Configuration Changed: administrative The change cannot be saved. Enumeration: 'disabled': 1, 'retrigger': 4, 'enabled': 2, 'enabled-verify': 3. |
ethSapOprGenFrames | 1.3.6.1.4.1.495.2.1.6.45.1.1.5 | integer | read-write |
Determines the number of times a frame will be generated (for testing purposes). Frames are generated every 1 msec. If the value is set to zero, then frames will be generated continuously (every 1 msec). If the Data Generator is disabled (using ethSapOprDataGenerator), then the value is ignored. Range of Values: 0 - 255 Default Value: 1 |
ethSapOprGenFrameSize | 1.3.6.1.4.1.495.2.1.6.45.1.1.6 | integer | read-write |
Determines the size of the frames (in bytes) to be generated (for testing purposes). If the Data Generator is disabled, then this value is ignored. Range of Values: 0-1514 bytes Default Value: 512 bytes Configuration Changed: administrative The change cannot be saved. |
ethSapOprLoopbackType | 1.3.6.1.4.1.495.2.1.6.45.1.1.7 | integer | read-only |
Determines whether the port performs remote loopback, local loopback or both. Options: none (1): Loopback is disabled. local (2): The Service Access Point associated with the port returns all frames to the originating layer without transmitting them. remote (3): The port transmists back whatever it receives. (This implies that the Service Access Point associated with the port will not permit communications with any upper layer requesting service.) both (4): Both remote and local loopback enabled. Default Value: none (1) Configuration Changed: administrative The change cannot be saved. Enumeration: 'remote': 3, 'none': 1, 'local': 2, 'both': 4. |
ethOprControlStats | 1.3.6.1.4.1.495.2.1.6.45.1.1.12 | integer | read-write |
Determines whether the statistics for the hardware port will be cleared. When the clearSapStats option is selected all the counters for the port are cleared. Options: clearSapStats (clears statistics for the hardware port). Enumeration: 'clearSapStats': 1. |
ethStatOprLinkState | 1.3.6.1.4.1.495.2.1.6.45.1.1.14 | integer | read-only |
Identifies whether the hardware port is available. If there is a problem with the port (e.g. a faulty connection) the value will be down. Options: up (1) down (2) Default Value: None Enumeration: 'down': 2, 'up': 1. |
ethStatOprInFrames | 1.3.6.1.4.1.495.2.1.6.45.1.1.15 | counter | read-only |
Identifies the total number of frames received by this port. The value indicates the activity at this interface. Range of Values: 0 to 4, 294, 967, 295 Default Value: None |
ethStatOprInOctets | 1.3.6.1.4.1.495.2.1.6.45.1.1.16 | counter | read-only |
Identifies the total number of octets received by this port. The value indicates the activity at this interface. Range of Values: 0 to 4, 294, 967, 295 Default Value: None |
ethStatOprInErrors | 1.3.6.1.4.1.495.2.1.6.45.1.1.17 | counter | read-only |
Identifies the total number of errors received by this port. Errors include overrun errors, non-octet errors, and CRC errors. A high count may indicate a hardware problem. Range of Values: 0 to 4, 294, 967, 295 Default Value: None |
ethStatOprInDiscards | 1.3.6.1.4.1.495.2.1.6.45.1.1.18 | counter | read-only |
Identifies the total number of frames received and discarded due to errors or other conditions (i.e. busy, lack of receive buffers, frames received while port not bound to an upper layer.) A high count may indicate that the port is not bound to an upper layer. Range of Values: 0 to 4, 294, 967, 295 Default Value: None |
ethStatOprInBusyDiscards | 1.3.6.1.4.1.495.2.1.6.45.1.1.19 | counter | read-only |
Identifies the total number of frames received and discarded as a result of a lack of receive buffers. A high count may indicate system resources are low. Range of Values: 0 to 4, 294, 967, 295 Default Value: None |
ethStatOprOutFrames | 1.3.6.1.4.1.495.2.1.6.45.1.1.20 | counter | read-only |
Identifies the total number of frames transmitted by this port. Range of Values: 0 to 4, 294, 967, 295 Default Value: None |
ethStatOprOutOctets | 1.3.6.1.4.1.495.2.1.6.45.1.1.21 | counter | read-only |
Identifies the total number of octets transmitted by this port. Range of Values: 0 to 4, 294, 967, 295 Default Value: None |
ethStatOprOutErrors | 1.3.6.1.4.1.495.2.1.6.45.1.1.22 | counter | read-only |
Identifies the total number of errors transmitted by this port. The count includes Transmitter Underrun, Carrier sense Lost During Frame Transmission, Attempts Limits Expires, and Late Collisions. A high count may indicate a hardware problem. Range of Values: 0 to 4, 294, 967, 295 Default Value: None |
ethStatOprOutDiscards | 1.3.6.1.4.1.495.2.1.6.45.1.1.23 | counter | read-only |
Identifies the total number of frames which were unsuccessfully transmitted due to a lack of transmit buffers. Range of Values: 0 to 4, 294, 967, 295 Default Value: None |
ethStatOprOutCSLostFrames | 1.3.6.1.4.1.495.2.1.6.45.1.1.24 | counter | read-only |
Identifies the total number of transmitted frames for which the carrier sense lost condition was encountered during transmission. A high count may indicate that the device was unplugged during transmission. Range of Values: 0 to 4, 294, 967, 295 Default Value: None |
ethStatOprRxGenErrors | 1.3.6.1.4.1.495.2.1.6.45.1.1.25 | counter | read-only |
Identifies the total number of frames received that contain errors (for a port that has enable-verify set in ethSapOprDataGenerator.) Range of Values: 0 to 4, 294, 967, 295 Default Value: None |
ethSapAdmTable | 1.3.6.1.4.1.495.2.1.6.45.2 | no-access |
Provides configuration information for each Ethernet service access point and its associated hardware port. Each row (entry) of the table corresponds to a particular service access point. |
|
1.3.6.1.4.1.495.2.1.6.45.2.1 | no-access |
Provides configuration information for a particular Ethernet service access point and its associated hardware port. |
||
ethSapAdmNumber | 1.3.6.1.4.1.495.2.1.6.45.2.1.1 | integer | read-only |
Identifies the service access point by a number. Each service access point is assigned a unique number. The number is assigned by the system. |
ethSapAdmAlias | 1.3.6.1.4.1.495.2.1.6.45.2.1.2 | alias | read-write |
Determines the textual name (alias) of this service access point. Each service access point is assigned a unique name. Range of Values: 0-16 alphanumeric characters. (Note that the first character must be a letter; spaces are not allowed). Related Parameters: The alias must be the same as the one used in cxCfgIpxPortSubnetworkSAPAlias and cxCfgIpAdEntSubnetworkSAPAlias. |
ethSapAdmConnectorType | 1.3.6.1.4.1.495.2.1.6.45.2.1.3 | integer | read-write |
Identifies the connector type used for the hardware port. Options: auto (1): connector type detected automatically aui (2) tbaseT (3) 100baseT (4) 100 Mbs Ethernet Default Value: auto (1) Configuration Changed: administrative Further action: to activate changed value, click on Action in EMS menu bar, then click on Reset with Save. Enumeration: 'aui': 2, 'auto': 1, 'baset-100': 4, 'tbaseT': 3. |
ethSapAdmDataGenerator | 1.3.6.1.4.1.495.2.1.6.45.2.1.4 | integer | read-write |
Determines whether the Data Generator is enabled. The Data Generator is used for testing purposes. Options: disabled (1) enabled.(2) enabled-verify.(3) The data generator is enabled and it checks what it receives against what it has sent. The result of the test is displayed in ethStatAdmrRxGenErrors. If this option is selected, ethSapOprLoobackType must be set to remote. Default Value: disabled (1) Configuration Changed: administrative Enumeration: 'disabled': 1, 'enabled': 2, 'enabled-verify': 3. |
ethSapAdmGenFrames | 1.3.6.1.4.1.495.2.1.6.45.2.1.5 | integer | read-write |
Determines the number of times a frame will be generated (for testing purposes). Frames are generated every 1 msec. If the value is set to zero, then frames will be generated continuously (every 1 msec). If the Data Generator is disabled (using ethSapAdmDataGenerator), then the value is ignored. Range of Values: 0 - 255 Default Value: 1 Configuration Changed: administrative |
ethSapAdmGenFrameSize | 1.3.6.1.4.1.495.2.1.6.45.2.1.6 | integer | read-write |
Determines the size of the frames (in bytes) to be generated (for testing purposes). If the Data Generator is disabled, then this value is ignored. Range of Values: 0 -1514 bytes Default Value:512 bytes Configuration Changed: administrative |
ethSapAdmLoopbackType | 1.3.6.1.4.1.495.2.1.6.45.2.1.7 | integer | read-write |
Determines whether the port performs remote loopback, local loopback or both. Options: none (1): Loopback is disabled. local (2): The Service Access Point associated with the port returns all frames to the originating layer without transmitting them. remote (3): The port transmists back whatever it receives. (This implies that the Service Access Point associated with the port will not permit communications with any upper layer requesting service.) both (4): Both remote and local loopback enabled. Default Value: none (1) Configuration Changed: administrative. Enumeration: 'remote': 3, 'none': 1, 'local': 2, 'both': 4. |