Blame mibs/ietf/SIP-COMMON-MIB

Packit Service 9ccfef
SIP-COMMON-MIB DEFINITIONS ::= BEGIN
Packit Service 9ccfef
Packit Service 9ccfef
IMPORTS
Packit Service 9ccfef
    MODULE-IDENTITY,
Packit Service 9ccfef
    OBJECT-TYPE,
Packit Service 9ccfef
    NOTIFICATION-TYPE,
Packit Service 9ccfef
    Counter32,
Packit Service 9ccfef
    Gauge32,
Packit Service 9ccfef
    TimeTicks,
Packit Service 9ccfef
    Unsigned32,
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
    mib-2
Packit Service 9ccfef
          FROM SNMPv2-SMI             -- RFC 2578
Packit Service 9ccfef
Packit Service 9ccfef
    RowStatus,
Packit Service 9ccfef
    TimeStamp,
Packit Service 9ccfef
    TruthValue
Packit Service 9ccfef
          FROM SNMPv2-TC              -- RFC 2579
Packit Service 9ccfef
Packit Service 9ccfef
    MODULE-COMPLIANCE,
Packit Service 9ccfef
    OBJECT-GROUP,
Packit Service 9ccfef
    NOTIFICATION-GROUP
Packit Service 9ccfef
          FROM SNMPv2-CONF            -- RFC 2580
Packit Service 9ccfef
Packit Service 9ccfef
    SnmpAdminString
Packit Service 9ccfef
          FROM SNMP-FRAMEWORK-MIB     -- RFC 3411
Packit Service 9ccfef
Packit Service 9ccfef
    SipTCTransportProtocol,
Packit Service 9ccfef
    SipTCMethodName,
Packit Service 9ccfef
    SipTCEntityRole,
Packit Service 9ccfef
    SipTCOptionTagHeaders
Packit Service 9ccfef
          FROM SIP-TC-MIB             -- RFC 4780
Packit Service 9ccfef
Packit Service 9ccfef
    applIndex
Packit Service 9ccfef
          FROM NETWORK-SERVICES-MIB   -- RFC 2788
Packit Service 9ccfef
Packit Service 9ccfef
    InetPortNumber
Packit Service 9ccfef
          FROM INET-ADDRESS-MIB;      -- RFC 4001
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonMIB MODULE-IDENTITY
Packit Service 9ccfef
    LAST-UPDATED "200704200000Z"
Packit Service 9ccfef
    ORGANIZATION "IETF Session Initiation Protocol Working Group"
Packit Service 9ccfef
    CONTACT-INFO
Packit Service 9ccfef
             "SIP WG email: sip@ietf.org
Packit Service 9ccfef
Packit Service 9ccfef
              Co-editor  Kevin Lingle
Packit Service 9ccfef
                         Cisco Systems, Inc.
Packit Service 9ccfef
              postal:    7025 Kit Creek Road
Packit Service 9ccfef
                         P.O. Box 14987
Packit Service 9ccfef
                         Research Triangle Park, NC 27709
Packit Service 9ccfef
                         USA
Packit Service 9ccfef
              email:     klingle@cisco.com
Packit Service 9ccfef
              phone:     +1 919 476 2029
Packit Service 9ccfef
Packit Service 9ccfef
              Co-editor  Joon Maeng
Packit Service 9ccfef
              email:     jmaeng@austin.rr.com
Packit Service 9ccfef
Packit Service 9ccfef
              Co-editor  Jean-Francois Mule
Packit Service 9ccfef
                         CableLabs
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
              postal:    858 Coal Creek Circle
Packit Service 9ccfef
                         Louisville, CO 80027
Packit Service 9ccfef
                         USA
Packit Service 9ccfef
              email:     jf.mule@cablelabs.com
Packit Service 9ccfef
              phone:     +1 303 661 9100
Packit Service 9ccfef
Packit Service 9ccfef
              Co-editor  Dave Walker
Packit Service 9ccfef
              email:     drwalker@rogers.com"
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "Session Initiation Protocol (SIP) Common MIB module.  This
Packit Service 9ccfef
        module defines objects that may be common to all SIP entities.
Packit Service 9ccfef
Packit Service 9ccfef
        SIP is an application-layer signaling protocol for creating,
Packit Service 9ccfef
        modifying and terminating multimedia sessions with one or more
Packit Service 9ccfef
        participants.  These sessions include Internet multimedia
Packit Service 9ccfef
        conferences and Internet telephone calls.  SIP is defined in
Packit Service 9ccfef
        RFC 3261 (June 2002).
Packit Service 9ccfef
Packit Service 9ccfef
        This MIB is defined for managing objects that are common to
Packit Service 9ccfef
        SIP User Agents (UAs), Proxy, Redirect, and Registrar servers.
Packit Service 9ccfef
        Objects specific to each of these entities MAY be managed using
Packit Service 9ccfef
        entity specific MIBs defined in other modules.
Packit Service 9ccfef
Packit Service 9ccfef
        Copyright (C) The IETF Trust (2007).  This version of
Packit Service 9ccfef
        this MIB module is part of RFC 4780; see the RFC itself for
Packit Service 9ccfef
        full legal notices."
Packit Service 9ccfef
    REVISION     "200704200000Z"
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
        "Initial version of the IETF SIP-COMMON-MIB module.  This
Packit Service 9ccfef
         version published as part of RFC 4780."
Packit Service 9ccfef
     ::= { mib-2 149 }
Packit Service 9ccfef
Packit Service 9ccfef
-- Top-Level Components of this MIB.
Packit Service 9ccfef
sipCommonMIBNotifications OBJECT IDENTIFIER ::= { sipCommonMIB 0 }
Packit Service 9ccfef
sipCommonMIBObjects       OBJECT IDENTIFIER ::= { sipCommonMIB 1 }
Packit Service 9ccfef
sipCommonMIBConformance   OBJECT IDENTIFIER ::= { sipCommonMIB 2 }
Packit Service 9ccfef
Packit Service 9ccfef
--
Packit Service 9ccfef
-- This MIB contains objects that are common to all SIP entities.
Packit Service 9ccfef
--
Packit Service 9ccfef
Packit Service 9ccfef
-- Common basic configuration
Packit Service 9ccfef
sipCommonCfgBase       OBJECT IDENTIFIER ::= { sipCommonMIBObjects 1 }
Packit Service 9ccfef
Packit Service 9ccfef
-- Protocol timer configuration
Packit Service 9ccfef
sipCommonCfgTimer      OBJECT IDENTIFIER ::= { sipCommonMIBObjects 2 }
Packit Service 9ccfef
Packit Service 9ccfef
-- SIP message summary statistics
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonSummaryStats  OBJECT IDENTIFIER ::= { sipCommonMIBObjects 3 }
Packit Service 9ccfef
Packit Service 9ccfef
-- Per method statistics
Packit Service 9ccfef
sipCommonMethodStats   OBJECT IDENTIFIER ::= { sipCommonMIBObjects 4 }
Packit Service 9ccfef
Packit Service 9ccfef
-- Per Status code or status code class statistics
Packit Service 9ccfef
sipCommonStatusCode    OBJECT IDENTIFIER ::= { sipCommonMIBObjects 5 }
Packit Service 9ccfef
Packit Service 9ccfef
-- Transaction statistics
Packit Service 9ccfef
sipCommonStatsTrans    OBJECT IDENTIFIER ::= { sipCommonMIBObjects 6 }
Packit Service 9ccfef
Packit Service 9ccfef
-- Method retry statistics
Packit Service 9ccfef
sipCommonStatsRetry    OBJECT IDENTIFIER ::= { sipCommonMIBObjects 7 }
Packit Service 9ccfef
Packit Service 9ccfef
-- Other statistics
Packit Service 9ccfef
sipCommonOtherStats    OBJECT IDENTIFIER ::= { sipCommonMIBObjects 8 }
Packit Service 9ccfef
Packit Service 9ccfef
-- Accessible-for-notify objects
Packit Service 9ccfef
sipCommonNotifObjects  OBJECT IDENTIFIER ::= { sipCommonMIBObjects 9 }
Packit Service 9ccfef
Packit Service 9ccfef
--
Packit Service 9ccfef
-- Common Configuration Objects
Packit Service 9ccfef
--
Packit Service 9ccfef
sipCommonCfgTable OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SEQUENCE OF SipCommonCfgEntry
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This table contains the common configuration objects applicable
Packit Service 9ccfef
        to all SIP entities."
