SONUS-SOFTSWITCH-CLIENT-SERVICES-MIB

File: SONUS-SOFTSWITCH-CLIENT-SERVICES-MIB.mib (17307 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SONUS-COMMON-MIB
SONUS-SMI SONUS-TC

Imported symbols

Counter32 Counter64 Integer32
IpAddress MODULE-IDENTITY NOTIFICATION-TYPE
OBJECT-TYPE DisplayString RowStatus
sonusEventClass sonusEventDescription sonusEventLevel
sonusServicesMIBs SonusName

Defined Types

SonusPscsAdmnEntry  
SEQUENCE    
  sonusPscsPolicyServerIndex Integer32
  sonusPscsPolicyServerName SonusName
  sonusPscsPolicyServerIpAddress IpAddress
  sonusPscsPolicyServerPortNum Integer32
  sonusPscsPolicyServerAdmnState INTEGER
  sonusPscsPolicyServerMode INTEGER
  sonusPscsPolicyServerAction INTEGER
  sonusPscsTransactionTimer Integer32
  sonusPscsKeepAliveTimer Integer32
  sonusPscsRetryTimer Integer32
  sonusPscsRetries Integer32
  sonusPscsPolicyServerRowStatus RowStatus

SonusPscsStatusEntry  
SEQUENCE    
  sonusPscsStatusIndex Integer32
  sonusPscsOperState INTEGER
  sonusPscsAverageTransactionTime Integer32
  sonusPscsServerReconnects Counter32
  sonusPscsTransactionCompleted Counter64
  sonusPscsTransactionRetryAttempts Counter32
  sonusPscsTransactionFailedAttempts Counter32
  sonusPscsVersion Integer32

Defined Values

sonusSoftswitchClientServicesMIB 1.3.6.1.4.1.2879.2.5.6
The MIB Module for Softswitch Client Services Management.
MODULE-IDENTITY    

sonusSoftswitchClientServicesMIBObjects 1.3.6.1.4.1.2879.2.5.6.1
OBJECT IDENTIFIER    

sonusSoftswitch 1.3.6.1.4.1.2879.2.5.6.1.1
OBJECT IDENTIFIER    

sonusPscsConfigObjects 1.3.6.1.4.1.2879.2.5.6.1.1.1
OBJECT IDENTIFIER    

sonusPscsReconnectTimeOut 1.3.6.1.4.1.2879.2.5.6.1.1.1.1
The timer parameter for re-attempting connection to a Softswitch that is in the enabled state in seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..3600  

sonusPscsSwitchOver 1.3.6.1.4.1.2879.2.5.6.1.1.1.2
Automatic means retries to the previously ACTIVE Softswitch after a switch over.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER automatic(1), manual(2)  

sonusPscsAdmn 1.3.6.1.4.1.2879.2.5.6.1.1.2
OBJECT IDENTIFIER    

sonusPscsAdmnNextIndex 1.3.6.1.4.1.2879.2.5.6.1.1.2.1
The next valid index to use when creating a new sonusPscsAdmnEntry
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusPscsAdmnTable 1.3.6.1.4.1.2879.2.5.6.1.1.2.2
Table of Softswitch admin configurations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SonusPscsAdmnEntry

sonusPscsAdmnEntry 1.3.6.1.4.1.2879.2.5.6.1.1.2.2.1
List of Softswitch configuration parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SonusPscsAdmnEntry  

sonusPscsPolicyServerIndex 1.3.6.1.4.1.2879.2.5.6.1.1.2.2.1.1
Identifies the Softswitch entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusPscsPolicyServerName 1.3.6.1.4.1.2879.2.5.6.1.1.2.2.1.2
The name of this Softswitch.
Status: current Access: read-write
OBJECT-TYPE    
  SonusName  

sonusPscsPolicyServerIpAddress 1.3.6.1.4.1.2879.2.5.6.1.1.2.2.1.3
IP Address of the Softswitch - this is a required parameter.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

sonusPscsPolicyServerPortNum 1.3.6.1.4.1.2879.2.5.6.1.1.2.2.1.4
This is the port number assigned for the Ip address of the Softswitch.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

sonusPscsPolicyServerAdmnState 1.3.6.1.4.1.2879.2.5.6.1.1.2.2.1.5
Admin State (disabled or enabled) of the Softswitch.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

sonusPscsPolicyServerMode 1.3.6.1.4.1.2879.2.5.6.1.1.2.2.1.6
Assignment of the Softswitch to have the active, standby or out of service role. This is the only parameter that may be changed when the Softswitch is ENABLED.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER active(1), standby(2), outOfService(3)  

sonusPscsPolicyServerAction 1.3.6.1.4.1.2879.2.5.6.1.1.2.2.1.7
Action assignment of this Softswitch to dry up or remove all the pending transactions when the sonusPscsPolicyServerMode is set to out of service.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER dryUp(1), force(2)  

sonusPscsTransactionTimer 1.3.6.1.4.1.2879.2.5.6.1.1.2.2.1.8
The timer parameter for this Softswitch's transaction in milliseconds.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 50..60000  

sonusPscsKeepAliveTimer 1.3.6.1.4.1.2879.2.5.6.1.1.2.2.1.9
The timer parameter for this Softswitch's keep alive exchange in seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..60  

sonusPscsRetryTimer 1.3.6.1.4.1.2879.2.5.6.1.1.2.2.1.10
The timer parameter for this Softswitch's retry connections in milliseconds.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 50..60000  

sonusPscsRetries 1.3.6.1.4.1.2879.2.5.6.1.1.2.2.1.11
The number of reconnection attempts for this Softswitch.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..32  

sonusPscsPolicyServerRowStatus 1.3.6.1.4.1.2879.2.5.6.1.1.2.2.1.12
This is for SNMP use.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

sonusPscsStatusTable 1.3.6.1.4.1.2879.2.5.6.1.1.3
Status Table of the Softswitch
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SonusPscsStatusEntry

sonusPscsStatusEntry 1.3.6.1.4.1.2879.2.5.6.1.1.3.1
List of Softswitch status elements.
Status: current Access: not-accessible
OBJECT-TYPE    
  SonusPscsStatusEntry  

sonusPscsStatusIndex 1.3.6.1.4.1.2879.2.5.6.1.1.3.1.1
Identifies the Softswitch entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusPscsOperState 1.3.6.1.4.1.2879.2.5.6.1.1.3.1.2
Operational state of the Softswitch.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), standby(2), congested(3), down(4), dryingup(5)  

