ASCEND-RESOURCES-MIB

File: ASCEND-RESOURCES-MIB.mib (8380 bytes)

Imported modules

RFC1155-SMI RFC-1212 ASCEND-MIB

Imported symbols

Counter OBJECT-TYPE resourcesGroup

Defined Types

ResourceUsageEntry  
SEQUENCE    
  usageSlotIndex INTEGER
  usageAvailable INTEGER
  usageBusy INTEGER
  usageSuspect INTEGER
  usageDisabled INTEGER
  usageDead INTEGER

ResourceEntry  
SEQUENCE    
  resourceSlotIndex INTEGER
  resourcePortIndex INTEGER
  resourceConfig INTEGER
  resourceState INTEGER
  resourceCallType INTEGER
  resourceCallDirection INTEGER
  resourceUsedCounts Counter
  resourceBadCounts Counter
  resourceLast32 INTEGER

Defined Values

resourceUsageTable 1.3.6.1.4.1.529.27.1
A list of slot entries that report their resources usage.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ResourceUsageEntry

resourceUsageEntry 1.3.6.1.4.1.529.27.1.1
A list of entries that contain information about resource usage such as available,busy, suspect, disabled, dead.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ResourceUsageEntry  

usageSlotIndex 1.3.6.1.4.1.529.27.1.1.1
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

usageAvailable 1.3.6.1.4.1.529.27.1.1.2
The number of resources in this slot that are available to be assigned for incoming/outgoing calls.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

usageBusy 1.3.6.1.4.1.529.27.1.1.3
The number of resources in this slot that are currently being assigned for incoming/outgoing calls.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

usageSuspect 1.3.6.1.4.1.529.27.1.1.4
The number of resources in this slot that are in suspect state. They are tried after resources in the available pool are exhausted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

usageDisabled 1.3.6.1.4.1.529.27.1.1.5
The number of resources in this slot that are administratively disabled. Resources in disabled pool will not be assigned for incoming/outgoing calls.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

usageDead 1.3.6.1.4.1.529.27.1.1.6
The number of resources in this slot taht are in fault state. Resources in dead pool will not be assigned for incoming/outgoing calls.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

resourceTable 1.3.6.1.4.1.529.27.2
A list of individual terminating resource items.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ResourceEntry

resourceEntry 1.3.6.1.4.1.529.27.2.1
Entry holding information about an individual item properties.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ResourceEntry  

resourceSlotIndex 1.3.6.1.4.1.529.27.2.1.1
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

resourcePortIndex 1.3.6.1.4.1.529.27.2.1.2
A unique value for each port/channel in each slot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

resourceConfig 1.3.6.1.4.1.529.27.2.1.3
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), enable(2), disable(3), disableAndChannel(4)  

resourceState 1.3.6.1.4.1.529.27.2.1.4
The state of this resource item.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER notApplicable(1), other(2), failedPost(3), idle(4), online(5), virtualConnect(6), disabled(7), disabledChan(8), reserved(9)  

resourceCallType 1.3.6.1.4.1.529.27.2.1.5
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER notApplicable(1), other(2), async(3), sync(4), isdnSync(5), isdnAsyncV120(6), isdnAsyncV110(7), virtual(8), isdnAsyncV32(9), isdnAsyncVdsp(10)  

resourceCallDirection 1.3.6.1.4.1.529.27.2.1.6
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER notApplicable(1), other(2), originated(3), answered(4)  

resourceUsedCounts 1.3.6.1.4.1.529.27.2.1.7
The number of times this resource was utilized.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

resourceBadCounts 1.3.6.1.4.1.529.27.2.1.8
The number of times this resource failed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

resourceLast32 1.3.6.1.4.1.529.27.2.1.9
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER