ASCEND-CALL-LOGGING-MIB: View SNMP OID List / Download MIB

VENDOR: ASCEND COMMUNICATIONS INC.


 Home MIB: ASCEND-CALL-LOGGING-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
 callLoggingNumServers 1.3.6.1.4.1.529.25.1 integer read-only
The maximum number of Call Logging servers supported by the system.
 callLoggingServerTable 1.3.6.1.4.1.529.25.2 no-access
A list of entries for Call Logging Server addresses.
     callLoggingServerEntry 1.3.6.1.4.1.529.25.2.1 no-access
Entry holding information about the currently active Call Logging Server and the address of a Server.
         callLoggingServerIndex 1.3.6.1.4.1.529.25.2.1.1 integer read-only
The index number for this Call Logging server entry. Its value ranges from 1 to 'callLoggingNumServers'. and identifies which server entry is associated with.
         callLoggingCurrentServerFlag 1.3.6.1.4.1.529.25.2.1.2 integer read-only
Value indicates whether this entry is the current Call Logging server or not. Enumeration: 'active': 1, 'standby': 2.
         callLoggingServerIPAddress 1.3.6.1.4.1.529.25.2.1.3 ipaddress read-write
The IP address of Call Logging server. The value 0.0.0.0 is returned if entry is invalid.
         callLoggingEnableActiveServer 1.3.6.1.4.1.529.25.2.1.4 integer read-write
This is used to set the active call Logging server. If set to enable(2) it will enable the call Logging server, A read on the variable will return notApplicable(1). Enumeration: 'notApplicable': 1, 'enable': 2.
 callLoggingStatus 1.3.6.1.4.1.529.25.3 integer read-write
Enable/Disable call loggin support. Note: Prior to enable the call Logging, one of the Call Logging server must be setup with a valid IP address. If the server IP address is not setup, a SET to this object will return with a bad value error. Enumeration: 'disabled': 2, 'enabled': 1.
 callLoggingPortNumber 1.3.6.1.4.1.529.25.4 integer read-write
The UDP server port to use for Call Logging packets.
 callLoggingKey 1.3.6.1.4.1.529.25.5 octet string read-write
The (RADIUS_ACCT) call logging key to access server.
 callLoggingTimeout 1.3.6.1.4.1.529.25.6 integer read-write
Number of seconds to wait for a response to previous Call Logging request sent to server.
 callLoggingIdBase 1.3.6.1.4.1.529.25.7 integer read-write
The Base to use in reporting Call Logging ID. Enumeration: 'base10': 10, 'other': 1, 'base16': 16, 'invalid': 2.
 callLoggingResetTime 1.3.6.1.4.1.529.25.8 integer read-write
The time to reset to the primary server after it has failed.
 callLoggingStopPacketsOnly 1.3.6.1.4.1.529.25.9 integer read-write
Send call log Stop packets that have username=0. These are caused by connections that are dropped before authentication is done. Enumeration: 'disabled': 2, 'enabled': 1.
 callLoggingRetryLimit 1.3.6.1.4.1.529.25.10 integer read-write
Number of retries before removing Call Logging packet. 0 means leave on retry list until maximum retry entries are exceeded.
 callLoggingAssStatus 1.3.6.1.4.1.529.25.11 integer read-write
Indicates the status of Active Session Snapshot protocol. Writing the attribute with a nonzero value causes the start of an Active Session Snapshot. If no server is configured the Active Session Snapshot will abort immediatly, an active session can not be aborted Enumeration: 'active': 2, 'idle': 1, 'aborted': 3.
 callLoggingDroppedPacketCount 1.3.6.1.4.1.529.25.12 integer read-only
Number of dropped Call Logging packets since the last Active Session Snapshot
 callLoggingRadCompatMode 1.3.6.1.4.1.529.25.13 integer read-only
Indicates call logging RADIUS compatibility mode. This variable is deprecated, starting with TAOS Release 8.0. this variable has a fixed value of radVendorSpecific(4) Enumeration: 'radOldAscend': 3, 'other': 1, 'radVendorSpecific': 4, 'invalid': 2.