OKI-SIPAS-MIB DEFINITIONS ::= BEGIN IMPORTS enterprises, Counter FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212 DisplayString FROM RFC1213-MIB TRAP-TYPE FROM RFC-1215; oki OBJECT IDENTIFIER ::= { enterprises 666 } software OBJECT IDENTIFIER ::= { oki 100 } CenterStage OBJECT IDENTIFIER ::= { software 10 } sipap OBJECT IDENTIFIER ::= { CenterStage 16 } okiSipAsNotifObjects OBJECT IDENTIFIER ::= { sipap 99 } okiSipAsNotifPrefix OBJECT IDENTIFIER ::= { sipap 100 } okiSipAsNotifs OBJECT IDENTIFIER ::= { okiSipAsNotifPrefix 0 } -- -- Server Config Module -- serverConfigModuleTable OBJECT-TYPE SYNTAX SEQUENCE OF ServerConfigModuleEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "SIP AP Server Configuration" ::= { sipap 1 } serverConfigModuleEntry OBJECT-TYPE SYNTAX ServerConfigModuleEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entry of serverConfigModuleTable" INDEX { serverConfigModuleKey } ::= { serverConfigModuleTable 1 } ServerConfigModuleEntry ::= SEQUENCE { serverConfigModuleKey DisplayString, serverConfigModuleVersion DisplayString, serverConfigModulePlatform DisplayString, serverConfigModuleChanged INTEGER } serverConfigModuleKey OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Unique value directed from ObjectName which is used as table index" ::= { serverConfigModuleEntry 1 } serverConfigModuleVersion OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Version information for SIP Servlet Engine." ::= { serverConfigModuleEntry 2 } serverConfigModulePlatform OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The platform name on which SIP Servlet Engine runs." ::= { serverConfigModuleEntry 3 } serverConfigModuleChanged OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This flag indicates whether this server instance needs to restart by modification of server configuration file. Boolean representated as 1 and 2. 1 is true and 2 is false." ::= { serverConfigModuleEntry 4 } -- -- Filter Manager -- filterManagerTable OBJECT-TYPE SYNTAX SEQUENCE OF FilterManagerEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "SIP Server Filter Manager" ::= { sipap 2 } filterManagerEntry OBJECT-TYPE SYNTAX FilterManagerEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entry of filterManagerTable" INDEX { filterManagerKey } ::= { filterManagerTable 1 } FilterManagerEntry ::= SEQUENCE { filterManagerKey DisplayString, filterManagerFilterList DisplayString } filterManagerKey OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Unique value directed from ObjectName which is used as table index" ::= { filterManagerEntry 1 } filterManagerFilterList OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "List of filter components for SIP messages." ::= { filterManagerEntry 2 } -- -- Call Regulate Manager -- callRegulateManagerTable OBJECT-TYPE SYNTAX SEQUENCE OF CallRegulateManagerEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "SIP Server Call Regulate Manager" ::= { sipap 3 } callRegulateManagerEntry OBJECT-TYPE SYNTAX CallRegulateManagerEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entry of callRegulateManagerTable" INDEX { callRegulateManagerKey } ::= { callRegulateManagerTable 1 } CallRegulateManagerEntry ::= SEQUENCE { callRegulateManagerKey DisplayString, callRegulateManagerRegulateType INTEGER, callRegulateManagerThreshold INTEGER, callRegulateManagerReleaseValue INTEGER } callRegulateManagerKey OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Unique value directed from ObjectName which is used as table index" ::= { callRegulateManagerEntry 1 } callRegulateManagerRegulateType OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Congestion control policy to regulate an initial SIP request that server accepts. 0 is no reguration, 1 is reguration by session ratio, and 2 is reguration by queue length." ::= { callRegulateManagerEntry 2 } callRegulateManagerThreshold OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Threshold value to enable regulation." ::= { callRegulateManagerEntry 3 } callRegulateManagerReleaseValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Threshold value to release regulation." ::= { callRegulateManagerEntry 4 } -- -- Connector -- connectorTable OBJECT-TYPE SYNTAX SEQUENCE OF ConnectorEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "SIP Transport Connector" ::= { sipap 4 } connectorEntry OBJECT-TYPE SYNTAX ConnectorEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entry of connectorTable" INDEX { connectorKey } ::= { connectorTable 1 } ConnectorEntry ::= SEQUENCE { connectorKey DisplayString, connectorTransport DisplayString, connectorHost DisplayString, connectorPort INTEGER, connectorRunning INTEGER } connectorKey OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Unique value directed from ObjectName which is used as table index" ::= { connectorEntry 1 } connectorTransport OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Transport protocol for this connector." ::= { connectorEntry 2 } connectorHost OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Listen address of this connector." ::= { connectorEntry 3 } connectorPort OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Listen port of this connector." ::= { connectorEntry 4 } connectorRunning OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Flag whether this connector is running or not. Boolean value represented as int. 1 is true and 2 is false" ::= { connectorEntry 5 } -- -- Log4j Manager -- log4jManagerTable OBJECT-TYPE SYNTAX SEQUENCE OF Log4jManagerEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "SIP Server Log4j Manager" ::= { sipap 5 } log4jManagerEntry OBJECT-TYPE SYNTAX Log4jManagerEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entry of connectorTable" INDEX { log4jManagerEntry } ::= { log4jManagerTable 1 } Log4jManagerEntry ::= SEQUENCE { log4jManagerKey DisplayString, log4jManagerConfigFileName DisplayString, log4jManagerEngineLogFileName DisplayString, log4jManagerAppLogFilename DisplayString, log4jManagerAccessLogFilename DisplayString, log4jManagerEngineMaxFileSize DisplayString, log4jManagerAppMaxFileSize DisplayString, log4jManagerAccessMaxFileSize DisplayString, log4jManagerEngineMaxBackupIndex INTEGER, log4jManagerAppMaxBackupIndex INTEGER, log4jManagerAccessMaxBackupIndex INTEGER, log4jManagerEngineLogLevel DisplayString, log4jManagerAppLogLevel DisplayString, log4jManagerAccessLogLevel DisplayString } log4jManagerKey OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Unique value directed from ObjectName which is used as table index" ::= { log4jManagerEntry 1 } log4jManagerConfigFileName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The name of the file that stores this server's logging configurations." ::= { log4jManagerEntry 2 } log4jManagerEngineLogFileName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The name of the file that stores SIP servlet engine's log messages." ::= { log4jManagerEntry 3 } log4jManagerAppLogFilename OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The name of the file that stores SIP application's log messages." ::= { log4jManagerEntry 4 } log4jManagerAccessLogFilename OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The name of the file that stores SIP messages." ::= { log4jManagerEntry 5 } log4jManagerEngineMaxFileSize OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The maximum size (between 100 and 99999 kilobytes) of the SIP Servlet Engine's log file. After the log file reaches this size, the server renames it as LogFileName.n." ::= { log4jManagerEntry 6 } log4jManagerAppMaxFileSize OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The maximum size (between 100 and 99999 kilobytes) of the SIP application's log file. After the log file reaches this size, the server renames it as LogFileName.n." ::= { log4jManagerEntry 7 } log4jManagerAccessMaxFileSize OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The maximum size (between 100 and 99999 kilobytes) of the SIP messages log file. After the log file reaches this size, the server renames it as LogFileName.n." ::= { log4jManagerEntry 8 } log4jManagerEngineMaxBackupIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The maximum number of SIP Servlet Engine's log files that this server creates when it rotates the log." ::= { log4jManagerEntry 9 } log4jManagerAppMaxBackupIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The maximum number of SIP application's log files that this server creates when it rotates the log." ::= { log4jManagerEntry 10 } log4jManagerAccessMaxBackupIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The maximum number of SIP message log files that this server creates when it rotates the log." ::= { log4jManagerEntry 11 } log4jManagerEngineLogLevel OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Priority of output level for SIP Servlet Engine's log messages." ::= { log4jManagerEntry 12 } log4jManagerAppLogLevel OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Priority of output level for SIP application's log messages. NOTICE: SIP Server ignores this attribute and regards it as INFO level." ::= { log4jManagerEntry 13 } log4jManagerAccessLogLevel OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Priority of output level for SIP messages. NOTICE: SIP Server ignores this attribute and regards it as INFO level." ::= { log4jManagerEntry 14 } -- -- License Component Engine -- licenseComponentEngineTable OBJECT-TYPE SYNTAX SEQUENCE OF LicenseComponentEngineEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "License terms for SIP Servlet Engine" ::= { sipap 6 } licenseComponentEngineEntry OBJECT-TYPE SYNTAX LicenseComponentEngineEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entry of licenseComponentEngineTable" INDEX { licenseComponentEngineKey } ::= { licenseComponentEngineTable 1 } LicenseComponentEngineEntry ::= SEQUENCE { licenseComponentEngineKey DisplayString, licenseComponentEngineIpAddress DisplayString, licenseComponentEngineExpiration Counter64, licenceComponentEngineMaxSession Counter64 } licenseComponentEngineKey OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Unique value directed from ObjectName which is used as table index" ::= { licenseComponentEngineEntry 1 } licenseComponentEngineIpAddress OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Host address allowed to run SIP Servlet Engine." ::= { licenseComponentEngineEntry 2 } licenseComponentEngineExpiration OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "Expiration date of this license." ::= { licenseComponentEngineEntry 3 } licenceComponentEngineMaxSession OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The upper limit of the number of SIP sessions which can be created." ::= { licenseComponentEngineEntry 4 } -- -- License Component Users -- licenseComponentUsersTable OBJECT-TYPE SYNTAX SEQUENCE OF LicenseComponentUsersEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "License terms for User management component." ::= { sipap 7 } licenseComponentUsersEntry OBJECT-TYPE SYNTAX LicenseComponentUsersEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entry of licenseComponentUsersTable" INDEX { licenseComponentUsersKey } ::= { licenseComponentUsersTable 1 } LicenseComponentUsersEntry ::= SEQUENCE { licenseComponentUsersKey DisplayString, licenseComponentUsersMaxUsers Counter64 } licenseComponentUsersKey OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Unique value directed from ObjectName which is used as table index" ::= { licenseComponentUsersEntry 1 } licenseComponentUsersMaxUsers OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The upper limit of the number of SIP user accounts." ::= { licenseComponentUsersEntry 2 } -- -- License Component Registrar -- licenseComponentRegistrarTable OBJECT-TYPE SYNTAX SEQUENCE OF LicenseComponentRegistrarEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "License terms for Location management component." ::= { sipap 8 } licenseComponentRegistrarEntry OBJECT-TYPE SYNTAX LicenseComponentRegistrarEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entry of licenseComponentRegistrarTable" INDEX { licenseComponentRegistrarKey } ::= { licenseComponentRegistrarTable 1 } LicenseComponentRegistrarEntry ::= SEQUENCE { licenseComponentRegistrarKey DisplayString, licenseComponentRegistrarMaxRegisters Counter64 } licenseComponentRegistrarKey OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Unique value directed from ObjectName which is used as table index" ::= { licenseComponentRegistrarEntry 1 } licenseComponentRegistrarMaxRegisters OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The upper limit of the number of SIP crients at the same time." ::= { licenseComponentRegistrarEntry 2 } -- -- Call Regulate Runtime -- callRegulateRuntimeTable OBJECT-TYPE SYNTAX SEQUENCE OF CallRegulateRuntimeEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "SIP Server Call Regulate Runtime" ::= { sipap 9 } callRegulateRuntimeEntry OBJECT-TYPE SYNTAX CallRegulateRuntimeEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entry of callRegulateRuntimeTable" INDEX { callRegulateRuntimeKey } ::= { callRegulateRuntimeTable 1 } CallRegulateRuntimeEntry ::= SEQUENCE { callRegulateRuntimeKey DisplayString, callRegulateRuntimeCurrentValue INTEGER, callRegulateRuntimeRejectRequests INTEGER } callRegulateRuntimeKey OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Unique value directed from ObjectName which is used as table index" ::= { callRegulateRuntimeEntry 1 } callRegulateRuntimeCurrentValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "CurrentValue counter." ::= { callRegulateRuntimeEntry 2 } callRegulateRuntimeRejectRequests OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "RejectRequests counter." ::= { callRegulateRuntimeEntry 3 } -- -- Session Runtime Module -- sessionRuntimeModuleTable OBJECT-TYPE SYNTAX SEQUENCE OF SessionRuntimeModuleEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "SIP Session Runtime Component" ::= { sipap 10 } sessionRuntimeModuleEntry OBJECT-TYPE SYNTAX SessionRuntimeModuleEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entry of sessionRuntimeModuleTable" INDEX { sessionRuntimeModuleKey } ::= { sessionRuntimeModuleTable 1 } SessionRuntimeModuleEntry ::= SEQUENCE { sessionRuntimeModuleKey DisplayString, sessionRuntimeModuleApSessionCount INTEGER, sessionRuntimeModuleApSessionSwappedCount INTEGER, sessionRuntimeModuleApTotalCount Counter64, sessionRuntimeModuleSipSessionCount INTEGER, sessionRuntimeModuleSipTotalCount Counter64 } sessionRuntimeModuleKey OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Unique value directed from ObjectName which is used as table index" ::= { sessionRuntimeModuleEntry 1 } sessionRuntimeModuleApSessionCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of the SIP application sessions that is currently managed on this server." ::= { sessionRuntimeModuleEntry 2 } sessionRuntimeModuleApSessionSwappedCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of the SIP application sessions that is currently managed swapping out from the memory to file." ::= { sessionRuntimeModuleEntry 3 } sessionRuntimeModuleApTotalCount OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of the SIP application sessions that has been generated on this server after triggering." ::= { sessionRuntimeModuleEntry 4 } sessionRuntimeModuleSipSessionCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of the SIP sessions that is currently managed on this server." ::= { sessionRuntimeModuleEntry 5 } sessionRuntimeModuleSipTotalCount OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of the SIP sessions that has been generated on this server after triggering." ::= { sessionRuntimeModuleEntry 6 } -- -- Traffic Information Runtime -- trafficInformationRuntimeTable OBJECT-TYPE SYNTAX SEQUENCE OF TrafficInformationRuntimeEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "SIP Traffic Monitoring Manager" ::= { sipap 11 } trafficInformationRuntimeEntry OBJECT-TYPE SYNTAX TrafficInformationRuntimeEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entry of trafficInformationRuntimeTable" INDEX { trafficInformationRuntimeKey } ::= { trafficInformationRuntimeTable 1 } TrafficInformationRuntimeEntry ::= SEQUENCE { trafficInformationRuntimeKey DisplayString, trafficInformationRuntimeInviteIn Counter64, trafficInformationRuntimeInviteOut Counter64, trafficInformationRuntimeAckIn Counter64, trafficInformationRuntimeAckOut Counter64, trafficInformationRuntimeByeIn Counter64, trafficInformationRuntimeByeOut Counter64, trafficInformationRuntimeCancelIn Counter64, trafficInformationRuntimeCancelOut Counter64, trafficInformationRuntimeOptionsIn Counter64, trafficInformationRuntimeOptionsOut Counter64, trafficInformationRuntimeRegisterIn Counter64, trafficInformationRuntimeRegisterOut Counter64, trafficInformationRuntimeInfoIn Counter64, trafficInformationRuntimeInfoOut Counter64, trafficInformationRuntimeMessageIn Counter64, trafficInformationRuntimeMessageOut Counter64, trafficInformationRuntimePrackIn Counter64, trafficInformationRuntimePrackOut Counter64, trafficInformationRuntimeSubscribeIn Counter64, trafficInformationRuntimeSubscribeOut Counter64, trafficInformationRuntimeNotifyIn Counter64, trafficInformationRuntimeNotifyOut Counter64, trafficInformationRuntimeInformationalResIn Counter64, trafficInformationRuntimeInformationalResOut Counter64, trafficInformationRuntimeSuccessResIn Counter64, trafficInformationRuntimeSuccessResOut Counter64, trafficInformationRuntimeRedirectResIn Counter64, trafficInformationRuntimeRedirectResOut Counter64, trafficInformationRuntimeClientErrorResIn Counter64, trafficInformationRuntimeClientErrResOut Counter64, trafficInformationRuntimeServerErrorResIn Counter64, trafficInformationRuntimeServerErrorResOut Counter64, trafficInformationRuntimeGlobalFailureResIn Counter64, trafficInformationRuntimeGlobalFailureResOut Counter64, trafficInformationRuntimeUnknownErrorResIn Counter64, trafficInformationRuntimeUnknownErrorResOut Counter64 } trafficInformationRuntimeKey OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Unique value directed from ObjectName which is used as table index" ::= { trafficInformationRuntimeEntry 1 } trafficInformationRuntimeInviteIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of INVITE requests received by the SIP entity including retransmissions." ::= { trafficInformationRuntimeEntry 2 } trafficInformationRuntimeInviteOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of INVITE requests sent by the SIP entity including retransmissions." ::= { trafficInformationRuntimeEntry 3 } trafficInformationRuntimeAckIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of ACK requests received by the SIP entity including retransmissions." ::= { trafficInformationRuntimeEntry 4 } trafficInformationRuntimeAckOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of ACK requests sent by the SIP entity including retransmissions." ::= { trafficInformationRuntimeEntry 5 } trafficInformationRuntimeByeIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of BYE requests received by the SIP entity including retransmissions." ::= { trafficInformationRuntimeEntry 6 } trafficInformationRuntimeByeOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of BYE requests sent by the SIP entity including retransmissions." ::= { trafficInformationRuntimeEntry 7 } trafficInformationRuntimeCancelIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of CANCEL requests received by the SIP entity including retransmissions." ::= { trafficInformationRuntimeEntry 8 } trafficInformationRuntimeCancelOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of CANCEL requests sent by the SIP entity including retransmissions." ::= { trafficInformationRuntimeEntry 9 } trafficInformationRuntimeOptionsIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of OPTIONS requests received by the SIP entity including retransmissions." ::= { trafficInformationRuntimeEntry 10 } trafficInformationRuntimeOptionsOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of OPTIONS requests sent by the SIP entity including retransmissions." ::= { trafficInformationRuntimeEntry 11 } trafficInformationRuntimeRegisterIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of REGISTER requests received by the SIP entity including retransmissions." ::= { trafficInformationRuntimeEntry 12 } trafficInformationRuntimeRegisterOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of REGISTER requests sent by the SIP entity including retransmissions." ::= { trafficInformationRuntimeEntry 13 } trafficInformationRuntimeInfoIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of INFO requests received by the SIP entity including retransmissions." ::= { trafficInformationRuntimeEntry 14 } trafficInformationRuntimeInfoOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of INFO requests sent by the SIP entity including retransmissions." ::= { trafficInformationRuntimeEntry 15 } trafficInformationRuntimeMessageIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of MESSAGE requests received by the SIP entity including retransmissions." ::= { trafficInformationRuntimeEntry 16 } trafficInformationRuntimeMessageOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of MESSAGE requests sent by the SIP entity including retransmissions." ::= { trafficInformationRuntimeEntry 17 } trafficInformationRuntimePrackIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of PRACK requests received by the SIP entity including retransmissions." ::= { trafficInformationRuntimeEntry 18 } trafficInformationRuntimePrackOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of PRACK requests sent by the SIP entity including retransmissions." ::= { trafficInformationRuntimeEntry 19 } trafficInformationRuntimeSubscribeIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of SUBSCRIBE requests received by the SIP entity including retransmissions." ::= { trafficInformationRuntimeEntry 20 } trafficInformationRuntimeSubscribeOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of SUBSCRIBE requests sent by the SIP entity including retransmissions." ::= { trafficInformationRuntimeEntry 21 } trafficInformationRuntimeNotifyIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of NOTIFY requests received by the SIP entity including retransmissions." ::= { trafficInformationRuntimeEntry 22 } trafficInformationRuntimeNotifyOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of NOTIFY requests sent by the SIP entity including retransmissions." ::= { trafficInformationRuntimeEntry 23 } trafficInformationRuntimeInformationalResIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The number of 1xx class SIP responses received by the SIP entity. This class of responses relates to providing some information concerning the progress of processing a SIP request." ::= { trafficInformationRuntimeEntry 24 } trafficInformationRuntimeInformationalResOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The number of 1xx class SIP responses sent by the SIP entity. This class of responses relates to providing some information concerning the progress of processing a SIP request." ::= { trafficInformationRuntimeEntry 25 } trafficInformationRuntimeSuccessResIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The number of 2xx class SIP responses received by the SIP entity. This class of responses relate to successful completion of a SIP request." ::= { trafficInformationRuntimeEntry 26 } trafficInformationRuntimeSuccessResOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The number of 2xx class SIP responses sent by the SIP entity. This class of responses relate to successful completion of a SIP request." ::= { trafficInformationRuntimeEntry 27 } trafficInformationRuntimeRedirectResIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The number of 3xx class SIP responses received by the SIP entity. This class of responses relate to redirections to addresses where the callee might be reachable." ::= { trafficInformationRuntimeEntry 28 } trafficInformationRuntimeRedirectResOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The number of 3xx class SIP responses sent by the SIP entity. This class of responses relate to redirections to addresses where the callee might be reachable." ::= { trafficInformationRuntimeEntry 29 } trafficInformationRuntimeClientErrorResIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The number of 4xx class SIP responses received by the SIP entity. This class of responses reflect request failure by a SIP entity providing a client function." ::= { trafficInformationRuntimeEntry 30 } trafficInformationRuntimeClientErrResOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The number of 4xx class SIP responses sent by the SIP entity. This class of responses reflect request failure by a SIP entity providing a server function." ::= { trafficInformationRuntimeEntry 31 } trafficInformationRuntimeServerErrorResIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The number of 5xx class SIP responses received by the SIP entity. This class of responses reflect failure responses received by a SIP entity providing a client function." ::= { trafficInformationRuntimeEntry 32 } trafficInformationRuntimeServerErrorResOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The number of 5xx class SIP responses sent by the SIP entity. This class of responses reflect failure responses sent by a SIP entity providing a server function." ::= { trafficInformationRuntimeEntry 33 } trafficInformationRuntimeGlobalFailureResIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The number of 6xx class SIP responses received by the SIP entity. This class of responses reflect failure responses received by a SIP entity providing a client function. The responses generally indicate that a server has definitive information about a particular called party, not just the particular instance indicated in the Request-URI." ::= { trafficInformationRuntimeEntry 34 } trafficInformationRuntimeGlobalFailureResOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The number of 6xx class SIP responses sent by the SIP entity. This class of responses reflect failure responses sent by a SIP entity providing a server function. The responses generally indicate that a server has definitive information about a particular called party, not just the particular instance indicated in the Request-URI." ::= { trafficInformationRuntimeEntry 35 } trafficInformationRuntimeUnknownErrorResIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The number of SIP responses received by the SIP entity for status code response classes other than 1xx, 2xx, 3xx, 4xx, 5xx, or 6xx." ::= { trafficInformationRuntimeEntry 36 } trafficInformationRuntimeUnknownErrorResOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The number of SIP responses sent by the SIP entity for status code response classes other than 1xx, 2xx, 3xx, 4xx, 5xx, or 6xx." ::= { trafficInformationRuntimeEntry 37 } -- -- Context Config Module -- contextConfigModuleTable OBJECT-TYPE SYNTAX SEQUENCE OF ContextConfigModuleEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "SIP Application Context Configuration for the administration server." ::= { sipap 12 } contextconfigModuleEntry OBJECT-TYPE SYNTAX ContextConfigModuleEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entry of contextConfigModuleTable" INDEX { contextConfigModuleKey } ::= { contextConfigModuleTable 1 } ContextConfigModuleEntry ::= SEQUENCE { contextConfigModuleKey DisplayString, contextConfigModuleName DisplayString, contextConfigModuleMaxApplicationSessionCount INTEGER, contextConfigModuleSessionTimeout INTEGER, contextConfigModuleAppType INTEGER } contextConfigModuleKey OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Unique value directed from ObjectName which is used as table index" ::= { contextconfigModuleEntry 1 } contextConfigModuleName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Context name of this SIP application." ::= { contextconfigModuleEntry 2 } contextConfigModuleMaxApplicationSessionCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Maximum number of SIP application sessions." ::= { contextconfigModuleEntry 3 } contextConfigModuleSessionTimeout OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The amount of time that a session can remain inactive before it is invalidated." ::= { contextconfigModuleEntry 4 } contextConfigModuleAppType OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The type of application." ::= { contextconfigModuleEntry 5 } -- -- Context Local Config Module -- contextLocalConfigModuleTable OBJECT-TYPE SYNTAX SEQUENCE OF ContextLocalConfigModuleEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "SIP Application Context Configuration for the managed server." ::= { sipap 13 } contextLocalconfigModuleEntry OBJECT-TYPE SYNTAX ContextLocalConfigModuleEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entry of contextLocalconfigModuleTable" INDEX { contextLocalConfigModuleKey } ::= { contextLocalConfigModuleTable 1 } ContextLocalConfigModuleEntry ::= SEQUENCE { contextLocalConfigModuleKey DisplayString, contextLocalConfigModuleName DisplayString, contextLocalConfigModuleMaxApplicationSessionCount INTEGER, contextLocalConfigModuleSessionTimeout INTEGER, contextLocalConfigModuleAppType INTEGER } contextLocalConfigModuleKey OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Unique value directed from ObjectName which is used as table index" ::= { contextLocalconfigModuleEntry 1 } contextLocalConfigModuleName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Context name of this SIP application." ::= { contextLocalconfigModuleEntry 2 } contextLocalConfigModuleMaxApplicationSessionCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Maximum number of SIP application sessions" ::= { contextLocalconfigModuleEntry 3 } contextLocalConfigModuleSessionTimeout OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The amount of time that a session can remain inactive before it is invalidated." ::= { contextLocalconfigModuleEntry 4 } contextLocalConfigModuleAppType OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The type of application." ::= { contextLocalconfigModuleEntry 5 } -- -- Context Runtime Table -- contextRuntimeTable OBJECT-TYPE SYNTAX SEQUENCE OF ContextRuntimeEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "SIP Application Context Runtime" ::= { sipap 14 } contextRuntimeEntry OBJECT-TYPE SYNTAX ContextRuntimeEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entry of contextRuntimeTable" INDEX { contextRuntimeKey } ::= { contextRuntimeTable 1 } ContextRuntimeEntry ::= SEQUENCE { contextRuntimeKey DisplayString, contextRuntimeApplicationSessionCount INTEGER } contextRuntimeKey OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Unique value directed from ObjectName which is used as table index" ::= { contextRuntimeEntry 1 } contextRuntimeApplicationSessionCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Current Application Session Count" ::= { contextRuntimeEntry 2 } -- -- AP Traffic Information Runtime -- apTrafficInformationRuntimeTable OBJECT-TYPE SYNTAX SEQUENCE OF ApTrafficInformationRuntimeEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Sip Application Traffic Infomation Manager" ::= { sipap 15 } apTrafficInformationRuntimeEntry OBJECT-TYPE SYNTAX ApTrafficInformationRuntimeEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entry of apTrafficInformationRuntimeTable" INDEX { apTrafficInformationRuntimeKey } ::= { apTrafficInformationRuntimeTable 1 } ApTrafficInformationRuntimeEntry ::= SEQUENCE { apTrafficInformationRuntimeKey DisplayString, apTrafficInformationRuntimeInviteIn Counter64, apTrafficInformationRuntimeInviteOut Counter64, apTrafficInformationRuntimeAckIn Counter64, apTrafficInformationRuntimeAckOut Counter64, apTrafficInformationRuntimeByeIn Counter64, apTrafficInformationRuntimeByeOut Counter64, apTrafficInformationRuntimeCancelIn Counter64, apTrafficInformationRuntimeCancelOut Counter64, apTrafficInformationRuntimeOptionsIn Counter64, apTrafficInformationRuntimeOptionsOut Counter64, apTrafficInformationRuntimeRegisterIn Counter64, apTrafficInformationRuntimeRegisterOut Counter64, apTrafficInformationRuntimeInfoIn Counter64, apTrafficInformationRuntimeInfoOut Counter64, apTrafficInformationRuntimeMessageIn Counter64, apTrafficInformationRuntimeMessageOut Counter64, apTrafficInformationRuntimePrackIn Counter64, apTrafficInformationRuntimePrackOut Counter64, apTrafficInformationRuntimeSubscribeIn Counter64, apTrafficInformationRuntimeSubscribeOut Counter64, apTrafficInformationRuntimeNotifyIn Counter64, apTrafficInformationRuntimeNotifyOut Counter64, apTrafficInformationRuntimeInformationalResIn Counter64, apTrafficInformationRuntimeInformationalResOut Counter64, apTrafficInformationRuntimeSuccessResIn Counter64, apTrafficInformationRuntimeSuccessResOut Counter64, apTrafficInformationRuntimeRedirectResIn Counter64, apTrafficInformationRuntimeRedirectResOut Counter64, apTrafficInformationRuntimeClientErrorResIn Counter64, apTrafficInformationRuntimeClientErrResOut Counter64, apTrafficInformationRuntimeServerErrorResIn Counter64, apTrafficInformationRuntimeServerErrorResOut Counter64, apTrafficInformationRuntimeGlobalFailureResIn Counter64, apTrafficInformationRuntimeGlobalFailureResOut Counter64, apTrafficInformationRuntimeUnknownErrorResIn Counter64, apTrafficInformationRuntimeUnknownErrorResOut Counter64 } apTrafficInformationRuntimeKey OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Unique value directed from ObjectName which is used as table index" ::= { apTrafficInformationRuntimeEntry 1 } apTrafficInformationRuntimeInviteIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of INVITE requests received by the SIP entity including retransmissions." ::= { apTrafficInformationRuntimeEntry 2 } apTrafficInformationRuntimeInviteOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of INVITE requests sent by the SIP entity including retransmissions." ::= { apTrafficInformationRuntimeEntry 3 } apTrafficInformationRuntimeAckIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of ACK requests received by the SIP entity including retransmissions." ::= { apTrafficInformationRuntimeEntry 4 } apTrafficInformationRuntimeAckOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of ACK requests sent by the SIP entity including retransmissions." ::= { apTrafficInformationRuntimeEntry 5 } apTrafficInformationRuntimeByeIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of BYE requests received by the SIP entity including retransmissions." ::= { apTrafficInformationRuntimeEntry 6 } apTrafficInformationRuntimeByeOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of BYE requests sent by the SIP entity including retransmissions." ::= { apTrafficInformationRuntimeEntry 7 } apTrafficInformationRuntimeCancelIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of CANCEL requests received by the SIP entity including retransmissions." ::= { apTrafficInformationRuntimeEntry 8 } apTrafficInformationRuntimeCancelOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of CANCEL requests sent by the SIP entity including retransmissions." ::= { apTrafficInformationRuntimeEntry 9 } apTrafficInformationRuntimeOptionsIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of OPTIONS requests received by the SIP entity including retransmissions." ::= { apTrafficInformationRuntimeEntry 10 } apTrafficInformationRuntimeOptionsOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of OPTIONS requests sent by the SIP entity including retransmissions." ::= { apTrafficInformationRuntimeEntry 11 } apTrafficInformationRuntimeRegisterIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of REGISTER requests received by the SIP entity including retransmissions." ::= { apTrafficInformationRuntimeEntry 12 } apTrafficInformationRuntimeRegisterOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of REGISTER requests sent by the SIP entity including retransmissions." ::= { apTrafficInformationRuntimeEntry 13 } apTrafficInformationRuntimeInfoIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of INFO requests received by the SIP entity including retransmissions." ::= { apTrafficInformationRuntimeEntry 14 } apTrafficInformationRuntimeInfoOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of INFO requests sent by the SIP entity including retransmissions." ::= { apTrafficInformationRuntimeEntry 15 } apTrafficInformationRuntimeMessageIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of MESSAGE requests received by the SIP entity including retransmissions." ::= { apTrafficInformationRuntimeEntry 16 } apTrafficInformationRuntimeMessageOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of MESSAGE requests sent by the SIP entity including retransmissions." ::= { apTrafficInformationRuntimeEntry 17 } apTrafficInformationRuntimePrackIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of PRACK requests received by the SIP entity including retransmissions." ::= { apTrafficInformationRuntimeEntry 18 } apTrafficInformationRuntimePrackOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of PRACK requests sent by the SIP entity including retransmissions." ::= { apTrafficInformationRuntimeEntry 19 } apTrafficInformationRuntimeSubscribeIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of SUBSCRIBE requests received by the SIP entity including retransmissions." ::= { apTrafficInformationRuntimeEntry 20 } apTrafficInformationRuntimeSubscribeOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of SUBSCRIBE requests sent by the SIP entity including retransmissions." ::= { apTrafficInformationRuntimeEntry 21 } apTrafficInformationRuntimeNotifyIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of NOTIFY requests received by the SIP entity including retransmissions." ::= { apTrafficInformationRuntimeEntry 22 } apTrafficInformationRuntimeNotifyOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of NOTIFY requests sent by the SIP entity including retransmissions." ::= { apTrafficInformationRuntimeEntry 23 } apTrafficInformationRuntimeInformationalResIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The number of 1xx class SIP responses received by the SIP entity. This class of responses relates to providing some information concerning the progress of processing a SIP request." ::= { apTrafficInformationRuntimeEntry 24 } apTrafficInformationRuntimeInformationalResOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The number of 1xx class SIP responses sent by the SIP entity. This class of responses relates to providing some information concerning the progress of processing a SIP request." ::= { apTrafficInformationRuntimeEntry 25 } apTrafficInformationRuntimeSuccessResIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The number of 2xx class SIP responses received by the SIP entity. This class of responses relate to successful completion of a SIP request." ::= { apTrafficInformationRuntimeEntry 26 } apTrafficInformationRuntimeSuccessResOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The number of 2xx class SIP responses sent by the SIP entity. This class of responses relate to successful completion of a SIP request." ::= { apTrafficInformationRuntimeEntry 27 } apTrafficInformationRuntimeRedirectResIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The number of 3xx class SIP responses received by the SIP entity. This class of responses relate to redirections to addresses where the callee might be reachable." ::= { apTrafficInformationRuntimeEntry 28 } apTrafficInformationRuntimeRedirectResOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The number of 3xx class SIP responses sent by the SIP entity. This class of responses relate to redirections to addresses where the callee might be reachable." ::= { apTrafficInformationRuntimeEntry 29 } apTrafficInformationRuntimeClientErrorResIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The number of 4xx class SIP responses received by the SIP entity. This class of responses reflect request failure by a SIP entity providing a client function." ::= { apTrafficInformationRuntimeEntry 30 } apTrafficInformationRuntimeClientErrResOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The number of 4xx class SIP responses sent by the SIP entity. This class of responses reflect request failure by a SIP entity providing a server function." ::= { apTrafficInformationRuntimeEntry 31 } apTrafficInformationRuntimeServerErrorResIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The number of 5xx class SIP responses received by the SIP entity. This class of responses reflect failure responses received by a SIP entity providing a client function." ::= { apTrafficInformationRuntimeEntry 32 } apTrafficInformationRuntimeServerErrorResOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The number of 5xx class SIP responses sent by the SIP entity. This class of responses reflect failure responses sent by a SIP entity providing a server function." ::= { apTrafficInformationRuntimeEntry 33 } apTrafficInformationRuntimeGlobalFailureResIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The number of 6xx class SIP responses received by the SIP entity. This class of responses reflect failure responses received by a SIP entity providing a client function. The responses generally indicate that a server has definitive information about a particular called party, not just the particular instance indicated in the Request-URI." ::= { apTrafficInformationRuntimeEntry 34 } apTrafficInformationRuntimeGlobalFailureResOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The number of 6xx class SIP responses sent by the SIP entity. This class of responses reflect failure responses sent by a SIP entity providing a server function. The responses generally indicate that a server has definitive information about a particular called party, not just the particular instance indicated in the Request-URI." ::= { apTrafficInformationRuntimeEntry 35 } apTrafficInformationRuntimeUnknownErrorResIn OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The number of SIP responses received by the SIP entity for status code response classes other than 1xx, 2xx, 3xx, 4xx, 5xx, or 6xx." ::= { apTrafficInformationRuntimeEntry 36 } apTrafficInformationRuntimeUnknownErrorResOut OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS mandatory DESCRIPTION "The number of SIP responses sent by the SIP entity for status code response classes other than 1xx, 2xx, 3xx, 4xx, 5xx, or 6xx." ::= { apTrafficInformationRuntimeEntry 37 } -- -- Proxy Manager -- proxyManagerTable OBJECT-TYPE SYNTAX SEQUENCE OF ProxyManagerEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Proxy Manager for the administration server." ::= { sipap 16 } proxyManagerEntry OBJECT-TYPE SYNTAX ProxyManagerEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entry of proxyManagerTable" INDEX { proxyManagerKey } ::= { proxyManagerTable 1 } ProxyManagerEntry ::= SEQUENCE { proxyManagerKey DisplayString, proxyManagerPolicyList DisplayString, proxyManagerProxies DisplayString } proxyManagerKey OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Unique value directed from ObjectName which is used as table index" ::= { proxyManagerEntry 1 } proxyManagerPolicyList OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "List of routing policy for SIP messages." ::= { proxyManagerEntry 2 } proxyManagerProxies OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "List of external downstream proxy servers." ::= { proxyManagerEntry 3 } -- -- Proxy Local Manager -- proxyLocalManagerTable OBJECT-TYPE SYNTAX SEQUENCE OF ProxyLocalManagerEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Proxy Manager for the managed server." ::= { sipap 17 } proxyLocalManagerEntry OBJECT-TYPE SYNTAX ProxyLocalManagerEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entry of proxyLocalManagerTable" INDEX { proxyLocalManagerKey } ::= { proxyLocalManagerTable 1 } ProxyLocalManagerEntry ::= SEQUENCE { proxyLocalManagerKey DisplayString, proxyLocalManagerPolicyList DisplayString, proxyLocalManagerProxies DisplayString } proxyLocalManagerKey OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Unique value directed from ObjectName which is used as table index" ::= { proxyLocalManagerEntry 1 } proxyLocalManagerPolicyList OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "List of routing policy for SIP messages." ::= { proxyLocalManagerEntry 2 } proxyLocalManagerProxies OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "List of external downstream proxy servers." ::= { proxyLocalManagerEntry 3 } -- -- Load Balancer Manager -- loadBalancerManagerTable OBJECT-TYPE SYNTAX SEQUENCE OF LoadBalancerManagerEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "LoadBalancer Manager for the administration server." ::= { sipap 18 } loadBalancerManagerEntry OBJECT-TYPE SYNTAX LoadBalancerManagerEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entry of loadBalancerManagerTable" INDEX { loadBalancerManagerKey } ::= { loadBalancerManagerTable 1 } LoadBalancerManagerEntry ::= SEQUENCE { loadBalancerManagerKey DisplayString, loadBalancerManagerLoadBalancerList DisplayString } loadBalancerManagerKey OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Unique value directed from ObjectName which is used as table index" ::= { loadBalancerManagerEntry 1 } loadBalancerManagerLoadBalancerList OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "List of SIP LoadBalancer information" ::= { loadBalancerManagerEntry 2 } -- -- Load Balancer Local Manager -- loadBalancerLocalManagerTable OBJECT-TYPE SYNTAX SEQUENCE OF LoadBalancerLocalManagerEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "LoadBalancer Manager for the managed server." ::= { sipap 19 } loadBalancerlocalManagerEntry OBJECT-TYPE SYNTAX LoadBalancerLocalManagerEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entry of loadBalancerLocalManagerTable" INDEX { loadBalancerLocalManagerKey } ::= { loadBalancerLocalManagerTable 1 } LoadBalancerLocalManagerEntry ::= SEQUENCE { loadBalancerLocalManagerKey DisplayString, loadBalancerLocalManagerLoadBalancerList DisplayString } loadBalancerLocalManagerKey OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Unique value directed from ObjectName which is used as table index" ::= { loadBalancerlocalManagerEntry 1 } loadBalancerLocalManagerLoadBalancerList OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "List of SIP LoadBalancer information" ::= { loadBalancerlocalManagerEntry 2 } -- -- General notification related objects. -- sipNotifApplIndex OBJECT-TYPE SYNTAX Unsigned32 (1..2147483647) ACCESS accessible-for-notify STATUS mandatory DESCRIPTION "This object contains the applIndex as described in RFC 2788. This object is created in order to allow a variable binding containing a value of applIndex in a notification." ::= { okiSipAsNotifObjects 1 } sipServerName OBJECT-TYPE SYNTAX DisplayString ACCESS accessible-for-notify STATUS mandatory DESCRIPTION "The name of SIP server on which SIP Servlet Engine runs." ::= { okiSipAsNotifObjects 2 } sipApplicationName OBJECT-TYPE SYNTAX DisplayString ACCESS accessible-for-notify STATUS mandatory DESCRIPTION "The name of SIP application." ::= { okiSipAsNotifObjects 3 } sipNotifTextualDescription OBJECT-TYPE SYNTAX DisplayString ACCESS accessible-for-notify STATUS mandatory DESCRIPTION "Description of this notification." ::= { okiSipAsNotifObjects 4 } sipNotifIntValue OBJECT-TYPE SYNTAX Counter64 ACCESS accessible-for-notify STATUS mandatory DESCRIPTION "Description of this notification." ::= { okiSipAsNotifObjects 5 } -- -- Notifications -- okiSipAsStartup TRAP-TYPE ENTERPRISE okiSipAsNotifPrefix VARIABLES { sipNotifApplIndex, sipServerName } DESCRIPTION "SIP servlet engine started." ::= 1 okiSipAsStop TRAP-TYPE ENTERPRISE okiSipAsNotifPrefix VARIABLES { sipNotifApplIndex, sipServerName } DESCRIPTION "SIP servlet engine stopped." ::= 2 okiSipAsFailure TRAP-TYPE ENTERPRISE okiSipAsNotifPrefix VARIABLES { sipNotifApplIndex, sipServerName } DESCRIPTION "SIP servlet engine terminated for fatal status." ::= 3 okiSipAsStatusChanged TRAP-TYPE ENTERPRISE okiSipAsNotifPrefix VARIABLES { sipNotifApplIndex, sipServerName, sipNotifTextualDescription } DESCRIPTION "Signifies that above configuration property value is changed." ::= 6 okiSipAsLicenseViolation TRAP-TYPE ENTERPRISE okiSipAsNotifPrefix VARIABLES { sipNotifApplIndex, sipServerName, sipNotifTextualDescription } DESCRIPTION "SIP servlet engine detected a license violation." ::= 7 okiSipAsRegurateThreshExceeded TRAP-TYPE ENTERPRISE okiSipAsNotifPrefix VARIABLES { sipNotifApplIndex, sipServerName, callRegulateManagerRegulateType, sipNotifIntValue, callRegulateManagerThreshold } DESCRIPTION "Signifies that too many requests have been received by the system enough to exceed the configured threshold. This notification shows that admission control has started to regulate a new SIP request." ::= 8 okiSipAsRegurateThreshRecovery TRAP-TYPE ENTERPRISE okiSipAsNotifPrefix VARIABLES { sipNotifApplIndex, sipServerName, callRegulateManagerRegulateType, sipNotifIntValue, callRegulateManagerReleaseValue } DESCRIPTION "Signifies that the number of requests that recieved by the system have been less than configured threshold. This notification shows that admission control has released to allow a new SIP request." ::= 9 okiSipAppStartup TRAP-TYPE ENTERPRISE okiSipAsNotifPrefix VARIABLES { sipNotifApplIndex, sipServerName, sipApplicationName } DESCRIPTION "SIP application installed." ::= 10 okiSipAppShutdown TRAP-TYPE ENTERPRISE okiSipAsNotifPrefix VARIABLES { sipNotifApplIndex, sipServerName, sipApplicationName } DESCRIPTION "SIP application stopped." ::= 11 okiSipAppFailure TRAP-TYPE ENTERPRISE okiSipAsNotifPrefix VARIABLES { sipNotifApplIndex, sipServerName, sipApplicationName } DESCRIPTION "SIP application failed to install." ::= 12 okiSipAppSessionThreshExceeded TRAP-TYPE ENTERPRISE okiSipAsNotifPrefix VARIABLES { sipNotifApplIndex, sipServerName, sipApplicationName, sipNotifIntValue } DESCRIPTION "Signifies that too many requests have been received by the SIP application system to exceed the configured application session threshold." ::= 13 END