CXTRDIo-MIB: View SNMP OID List / Download MIB

VENDOR: MEMOTEC COMMUNICATIONS


 Home MIB: CXTRDIo-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
 trdSapOprTable 1.3.6.1.4.1.495.2.1.6.51.1 no-access
Provides configuration information for each Token Ring service access point and its associated hardware port. Each row of the table (entry) contains information that corresponds to a particular service access point.
     trdSapOprEntry 1.3.6.1.4.1.495.2.1.6.51.1.1 no-access
Provides the configuration of a particular Token Ring service access point and its associated hardware port.
         trdSapOprNumber 1.3.6.1.4.1.495.2.1.6.51.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.
         trdSapOprAlias 1.3.6.1.4.1.495.2.1.6.51.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
         trdSapOprPortSpeed 1.3.6.1.4.1.495.2.1.6.51.1.1.3 integer read-only
Defines the input and output speed, in bits per second, for the associated hardware port. Default Value: speed-16-mbps (2) Range of Values: speed-4-mbps (1) speed-16-mbps (2) Enumeration: 'speed-16-mbps': 2, 'speed-4-mbps': 1.
         trdSapOprTxBufferQueue 1.3.6.1.4.1.495.2.1.6.51.1.1.4 integer read-only
Defines the transmit queue length, in number of buffers, for the associated hardware port. The number of buffers is usually equal to the number of frames (i.e. one frame per buffer). After the queue has reached this length, up to eight additional frames are stored before data is discarded. Default Value: 64
         trdSapOprRxBufferQueue 1.3.6.1.4.1.495.2.1.6.51.1.1.5 integer read-only
Defines the receive queue length, in number of buffers, for the associated hardware port. The number of buffers is usually equal to the number of frames (i.e. one frame per buffer). After the queue has reached this length, data is discarded. Default Value: 64
         trdSapOprDataGenerator 1.3.6.1.4.1.495.2.1.6.51.1.1.8 integer read-write
Determines whether the Data Generator is enabled. The Data Generator is used for testing purposes. Options: disabled (1): The Data Generator is disabled. enabled (2): The Data Generator is enabled. enabled-verify (3): The Data Generator is enabled, and checks data it receives against data it has sent. The result of the test is displayed in trdStatOprRxGenErrors. retrigger (4): The Data Generator repeats the transmission, as specified in trdSapOprGenFrames and trdSapOprGen. Default Value: disabled Configuration Changed: operative The change cannot be saved. Enumeration: 'disabled': 1, 'retrigger': 4, 'enabled': 2, 'enabled-verify': 3.
         trdSapOprGenFrames 1.3.6.1.4.1.495.2.1.6.51.1.1.9 integer read-write
Determines the number of times a frame will be generated (for testing purposes). Frames are generated every 50 msec. If the value is set to zero, then frames will be generated continuously (every 50 msec). If the Data Generator is disabled (using trdSapOprDataGenerator), then the value is ignored. Range of Values: 0 - 255 Default Value: 1 Configuration Changed: operative The change cannot be saved.
         trdSapOprGenFrameSize 1.3.6.1.4.1.495.2.1.6.51.1.1.10 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: 18-2100 bytes Default Value: 512 bytes Configuration Changed: operative The change cannot be saved.
         trdOprControlStats 1.3.6.1.4.1.495.2.1.6.51.1.1.15 integer read-write
Determines whether statistics for the hardware port will be cleared. When the clearSapStats option is selected, all counters for this port are cleared, including counters kept in the Interfaces Group MIB, (RFC 1213) and in the dot5 Table (RFC 1231). Options: clearSapStats (1): clears all statistics for the hardware port. Configuration Changed: operative Enumeration: 'clearSapStats': 1.
         trdStatOprRxGenErrors 1.3.6.1.4.1.495.2.1.6.51.1.1.17 counter read-only
Identifies the total number of frames received that contain errors for a port that is set to enable-verify in 'trdSapOprDataGenerator'. Range of Values: 0 to 4,294,967,295 Default Value: None
 trdSapAdmTable 1.3.6.1.4.1.495.2.1.6.51.2 no-access
Provides configuration information for each Token Ring service access point and its associated hardware port. Each row (entry) of the table corresponds to a particular service access point.
     trdSapAdmEntry 1.3.6.1.4.1.495.2.1.6.51.2.1 no-access
Provides configuration information for a particular Token Ring service access point and its associated hardware port.
         trdSapAdmNumber 1.3.6.1.4.1.495.2.1.6.51.2.1.1 integer read-only
Identifies the service access point by a number. The system assigns each service access point a unique number.
         trdSapAdmAlias 1.3.6.1.4.1.495.2.1.6.51.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.The first character must be a letter, and spaces are not allowed.
         trdSapAdmPortSpeed 1.3.6.1.4.1.495.2.1.6.51.2.1.3 integer read-write
Defines the input and output speed, in bits per second, for the associated hardware port. Options: speed-4-mbps (1): 4 mbps ring speed speed-16-mbps (2): 16 mbps ring speed Default Value: speed-16-mbps (2) Enumeration: 'speed-16-mbps': 2, 'speed-4-mbps': 1.
         trdSapAdmTxBufferQueue 1.3.6.1.4.1.495.2.1.6.51.2.1.4 integer read-write
Defines the transmit queue length, in number of buffers, for the associated hardware port. The number of buffers is usually equal to the number of frames (i.e. one frame per buffer). After the queue has reached this length, up to eight additional frames are stored before data is discarded. Range of Values: 32-240 Default Value: 64
         trdSapAdmRxBufferQueue 1.3.6.1.4.1.495.2.1.6.51.2.1.5 integer read-write
Defines the receive queue length, in number of buffers, for the associated hardware port. The number of buffers is usually equal to the number of frames (i.e. one frame per buffer). After the queue has reached this length, data is discarded. Range of Values: 32-240 Default Value: 64
         trdSapAdmDataGenerator 1.3.6.1.4.1.495.2.1.6.51.2.1.8 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 checks data it receives against data it has sent. The result of the test is displayed in trdStatOprRxGenErrors. Default Value: disabled (1) Configuration Changed: administrative Further Action: to activate changed value, click on Action in EMS menu bar, then click on Reset with Save. Enumeration: 'disabled': 1, 'enabled': 2, 'enabled-verify': 3.
         trdSapAdmGenFrames 1.3.6.1.4.1.495.2.1.6.51.2.1.9 integer read-write
Determines the number of times a frame will be generated for testing purposes. Frames are generated every 50 msec. If the value is set to zero, then frames will be generated continuously (every 50 msec). If the Data Generator is disabled (using trdSapAdmDataGenerator), then the value is ignored. Range of Values: 0 - 255 Default Value: 1 Configuration Changed: administrative Further action: to activate changed value, click on Action in EMS menu bar, then click on Reset with Save.
         trdSapAdmGenFrameSize 1.3.6.1.4.1.495.2.1.6.51.2.1.10 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: 18 - 2100 bytes Default Value: 512 bytes Configuration Changed: administrative Further action: to activate changed value, click on Action in EMS menu bar, then click on Reset with Save.