ASCEND-SRVC-MGMT-MIB

File: ASCEND-SRVC-MGMT-MIB.mib (6389 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
ASCEND-MIB

Imported symbols

Counter TimeTicks OBJECT-TYPE
DisplayString srvcMgmtGroup

Defined Types

DnisMgmtGlobalEntry  
SEQUENCE    
  dnisGlobalIndex INTEGER
  dnisGlobalPhoneNumber DisplayString
  dnisGlobalStatus INTEGER
  dnisGlobalCallsAccepted Counter
  dnisGlobalCallsDropped Counter
  dnisGlobalAction INTEGER
  dnisGlobalStatusTimeout TimeTicks

Defined Values

dnisMgmt 1.3.6.1.4.1.529.26.1
OBJECT IDENTIFIER    

dnisMgmtGlobalEnabled 1.3.6.1.4.1.529.26.1.1
This is to enable the DNIS global management. If the 'dnisGlobalEnabled' is set to true then the DNIS management is controlled by the policy set up on the Network Management station to manage the resource plant as a whole. If the 'dnisGlobalEnabled' is set to false, then the DNIS limitation is controlled by the policy set up in the local profile under Ethernet->Mod Config->DNIS options. Note that this option only exist on the MAX 400x/600x Series. As for TNT all incoming calls will be accepted.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER true(1), false(2)  

dnisMgmtGlobalNumEntries 1.3.6.1.4.1.529.26.1.2
The number of entries present in the dnisGlobalTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dnisMgmtGlobalLastChange 1.3.6.1.4.1.529.26.1.3
The value of sysUpTime at the time of the last creation or deletion of an entry in the dnisMgmtGlobalTable. If the number of entries has been unchanged since the last re-initialization of the local network management subsystem, then this object contains a zero value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

dnisMgmtGlobalTable 1.3.6.1.4.1.529.26.1.4
This table contains one entry for each DNIS that has connected with a NAS.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DnisMgmtGlobalEntry

dnisMgmtGlobalEntry 1.3.6.1.4.1.529.26.1.4.1
An entry in the DNIS Management global table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DnisMgmtGlobalEntry  

dnisGlobalIndex 1.3.6.1.4.1.529.26.1.4.1.1
An unique value, greater than zero, for each DNIS phone number. The value ranges from 1 to 'dnisMgmtGlobalNumEntries' and identifies which DNIS phone number is associated with. It is recommended that the value are assigned continuously starting from 1. The value must remain constant at least from one re-intialization of the entity's network management system to the next re-intialization. Note: This attribute is no longer used as an index in this table. It always returns 1.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

dnisGlobalPhoneNumber 1.3.6.1.4.1.529.26.1.4.1.2
4 to 24 digits number. The DNIS is the phone number dialed to access to the hunt group. This number is extracted from incoming calls or from dnisGlobalActioni. Note that if this number contains characters other than digits, the agent returns error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(4..24)  

dnisGlobalStatus 1.3.6.1.4.1.529.26.1.4.1.3
The status of this DNIS phone number. When set to enabled, calls on this DNIS will be answered. When set to disabled, calls will be dropped and the fast busy signal will be generated. Applied only when the dnisMgmtGlobalEnabled is set to true(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

dnisGlobalCallsAccepted 1.3.6.1.4.1.529.26.1.4.1.4
The number of calls that has been accepted by this DNIS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dnisGlobalCallsDropped 1.3.6.1.4.1.529.26.1.4.1.5
The number of calls that has been dropped by this DNIS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dnisGlobalAction 1.3.6.1.4.1.529.26.1.4.1.6
To add/delete an entry (row) in the dnisGlobalTable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noAction(1), create(2), destroy(3)  

dnisGlobalStatusTimeout 1.3.6.1.4.1.529.26.1.4.1.7
This timeout is applied to the dnis if its dnisGlobalStatus is set to disabled(2). After the timeout expires, this dnis changes its dnisGlobalStatus to enabled(1). This timeout may be set at any time, even if the previous one has not yet expired. If this timeout is not set by user at the time dnisGlobalStatus set to disabled(2), it is set to its default value. Note: When being read, this attribute shows the time interval remaining till expiration.
Status: mandatory Access: read-write
OBJECT-TYPE    
  TimeTicks