ASCEND-SRVC-MGMT-MIB: View SNMP OID List / Download MIB

VENDOR: ASCEND COMMUNICATIONS INC.


 Home MIB: ASCEND-SRVC-MGMT-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).
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
 dnisMgmt 1.3.6.1.4.1.529.26.1
     dnisMgmtGlobalEnabled 1.3.6.1.4.1.529.26.1.1 integer read-write
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. Enumeration: 'false': 2, 'true': 1.
     dnisMgmtGlobalNumEntries 1.3.6.1.4.1.529.26.1.2 integer read-only
The number of entries present in the dnisGlobalTable.
     dnisMgmtGlobalLastChange 1.3.6.1.4.1.529.26.1.3 timeticks read-only
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.
     dnisMgmtGlobalTable 1.3.6.1.4.1.529.26.1.4 no-access
This table contains one entry for each DNIS that has connected with a NAS.
         dnisMgmtGlobalEntry 1.3.6.1.4.1.529.26.1.4.1 no-access
An entry in the DNIS Management global table.
             dnisGlobalIndex 1.3.6.1.4.1.529.26.1.4.1.1 integer read-only
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.
             dnisGlobalPhoneNumber 1.3.6.1.4.1.529.26.1.4.1.2 displaystring read-only
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.
             dnisGlobalStatus 1.3.6.1.4.1.529.26.1.4.1.3 integer read-write
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). Enumeration: 'disabled': 2, 'enabled': 1.
             dnisGlobalCallsAccepted 1.3.6.1.4.1.529.26.1.4.1.4 counter read-only
The number of calls that has been accepted by this DNIS.
             dnisGlobalCallsDropped 1.3.6.1.4.1.529.26.1.4.1.5 counter read-only
The number of calls that has been dropped by this DNIS.
             dnisGlobalAction 1.3.6.1.4.1.529.26.1.4.1.6 integer read-write
To add/delete an entry (row) in the dnisGlobalTable. Enumeration: 'destroy': 3, 'create': 2, 'noAction': 1.
             dnisGlobalStatusTimeout 1.3.6.1.4.1.529.26.1.4.1.7 timeticks read-write
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.