Packit Service 9ccfef
    ::= { sipCommonCfgBase 1 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonCfgEntry OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SipCommonCfgEntry
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "A row of common configuration.
Packit Service 9ccfef
Packit Service 9ccfef
        Each row represents objects for a particular SIP entity
Packit Service 9ccfef
        instance present in this system.  applIndex is used to uniquely
Packit Service 9ccfef
        identify these instances of SIP entities and correlate them
Packit Service 9ccfef
        through the common framework of the NETWORK-SERVICES-MIB (RFC
Packit Service 9ccfef
        2788)."
Packit Service 9ccfef
    INDEX { applIndex }
Packit Service 9ccfef
    ::= { sipCommonCfgTable 1 }
Packit Service 9ccfef
Packit Service 9ccfef
SipCommonCfgEntry ::= SEQUENCE {
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
        sipCommonCfgProtocolVersion      SnmpAdminString,
Packit Service 9ccfef
        sipCommonCfgServiceOperStatus    INTEGER,
Packit Service 9ccfef
        sipCommonCfgServiceStartTime     TimeTicks,
Packit Service 9ccfef
        sipCommonCfgServiceLastChange    TimeTicks,
Packit Service 9ccfef
        sipCommonCfgOrganization         SnmpAdminString,
Packit Service 9ccfef
        sipCommonCfgMaxTransactions      Unsigned32,
Packit Service 9ccfef
        sipCommonCfgServiceNotifEnable   BITS,
Packit Service 9ccfef
        sipCommonCfgEntityType           SipTCEntityRole
Packit Service 9ccfef
    }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonCfgProtocolVersion OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SnmpAdminString
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object will reflect the version of SIP supported by this
Packit Service 9ccfef
        SIP entity.  It will follow the same format as SIP version
Packit Service 9ccfef
        information contained in the SIP messages generated by this SIP
Packit Service 9ccfef
        entity.  For example, entities supporting SIP version 2 will
Packit Service 9ccfef
        return 'SIP/2.0' as dictated by the standard."
Packit Service 9ccfef
    REFERENCE
Packit Service 9ccfef
       "RFC 3261, Section 7.1"
Packit Service 9ccfef
    ::= { sipCommonCfgEntry 1 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonCfgServiceOperStatus OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      INTEGER {
Packit Service 9ccfef
                  unknown(1),
Packit Service 9ccfef
                  up(2),
Packit Service 9ccfef
                  down(3),
Packit Service 9ccfef
                  congested(4),
Packit Service 9ccfef
                  restarting(5),
Packit Service 9ccfef
                  quiescing(6),
Packit Service 9ccfef
                  testing(7)
Packit Service 9ccfef
                }
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object contains the current operational state of
Packit Service 9ccfef
        the SIP application.
Packit Service 9ccfef
Packit Service 9ccfef
        unknown    : The operational status cannot be determined
Packit Service 9ccfef
                     for some reason.
Packit Service 9ccfef
        up         : The application is operating normally and is
Packit Service 9ccfef
                     processing (receiving and possibly issuing) SIP
Packit Service 9ccfef
                     requests and responses.
Packit Service 9ccfef
        down       : The application is currently unable to process
Packit Service 9ccfef
                     SIP messages.
Packit Service 9ccfef
        congested  : The application is operational but no additional
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
                     inbound transactions can be accommodated at the
Packit Service 9ccfef
                     moment.
Packit Service 9ccfef
        restarting : The application is currently unavailable, but it
Packit Service 9ccfef
                     is in the process of restarting and will
Packit Service 9ccfef
                     presumably, soon be able to process SIP messages.
Packit Service 9ccfef
        quiescing  : The application is currently operational
Packit Service 9ccfef
                     but has been administratively put into
Packit Service 9ccfef
                     quiescence mode.  Additional inbound
Packit Service 9ccfef
                     transactions MAY be rejected.
Packit Service 9ccfef
        testing    : The application is currently in test mode
Packit Service 9ccfef
                     and MAY not be able to process SIP messages.
Packit Service 9ccfef
Packit Service 9ccfef
        The operational status values defined for this object are not
Packit Service 9ccfef
        based on any specific information contained in the SIP
Packit Service 9ccfef
        standard."
Packit Service 9ccfef
    ::= { sipCommonCfgEntry 2 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonCfgServiceStartTime OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      TimeTicks
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "The value of sysUpTime at the time the SIP entity was last
Packit Service 9ccfef
        started.  If started prior to the last re-initialization of the
Packit Service 9ccfef
        local network management subsystem, then this object contains a
Packit Service 9ccfef
        zero value."
Packit Service 9ccfef
    ::= { sipCommonCfgEntry 3 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonCfgServiceLastChange OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      TimeTicks
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "The value of sysUpTime at the time the SIP entity entered its
Packit Service 9ccfef
        current operational state.  If the current state was entered
Packit Service 9ccfef
        prior to the last re-initialization of the local network
Packit Service 9ccfef
        management subsystem, then this object contains a zero value."
Packit Service 9ccfef
    ::= { sipCommonCfgEntry 4 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonCfgOrganization OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SnmpAdminString
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object contains the organization name that the SIP entity
Packit Service 9ccfef
        inserts into Organization headers of SIP messages processed by
Packit Service 9ccfef
        this system.  If the string is empty, no Organization header is
Packit Service 9ccfef
        to be generated."
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
    REFERENCE
Packit Service 9ccfef
       "RFC 3261, Section 20.25"
Packit Service 9ccfef
    ::= { sipCommonCfgEntry 5 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonCfgMaxTransactions OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Unsigned32 (1..4294967295)
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object indicates the maximum number of simultaneous
Packit Service 9ccfef
        transactions per second that the SIP entity can manage.  In
Packit Service 9ccfef
        general, the value of this object SHOULD reflect a level of
Packit Service 9ccfef
        transaction processing per second that is considered high
Packit Service 9ccfef
        enough to impact the system's CPU and/or memory resources to
Packit Service 9ccfef
        the point of deteriorating SIP call processing but not high
Packit Service 9ccfef
        enough to cause catastrophic system failure."
Packit Service 9ccfef
    ::= { sipCommonCfgEntry 6 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonCfgServiceNotifEnable OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      BITS {
Packit Service 9ccfef
                  sipCommonServiceColdStart(0),
Packit Service 9ccfef
                  sipCommonServiceWarmStart(1),
Packit Service 9ccfef
                  sipCommonServiceStatusChanged(2)
Packit Service 9ccfef
                }
Packit Service 9ccfef
    MAX-ACCESS  read-write
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object specifies which SIP service related notifications
Packit Service 9ccfef
        are enabled.  Each bit represents a specific notification.  If
Packit Service 9ccfef
        a bit has a value 1, the associated notification is enabled and
Packit Service 9ccfef
        will be generated by the SIP entity at the appropriate time.
Packit Service 9ccfef
Packit Service 9ccfef
        Support for these notifications is OPTIONAL: either none or all
Packit Service 9ccfef
        notification values are supported.  If an implementation does
Packit Service 9ccfef
        not support this object, it should return a 'noSuchObject'
Packit Service 9ccfef
        exception to an SNMP GET operation.  If notifications are
Packit Service 9ccfef
        supported, this object's default value SHOULD reflect
Packit Service 9ccfef
        sipCommonServiceColdStart and sipCommonServiceWarmStart enabled
Packit Service 9ccfef
        and sipCommonServiceStatusChanged disabled.
Packit Service 9ccfef
Packit Service 9ccfef
        This object value SHOULD persist across reboots."
Packit Service 9ccfef
    DEFVAL { { sipCommonServiceColdStart,
Packit Service 9ccfef
               sipCommonServiceWarmStart } }
Packit Service 9ccfef
    ::= { sipCommonCfgEntry 7 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonCfgEntityType OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SipTCEntityRole
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object identifies the list of SIP entities to which this
Packit Service 9ccfef
        row is related.  It is defined as a bit map.  Each bit
Packit Service 9ccfef
        represents a type of SIP entity.  If a bit has value 1, the
Packit Service 9ccfef
        SIP entity represented by this row plays the role of this
Packit Service 9ccfef
        entity type.  If a bit has value 0, the SIP entity represented
Packit Service 9ccfef
        by this row does not act as this entity type.  Combinations
Packit Service 9ccfef
        of bits can be set when the SIP entity plays multiple SIP
Packit Service 9ccfef
        roles."
Packit Service 9ccfef
    ::= { sipCommonCfgEntry 8 }
Packit Service 9ccfef
Packit Service 9ccfef
--
Packit Service 9ccfef
-- Support for multiple ports
Packit Service 9ccfef
--
Packit Service 9ccfef
sipCommonPortTable OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SEQUENCE OF SipCommonPortEntry
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This table contains the list of ports that each SIP entity in
Packit Service 9ccfef
        this system is allowed to use.  These ports can be advertised
Packit Service 9ccfef
        using the Contact header in a REGISTER request or response."
Packit Service 9ccfef
    ::= { sipCommonCfgBase 2 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonPortEntry OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SipCommonPortEntry
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "Specification of a particular port.
Packit Service 9ccfef
Packit Service 9ccfef
        Each row represents those objects for a particular SIP entity
Packit Service 9ccfef
        present in this system.  applIndex is used to uniquely identify
Packit Service 9ccfef
        these instances of SIP entities and correlate them through
Packit Service 9ccfef
        the common framework of the NETWORK-SERVICES-MIB (RFC 2788)."
Packit Service 9ccfef
    INDEX { applIndex, sipCommonPort }
Packit Service 9ccfef
    ::= { sipCommonPortTable 1 }
Packit Service 9ccfef
Packit Service 9ccfef
SipCommonPortEntry ::= SEQUENCE {
Packit Service 9ccfef
        sipCommonPort                 InetPortNumber,
Packit Service 9ccfef
        sipCommonPortTransportRcv     SipTCTransportProtocol
Packit Service 9ccfef
    }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonPort OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      InetPortNumber (1..65535)
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object reflects a particular port that can be used by the
Packit Service 9ccfef
        SIP application."
Packit Service 9ccfef
    ::= { sipCommonPortEntry 1 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonPortTransportRcv OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SipTCTransportProtocol
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object will specify the transport protocol the SIP entity
Packit Service 9ccfef
        will use to receive SIP messages.
Packit Service 9ccfef
Packit Service 9ccfef
        This object is a bit map.  Each bit represents a transport
Packit Service 9ccfef
        protocol.  If a bit has value 1, then that transport protocol
Packit Service 9ccfef
        is currently being used.  If a bit has value 0, then that
Packit Service 9ccfef
        transport protocol is currently not being used."
Packit Service 9ccfef
    ::= { sipCommonPortEntry 2 }
Packit Service 9ccfef
Packit Service 9ccfef
--
Packit Service 9ccfef
-- Support for SIP option tags (SIP extensions).
Packit Service 9ccfef
-- SIP extensions MAY be supported or required by SIP entities.
Packit Service 9ccfef
--
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonOptionTagTable OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SEQUENCE OF SipCommonOptionTagEntry
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This table contains a list of the SIP option tags (SIP
Packit Service 9ccfef
        extensions) that are either required, supported, or
Packit Service 9ccfef
        unsupported by the SIP entity.  These option tags are
Packit Service 9ccfef
        used in the Require, Proxy-Require, Supported, and
Packit Service 9ccfef
        Unsupported header fields.
Packit Service 9ccfef
Packit Service 9ccfef
        Example: If a user agent client supports, and requires the
Packit Service 9ccfef
        server to support, reliability of provisional responses
Packit Service 9ccfef
        (RFC 3262), this table contains a row with the option tag string
Packit Service 9ccfef
        '100rel' in sipCommonOptionTag and the OCTET STRING value of
Packit Service 9ccfef
        '1010 0000' or '0xA0' in sipCommonOptionTagHeaderField.
Packit Service 9ccfef
Packit Service 9ccfef
        If a server does not support the required feature (indicated in
Packit Service 9ccfef
        a Require header to a UAS, or in a Proxy-Require to a Proxy
Packit Service 9ccfef
        Server), the server returns a 420 Bad Extension listing the
Packit Service 9ccfef
        feature in an Unsupported header.
Packit Service 9ccfef
Packit Service 9ccfef
        Normally, the list of such features supported by an entity is
Packit Service 9ccfef
        static (i.e., will not change over time)."
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
    REFERENCE
Packit Service 9ccfef
       "RFC 3261, Sections 19.2, 20.32, 20.29, 20.37, and 20.40"
Packit Service 9ccfef
    ::= { sipCommonCfgBase 3 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonOptionTagEntry OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SipCommonOptionTagEntry
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "A particular SIP option tag (extension) supported or
Packit Service 9ccfef
        unsupported by the SIP entity, and which may be supported or
Packit Service 9ccfef
        required by a peer.
Packit Service 9ccfef
Packit Service 9ccfef
        Each row represents those objects for a particular SIP entity
Packit Service 9ccfef
        present in this system.  applIndex is used to uniquely identify
Packit Service 9ccfef
        these instances of SIP entities and correlate them through the
Packit Service 9ccfef
        common framework of the NETWORK-SERVICES-MIB (RFC 2788)."
Packit Service 9ccfef
    INDEX { applIndex, sipCommonOptionTagIndex }
Packit Service 9ccfef
    ::= { sipCommonOptionTagTable 1 }
Packit Service 9ccfef
Packit Service 9ccfef
SipCommonOptionTagEntry ::= SEQUENCE {
Packit Service 9ccfef
        sipCommonOptionTagIndex        Unsigned32,
Packit Service 9ccfef
        sipCommonOptionTag             SnmpAdminString,
Packit Service 9ccfef
        sipCommonOptionTagHeaderField  SipTCOptionTagHeaders
Packit Service 9ccfef
    }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonOptionTagIndex OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Unsigned32 (1..4294967295)
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object uniquely identifies a conceptual row in the table."
Packit Service 9ccfef
    ::= { sipCommonOptionTagEntry 1 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonOptionTag OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SnmpAdminString
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object indicates the SIP option tag.  The option tag names
Packit Service 9ccfef
       are registered with IANA and available at http://www.iana.org."
Packit Service 9ccfef
    REFERENCE "RFC 3261, Section 27.1"
Packit Service 9ccfef
    ::= { sipCommonOptionTagEntry 2 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonOptionTagHeaderField OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SipTCOptionTagHeaders
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object indicates whether the SIP option tag is supported
Packit Service 9ccfef
        (Supported header), unsupported (Unsupported header), or
Packit Service 9ccfef
        required (Require or Proxy-Require header) by the SIP entity.
Packit Service 9ccfef
        A SIP option tag may be both supported and required."
Packit Service 9ccfef
    ::= { sipCommonOptionTagEntry 3 }
Packit Service 9ccfef
Packit Service 9ccfef
--
Packit Service 9ccfef
-- Supported SIP Methods
Packit Service 9ccfef
--
Packit Service 9ccfef
sipCommonMethodSupportedTable OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SEQUENCE OF SipCommonMethodSupportedEntry
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This table contains a list of methods supported by each SIP
Packit Service 9ccfef
        entity in this system (see the standard set of SIP methods in
Packit Service 9ccfef
        Section 7.1 of RFC 3261).  Any additional methods that may be
Packit Service 9ccfef
        incorporated into the SIP protocol can be represented by this
Packit Service 9ccfef
        table without any requirement to update this MIB module.
Packit Service 9ccfef
Packit Service 9ccfef
        The table is informational in nature and conveys capabilities
Packit Service 9ccfef
        of the managed system to the SNMP Manager.
Packit Service 9ccfef
Packit Service 9ccfef
        From a protocol point of view, the list of methods advertised
Packit Service 9ccfef
        by the SIP entity in the Allow header (Section 20.5 of RFC
Packit Service 9ccfef
        3261) MUST be consistent with the methods reflected in this
Packit Service 9ccfef
        table."
Packit Service 9ccfef
 ::= { sipCommonCfgBase 4 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonMethodSupportedEntry OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SipCommonMethodSupportedEntry
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "A particular method supported by the SIP entity.
Packit Service 9ccfef
Packit Service 9ccfef
        Each row represents those objects for a particular SIP entity
Packit Service 9ccfef
        present in this system.  applIndex is used to uniquely identify
Packit Service 9ccfef
        these instances of SIP entities and correlate them through
Packit Service 9ccfef
        the common framework of the NETWORK-SERVICES-MIB (RFC 2788)."
Packit Service 9ccfef
    INDEX { applIndex, sipCommonMethodSupportedIndex }
Packit Service 9ccfef
    ::= { sipCommonMethodSupportedTable 1 }
Packit Service 9ccfef
Packit Service 9ccfef
SipCommonMethodSupportedEntry ::= SEQUENCE {
Packit Service 9ccfef
        sipCommonMethodSupportedIndex     Unsigned32,
Packit Service 9ccfef
        sipCommonMethodSupportedName      SipTCMethodName
Packit Service 9ccfef
    }
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonMethodSupportedIndex OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Unsigned32 (1..4294967295)
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object uniquely identifies a conceptual row in the table
Packit Service 9ccfef
        and reflects an assigned number used to identify a specific
Packit Service 9ccfef
        SIP method.
Packit Service 9ccfef
Packit Service 9ccfef
        This identifier is suitable for referencing the associated
Packit Service 9ccfef
        method throughout this and other MIBs supported by this managed
Packit Service 9ccfef
        system."
Packit Service 9ccfef
    ::= { sipCommonMethodSupportedEntry 1 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonMethodSupportedName OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SipTCMethodName
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object reflects the supported method's name.  The method
Packit Service 9ccfef
        name MUST be all upper case (e.g., 'INVITE')."
Packit Service 9ccfef
 ::= { sipCommonMethodSupportedEntry 2 }
Packit Service 9ccfef
Packit Service 9ccfef
--
Packit Service 9ccfef
-- SIP Timer Configuration
Packit Service 9ccfef
--
Packit Service 9ccfef
sipCommonCfgTimerTable OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SEQUENCE OF SipCommonCfgTimerEntry
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This table contains timer configuration objects applicable to
Packit Service 9ccfef
        SIP user agent and SIP stateful Proxy Server entities."
Packit Service 9ccfef
    ::= { sipCommonCfgTimer 1 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonCfgTimerEntry OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SipCommonCfgTimerEntry
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "A row of timer configuration.
Packit Service 9ccfef
Packit Service 9ccfef
        Each row represents those objects for a particular SIP entity
Packit Service 9ccfef
        present in this system.  applIndex is used to uniquely identify
Packit Service 9ccfef
        these instances of SIP entities and correlate them through
Packit Service 9ccfef
        the common framework of the NETWORK-SERVICES-MIB (RFC 2788).
Packit Service 9ccfef
        The objects in this table entry SHOULD be non-volatile and
Packit Service 9ccfef
        their value SHOULD be kept at reboot."
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
    INDEX { applIndex }
Packit Service 9ccfef
    ::= { sipCommonCfgTimerTable 1 }
Packit Service 9ccfef
Packit Service 9ccfef
SipCommonCfgTimerEntry ::= SEQUENCE {
Packit Service 9ccfef
        sipCommonCfgTimerA               Unsigned32,
Packit Service 9ccfef
        sipCommonCfgTimerB               Unsigned32,
Packit Service 9ccfef
        sipCommonCfgTimerC               Unsigned32,
Packit Service 9ccfef
        sipCommonCfgTimerD               Unsigned32,
Packit Service 9ccfef
        sipCommonCfgTimerE               Unsigned32,
Packit Service 9ccfef
        sipCommonCfgTimerF               Unsigned32,
Packit Service 9ccfef
        sipCommonCfgTimerG               Unsigned32,
Packit Service 9ccfef
        sipCommonCfgTimerH               Unsigned32,
Packit Service 9ccfef
        sipCommonCfgTimerI               Unsigned32,
Packit Service 9ccfef
        sipCommonCfgTimerJ               Unsigned32,
Packit Service 9ccfef
        sipCommonCfgTimerK               Unsigned32,
Packit Service 9ccfef
        sipCommonCfgTimerT1              Unsigned32,
Packit Service 9ccfef
        sipCommonCfgTimerT2              Unsigned32,
Packit Service 9ccfef
        sipCommonCfgTimerT4              Unsigned32
Packit Service 9ccfef
    }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonCfgTimerA OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Unsigned32 (100..1000)
Packit Service 9ccfef
    UNITS      "milliseconds"
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object reflects the initial value for the retransmit timer
Packit Service 9ccfef
        for the INVITE method.  The retransmit timer doubles after each
Packit Service 9ccfef
        retransmission, ensuring an exponential backoff in network
Packit Service 9ccfef
        traffic.  This object represents the initial time a SIP entity
Packit Service 9ccfef
        will wait to receive a provisional response to an INVITE before
Packit Service 9ccfef
        resending the INVITE request."
Packit Service 9ccfef
    REFERENCE
Packit Service 9ccfef
       "RFC 3261, Section 17.1.1.2"
Packit Service 9ccfef
    DEFVAL { 500 }
Packit Service 9ccfef
    ::= { sipCommonCfgTimerEntry 1 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonCfgTimerB OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Unsigned32 (32000..300000)
Packit Service 9ccfef
    UNITS      "milliseconds"
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object reflects the maximum time a SIP entity will wait to
Packit Service 9ccfef
        receive a final response to an INVITE.  The timer is started
Packit Service 9ccfef
        upon transmission of the initial INVITE request."
Packit Service 9ccfef
    REFERENCE
Packit Service 9ccfef
       "RFC 3261, Section 17.1.1.2"
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
    DEFVAL { 32000 }
Packit Service 9ccfef
::= { sipCommonCfgTimerEntry 2 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonCfgTimerC OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Unsigned32 (180000..300000)
Packit Service 9ccfef
    UNITS      "milliseconds"
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object reflects the maximum time a SIP Proxy Server will
Packit Service 9ccfef
        wait to receive a provisional response to an INVITE.  The Timer
Packit Service 9ccfef
        C MUST be set for each client transaction when an INVITE
Packit Service 9ccfef
        request is proxied."
Packit Service 9ccfef
    REFERENCE
Packit Service 9ccfef
       "RFC 3261, Section 16.6"
Packit Service 9ccfef
    DEFVAL { 180000 }
Packit Service 9ccfef
    ::= { sipCommonCfgTimerEntry 3 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonCfgTimerD OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Unsigned32 (0..300000)
Packit Service 9ccfef
    UNITS      "milliseconds"
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object reflects the amount of time that the server
Packit Service 9ccfef
        transaction can remain in the 'Completed' state when unreliable
Packit Service 9ccfef
        transports are used.  The default value MUST be equal to or
Packit Service 9ccfef
        greater than 32000 for UDP transport, and its value MUST be 0
Packit Service 9ccfef
        for TCP/SCTP transport."
Packit Service 9ccfef
    REFERENCE
Packit Service 9ccfef
       "RFC 3261, Section 17.1.1.2"
Packit Service 9ccfef
    DEFVAL { 32000 }
Packit Service 9ccfef
    ::= { sipCommonCfgTimerEntry 4 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonCfgTimerE OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Unsigned32 (100..1000)
Packit Service 9ccfef
    UNITS      "milliseconds"
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object reflects the initial value for the retransmit timer
Packit Service 9ccfef
        for a non-INVITE method while in 'Trying' state.  The
Packit Service 9ccfef
        retransmit timer doubles after each retransmission until it
Packit Service 9ccfef
        reaches T2 to ensure an exponential backoff in network traffic.
Packit Service 9ccfef
        This object represents the initial time a SIP entity will wait
Packit Service 9ccfef
        to receive a provisional response to the request before
Packit Service 9ccfef
        resending the non-INVITE request."
Packit Service 9ccfef
    REFERENCE
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
       "RFC 3261, Section 17.1.2.2"
Packit Service 9ccfef
    DEFVAL { 500 }
Packit Service 9ccfef
    ::= { sipCommonCfgTimerEntry 5 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonCfgTimerF  OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Unsigned32 (32000..300000)
Packit Service 9ccfef
    UNITS      "milliseconds"
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object reflects the maximum time a SIP entity will wait to
Packit Service 9ccfef
        receive a final response to a non-INVITE request.  The timer is
Packit Service 9ccfef
        started upon transmission of the initial request."
Packit Service 9ccfef
    REFERENCE
Packit Service 9ccfef
       "RFC 3261, Section 17.1.2.2"
Packit Service 9ccfef
    DEFVAL { 32000 }
Packit Service 9ccfef
Packit Service 9ccfef
    ::= { sipCommonCfgTimerEntry 6 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonCfgTimerG  OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Unsigned32 (0..1000)
Packit Service 9ccfef
    UNITS      "milliseconds"
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object reflects the initial value for the retransmit timer
Packit Service 9ccfef
        for final responses to INVITE requests.  If timer G fires, the
Packit Service 9ccfef
        response is passed to the transport layer again for
Packit Service 9ccfef
        retransmission, and timer G is set to fire in MIN(2*T1, T2)
Packit Service 9ccfef
        seconds.  From then on, when timer G fires, the response is
Packit Service 9ccfef
        passed to the transport again for transmission, and timer G is
Packit Service 9ccfef
        reset with a value that doubles, unless that value exceeds T2,
Packit Service 9ccfef
        in which case, it is reset with the value of T2.  The default
Packit Service 9ccfef
        value MUST be T1 for UDP transport, and its value MUST be 0 for
Packit Service 9ccfef
        reliable transport like TCP/SCTP."
Packit Service 9ccfef
    REFERENCE
Packit Service 9ccfef
       "RFC 3261, Section 17.2.1"
Packit Service 9ccfef
    DEFVAL { 500 }
Packit Service 9ccfef
    ::= { sipCommonCfgTimerEntry 7 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonCfgTimerH  OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Unsigned32 (32000..300000)
Packit Service 9ccfef
    UNITS      "milliseconds"
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object reflects the maximum time a server will wait to
Packit Service 9ccfef
        receive an ACK before it abandons retransmitting the response.
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
        The timer is started upon entering the 'Completed' state."
Packit Service 9ccfef
    REFERENCE
Packit Service 9ccfef
       "RFC 3261, Section 17.2.1"
Packit Service 9ccfef
    DEFVAL { 32000 }
Packit Service 9ccfef
    ::= { sipCommonCfgTimerEntry 8 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonCfgTimerI  OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Unsigned32 (0..10000)
Packit Service 9ccfef
    UNITS      "milliseconds"
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object reflects the maximum time a SIP entity will wait to
Packit Service 9ccfef
        receive additional ACK message retransmissions.
Packit Service 9ccfef
Packit Service 9ccfef
        The timer is started upon entering the 'Confirmed' state.  The
Packit Service 9ccfef
        default value MUST be T4 for UDP transport and its value MUST
Packit Service 9ccfef
        be 0 for reliable transport like TCP/SCTP."
Packit Service 9ccfef
    REFERENCE
Packit Service 9ccfef
       "RFC 3261, Section 17.2.1"
Packit Service 9ccfef
    DEFVAL { 5000 }
Packit Service 9ccfef
    ::= { sipCommonCfgTimerEntry 9 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonCfgTimerJ  OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Unsigned32 (32000..300000)
Packit Service 9ccfef
    UNITS      "milliseconds"
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object reflects the maximum time a SIP server will wait to
Packit Service 9ccfef
        receive retransmissions of non-INVITE requests.  The timer is
Packit Service 9ccfef
        started upon entering the 'Completed' state for non-INVITE
Packit Service 9ccfef
        transactions.  When timer J fires, the server MUST transition to
Packit Service 9ccfef
        the 'Terminated' state."
Packit Service 9ccfef
    REFERENCE
Packit Service 9ccfef
       "RFC 3261, Section 17.2.2"
Packit Service 9ccfef
    DEFVAL { 32000 }
Packit Service 9ccfef
    ::= { sipCommonCfgTimerEntry 10 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonCfgTimerK  OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Unsigned32 (0..10000)
Packit Service 9ccfef
    UNITS      "milliseconds"
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object reflects the maximum time a SIP client will wait to
Packit Service 9ccfef
        receive retransmissions of responses to non-INVITE requests.
Packit Service 9ccfef
        The timer is started upon entering the 'Completed' state for
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
        non-INVITE transactions.  When timer K fires, the server MUST
Packit Service 9ccfef
        transition to the 'Terminated' state.  The default value MUST
Packit Service 9ccfef
        be T4 for UDP transport, and its value MUST be 0 for reliable
Packit Service 9ccfef
        transport like TCP/SCTP."
Packit Service 9ccfef
    REFERENCE
Packit Service 9ccfef
       "RFC 3261, Section 17.1.2.2"
Packit Service 9ccfef
    DEFVAL { 5000 }
Packit Service 9ccfef
    ::= { sipCommonCfgTimerEntry 11 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonCfgTimerT1  OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Unsigned32 (200..10000)
Packit Service 9ccfef
    UNITS      "milliseconds"
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object reflects the T1 timer for a SIP entity.  T1 is an
Packit Service 9ccfef
        estimate of the round-trip time (RTT) between the client and
Packit Service 9ccfef
        server transactions."
Packit Service 9ccfef
    REFERENCE
Packit Service 9ccfef
       "RFC 3261, Section 17"
Packit Service 9ccfef
    DEFVAL { 500 }
Packit Service 9ccfef
    ::= { sipCommonCfgTimerEntry 12 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonCfgTimerT2  OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Unsigned32 (200..10000)
Packit Service 9ccfef
    UNITS      "milliseconds"
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object reflects the T2 timer for a SIP entity.  T2 is the
Packit Service 9ccfef
        maximum retransmit interval for non-INVITE requests and INVITE
Packit Service 9ccfef
        responses.  It's used in various parts of the protocol to reset
Packit Service 9ccfef
        other Timer* objects to this value."
Packit Service 9ccfef
    REFERENCE
Packit Service 9ccfef
       "RFC 3261, Section 17"
Packit Service 9ccfef
    DEFVAL { 4000 }
Packit Service 9ccfef
    ::= { sipCommonCfgTimerEntry 13 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonCfgTimerT4  OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Unsigned32 (200..10000)
Packit Service 9ccfef
    UNITS      "milliseconds"
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object reflects the T4 timer for a SIP entity.  T4 is the
Packit Service 9ccfef
        maximum duration a message will remain in the network.  It
Packit Service 9ccfef
        represents the amount of time the network will take to clear
Packit Service 9ccfef
        messages between client and server transactions.  It's used in
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
        various parts of the protocol to reset other Timer* objects to
Packit Service 9ccfef
        this value."
Packit Service 9ccfef
    REFERENCE
Packit Service 9ccfef
       "RFC 3261, Section 17"
Packit Service 9ccfef
    DEFVAL { 5000 }
Packit Service 9ccfef
    ::= { sipCommonCfgTimerEntry 14 }
Packit Service 9ccfef
Packit Service 9ccfef
--
Packit Service 9ccfef
-- Common Statistics Objects
Packit Service 9ccfef
--
Packit Service 9ccfef
Packit Service 9ccfef
--
Packit Service 9ccfef
-- Summary Statistics
Packit Service 9ccfef
--
Packit Service 9ccfef
sipCommonSummaryStatsTable OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SEQUENCE OF SipCommonSummaryStatsEntry
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This table contains the summary statistics objects applicable
Packit Service 9ccfef
        to all SIP entities.  Each row represents those objects for a
Packit Service 9ccfef
        particular SIP entity present in this system."
Packit Service 9ccfef
    ::= { sipCommonSummaryStats 1 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonSummaryStatsEntry OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SipCommonSummaryStatsEntry
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "A row of summary statistics.
Packit Service 9ccfef
Packit Service 9ccfef
        Each row represents those objects for a particular SIP entity
Packit Service 9ccfef
        present in this system.  applIndex is used to uniquely identify
Packit Service 9ccfef
        these instances of SIP entities and correlate them through
Packit Service 9ccfef
        the common framework of the NETWORK-SERVICES-MIB (RFC 2788)."
Packit Service 9ccfef
    INDEX { applIndex }
Packit Service 9ccfef
    ::= { sipCommonSummaryStatsTable 1 }
Packit Service 9ccfef
Packit Service 9ccfef
SipCommonSummaryStatsEntry ::= SEQUENCE {
Packit Service 9ccfef
        sipCommonSummaryInRequests         Counter32,
Packit Service 9ccfef
        sipCommonSummaryOutRequests        Counter32,
Packit Service 9ccfef
        sipCommonSummaryInResponses        Counter32,
Packit Service 9ccfef
        sipCommonSummaryOutResponses       Counter32,
Packit Service 9ccfef
        sipCommonSummaryTotalTransactions  Counter32,
Packit Service 9ccfef
        sipCommonSummaryDisconTime         TimeStamp
Packit Service 9ccfef
    }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonSummaryInRequests OBJECT-TYPE
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
    SYNTAX      Counter32
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object indicates the total number of SIP request messages
Packit Service 9ccfef
        received by the SIP entity, including retransmissions.
Packit Service 9ccfef
Packit Service 9ccfef
        Discontinuities in the value of this counter can occur at
Packit Service 9ccfef
        re-initialization of the SIP entity or service.  A Management
Packit Service 9ccfef
        Station can detect discontinuities in this counter by
Packit Service 9ccfef
        monitoring the sipCommonSummaryDisconTime object in the same
Packit Service 9ccfef
        row."
Packit Service 9ccfef
    ::= { sipCommonSummaryStatsEntry 1 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonSummaryOutRequests OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Counter32
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object contains the total number of SIP request messages
Packit Service 9ccfef
        sent out (originated and relayed) by the SIP entity.  Where a
Packit Service 9ccfef
        particular message is sent more than once, for example as a
Packit Service 9ccfef
        retransmission or as a result of forking, each transmission is
Packit Service 9ccfef
        counted separately.
Packit Service 9ccfef
Packit Service 9ccfef
        Discontinuities in the value of this counter can occur at
Packit Service 9ccfef
        re-initialization of the SIP entity or service.  A Management
Packit Service 9ccfef
        Station can detect discontinuities in this counter by
Packit Service 9ccfef
        monitoring the sipCommonSummaryDisconTime object in the same
Packit Service 9ccfef
        row."
Packit Service 9ccfef
    ::= { sipCommonSummaryStatsEntry 2 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonSummaryInResponses OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Counter32
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object contains the total number of SIP response messages
Packit Service 9ccfef
        received by the SIP entity, including retransmissions.
Packit Service 9ccfef
Packit Service 9ccfef
        Discontinuities in the value of this counter can occur at
Packit Service 9ccfef
        re-initialization of the SIP entity or service.  A Management
Packit Service 9ccfef
        Station can detect discontinuities in this counter by
Packit Service 9ccfef
        monitoring the sipCommonSummaryDisconTime object in the same
Packit Service 9ccfef
        row."
Packit Service 9ccfef
    ::= { sipCommonSummaryStatsEntry 3 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonSummaryOutResponses OBJECT-TYPE
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
    SYNTAX      Counter32
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object contains the total number of SIP response messages
Packit Service 9ccfef
        sent (originated and relayed) by the SIP entity including
Packit Service 9ccfef
        retransmissions.
Packit Service 9ccfef
Packit Service 9ccfef
        Discontinuities in the value of this counter can occur at
Packit Service 9ccfef
        re-initialization of the SIP entity or service.  A Management
Packit Service 9ccfef
        Station can detect discontinuities in this counter by
Packit Service 9ccfef
        monitoring the sipCommonSummaryDisconTime object in the same
Packit Service 9ccfef
        row."
Packit Service 9ccfef
    ::= { sipCommonSummaryStatsEntry 4 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonSummaryTotalTransactions OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Counter32
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object contains a count of the number of transactions that
Packit Service 9ccfef
        are in progress and transactions that have reached the
Packit Service 9ccfef
        'Terminated' state.  It is not applicable to stateless SIP Proxy
Packit Service 9ccfef
        Servers.
Packit Service 9ccfef
Packit Service 9ccfef
        A SIP transaction occurs between a client and a server, and
Packit Service 9ccfef
        comprises all messages from the first request sent from the
Packit Service 9ccfef
        client to the server, up to a final (non-1xx) response sent
Packit Service 9ccfef
        from the server to the client.
Packit Service 9ccfef
Packit Service 9ccfef
        If the request is INVITE and the final response is a non-2xx,
Packit Service 9ccfef
        the transaction also include an ACK to the response.  The ACK
Packit Service 9ccfef
        for a 2xx response to an INVITE request is a separate
Packit Service 9ccfef
        transaction.
Packit Service 9ccfef
Packit Service 9ccfef
        The branch ID parameter in the Via header field values serves
Packit Service 9ccfef
        as a transaction identifier.
Packit Service 9ccfef
Packit Service 9ccfef
        A transaction is identified by the CSeq sequence number within
Packit Service 9ccfef
        a single call leg.  The ACK request has the same CSeq number as
Packit Service 9ccfef
        the corresponding INVITE request, but comprises a transaction
Packit Service 9ccfef
        of its own.
Packit Service 9ccfef
Packit Service 9ccfef
        In the case of a forked request, each branch counts as a single
Packit Service 9ccfef
        transaction.
Packit Service 9ccfef
Packit Service 9ccfef
        For a transaction stateless Proxy Server, this counter is
Packit Service 9ccfef
        always 0.
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
        Discontinuities in the value of this counter can occur at
Packit Service 9ccfef
        re-initialization of the SIP entity or service.  A Management
Packit Service 9ccfef
        Station can detect discontinuities in this counter by
Packit Service 9ccfef
        monitoring the sipCommonSummaryDisconTime object in the same
Packit Service 9ccfef
        row."
Packit Service 9ccfef
    ::= { sipCommonSummaryStatsEntry 5 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonSummaryDisconTime  OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      TimeStamp
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "The value of the sysUpTime object when the counters for the
Packit Service 9ccfef
        summary statistics objects in this row last experienced a
Packit Service 9ccfef
        discontinuity."
Packit Service 9ccfef
    ::= { sipCommonSummaryStatsEntry 6 }
Packit Service 9ccfef
Packit Service 9ccfef
--
Packit Service 9ccfef
-- SIP Method Statistics
Packit Service 9ccfef
-- Total counts for each SIP method.
Packit Service 9ccfef
--
Packit Service 9ccfef
sipCommonMethodStatsTable OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SEQUENCE OF SipCommonMethodStatsEntry
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This table contains the method statistics objects for SIP
Packit Service 9ccfef
        entities.  Each row represents those objects for a particular
Packit Service 9ccfef
        SIP entity present in this system."
Packit Service 9ccfef
    ::= { sipCommonMethodStats 1 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonMethodStatsEntry OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SipCommonMethodStatsEntry
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "A row of per entity method statistics.
Packit Service 9ccfef
Packit Service 9ccfef
        Each row represents those objects for a particular SIP entity
Packit Service 9ccfef
        present in this system.  applIndex is used to uniquely identify
Packit Service 9ccfef
        these instances of SIP entities and correlate them through
Packit Service 9ccfef
        the common framework of the NETWORK-SERVICES-MIB (RFC 2788)."
Packit Service 9ccfef
    INDEX { applIndex, sipCommonMethodStatsName }
Packit Service 9ccfef
    ::= { sipCommonMethodStatsTable 1 }
Packit Service 9ccfef
Packit Service 9ccfef
SipCommonMethodStatsEntry ::= SEQUENCE {
Packit Service 9ccfef
        sipCommonMethodStatsName   SipTCMethodName,
Packit Service 9ccfef
        sipCommonMethodStatsOutbounds    Counter32,
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
        sipCommonMethodStatsInbounds     Counter32,
Packit Service 9ccfef
        sipCommonMethodStatsDisconTime   TimeStamp
Packit Service 9ccfef
Packit Service 9ccfef
    }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonMethodStatsName OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SipTCMethodName
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object uniquely identifies the SIP method related to the
Packit Service 9ccfef
        objects in a particular row."
Packit Service 9ccfef
    ::= { sipCommonMethodStatsEntry 1 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonMethodStatsOutbounds OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Counter32
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object reflects the total number of requests sent by the
Packit Service 9ccfef
        SIP entity, excluding retransmissions.  Retransmissions are
Packit Service 9ccfef
        counted separately and are not reflected in this counter.  A
Packit Service 9ccfef
        Management Station can detect discontinuities in this counter
Packit Service 9ccfef
        by monitoring the sipCommonMethodStatsDisconTime object in the
Packit Service 9ccfef
        same row."
Packit Service 9ccfef
    REFERENCE
Packit Service 9ccfef
       "RFC 3261, Section 7.1"
Packit Service 9ccfef
    ::= { sipCommonMethodStatsEntry 2 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonMethodStatsInbounds OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Counter32
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object reflects the total number of requests received by
Packit Service 9ccfef
        the SIP entity.  Retransmissions are counted separately and are
Packit Service 9ccfef
        not reflected in this counter.  A Management Station can detect
Packit Service 9ccfef
        discontinuities in this counter by monitoring the
Packit Service 9ccfef
        sipCommonMethodStatsDisconTime object in the same row."
Packit Service 9ccfef
    REFERENCE
Packit Service 9ccfef
       "RFC 3261, Section 7.1"
Packit Service 9ccfef
    ::= { sipCommonMethodStatsEntry 3 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonMethodStatsDisconTime  OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      TimeStamp
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
       "The value of the sysUpTime object when the counters for the
Packit Service 9ccfef
        method statistics objects in this row last experienced a
Packit Service 9ccfef
        discontinuity."
Packit Service 9ccfef
    ::= { sipCommonMethodStatsEntry 4 }
Packit Service 9ccfef
Packit Service 9ccfef
--
Packit Service 9ccfef
-- Support for specific status codes
Packit Service 9ccfef
--
Packit Service 9ccfef
sipCommonStatusCodeTable OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SEQUENCE OF SipCommonStatusCodeEntry
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This table contains the list of SIP status codes that each SIP
Packit Service 9ccfef
        entity in this system has been requested to monitor.  It is the
Packit Service 9ccfef
        mechanism by which specific status codes are monitored.
Packit Service 9ccfef
        Entries created in this table must not persist across reboots."
Packit Service 9ccfef
    ::= { sipCommonStatusCode 1 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonStatusCodeEntry OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SipCommonStatusCodeEntry
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This row contains information on a particular SIP status code
Packit Service 9ccfef
        that the SIP entity has been requested to monitor.  Entries
Packit Service 9ccfef
        created in this table must not persist across reboots.
Packit Service 9ccfef
Packit Service 9ccfef
        Each row represents those objects for a particular SIP entity
Packit Service 9ccfef
        present in this system.  applIndex is used to uniquely identify
Packit Service 9ccfef
        these instances of SIP entities and correlate them through
Packit Service 9ccfef
        the common framework of the NETWORK-SERVICES-MIB (RFC 2788)."
Packit Service 9ccfef
    INDEX { applIndex, sipCommonStatusCodeMethod,
Packit Service 9ccfef
            sipCommonStatusCodeValue }
Packit Service 9ccfef
    ::= { sipCommonStatusCodeTable 1 }
Packit Service 9ccfef
Packit Service 9ccfef
SipCommonStatusCodeEntry ::= SEQUENCE {
Packit Service 9ccfef
        sipCommonStatusCodeMethod     SipTCMethodName,
Packit Service 9ccfef
        sipCommonStatusCodeValue      Unsigned32,
Packit Service 9ccfef
        sipCommonStatusCodeIns        Counter32,
Packit Service 9ccfef
        sipCommonStatusCodeOuts       Counter32,
Packit Service 9ccfef
        sipCommonStatusCodeRowStatus  RowStatus,
Packit Service 9ccfef
        sipCommonStatusCodeDisconTime TimeStamp
Packit Service 9ccfef
    }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonStatusCodeMethod OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SipTCMethodName
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object uniquely identifies a conceptual row in the
Packit Service 9ccfef
        table."
Packit Service 9ccfef
    ::= { sipCommonStatusCodeEntry 1 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonStatusCodeValue OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Unsigned32 (100..999)
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object contains a SIP status code value that the SIP
Packit Service 9ccfef
        entity has been requested to monitor.  All of the other
Packit Service 9ccfef
        information in the row is related to this value."
Packit Service 9ccfef
    ::= { sipCommonStatusCodeEntry 2 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonStatusCodeIns OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Counter32
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object reflects the total number of response messages
Packit Service 9ccfef
        received by the SIP entity with the status code value contained
Packit Service 9ccfef
        in the sipCommonStatusCodeValue column.
Packit Service 9ccfef
Packit Service 9ccfef
        Discontinuities in the value of this counter can occur at
Packit Service 9ccfef
        re-initialization of the SIP entity or service, or when the
Packit Service 9ccfef
        monitoring of the status code is temporarily disabled.  A
Packit Service 9ccfef
        Management Station can detect discontinuities in this counter
Packit Service 9ccfef
        by monitoring the sipCommonStatusCodeDisconTime object in the
Packit Service 9ccfef
        same row."
Packit Service 9ccfef
    ::= { sipCommonStatusCodeEntry 3 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonStatusCodeOuts OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Counter32
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object reflects the total number of response messages sent
Packit Service 9ccfef
        by the SIP entity with the status code value contained in the
Packit Service 9ccfef
        sipCommonStatusCodeValue column.
Packit Service 9ccfef
Packit Service 9ccfef
        Discontinuities in the value of this counter can occur at
Packit Service 9ccfef
        re-initialization of the SIP entity or service, or when the
Packit Service 9ccfef
        monitoring of the Status code is temporarily disabled.  A
Packit Service 9ccfef
        Management Station can detect discontinuities in this counter
Packit Service 9ccfef
        by monitoring the sipCommonStatusCodeDisconTime object in the
Packit Service 9ccfef
        same row."
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
    ::= { sipCommonStatusCodeEntry 4 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonStatusCodeRowStatus OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      RowStatus
Packit Service 9ccfef
    MAX-ACCESS  read-create
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "The row augmentation in sipCommonStatusCodeNotifTable will be
Packit Service 9ccfef
        governed by the value of this RowStatus.
Packit Service 9ccfef
Packit Service 9ccfef
        The values 'createAndGo' and 'destroy' are the only valid
Packit Service 9ccfef
        values allowed for this object.  If a row exists, it will
Packit Service 9ccfef
        reflect a status of 'active' when queried."
Packit Service 9ccfef
    ::= { sipCommonStatusCodeEntry 5 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonStatusCodeDisconTime  OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX TimeStamp
Packit Service 9ccfef
    MAX-ACCESS read-only
Packit Service 9ccfef
    STATUS current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "The value of the sysUpTime object when the counters for the
Packit Service 9ccfef
        status code statistics objects in this row last experienced
Packit Service 9ccfef
        a discontinuity."
Packit Service 9ccfef
    ::= { sipCommonStatusCodeEntry 6 }
Packit Service 9ccfef
Packit Service 9ccfef
--
Packit Service 9ccfef
-- Support for specific status code notifications
Packit Service 9ccfef
--
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonStatusCodeNotifTable OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SEQUENCE OF SipCommonStatusCodeNotifEntry
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This table contains objects to control notifications related to
Packit Service 9ccfef
        particular status codes that each SIP entity in this system has
Packit Service 9ccfef
        been requested to monitor.
Packit Service 9ccfef
Packit Service 9ccfef
        There is an entry in this table corresponding to each entry in
Packit Service 9ccfef
        sipCommonStatusCodeTable.  Therefore, this table augments
Packit Service 9ccfef
        sipCommonStatusCodeTable and utilizes the same index
Packit Service 9ccfef
        methodology.
Packit Service 9ccfef
Packit Service 9ccfef
        The objects in this table are not included directly in the
Packit Service 9ccfef
        sipCommonStatusCodeTable simply to keep the status code
Packit Service 9ccfef
        notification control objects separate from the actual status
Packit Service 9ccfef
        code statistics."
Packit Service 9ccfef
    ::= { sipCommonStatusCode 2 }
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonStatusCodeNotifEntry OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SipCommonStatusCodeNotifEntry
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This row contains information controlling notifications for a
Packit Service 9ccfef
        particular SIP status code that the SIP entity has been
Packit Service 9ccfef
        requested to monitor."
Packit Service 9ccfef
    AUGMENTS { sipCommonStatusCodeEntry }
Packit Service 9ccfef
    ::= { sipCommonStatusCodeNotifTable 1 }
Packit Service 9ccfef
Packit Service 9ccfef
SipCommonStatusCodeNotifEntry ::= SEQUENCE {
Packit Service 9ccfef
        sipCommonStatusCodeNotifSend         TruthValue,
Packit Service 9ccfef
        sipCommonStatusCodeNotifEmitMode     INTEGER,
Packit Service 9ccfef
        sipCommonStatusCodeNotifThresh       Unsigned32,
Packit Service 9ccfef
        sipCommonStatusCodeNotifInterval     Unsigned32
Packit Service 9ccfef
    }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonStatusCodeNotifSend OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      TruthValue
Packit Service 9ccfef
    MAX-ACCESS  read-write
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object controls whether a sipCommonStatusCodeNotif is
Packit Service 9ccfef
        emitted when the status code value specified by
Packit Service 9ccfef
        sipCommonStatusCodeValue is sent or received.  If the value of
Packit Service 9ccfef
        this object is 'true', then a notification is sent.  If it is
Packit Service 9ccfef
        'false', no notification is sent.
Packit Service 9ccfef
        Note well that a notification MAY be emitted for every message
Packit Service 9ccfef
        sent or received that contains the particular status code.
Packit Service 9ccfef
        Depending on the status code involved, this can cause a
Packit Service 9ccfef
        significant number of notification emissions that could be
Packit Service 9ccfef
        detrimental to network performance.  Managers are forewarned to
Packit Service 9ccfef
        be prudent in the use of this object to enable notifications.
Packit Service 9ccfef
        Look to sipCommonStatusCodeNotifEmitMode for alternative
Packit Service 9ccfef
        controls for sipCommonStatusCodeNotif emissions."
Packit Service 9ccfef
    DEFVAL { false }
Packit Service 9ccfef
    ::= { sipCommonStatusCodeNotifEntry 1 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonStatusCodeNotifEmitMode OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      INTEGER {
Packit Service 9ccfef
                  normal(1),
Packit Service 9ccfef
                  oneShot(2),
Packit Service 9ccfef
                  triggered(3)  -- read-only
Packit Service 9ccfef
                }
Packit Service 9ccfef
    MAX-ACCESS  read-write
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
       "The object sipCommonStatusCodeNotifSend MUST be set to 'true'
Packit Service 9ccfef
        for the values of this object to have any effect.  It is
Packit Service 9ccfef
        RECOMMENDED that the desired emit mode be established by this
Packit Service 9ccfef
        object prior to setting sipCommonStatusCodeNotifSend to 'true'.
Packit Service 9ccfef
        This object and the sipCommonStatusCodeNotifSend object can
Packit Service 9ccfef
        obviously be set independently, but their respective values
Packit Service 9ccfef
        will have a dependency on each other and the resulting
Packit Service 9ccfef
        notifications.
Packit Service 9ccfef
Packit Service 9ccfef
        This object specifies the mode for emissions of
Packit Service 9ccfef
        sipCommonStatusCodeNotif notifications.
Packit Service 9ccfef
Packit Service 9ccfef
        normal    : sipCommonStatusCodeNotif notifications will be
Packit Service 9ccfef
                    emitted by the system for each SIP response
Packit Service 9ccfef
                    message sent or received that contains the
Packit Service 9ccfef
                    desired status code.
Packit Service 9ccfef
Packit Service 9ccfef
        oneShot   : Only one sipCommonStatusCodeNotif notification
Packit Service 9ccfef
                    will be emitted.  It will be the next SIP response
Packit Service 9ccfef
                    message sent or received that contains the
Packit Service 9ccfef
                    desired status code.
Packit Service 9ccfef
Packit Service 9ccfef
                    No more notifications are emitted until this
Packit Service 9ccfef
                    object is set to 'oneShot' again or set to
Packit Service 9ccfef
                    'normal'.  This option is provided as a means of
Packit Service 9ccfef
                    quelling the potential promiscuous behavior that
Packit Service 9ccfef
                    can be associated with the
Packit Service 9ccfef
                    sipCommonStatusCodeNotif.
Packit Service 9ccfef
Packit Service 9ccfef
        triggered : This value is only readable and cannot be set.  It
Packit Service 9ccfef
                    reflects that the 'oneShot' case has occurred,
Packit Service 9ccfef
                    and indicates that the mode needs to be reset to
Packit Service 9ccfef
                    get further notifications.  The mode is reset by
Packit Service 9ccfef
                    setting this object to 'oneShot' or 'normal'."
Packit Service 9ccfef
    DEFVAL { oneShot }
Packit Service 9ccfef
    ::= { sipCommonStatusCodeNotifEntry 2 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonStatusCodeNotifThresh OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Unsigned32
Packit Service 9ccfef
    MAX-ACCESS  read-write
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object specifies the number of response messages sent or
Packit Service 9ccfef
        received by this system that are considered excessive.  Based
Packit Service 9ccfef
        on crossing that threshold, a
Packit Service 9ccfef
        sipCommonStatusCodeThreshExceededInNotif notification or a
Packit Service 9ccfef
        sipCommonStatusCodeThreshExceededOutNotif will be sent.  The
Packit Service 9ccfef
        sipCommonStatusCodeThreshExceededInNotif and
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
        sipCommonStatusCodeThreshExceededOutNotif notifications can be
Packit Service 9ccfef
        used as an early warning mechanism in lieu of using
Packit Service 9ccfef
        sipCommonStatusCodeNotif.
Packit Service 9ccfef
Packit Service 9ccfef
        Note that the configuration applied by this object will be
Packit Service 9ccfef
        applied equally to inbound and outbound response messages."
Packit Service 9ccfef
    DEFVAL { 500 }
Packit Service 9ccfef
    ::= { sipCommonStatusCodeNotifEntry 3 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonStatusCodeNotifInterval OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Unsigned32
Packit Service 9ccfef
    UNITS      "seconds"
Packit Service 9ccfef
    MAX-ACCESS  read-write
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object specifies the time interval over which, if
Packit Service 9ccfef
        sipCommonStatusCodeThresh is exceeded with respect to sent or
Packit Service 9ccfef
        received messages, a sipCommonStatusCodeThreshExceededInNotif
Packit Service 9ccfef
        or sipCommonStatusCodeThreshExceededOutNotif notification will
Packit Service 9ccfef
        be sent.
Packit Service 9ccfef
Packit Service 9ccfef
        Note that the configuration applied by this object will be
Packit Service 9ccfef
        applied equally to inbound and outbound response messages."
Packit Service 9ccfef
    DEFVAL { 60 }
Packit Service 9ccfef
    ::= { sipCommonStatusCodeNotifEntry 4 }
Packit Service 9ccfef
Packit Service 9ccfef
--
Packit Service 9ccfef
-- Transaction Statistics
Packit Service 9ccfef
--
Packit Service 9ccfef
sipCommonTransCurrentTable OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SEQUENCE OF SipCommonTransCurrentEntry
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This table contains information on the transactions currently
Packit Service 9ccfef
        awaiting definitive responses by each SIP entity in this
Packit Service 9ccfef
        system.
Packit Service 9ccfef
Packit Service 9ccfef
        This table does not apply to transaction stateless Proxy
Packit Service 9ccfef
        Servers."
Packit Service 9ccfef
    ::= { sipCommonStatsTrans 1 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonTransCurrentEntry OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SipCommonTransCurrentEntry
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "Information on a particular SIP entity's current transactions.
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
        Each row represents those objects for a particular SIP entity
Packit Service 9ccfef
        present in this system.  applIndex is used to uniquely identify
Packit Service 9ccfef
        these instances of SIP entities and correlate them through
Packit Service 9ccfef
        the common framework of the NETWORK-SERVICES-MIB (RFC 2788)."
Packit Service 9ccfef
    INDEX { applIndex }
Packit Service 9ccfef
    ::= { sipCommonTransCurrentTable 1 }
Packit Service 9ccfef
Packit Service 9ccfef
SipCommonTransCurrentEntry ::= SEQUENCE {
Packit Service 9ccfef
        sipCommonTransCurrentactions  Gauge32
Packit Service 9ccfef
    }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonTransCurrentactions OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Gauge32 (0..4294967295)
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object contains the number of transactions awaiting
Packit Service 9ccfef
        definitive (non-1xx) response.  In the case of a forked
Packit Service 9ccfef
        request, each branch counts as a single transaction
Packit Service 9ccfef
        corresponding to the entity identified by applIndex."
Packit Service 9ccfef
::= { sipCommonTransCurrentEntry 1 }
Packit Service 9ccfef
Packit Service 9ccfef
--
Packit Service 9ccfef
-- SIP Retry Statistics
Packit Service 9ccfef
--
Packit Service 9ccfef
-- This group contains various statistics objects about
Packit Service 9ccfef
-- retransmission counts.
Packit Service 9ccfef
--
Packit Service 9ccfef
sipCommonStatsRetryTable OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SEQUENCE OF SipCommonStatsRetryEntry
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This table contains retry statistics objects applicable to each
Packit Service 9ccfef
        SIP entity in this system."
Packit Service 9ccfef
    ::= { sipCommonStatsRetry 1 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonStatsRetryEntry OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SipCommonStatsRetryEntry
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "A row of retry statistics.
Packit Service 9ccfef
Packit Service 9ccfef
        Each row represents those objects for a particular SIP entity
Packit Service 9ccfef
        present in this system.  applIndex is used to uniquely identify
Packit Service 9ccfef
        these instances of SIP entities and correlate them through the
Packit Service 9ccfef
        common framework of the NETWORK-SERVICES-MIB (RFC 2788)."
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
    INDEX { applIndex, sipCommonStatsRetryMethod }
Packit Service 9ccfef
    ::= { sipCommonStatsRetryTable 1 }
Packit Service 9ccfef
Packit Service 9ccfef
SipCommonStatsRetryEntry ::= SEQUENCE {
Packit Service 9ccfef
        sipCommonStatsRetryMethod            SipTCMethodName,
Packit Service 9ccfef
        sipCommonStatsRetries                Counter32,
Packit Service 9ccfef
        sipCommonStatsRetryFinalResponses    Counter32,
Packit Service 9ccfef
        sipCommonStatsRetryNonFinalResponses Counter32,
Packit Service 9ccfef
        sipCommonStatsRetryDisconTime        TimeStamp
Packit Service 9ccfef
    }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonStatsRetryMethod OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SipTCMethodName
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object uniquely identifies the SIP method related to the
Packit Service 9ccfef
        objects in a row."
Packit Service 9ccfef
    ::= { sipCommonStatsRetryEntry 1 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonStatsRetries OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Counter32
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object reflects the total number of request
Packit Service 9ccfef
        retransmissions that have been sent by the SIP entity.  Note
Packit Service 9ccfef
        that there could be multiple retransmissions per request.
Packit Service 9ccfef
Packit Service 9ccfef
        Discontinuities in the value of this counter can occur at
Packit Service 9ccfef
        re-initialization of the SIP entity or service.  A Management
Packit Service 9ccfef
        Station can detect discontinuities in this counter by
Packit Service 9ccfef
        monitoring the sipCommonStatsRetryDisconTime object in the same
Packit Service 9ccfef
        row."
Packit Service 9ccfef
    ::= { sipCommonStatsRetryEntry 2 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonStatsRetryFinalResponses OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Counter32
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object reflects the total number of Final Response retries
Packit Service 9ccfef
        that have been sent by the SIP entity.  Note that there could
Packit Service 9ccfef
        be multiple retransmissions per request.
Packit Service 9ccfef
Packit Service 9ccfef
        Discontinuities in the value of this counter can occur at
Packit Service 9ccfef
        re-initialization of the SIP entity or service.  A Management
Packit Service 9ccfef
        Station can detect discontinuities in this counter by
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
        monitoring the sipCommonStatsRetryDisconTime object in the same
Packit Service 9ccfef
        row."
Packit Service 9ccfef
    ::= { sipCommonStatsRetryEntry 3 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonStatsRetryNonFinalResponses OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Counter32
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object reflects the total number of non-Final Response
Packit Service 9ccfef
        retries that have been sent by the SIP entity.
Packit Service 9ccfef
Packit Service 9ccfef
        Discontinuities in the value of this counter can occur at
Packit Service 9ccfef
        re-initialization of the SIP entity or service.  A Management
Packit Service 9ccfef
        Station can detect discontinuities in this counter by
Packit Service 9ccfef
        monitoring the sipCommonStatsRetryDisconTime object in the same
Packit Service 9ccfef
        row."
Packit Service 9ccfef
    ::= { sipCommonStatsRetryEntry 4 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonStatsRetryDisconTime  OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      TimeStamp
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "The value of the sysUpTime object when the counters for the
Packit Service 9ccfef
        retry statistics objects in this row last experienced a
Packit Service 9ccfef
        discontinuity."
Packit Service 9ccfef
    ::= { sipCommonStatsRetryEntry 5 }
Packit Service 9ccfef
Packit Service 9ccfef
--
Packit Service 9ccfef
-- Other Common Statistics
Packit Service 9ccfef
--
Packit Service 9ccfef
sipCommonOtherStatsTable OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SEQUENCE OF SipCommonOtherStatsEntry
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This table contains other common statistics supported by each
Packit Service 9ccfef
        SIP entity in this system."
Packit Service 9ccfef
    ::= { sipCommonOtherStats 1 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonOtherStatsEntry OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SipCommonOtherStatsEntry
Packit Service 9ccfef
    MAX-ACCESS  not-accessible
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "Information on a particular SIP entity's other common
Packit Service 9ccfef
        statistics.
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
        Each row represents those objects for a particular SIP entity
Packit Service 9ccfef
        present in this system.  applIndex is used to uniquely identify
Packit Service 9ccfef
        these instances of SIP entities and correlate them through
Packit Service 9ccfef
        the common framework of the NETWORK-SERVICES-MIB (RFC 2788)."
Packit Service 9ccfef
    INDEX { applIndex }
Packit Service 9ccfef
    ::= { sipCommonOtherStatsTable 1 }
Packit Service 9ccfef
Packit Service 9ccfef
SipCommonOtherStatsEntry ::= SEQUENCE {
Packit Service 9ccfef
        sipCommonOtherStatsNumUnsupportedUris     Counter32,
Packit Service 9ccfef
        sipCommonOtherStatsNumUnsupportedMethods  Counter32,
Packit Service 9ccfef
        sipCommonOtherStatsOtherwiseDiscardedMsgs Counter32,
Packit Service 9ccfef
        sipCommonOtherStatsDisconTime   TimeStamp
Packit Service 9ccfef
    }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonOtherStatsNumUnsupportedUris OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Counter32
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "Number of RequestURIs received with an unsupported scheme.
Packit Service 9ccfef
        A server normally responds to such requests with a 400 Bad
Packit Service 9ccfef
        Request status code.
Packit Service 9ccfef
Packit Service 9ccfef
        Discontinuities in the value of this counter can occur at
Packit Service 9ccfef
        re-initialization of the SIP entity or service.  A Management
Packit Service 9ccfef
        Station can detect discontinuities in this counter by
Packit Service 9ccfef
        monitoring the sipCommonOtherStatsDisconTime object in the same
Packit Service 9ccfef
        row."
Packit Service 9ccfef
    ::= { sipCommonOtherStatsEntry 1 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonOtherStatsNumUnsupportedMethods OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Counter32
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "Number of SIP requests received with unsupported methods.  A
Packit Service 9ccfef
        server normally responds to such requests with a 501 (Not
Packit Service 9ccfef
        Implemented) or 405 (Method Not Allowed).
Packit Service 9ccfef
Packit Service 9ccfef
        Discontinuities in the value of this counter can occur at
Packit Service 9ccfef
        re-initialization of the SIP entity or service.  A Management
Packit Service 9ccfef
        Station can detect discontinuities in this counter by
Packit Service 9ccfef
        monitoring the sipCommonOtherStatsDisconTime object in the same
Packit Service 9ccfef
        row."
Packit Service 9ccfef
    ::= { sipCommonOtherStatsEntry 2 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonOtherStatsOtherwiseDiscardedMsgs OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Counter32
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "Number of SIP messages received that, for any number of
Packit Service 9ccfef
        reasons, was discarded without a response.
Packit Service 9ccfef
Packit Service 9ccfef
        Discontinuities in the value of this counter can occur at
Packit Service 9ccfef
        re-initialization of the SIP entity or service.  A Management
Packit Service 9ccfef
        Station can detect discontinuities in this counter by
Packit Service 9ccfef
        monitoring the sipCommonOtherStatsDisconTime object in the same
Packit Service 9ccfef
        row."
Packit Service 9ccfef
    ::= { sipCommonOtherStatsEntry 3 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonOtherStatsDisconTime OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      TimeStamp
Packit Service 9ccfef
    MAX-ACCESS  read-only
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "The value of the sysUpTime object when the counters for the
Packit Service 9ccfef
        statistics objects in this row last experienced a
Packit Service 9ccfef
        discontinuity."
Packit Service 9ccfef
    ::= { sipCommonOtherStatsEntry 4 }
Packit Service 9ccfef
Packit Service 9ccfef
--
Packit Service 9ccfef
-- Notification related objects
Packit Service 9ccfef
--
Packit Service 9ccfef
Packit Service 9ccfef
--
Packit Service 9ccfef
-- Status code related notification objects.
Packit Service 9ccfef
--
Packit Service 9ccfef
sipCommonStatusCodeNotifTo OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SnmpAdminString
Packit Service 9ccfef
    MAX-ACCESS  accessible-for-notify
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object contains the value of the To header in the message
Packit Service 9ccfef
        containing the status code that caused the notification.  The
Packit Service 9ccfef
        header name will be part of this object value.  For example,
Packit Service 9ccfef
        'To: Watson '."
Packit Service 9ccfef
    ::= { sipCommonNotifObjects 1 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonStatusCodeNotifFrom OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SnmpAdminString
Packit Service 9ccfef
    MAX-ACCESS  accessible-for-notify
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object contains the value of the From header in the
Packit Service 9ccfef
        message containing the status code that caused the
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
        notification.  The header name will be part of this object
Packit Service 9ccfef
        value.  For example, 'From: Watson '."
Packit Service 9ccfef
    ::= { sipCommonNotifObjects 2 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonStatusCodeNotifCallId OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      SnmpAdminString
Packit Service 9ccfef
    MAX-ACCESS  accessible-for-notify
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object contains the value of the Call-ID in the message
Packit Service 9ccfef
        containing the status code that caused the notification.  The
Packit Service 9ccfef
        header name will be part of this object value.  For example,
Packit Service 9ccfef
        'Call-ID: 5551212@example.com'."
Packit Service 9ccfef
    ::= { sipCommonNotifObjects 3 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonStatusCodeNotifCSeq OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Unsigned32
Packit Service 9ccfef
    MAX-ACCESS  accessible-for-notify
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object contains the CSeq value in the message containing
Packit Service 9ccfef
        the status code that caused the notification.  The header name
Packit Service 9ccfef
        will be part of this object value.  For example, 'CSeq: 1722
Packit Service 9ccfef
        INVITE'."
Packit Service 9ccfef
    ::= { sipCommonNotifObjects 4 }
Packit Service 9ccfef
Packit Service 9ccfef
--
Packit Service 9ccfef
-- General notification related objects.
Packit Service 9ccfef
--
Packit Service 9ccfef
sipCommonNotifApplIndex OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Unsigned32 (1..2147483647)
Packit Service 9ccfef
    MAX-ACCESS  accessible-for-notify
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object contains the applIndex as described in RFC 2788.
Packit Service 9ccfef
        This object is created in order to allow a variable binding
Packit Service 9ccfef
        containing a value of applIndex in a notification."
Packit Service 9ccfef
    ::= { sipCommonNotifObjects 5 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonNotifSequenceNumber OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX      Unsigned32 (1..2147483647)
Packit Service 9ccfef
    MAX-ACCESS  accessible-for-notify
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object contains a sequence number for each notification
Packit Service 9ccfef
        generated by this SIP entity.  Each notification SHOULD have a
Packit Service 9ccfef
        unique sequence number.  A network manager can use this
Packit Service 9ccfef
        information to determine whether notifications from a
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
        particular SIP entity have been missed.  The value of this
Packit Service 9ccfef
        object MUST start at 1 and increase by 1 with each generated
Packit Service 9ccfef
        notification.  If a system restarts, the sequence number MAY
Packit Service 9ccfef
        start again from 1."
Packit Service 9ccfef
    ::= { sipCommonNotifObjects 6 }
Packit Service 9ccfef
Packit Service 9ccfef
--
Packit Service 9ccfef
-- Notifications
Packit Service 9ccfef
--
Packit Service 9ccfef
sipCommonStatusCodeNotif NOTIFICATION-TYPE
Packit Service 9ccfef
    OBJECTS {
Packit Service 9ccfef
       sipCommonNotifSequenceNumber,
Packit Service 9ccfef
       sipCommonNotifApplIndex,
Packit Service 9ccfef
       sipCommonStatusCodeNotifTo,
Packit Service 9ccfef
       sipCommonStatusCodeNotifFrom,
Packit Service 9ccfef
       sipCommonStatusCodeNotifCallId,
Packit Service 9ccfef
       sipCommonStatusCodeNotifCSeq,
Packit Service 9ccfef
       sipCommonStatusCodeIns,
Packit Service 9ccfef
       sipCommonStatusCodeOuts
Packit Service 9ccfef
    }
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "Signifies that a specific status code has been sent or received
Packit Service 9ccfef
        by the system."
Packit Service 9ccfef
    ::= { sipCommonMIBNotifications 1 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonStatusCodeThreshExceededInNotif NOTIFICATION-TYPE
Packit Service 9ccfef
    OBJECTS {
Packit Service 9ccfef
       sipCommonNotifSequenceNumber,
Packit Service 9ccfef
       sipCommonNotifApplIndex,
Packit Service 9ccfef
       sipCommonStatusCodeIns
Packit Service 9ccfef
    }
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "Signifies that a specific status code was found to have been
Packit Service 9ccfef
        received by the system frequently enough to exceed the
Packit Service 9ccfef
        configured threshold.  This notification can be used as
Packit Service 9ccfef
        an early warning mechanism in lieu of using
Packit Service 9ccfef
        sipCommonStatusCodeNotif."
Packit Service 9ccfef
    ::= { sipCommonMIBNotifications 2 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonStatusCodeThreshExceededOutNotif NOTIFICATION-TYPE
Packit Service 9ccfef
    OBJECTS {
Packit Service 9ccfef
       sipCommonNotifSequenceNumber,
Packit Service 9ccfef
       sipCommonNotifApplIndex,
Packit Service 9ccfef
       sipCommonStatusCodeOuts
Packit Service 9ccfef
    }
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "Signifies that a specific status code was found to have been
Packit Service 9ccfef
        sent by the system enough to exceed the configured threshold.
Packit Service 9ccfef
        This notification can be used as an early warning mechanism in
Packit Service 9ccfef
        lieu of using sipCommonStatusCodeNotif."
Packit Service 9ccfef
    ::= { sipCommonMIBNotifications 3 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonServiceColdStart NOTIFICATION-TYPE
Packit Service 9ccfef
    OBJECTS {
Packit Service 9ccfef
       sipCommonNotifSequenceNumber,
Packit Service 9ccfef
       sipCommonNotifApplIndex,
Packit Service 9ccfef
       sipCommonCfgServiceStartTime
Packit Service 9ccfef
    }
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "Signifies that the SIP service has reinitialized itself or
Packit Service 9ccfef
        started for the first time.  This SHOULD result from a hard
Packit Service 9ccfef
        'down' to 'up' administrative status change.  The configuration
Packit Service 9ccfef
        or behavior of the service MAY be altered."
Packit Service 9ccfef
    ::= { sipCommonMIBNotifications 4 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonServiceWarmStart NOTIFICATION-TYPE
Packit Service 9ccfef
    OBJECTS {
Packit Service 9ccfef
       sipCommonNotifSequenceNumber,
Packit Service 9ccfef
       sipCommonNotifApplIndex,
Packit Service 9ccfef
       sipCommonCfgServiceLastChange
Packit Service 9ccfef
    }
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "Signifies that the SIP service has reinitialized itself and is
Packit Service 9ccfef
        restarting after an administrative 'reset'.  The configuration
Packit Service 9ccfef
        or behavior of the service MAY be altered."
Packit Service 9ccfef
    ::= { sipCommonMIBNotifications 5 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonServiceStatusChanged NOTIFICATION-TYPE
Packit Service 9ccfef
    OBJECTS {
Packit Service 9ccfef
       sipCommonNotifSequenceNumber,
Packit Service 9ccfef
       sipCommonNotifApplIndex,
Packit Service 9ccfef
       sipCommonCfgServiceLastChange,
Packit Service 9ccfef
       sipCommonCfgServiceOperStatus
Packit Service 9ccfef
    }
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "Signifies that the SIP service operational status has changed."
Packit Service 9ccfef
    ::= { sipCommonMIBNotifications 6 }
Packit Service 9ccfef
Packit Service 9ccfef
--
Packit Service 9ccfef
-- Conformance
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
--
Packit Service 9ccfef
sipCommonMIBCompliances
Packit Service 9ccfef
    OBJECT IDENTIFIER ::= { sipCommonMIBConformance 1 }
Packit Service 9ccfef
sipCommonMIBGroups
Packit Service 9ccfef
    OBJECT IDENTIFIER ::= { sipCommonMIBConformance 2 }
Packit Service 9ccfef
Packit Service 9ccfef
--
Packit Service 9ccfef
-- Compliance Statements
Packit Service 9ccfef
--
Packit Service 9ccfef
sipCommonCompliance MODULE-COMPLIANCE
Packit Service 9ccfef
    STATUS      current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "The compliance statement for SIP entities."
Packit Service 9ccfef
Packit Service 9ccfef
    MODULE -- this module
Packit Service 9ccfef
        MANDATORY-GROUPS { sipCommonConfigGroup,
Packit Service 9ccfef
                           sipCommonStatsGroup
Packit Service 9ccfef
                         }
Packit Service 9ccfef
Packit Service 9ccfef
    OBJECT       sipCommonStatusCodeRowStatus
Packit Service 9ccfef
    SYNTAX       RowStatus { active(1) }
Packit Service 9ccfef
    WRITE-SYNTAX RowStatus { createAndGo(4), destroy(6) }
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "Support for createAndWait and notInService is not required."
Packit Service 9ccfef
Packit Service 9ccfef
    OBJECT       sipCommonCfgServiceNotifEnable
Packit Service 9ccfef
    MIN-ACCESS   not-accessible
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This object is optional and does not need to be supported."
Packit Service 9ccfef
Packit Service 9ccfef
    GROUP        sipCommonInformationalGroup
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This group is OPTIONAL.  A SIP entity can elect to not provide
Packit Service 9ccfef
        any support for these objects, as they provide optional
Packit Service 9ccfef
        information."
Packit Service 9ccfef
Packit Service 9ccfef
    GROUP        sipCommonConfigTimerGroup
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This group is OPTIONAL.  A SIP entity can elect to not provide
Packit Service 9ccfef
        any timer configuration."
Packit Service 9ccfef
Packit Service 9ccfef
    GROUP        sipCommonStatsRetryGroup
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This group is OPTIONAL.  A SIP entity can elect to not provide
Packit Service 9ccfef
        any retry statistics."
Packit Service 9ccfef
Packit Service 9ccfef
    GROUP        sipCommonNotifGroup
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
       "This group is OPTIONAL.  A SIP entity can elect to not provide
Packit Service 9ccfef
        any notifications.  If implemented, the
Packit Service 9ccfef
        sipCommonStatusCodeNotifGroup and sipCommonNotifObjectsGroup
Packit Service 9ccfef
        MUST also be implemented."
Packit Service 9ccfef
Packit Service 9ccfef
    GROUP        sipCommonStatusCodeNotifGroup
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This group is OPTIONAL.  A SIP entity can elect to not provide
Packit Service 9ccfef
        any notifications.  If implemented, the sipCommonNotifGroup and
Packit Service 9ccfef
        sipCommonNotifObjectsGroup MUST also be implemented."
Packit Service 9ccfef
Packit Service 9ccfef
    GROUP        sipCommonNotifObjectsGroup
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "This group is OPTIONAL.  A SIP entity can elect to not provide
Packit Service 9ccfef
        any notifications.  If implemented, the
Packit Service 9ccfef
        sipCommonStatusCodeNotifGroup and sipCommonNotifGroup MUST also
Packit Service 9ccfef
        be implemented."
Packit Service 9ccfef
Packit Service 9ccfef
    ::= { sipCommonMIBCompliances 1 }
Packit Service 9ccfef
Packit Service 9ccfef
--
Packit Service 9ccfef
-- Units of Conformance
Packit Service 9ccfef
--
Packit Service 9ccfef
sipCommonConfigGroup OBJECT-GROUP
Packit Service 9ccfef
    OBJECTS {
Packit Service 9ccfef
            sipCommonCfgProtocolVersion,
Packit Service 9ccfef
            sipCommonCfgServiceOperStatus,
Packit Service 9ccfef
            sipCommonCfgServiceStartTime,
Packit Service 9ccfef
            sipCommonCfgServiceLastChange,
Packit Service 9ccfef
            sipCommonPortTransportRcv,
Packit Service 9ccfef
            sipCommonOptionTag,
Packit Service 9ccfef
            sipCommonOptionTagHeaderField,
Packit Service 9ccfef
            sipCommonCfgMaxTransactions,
Packit Service 9ccfef
            sipCommonCfgServiceNotifEnable,
Packit Service 9ccfef
            sipCommonCfgEntityType,
Packit Service 9ccfef
            sipCommonMethodSupportedName
Packit Service 9ccfef
    }
Packit Service 9ccfef
    STATUS  current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "A collection of objects providing configuration common to all
Packit Service 9ccfef
        SIP entities."
Packit Service 9ccfef
    ::= { sipCommonMIBGroups 1 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonInformationalGroup OBJECT-GROUP
Packit Service 9ccfef
    OBJECTS {
Packit Service 9ccfef
            sipCommonCfgOrganization
Packit Service 9ccfef
    }
Packit Service 9ccfef
    STATUS  current
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "A collection of objects providing configuration common to all
Packit Service 9ccfef
        SIP entities."
Packit Service 9ccfef
    ::= { sipCommonMIBGroups 2 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonConfigTimerGroup OBJECT-GROUP
Packit Service 9ccfef
    OBJECTS {
Packit Service 9ccfef
            sipCommonCfgTimerA,
Packit Service 9ccfef
            sipCommonCfgTimerB,
Packit Service 9ccfef
            sipCommonCfgTimerC,
Packit Service 9ccfef
            sipCommonCfgTimerD,
Packit Service 9ccfef
            sipCommonCfgTimerE,
Packit Service 9ccfef
            sipCommonCfgTimerF,
Packit Service 9ccfef
            sipCommonCfgTimerG,
Packit Service 9ccfef
            sipCommonCfgTimerH,
Packit Service 9ccfef
            sipCommonCfgTimerI,
Packit Service 9ccfef
            sipCommonCfgTimerJ,
Packit Service 9ccfef
            sipCommonCfgTimerK,
Packit Service 9ccfef
            sipCommonCfgTimerT1,
Packit Service 9ccfef
            sipCommonCfgTimerT2,
Packit Service 9ccfef
            sipCommonCfgTimerT4
Packit Service 9ccfef
    }
Packit Service 9ccfef
    STATUS  current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "A collection of objects providing timer configuration common to
Packit Service 9ccfef
        all SIP entities."
Packit Service 9ccfef
    ::= { sipCommonMIBGroups 3 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonStatsGroup OBJECT-GROUP
Packit Service 9ccfef
    OBJECTS {
Packit Service 9ccfef
            sipCommonSummaryInRequests,
Packit Service 9ccfef
            sipCommonSummaryOutRequests,
Packit Service 9ccfef
            sipCommonSummaryInResponses,
Packit Service 9ccfef
            sipCommonSummaryOutResponses,
Packit Service 9ccfef
            sipCommonSummaryTotalTransactions,
Packit Service 9ccfef
            sipCommonSummaryDisconTime,
Packit Service 9ccfef
            sipCommonMethodStatsOutbounds,
Packit Service 9ccfef
            sipCommonMethodStatsInbounds,
Packit Service 9ccfef
            sipCommonMethodStatsDisconTime,
Packit Service 9ccfef
            sipCommonStatusCodeIns,
Packit Service 9ccfef
            sipCommonStatusCodeOuts,
Packit Service 9ccfef
            sipCommonStatusCodeRowStatus,
Packit Service 9ccfef
            sipCommonStatusCodeDisconTime,
Packit Service 9ccfef
            sipCommonTransCurrentactions,
Packit Service 9ccfef
            sipCommonOtherStatsNumUnsupportedUris,
Packit Service 9ccfef
            sipCommonOtherStatsNumUnsupportedMethods,
Packit Service 9ccfef
            sipCommonOtherStatsOtherwiseDiscardedMsgs,
Packit Service 9ccfef
            sipCommonOtherStatsDisconTime
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
    }
Packit Service 9ccfef
    STATUS  current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "A collection of objects providing statistics common to all SIP
Packit Service 9ccfef
        entities."
Packit Service 9ccfef
    ::= { sipCommonMIBGroups 4 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonStatsRetryGroup OBJECT-GROUP
Packit Service 9ccfef
    OBJECTS {
Packit Service 9ccfef
             sipCommonStatsRetries,
Packit Service 9ccfef
             sipCommonStatsRetryFinalResponses,
Packit Service 9ccfef
             sipCommonStatsRetryNonFinalResponses,
Packit Service 9ccfef
             sipCommonStatsRetryDisconTime
Packit Service 9ccfef
    }
Packit Service 9ccfef
    STATUS  current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "A collection of objects providing retry statistics."
Packit Service 9ccfef
    ::= { sipCommonMIBGroups 5 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonNotifGroup NOTIFICATION-GROUP
Packit Service 9ccfef
    NOTIFICATIONS {
Packit Service 9ccfef
            sipCommonStatusCodeNotif,
Packit Service 9ccfef
            sipCommonStatusCodeThreshExceededInNotif,
Packit Service 9ccfef
            sipCommonStatusCodeThreshExceededOutNotif,
Packit Service 9ccfef
            sipCommonServiceColdStart,
Packit Service 9ccfef
            sipCommonServiceWarmStart,
Packit Service 9ccfef
            sipCommonServiceStatusChanged
Packit Service 9ccfef
    }
Packit Service 9ccfef
Packit Service 9ccfef
    STATUS  current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "A collection of notifications common to all SIP entities."
Packit Service 9ccfef
    ::= { sipCommonMIBGroups 6 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonStatusCodeNotifGroup OBJECT-GROUP
Packit Service 9ccfef
    OBJECTS {
Packit Service 9ccfef
            sipCommonStatusCodeNotifSend,
Packit Service 9ccfef
            sipCommonStatusCodeNotifEmitMode,
Packit Service 9ccfef
            sipCommonStatusCodeNotifThresh,
Packit Service 9ccfef
            sipCommonStatusCodeNotifInterval
Packit Service 9ccfef
   }
Packit Service 9ccfef
    STATUS  current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "A collection of objects related to the control and attribution
Packit Service 9ccfef
        of notifications common to all SIP entities."
Packit Service 9ccfef
    ::= { sipCommonMIBGroups 7 }
Packit Service 9ccfef
Packit Service 9ccfef
sipCommonNotifObjectsGroup OBJECT-GROUP
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
    OBJECTS {
Packit Service 9ccfef
            sipCommonStatusCodeNotifTo,
Packit Service 9ccfef
            sipCommonStatusCodeNotifFrom,
Packit Service 9ccfef
            sipCommonStatusCodeNotifCallId,
Packit Service 9ccfef
            sipCommonStatusCodeNotifCSeq,
Packit Service 9ccfef
            sipCommonNotifApplIndex,
Packit Service 9ccfef
            sipCommonNotifSequenceNumber
Packit Service 9ccfef
    }
Packit Service 9ccfef
    STATUS  current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
       "A collection of accessible-for-notify objects related to the
Packit Service 9ccfef
        notification defined in this MIB module."
Packit Service 9ccfef
    ::= { sipCommonMIBGroups 8 }
Packit Service 9ccfef
Packit Service 9ccfef
END