EICON-MIB-TRACE: View SNMP OID List / Download MIB

VENDOR: EICON


 Home MIB: EICON-MIB-TRACE
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
 eicon 1.3.6.1.4.1.434
         management 1.3.6.1.4.1.434.2
             mibv2 1.3.6.1.4.1.434.2.2
                 module 1.3.6.1.4.1.434.2.2.4
                     trace 1.3.6.1.4.1.434.2.2.4.15
                           traceFreeEntryIndex 1.3.6.1.4.1.434.2.2.4.15.1 positiveinteger read-only
The number indicating to the Manager the first available index for the new Entry in the traceTable. The Manager will first get this value from the Agent and then use it to attempt to create an entry with that index value.
                           traceControlTable 1.3.6.1.4.1.434.2.2.4.15.2 no-access
Trace control paramters table, one row per port. All parameters in this table have read-write access and have to be set before the trace can be started.
                               traceControlEntry 1.3.6.1.4.1.434.2.2.4.15.2.1 no-access
The set of attributes for each port.
                                   traceCntrlIndex 1.3.6.1.4.1.434.2.2.4.15.2.1.1 positiveinteger read-only
Index of the table
                                   traceCntrlEntryStatus 1.3.6.1.4.1.434.2.2.4.15.2.1.2 integer read-write
Status of this entry in the table Enumeration: 'create': 2, 'valid': 3, 'invalid': 1.
                                   traceCntrlEntryOwner 1.3.6.1.4.1.434.2.2.4.15.2.1.3 displaystring read-write
Owner of entry
                                   traceCntrlProtocol 1.3.6.1.4.1.434.2.2.4.15.2.1.4 integer read-write
The Protocol to trace Enumeration: 'xportiso': 5, 'sdlc': 2, 'frelay': 3, 'snafr': 10, 'sna': 8, 'hdlc': 4, 'llc': 7, 'ppp': 9, 'xporttgx': 6, 'x25': 1.
                                   traceCntrlEntryReclaimTime 1.3.6.1.4.1.434.2.2.4.15.2.1.5 timeticks read-write
This is the amount of time the the entry is valid. a value of 0 means valid forever. default is 1 day ticks
                                   traceCntrlOnOff 1.3.6.1.4.1.434.2.2.4.15.2.1.6 integer read-write
The start/stop parameter Enumeration: 'read': 2, 'start': 1, 'stop': 3, 'invalid': 4.
                                   traceCntrlActionState 1.3.6.1.4.1.434.2.2.4.15.2.1.7 actionstate read-only
Result of the Trace start operation. Management Station should read this value after starting the trace to find it's status.
                                   traceCntrlActionError 1.3.6.1.4.1.434.2.2.4.15.2.1.8 integer read-only
The error codes if traceStartResult has start-failed Enumeration: 'no-error': 1, 'bad-param': 2.
                                   traceCntrlFileName 1.3.6.1.4.1.434.2.2.4.15.2.1.9 displaystring read-write
The trace file name (full). Has to be provided by the Operator. The Agent will create the file traceFileName.
                                   traceCntrlCardRef 1.3.6.1.4.1.434.2.2.4.15.2.1.10 cardref read-write
The EiconCard Reference if the traced protocol requires a card reference.
                                   traceCntrlPortRef 1.3.6.1.4.1.434.2.2.4.15.2.1.11 portref read-write
The pointer to the port, the same as hdlcParmPortRef from the hdlcParmTable.
                                   traceCntrlConnectionRef 1.3.6.1.4.1.434.2.2.4.15.2.1.12 integer read-write
Connection Id reference, for Transport and Frame Relay.
                                   traceCntrlPURef 1.3.6.1.4.1.434.2.2.4.15.2.1.13 displaystring read-write
PU name for SNA PC.
                                   traceCntrlModeRef 1.3.6.1.4.1.434.2.2.4.15.2.1.14 displaystring read-write
Mode reference name for SNA APPC.
                                   traceCntrlLURef 1.3.6.1.4.1.434.2.2.4.15.2.1.15 integer read-write
LU reference for SNA PC
                                   traceCntrlStationRef 1.3.6.1.4.1.434.2.2.4.15.2.1.16 integer read-write
Station reference for SDLC
                                   traceCntrlLLURef 1.3.6.1.4.1.434.2.2.4.15.2.1.17 displaystring read-write
LLU reference.
                                   traceCntrlRLURef 1.3.6.1.4.1.434.2.2.4.15.2.1.18 displaystring read-write
RLU reference.
                                   traceCntrlOption 1.3.6.1.4.1.434.2.2.4.15.2.1.19 integer read-write
The option to reset the trace buffer Enumeration: 'clear': 2, 'append': 1.
                                   traceCntrlPeriod 1.3.6.1.4.1.434.2.2.4.15.2.1.20 integer read-write
The time period for the trace, in seconds
                                   traceCntrlMask 1.3.6.1.4.1.434.2.2.4.15.2.1.21 integer read-write
The filter for the EiconCard trace function. The value has to be OR-ed using the following components, specific for each protocol. hdlc,sdlc: nothing (0), framesI (1), framesRR (2), framesRNR&REJ (4), framesFRMR&SAMB&DISC&UA(8), for hdlc only, framesFRMR&SNRM&DISC&UA&DM(8), for sdlc only, framesOther (16), for hdlc only: all frames other than indicated by values 1,2,4 ,8, framesXID&Other (16) for sdlc only: all frames other than indicated by values 1,2,4 ,8 x.25: nothing (0), packets-data (1), packets-RR&RNR (2), packets-Reset&Interrupt (4), packets-Call&Clear (8), other (16), all packets other than indicated by values 1,2,4 ,8, appc, SNA-FM, SNA-PC: nothing (0), frames-LU-LU-FMD (1), frames-LU-LU-DFC (2), frames-LU-LU-SC (4), frames-SSCP-LU-FMD (8), frames-SSCP-LU-SC (16), frames-SSCP-PU-FMD (32), frames-SSCP-PU-SC (64).
                                   traceCntrlBufSize 1.3.6.1.4.1.434.2.2.4.15.2.1.22 integer read-write
The size of the trace buffer on the EiconCard
                                   traceCntrlEntrySize 1.3.6.1.4.1.434.2.2.4.15.2.1.23 integer read-write
The buffer entry truncation length.
                                   traceCntrlBufFullAction 1.3.6.1.4.1.434.2.2.4.15.2.1.24 integer read-write
The buffer-full action of the EiconCard, wrap or stop and alarm. Only wrap is implemented in this first version. Enumeration: 'wrap': 1, 'stop': 2, 'stopAndAlarm': 3.
                                   traceCntrlReadFromEntryIndex 1.3.6.1.4.1.434.2.2.4.15.2.1.25 integer read-write
This parameter is used to indicate to the EiconCard trace function the position in the buffer when reading the trace buffer. Used with the GET for traceTable.
                                   traceCntrlFileType 1.3.6.1.4.1.434.2.2.4.15.2.1.26 integer read-write
Enumeration: 'ascii': 1, 'ebcdic': 2.