ASCEND-CALL-LOGGING-MIB

File: ASCEND-CALL-LOGGING-MIB.mib (7074 bytes)

Imported modules

ASCEND-MIB RFC1155-SMI RFC-1212

Imported symbols

callLoggingGroup IpAddress OBJECT-TYPE

Defined Types

CallLoggingServerEntry  
SEQUENCE    
  callLoggingServerIndex INTEGER
  callLoggingCurrentServerFlag INTEGER
  callLoggingServerIPAddress IpAddress
  callLoggingEnableActiveServer INTEGER

Defined Values

callLoggingNumServers 1.3.6.1.4.1.529.25.1
The maximum number of Call Logging servers supported by the system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

callLoggingServerTable 1.3.6.1.4.1.529.25.2
A list of entries for Call Logging Server addresses.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CallLoggingServerEntry

callLoggingServerEntry 1.3.6.1.4.1.529.25.2.1
Entry holding information about the currently active Call Logging Server and the address of a Server.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CallLoggingServerEntry  

callLoggingServerIndex 1.3.6.1.4.1.529.25.2.1.1
The index number for this Call Logging server entry. Its value ranges from 1 to 'callLoggingNumServers'. and identifies which server entry is associated with.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

callLoggingCurrentServerFlag 1.3.6.1.4.1.529.25.2.1.2
Value indicates whether this entry is the current Call Logging server or not.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER active(1), standby(2)  

callLoggingServerIPAddress 1.3.6.1.4.1.529.25.2.1.3
The IP address of Call Logging server. The value 0.0.0.0 is returned if entry is invalid.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

callLoggingEnableActiveServer 1.3.6.1.4.1.529.25.2.1.4
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).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER notApplicable(1), enable(2)  

callLoggingStatus 1.3.6.1.4.1.529.25.3
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

callLoggingPortNumber 1.3.6.1.4.1.529.25.4
The UDP server port to use for Call Logging packets.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..FFFF  

callLoggingKey 1.3.6.1.4.1.529.25.5
The (RADIUS_ACCT) call logging key to access server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

callLoggingTimeout 1.3.6.1.4.1.529.25.6
Number of seconds to wait for a response to previous Call Logging request sent to server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

callLoggingIdBase 1.3.6.1.4.1.529.25.7
The Base to use in reporting Call Logging ID.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), invalid(2), base10(10), base16(16)  

callLoggingResetTime 1.3.6.1.4.1.529.25.8
The time to reset to the primary server after it has failed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..7FFFFFFF  

callLoggingStopPacketsOnly 1.3.6.1.4.1.529.25.9
Send call log Stop packets that have username=0. These are caused by connections that are dropped before authentication is done.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

callLoggingRetryLimit 1.3.6.1.4.1.529.25.10
Number of retries before removing Call Logging packet. 0 means leave on retry list until maximum retry entries are exceeded.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

callLoggingAssStatus 1.3.6.1.4.1.529.25.11
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
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER idle(1), active(2), aborted(3)  

callLoggingDroppedPacketCount 1.3.6.1.4.1.529.25.12
Number of dropped Call Logging packets since the last Active Session Snapshot
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

callLoggingRadCompatMode 1.3.6.1.4.1.529.25.13
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)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), invalid(2), radOldAscend(3), radVendorSpecific(4)