ALC-MIB: View SNMP OID List / Download MIB
VENDOR: SITA ADS
Home | MIB: ALC-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 |
ngcan | 1.3.6.1.4.1.1978 | |||
tiger | 1.3.6.1.4.1.1978.2 | |||
alcMIB | 1.3.6.1.4.1.1978.2.10 | |||
alcLine | 1.3.6.1.4.1.1978.2.10.1 | |||
alcNumLines | 1.3.6.1.4.1.1978.2.10.1.1 | nonnegativeinteger | read-only |
Number of lines/CU's in the table. |
alcLineTable | 1.3.6.1.4.1.1978.2.10.1.2 | no-access |
A list of line table entries. The number of entries is given by the value of alcNumLines. |
|
1.3.6.1.4.1.1978.2.10.1.2.1 | no-access |
An entry containing information applicable to a particular ALC line. |
||
alcLineIfIndex | 1.3.6.1.4.1.1978.2.10.1.2.1.1 | interfaceindex | read-write |
The line identifier. |
alcLineStationType | 1.3.6.1.4.1.1978.2.10.1.2.1.2 | integer | read-write |
Defines the mode of operation for this line: Primary: We poll terminals, SecondaryPointtopoint: They poll us, we are the only device on the line, SecondaryMultidrop: They poll us, we are sharing the line. Enumeration: 'secondaryMultidrop': 3, 'primary': 1, 'secondaryPointtopoint': 2. |
alcNumCuConfiged | 1.3.6.1.4.1.1978.2.10.1.2.1.3 | nonnegativeinteger | read-only |
The number of CUs configured on this line. This count is incremented by one each time the a new CU is added to an underlying structure. |
alcDuplexOptions | 1.3.6.1.4.1.1978.2.10.1.2.1.4 | integer | read-write |
An option that defines how the protocol should handle polling: poll-immediate: don't wait for pad characters before sending the poll. none: as soon as the CCC is received, start sending the next poll. Enumeration: 'poll-immediate': 2, 'none': 1. |
alcT3MinCycleTime | 1.3.6.1.4.1.1978.2.10.1.2.1.5 | integer | read-write |
time for a complete poll cycle. (0..1000 millisec) (PRIMARY only) This timer will delay the next live polling cycle if the total polling time per cycle is less than this. (default: 100). UNITS: milliseconds |
alcT6SegmentedMsgTimer | 1.3.6.1.4.1.1978.2.10.1.2.1.6 | integer | read-write |
(1..xx seconds) Segmented message timer. UNITS: tenths of a second |
alcN5LiveDeadRatio | 1.3.6.1.4.1.1978.2.10.1.2.1.7 | integer | read-write |
polling ratio (1..xxx) (PRIMARY) Number of live-site poll sequences before one dead site poll. (default: 25). UNITS: polls |
alcSegmentOption | 1.3.6.1.4.1.1978.2.10.1.2.1.8 | integer | read-write |
This option allows outgoing messages to be split into multiple segments of 'n' characters according to internal rules. Enumeration: 'disabled': 1, 'enabled': 2. |
alcReassembleOption | 1.3.6.1.4.1.1978.2.10.1.2.1.9 | integer | read-write |
This option allows incoming messages to be reassembled into multiple a single message. Enumeration: 'disabled': 1, 'enabled': 2. |
alcWildIAPoll | 1.3.6.1.4.1.1978.2.10.1.2.1.10 | integer | read-write |
Wild card IA polling option enabled/disabled (SECONDARY). Do we accept any IA when we are polled ? (default: disabled). Enumeration: 'disabled': 1, 'enabled': 2. |
alcNumOfIdles | 1.3.6.1.4.1.1978.2.10.1.2.1.11 | integer | read-write |
GA response with the number of idle pad character specified. (SECONDARY) |
alcInterMsgSync | 1.3.6.1.4.1.1978.2.10.1.2.1.12 | integer | read-write |
add S1, S2 between concatenated messages for Tx (SECONDARY) Enumeration: 'disabled': 1, 'enabled': 2. |
alcNIA | 1.3.6.1.4.1.1978.2.10.1.2.1.13 | integer | read-write |
Next Interchange Address in the GA response (default = 0x37) (SECONDARY) |
alcTxOverlengthFrames | 1.3.6.1.4.1.1978.2.10.1.2.1.14 | counter | read-only |
A count of the number of overlength frames sent. |
alcRxOverlengthFrames | 1.3.6.1.4.1.1978.2.10.1.2.1.15 | counter | read-only |
A count of the number of overlength messages received. Where the size of any segment exceeded alcCuN1MaxMsgSize. This is considered a garbled segment/message. Note: a bad CCC was received is held in the RS232-like MIB. |
alcInvalidAddresses | 1.3.6.1.4.1.1978.2.10.1.2.1.16 | counter | read-only |
A count of the number of times a Bad IA was received. This is considered a garbled message. |
alcRxT2Expireds | 1.3.6.1.4.1.1978.2.10.1.2.1.17 | counter | read-only |
A count of the number of times the T2 timer was exceeded. Probably indicating a concatenated message sequence was too long. This is considered a garbled message. |
alcDroppedMsgs | 1.3.6.1.4.1.1978.2.10.1.2.1.18 | counter | read-only |
A count of the number of messages dropped due to the line (eg. RS232 signals) being down. |
alcRxOverlengthFramesThres | 1.3.6.1.4.1.1978.2.10.1.2.1.19 | nonnegativeinteger | read-write |
The value of alcRxOverlengthFrames at which a alcRxOverlengthFramesTrap is generated. (Overlength single message segments.) UNITS: errors |
alcInvalidAddressThres | 1.3.6.1.4.1.1978.2.10.1.2.1.20 | nonnegativeinteger | read-write |
The value of alcInvalidAddress at which a alcInvalidAddressTrap is generated. UNITS: errors |
alcRxT2ExpiredThres | 1.3.6.1.4.1.1978.2.10.1.2.1.21 | nonnegativeinteger | read-write |
The value of alcRxT2Expired at which a alcRxT2ExpiredTrap is generated. (Overlength concatenated messages.) UNITS: errors |
alcTrapReason | 1.3.6.1.4.1.1978.2.10.1.2.1.23 | integer | read-only |
The reason that the alcLineError trap was generated. rx-overlength-frames - number of 'received data segments that exceeded N1' exceeded its threshold. (overlength single message segments) invalid-address - number of 'invalid addresses received' exceeded its threshold. rx-T2-expired - number of 'received messages that exceeded T2 timer'exceeded its threshold. (overlength concatenated messages) Enumeration: 'rx-overlength-frames': 2, 'invalid-address': 3, 'none': 1, 'rx-T2-expired': 4. |
alcErrData | 1.3.6.1.4.1.1978.2.10.1.2.1.24 | octet string | read-only |
An octet string containing as much of the error packet as possible. As a minimum, it must contain the address or as much as was delivered. It is desirable to include all information up to the PDU. |
alcCuTable | 1.3.6.1.4.1.1978.2.10.1.3 | no-access |
A list of Cu table entries. The number of entries is given by the value of alcNumCuConfiged. |
|
1.3.6.1.4.1.1978.2.10.1.3.1 | no-access |
An entry containing information applicable to a particular ALC line. |
||
alcCuIfIndex | 1.3.6.1.4.1.1978.2.10.1.3.1.1 | integer | read-write |
The line interface identifier that can be used to locate this IA. |
alcCuDescr | 1.3.6.1.4.1.1978.2.10.1.3.1.2 | displaystring | read-write |
Name of this control unit. |
alcCuIA | 1.3.6.1.4.1.1978.2.10.1.3.1.3 | integer | read-write |
this control units IA |
alcCuStatus | 1.3.6.1.4.1.1978.2.10.1.3.1.4 | integer | read-only |
What is this control units current status. enabledUp: responding to polls, enabledDown: not responding to polls. Enumeration: 'disabled': 1, 'enabledDown': 3, 'enabledUp': 2. |
alcCuPollCmd | 1.3.6.1.4.1.1978.2.10.1.3.1.5 | integer | read-write |
Mode Function Primary Should we be polling this CU? enabled - polling & forwarding data, disabled - not polling & not forwarding. cascade - not polling but forwarding. Secondary Should we respond to polls? enabled - answer poll. disabled - don't answer poll. Enumeration: 'cascade': 3, 'enable': 1, 'disable': 2. |
alcCuOutQueueMsgSize | 1.3.6.1.4.1.1978.2.10.1.3.1.6 | integer | read-write |
(1..100 messages) default=xx Defines the size of the queue (in messages) that holds outgoing messages (Port bound). UNITS: messages |
alcCuOutQueueCharSize | 1.3.6.1.4.1.1978.2.10.1.3.1.7 | integer | read-write |
(1..xx characters) default=xx Defines the size of the queue (in characters) that holds outgoing messages (Port bound). UNITS: characters |
alcCuN1MaxMsgSize | 1.3.6.1.4.1.1978.2.10.1.3.1.8 | integer | read-write |
(1..xx characters) default=960 Maximum length of a single message. UNITS: characters |
alcCuT1PollRspTimer | 1.3.6.1.4.1.1978.2.10.1.3.1.9 | integer | read-write |
Poll response timeout (default = 200 millisec) (PRIMARY) No response to a poll was received before this timeout. UNITS: milliseconds |
alcCuT2MaxRxTimer | 1.3.6.1.4.1.1978.2.10.1.3.1.10 | integer | read-write |
(1..65 seconds) default=5 (PRIMARY) Timeout to ensure that the received messages are not overlength. Typically started at: start of poll, or receipt of first character, stopped at receipt of end of message. This is the maximum Rx time for a CU (including concatenated messages) This is considered a garbled msg, if exceeded. UNITS: seconds |
alcCuT4NoPollTime | 1.3.6.1.4.1.1978.2.10.1.3.1.11 | integer | read-write |
No polls received within this time. (default = 3000 millisecs) (SECONDARY) UNITS: milliseconds |
alcCuC1UpCounter | 1.3.6.1.4.1.1978.2.10.1.3.1.12 | integer | read-write |
Number of answered DEAD polls to declare a CU up. (default=1) (PRIMARY only) Equivalent to the secondary variable: alcCuN3PollsTillAlive UNITS: polls |
alcCuC2DownCounter | 1.3.6.1.4.1.1978.2.10.1.3.1.13 | integer | read-write |
Number of missed LIVE polls to declare a CU down. (default=3) (PRIMARY only) Equivalent to the secondary variable: alcN4PollsTillDead. UNITS: polls |
alcCuN2MaxMsgPerPoll | 1.3.6.1.4.1.1978.2.10.1.3.1.14 | integer | read-write |
maximum number of messages which can be sent to the ACS per POLL. (SECONDARY - multidrop, default=10) UNITS: messages |
alcCuMaxCharPerPoll | 1.3.6.1.4.1.1978.2.10.1.3.1.15 | integer | read-write |
maximum number of characters which can be sent to the ACS per POLL. (default=xx) (SECONDARY) UNITS: characters |
alcCuN3PollsTillAlive | 1.3.6.1.4.1.1978.2.10.1.3.1.16 | integer | read-write |
number of consecutive POLL commands to declare the CU/circuit available. (SECONDARY) Equivalent to the primary variable: alcC1UpCounter. UNITS: polls |
alcCuN4PollsTillDead | 1.3.6.1.4.1.1978.2.10.1.3.1.17 | integer | read-write |
number of consecutive polling time-outs to declare the CU unavailable. (SECONDARY) Equivalent to the primary variable: alcC2DownCounter. UNITS: polls |
alcCuIAResetOption | 1.3.6.1.4.1.1978.2.10.1.3.1.18 | integer | read-write |
IA reset message is sent when the IA comes alive. (PRIMARY) The message is sent to the polled IA. Enumeration: 'disabled': 1, 'enabled': 2. |
alcCuIAValidationOption | 1.3.6.1.4.1.1978.2.10.1.3.1.19 | integer | read-write |
IA Validation: possibly two CUs responding to the same address (PRIMARY) This flag is used with respect to the pollers point of view. none - the message is forwarded on the stream associated with the polled address, (such as for a Cascaded CU, which may send multiple IAs) responding-stream - the message is forwarded on the stream associated with the IA in the responding message, garbled - if the message has an IA that does not match the polled IA, it is counted as a garbled message (alcInvalidAddresses) and is dropped, otherwise it is forwarded on the stream associated with the polled address. Enumeration: 'garbled': 3, 'none': 1, 'responding-stream': 2. |
alcCuRxCCCOption | 1.3.6.1.4.1.1978.2.10.1.3.1.20 | displaystring | read-write |
(PRIMARY) a) |
alcCuMaxFrame | 1.3.6.1.4.1.1978.2.10.1.3.1.21 | integer | read-write |
Number of messages allowed to be sent to a given CU before having to poll all the other CUs on the line (default: 0 = disabled) UNITS: messages |
alcCuSvcMsgHeader | 1.3.6.1.4.1.1978.2.10.1.3.1.22 | displaystring | read-write |
The is is the header that is sent out whenever the protocol module determines the need to send a service message. This prefix is in the native character set of the protocol. If the value of alcCuSvcMsgIndex is non-zero, then the prefix will be sent followed by the appropriate message followed by the trailer. Typically this header will be: |
alcCuSvcMsgIndex | 1.3.6.1.4.1.1978.2.10.1.3.1.23 | integer | read-write |
This provides the index into the service message table: 'svcmsgTable'. If this index is non-zero, the protocol (when it determines a message is required) will send the alcCuSvcMsgHeader followed by the appropriate message from this row in the svcmsgTable, followed by the alcCuSvcMsgTrailer. Both the header and the trailer are in the native character set of the protocol. However it is the responsibility of the protocol module to translate the text of the actual message into the native character set before transmission. |
alcCuSvcMsgTrailer | 1.3.6.1.4.1.1978.2.10.1.3.1.24 | displaystring | read-write |
This is the trailer sent whenever a service message is sent. It is in the native character set of the protocol. It is only used if the value of alcCuSvcMsgIndex is non-zero. It will typically be: |
alcCuStatusChanges | 1.3.6.1.4.1.1978.2.10.1.3.1.25 | counter | read-only |
A count of the number of times: a) no response to a live poll was received (PRIMARY), b) CU had polling stopped due to T1 timeouts. |
alcCuRxFrames | 1.3.6.1.4.1.1978.2.10.1.3.1.26 | counter | read-only |
A count of the number of frames received for this CU. |
alcCuTxFrames | 1.3.6.1.4.1.1978.2.10.1.3.1.27 | counter | read-only |
A count of the number of frames sent to this CU. |
alcCuRxChars | 1.3.6.1.4.1.1978.2.10.1.3.1.28 | counter | read-only |
A count of the number of characters received from the CU. |
alcCuTxChars | 1.3.6.1.4.1.1978.2.10.1.3.1.29 | counter | read-only |
A count of the number of characters sent to the CU. |
alcCuStatusTrapControl | 1.3.6.1.4.1.1978.2.10.1.3.1.30 | integer | read-write |
If enabled, it allows the system to generate alcCuState traps, when the CU's status (alcCuStatus) changes to enabled-up, and enabled-down respectively. Enumeration: 'disabled': 1, 'enabled': 2. |
alcCuDropped | 1.3.6.1.4.1.1978.2.10.1.3.1.31 | counter | read-only |
A count of the number of messages dropped due message sent which is not being acknowledged by the CU. |
alcTraps | 1.3.6.1.4.1.1978.2.10.2 | |||
alcLineTraps | 1.3.6.1.4.1.1978.2.10.2.1 | |||
alcCuTraps | 1.3.6.1.4.1.1978.2.10.2.2 | |||
alcLineError | 1.3.6.1.4.1.1978.2.10.2.10.1 |
This trap signifies that one of the thresholds has been exceeded. refer to 'alcTrapReason' for the actual cause. |
||
alcCuState | 1.3.6.1.4.1.1978.2.10.2.20.1 |
A trap that indicates that the Cu has changed state. When alcCuStatus is: enabledUp - the CU has exceeded the alcCuC1UpCounter and is now declared up. enabledDown - the CU has exceeded the alcCuC2DownCounter and is now declared down. |