ASCEND-RESOURCES-MIB: View SNMP OID List / Download MIB
VENDOR: ASCEND COMMUNICATIONS INC.
Home | MIB: ASCEND-RESOURCES-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 |
resourceUsageTable | 1.3.6.1.4.1.529.27.1 | no-access |
A list of slot entries that report their resources usage. |
|
1.3.6.1.4.1.529.27.1.1 | no-access |
A list of entries that contain information about resource usage such as available,busy, suspect, disabled, dead. |
||
usageSlotIndex | 1.3.6.1.4.1.529.27.1.1.1 | integer | read-only |
A unique value for each slot in the system. The slot identified by a particular value of this index is the same slot as identified by the same value of slotIndex. |
usageAvailable | 1.3.6.1.4.1.529.27.1.1.2 | integer | read-only |
The number of resources in this slot that are available to be assigned for incoming/outgoing calls. |
usageBusy | 1.3.6.1.4.1.529.27.1.1.3 | integer | read-only |
The number of resources in this slot that are currently being assigned for incoming/outgoing calls. |
usageSuspect | 1.3.6.1.4.1.529.27.1.1.4 | integer | read-only |
The number of resources in this slot that are in suspect state. They are tried after resources in the available pool are exhausted. |
usageDisabled | 1.3.6.1.4.1.529.27.1.1.5 | integer | read-only |
The number of resources in this slot that are administratively disabled. Resources in disabled pool will not be assigned for incoming/outgoing calls. |
usageDead | 1.3.6.1.4.1.529.27.1.1.6 | integer | read-only |
The number of resources in this slot taht are in fault state. Resources in dead pool will not be assigned for incoming/outgoing calls. |
resourceTable | 1.3.6.1.4.1.529.27.2 | no-access |
A list of individual terminating resource items. |
|
1.3.6.1.4.1.529.27.2.1 | no-access |
Entry holding information about an individual item properties. |
||
resourceSlotIndex | 1.3.6.1.4.1.529.27.2.1.1 | integer | read-only |
A unique value for each slot in the system. The slot identified by a particular value of this index is the same slot as identified by the same value of slotIndex. |
resourcePortIndex | 1.3.6.1.4.1.529.27.2.1.2 | integer | read-only |
A unique value for each port/channel in each slot. |
resourceConfig | 1.3.6.1.4.1.529.27.2.1.3 | integer | read-write |
The resource item configuration state. SETs are allowed only if the corresponding slot card adminstation state is enabled. Note: disableAndChannel(4) is the same as disable(3) and also disable one b-channel on a T1 line. This option is only available for modems in T1 network. Enumeration: 'enable': 2, 'other': 1, 'disableAndChannel': 4, 'disable': 3. |
resourceState | 1.3.6.1.4.1.529.27.2.1.4 | integer | read-only |
The state of this resource item. Enumeration: 'reserved': 9, 'failedPost': 3, 'disabledChan': 8, 'disabled': 7, 'notApplicable': 1, 'idle': 4, 'other': 2, 'online': 5, 'virtualConnect': 6. |
resourceCallType | 1.3.6.1.4.1.529.27.2.1.5 | integer | read-only |
Type of calls is being served. If the resourceState variable is not online(5) or virtualConnect(6), this variable returns notApplicable(1). If the resourceState variable is online(5) or virtualConnect(6) and the type of call is not defined, this variable returns other(2) which indicates an unknown call type. Enumeration: 'isdnAsyncV120': 6, 'isdnAsyncV32': 9, 'isdnSync': 5, 'isdnAsyncVdsp': 10, 'sync': 4, 'virtual': 8, 'notApplicable': 1, 'other': 2, 'async': 3, 'isdnAsyncV110': 7. |
resourceCallDirection | 1.3.6.1.4.1.529.27.2.1.6 | integer | read-only |
Call direction associated with this item. If the resourceState variable is not online(5) or virtualConnect(6), this variable returns notApplicable(1). If the resourceState variable is online(5) or virtualConnect(6) and it is neither outgoing call nor incoming call, this variable returns none(2) which indicates an unknown call direction. Enumeration: 'originated': 3, 'notApplicable': 1, 'other': 2, 'answered': 4. |
resourceUsedCounts | 1.3.6.1.4.1.529.27.2.1.7 | counter | read-only |
The number of times this resource was utilized. |
resourceBadCounts | 1.3.6.1.4.1.529.27.2.1.8 | counter | read-only |
The number of times this resource failed. |
resourceLast32 | 1.3.6.1.4.1.529.27.2.1.9 | integer | read-only |
A 32-bit mask of the last 32 times this resource was tried. A '0' in the bit position indicates failure while a '1' indicates success. |