sonusPscsAverageTransactionTime 1.3.6.1.4.1.2879.2.5.6.1.1.3.1.3
Records the average time taken in milliseconds for a Softswitch transaction.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusPscsServerReconnects 1.3.6.1.4.1.2879.2.5.6.1.1.3.1.4
The number of successful reconnections between the gateway and the Softswitch.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusPscsTransactionCompleted 1.3.6.1.4.1.2879.2.5.6.1.1.3.1.5
The number of successful transactions between the gateway and the Softswitch.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

sonusPscsTransactionRetryAttempts 1.3.6.1.4.1.2879.2.5.6.1.1.3.1.6
The number of transaction retries between the gateway and the Softswitch.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusPscsTransactionFailedAttempts 1.3.6.1.4.1.2879.2.5.6.1.1.3.1.7
The number of un-successful transactions between the gateway and the Softswitch.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusPscsVersion 1.3.6.1.4.1.2879.2.5.6.1.1.3.1.8
The negotiated protocol version between the gateway and the Softswitch.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusSoftswitchClientServicesMIBNotifications 1.3.6.1.4.1.2879.2.5.6.2
OBJECT IDENTIFIER    

sonusSoftswitchClientServicesMIBNotificationsPrefix 1.3.6.1.4.1.2879.2.5.6.2.0
OBJECT IDENTIFIER    

sonusSoftswitchClientServicesMIBNotificationsObjects 1.3.6.1.4.1.2879.2.5.6.2.1
OBJECT IDENTIFIER    

sonusPscsInServiceReason 1.3.6.1.4.1.2879.2.5.6.2.1.1
The reason why a softswitch is in service.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER configured(1), successfulReConnect(2), automatic(3)  

sonusPscsOutOfServiceReason 1.3.6.1.4.1.2879.2.5.6.2.1.2
The reason why the softswitch is out of service.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER configured(1), connectionLoss(2), noConnection(3), nodeNameChange(4), incompatibleVersion(5)  

sonusPscsSwitchoverReason 1.3.6.1.4.1.2879.2.5.6.2.1.3
The reason why the softswitch has switch to be the active softswitch.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER configured(1), automatic(2), versionChanged(3)  

sonusPscsRouteFailureReason 1.3.6.1.4.1.2879.2.5.6.2.1.4
The reason why a route look up has failed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER routeNotFound(1), noServiceConfigured(2), databaseError(3)  

sonusPscsCallInfo 1.3.6.1.4.1.2879.2.5.6.2.1.5
Call information content.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

sonusPscsTranErrorReason 1.3.6.1.4.1.2879.2.5.6.2.1.6
The reason why a transaction has failed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER noSoftswitchAvailable(1), transactionTimeout(2), invalidParameters(3), receiveError(4), transmitError(5), encodeApiError(6), decodeApiError(7)  

sonusPscsRejectIndReason 1.3.6.1.4.1.2879.2.5.6.2.1.7
The reason why a reject ind received.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notRegistered(1), unknownGateway(2), errorAVPContent(3), errorMsgContent(4), maxClientAccount(5), miscRegFailure(6)  

sonusPscsCalledNumber 1.3.6.1.4.1.2879.2.5.6.2.1.8
Destination number.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

sonusPscsCallingNumber 1.3.6.1.4.1.2879.2.5.6.2.1.9
Originating number.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

sonusPscsCarrierCode 1.3.6.1.4.1.2879.2.5.6.2.1.10
Carrier code.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

sonusSscsInServiceNotification 1.3.6.1.4.1.2879.2.5.6.2.0.1
This trap indicates a softswitch is now in service.
Status: current Access: read-only
NOTIFICATION-TYPE    

sonusSscsOutOfServiceNotification 1.3.6.1.4.1.2879.2.5.6.2.0.2
This trap indicates a softswitch is now out of service.
Status: current Access: read-only
NOTIFICATION-TYPE    

sonusSscsSwitchoverNotification 1.3.6.1.4.1.2879.2.5.6.2.0.3
This trap indicates a softswitch has switched over.
Status: current Access: read-only
NOTIFICATION-TYPE    

sonusSscsRouteFailureNotification 1.3.6.1.4.1.2879.2.5.6.2.0.4
This trap indicates a route look up has failed.
Status: current Access: read-only
NOTIFICATION-TYPE    

sonusSscsTransErrorNotification 1.3.6.1.4.1.2879.2.5.6.2.0.5
This trap indicates a softswitch has a trans error.
Status: current Access: read-only
NOTIFICATION-TYPE    

sonusSscsRejectIndNotification 1.3.6.1.4.1.2879.2.5.6.2.0.6
This trap indicates a reject indication has been received.
Status: current Access: read-only
NOTIFICATION-TYPE