JUNIPER-SIP-COMMON-MIB

File: JUNIPER-SIP-COMMON-MIB.mib (25630 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC JUNIPER-JS-SMI
SNMP-FRAMEWORK-MIB INET-ADDRESS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
TimeTicks DisplayString jnxVoip
SnmpAdminString InetPortNumber

Defined Types

JnxSipCommonCfgEntry  
SEQUENCE    
  jnxSipCfgApplName DisplayString
  jnxSipCommonCfgProtocolVersion SnmpAdminString
  jnxSipCommonCfgServiceOperStatus INTEGER
  jnxSipCommonCfgServiceStartTime TimeTicks
  jnxSipCommonCfgServiceLastChange TimeTicks
  jnxSipCommonCfgOrganization SnmpAdminString
  jnxSipCommonCfgMaxTransactions Unsigned32
  jnxSipCommonCfgEntityType BITS

JnxSipCommonPortEntry  
SEQUENCE    
  jnxSipPortApplName DisplayString
  jnxSipCommonPort InetPortNumber
  jnxSipCommonPortTransportRcv BITS

JnxSipCommonOptionTagEntry  
SEQUENCE    
  jnxSipOptionTagApplName DisplayString
  jnxSipCommonOptionTagIndex Unsigned32
  jnxSipCommonOptionTag SnmpAdminString
  jnxSipCommonOptionTagHeaderField BITS

JnxSipCommonMethodSupportedEntry  
SEQUENCE    
  jnxSipMethodSupportedApplName DisplayString
  jnxSipCommonMethodSupportedIndex Unsigned32
  jnxSipCommonMethodSupportedName OCTET STRING

JnxSipCommonCfgTimerEntry  
SEQUENCE    
  jnxSipCfgTimerApplName DisplayString
  jnxSipCommonCfgTimerA Unsigned32
  jnxSipCommonCfgTimerB Unsigned32
  jnxSipCommonCfgTimerC Unsigned32
  jnxSipCommonCfgTimerD Unsigned32
  jnxSipCommonCfgTimerE Unsigned32
  jnxSipCommonCfgTimerF Unsigned32
  jnxSipCommonCfgTimerG Unsigned32
  jnxSipCommonCfgTimerH Unsigned32
  jnxSipCommonCfgTimerI Unsigned32
  jnxSipCommonCfgTimerJ Unsigned32
  jnxSipCommonCfgTimerK Unsigned32
  jnxSipCommonCfgTimerT1 Unsigned32
  jnxSipCommonCfgTimerT2 Unsigned32
  jnxSipCommonCfgTimerT4 Unsigned32

Defined Values

jnxSipCommonMIB 1.3.6.1.4.1.2636.3.39.1.15.2.1
This is Juniper Networks' implementation of enterprise specific MIB for SIP. This module defines objects which may be common to all SIP entities.
MODULE-IDENTITY    

jnxSip 1.3.6.1.4.1.2636.3.39.1.15.2
OBJECT IDENTIFIER    

jnxSipCommonMIBObjects 1.3.6.1.4.1.2636.3.39.1.15.2.1.1
OBJECT IDENTIFIER    

jnxSipCommonCfgTable 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.1
This table contains the common configuration objects applicable to all SIP entities.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxSipCommonCfgEntry

jnxSipCommonCfgEntry 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.1.1
A row of common configuration. Each row represents objects for a particular SIP entity instance present in this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxSipCommonCfgEntry  

jnxSipCfgApplName 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.1.1.1
The name of the network application which uniquely identifies the application to which this entry is applicable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

jnxSipCommonCfgProtocolVersion 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.1.1.2
This object will reflect the version of SIP supported by this SIP entity. It will follow the same format as SIP version information contained in the SIP messages generated by this SIP entity. For example, entities supporting SIP version 2 will return 'SIP/2.0' as dictated by the standard.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

jnxSipCommonCfgServiceOperStatus 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.1.1.3
This object contains the current operational state of the SIP application. unknown : The operational status cannot be determined for some reason. up : The application is operating normally, and is processing (receiving and possibly issuing) SIP requests and responses. down : The application is currently unable to process SIP messages.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), up(2), down(3)  

jnxSipCommonCfgServiceStartTime 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.1.1.4
The value of sysUpTime at the time the SIP entity was last started. If started prior to the last re-initialization of the local network management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

jnxSipCommonCfgServiceLastChange 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.1.1.5
The value of sysUpTime at the time the SIP entity entered its current operational state. If the current state was entered prior to the last re-initialization of the local network management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

jnxSipCommonCfgOrganization 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.1.1.6
This object contains the organization name which the SIP entity inserts into Organization headers of SIP messages processed by this system. If the string is empty, no Organization header is to be generated.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

jnxSipCommonCfgMaxTransactions 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.1.1.7
This object indicates the maximum number of simultaneous transactions per second that the SIP entity can manage. In general, the value of this object SHOULD reflect a level of transaction processing per second that is considered high enough to impact the system's CPU and/or memory resources to the point of deteriorating SIP call processing but not high enough to cause catastrophic system failure.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..4294967295  

jnxSipCommonCfgEntityType 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.1.1.8
This object identifies the list of SIP entities this row is related to. It is defined as a bit map. Each bit represents a type of SIP entity. If a bit has value 1, the SIP entity represented by this row plays the role of this entity type. If a bit has value 0, the SIP entity represented by this row does not act as this entity type Combinations of bits can be set when the SIP entity plays multiple SIP roles.
Status: current Access: read-only
OBJECT-TYPE    
  BITS other(0), userAgent(1), proxyServer(2), redirectServer(3), registrarServer(4)  

jnxSipCommonPortTable 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.2
This table contains the list of ports that each SIP entity in this system is allowed to use. These ports can be advertised using the Contact header in a REGISTER request or response.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxSipCommonPortEntry

jnxSipCommonPortEntry 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.2.1
Specification of a particular port. Each row represents those objects for a particular SIP entity present in this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxSipCommonPortEntry  

jnxSipPortApplName 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.2.1.1
The name of the network application which uniquely identifies the application to which this entry is applicable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

jnxSipCommonPort 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.2.1.2
This object reflects a particular port that can be used by the SIP application.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetPortNumber 1..65535  

jnxSipCommonPortTransportRcv 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.2.1.3
This object will specify the transport protocol the SIP entity will use to receive SIP messages. This object is a bit map. Each bit represents a transport protocol. If a bit has value 1, then that transport protocol is currently being used. If a bit has value 0, then that transport protocol is currently not being used.
Status: current Access: read-only
OBJECT-TYPE    
  BITS other(0), udp(1), tcp(2), sctp(3), tlsTcp(4), tlsSctp(5)  

jnxSipCommonOptionTagTable 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.3
This table contains a list of the SIP option tags (SIP extensions) that either required, supported, or unsupported by the SIP entity. These option tags are used in the Require, Proxy-Require, Supported and Unsupported header fields. Example: if a user agent client supports and requires the server to support reliability of provisional responses (IETF RFC 3262), this table contains a row with the option tag string '100rel' in jnxSipCommonOptionTag and the OCTET STRING value of '1010 0000' or '0xA0' in jnxSipCommonOptionTagHeaderField. If a server does not support the required feature (indicated in a Require header to a UAS, or in a Proxy-Require to a Proxy Server), the server returns a 420 Bad Extension listing the feature in an Unsupported header. Normally the list of such features supported by an entity is static (i.e. will not change over time).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxSipCommonOptionTagEntry

jnxSipCommonOptionTagEntry 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.3.1
A particular SIP option tag (extension) supported or unsupported by the SIP entity, and which may be supported or required by a peer. Each row represents those objects for a particular SIP entity present in this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxSipCommonOptionTagEntry  

jnxSipOptionTagApplName 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.3.1.1
The name of the network application which uniquely identifies the application to which this entry is applicable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

jnxSipCommonOptionTagIndex 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.3.1.2
This object uniquely identifies a conceptual row in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

jnxSipCommonOptionTag 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.3.1.3
This object indicates the SIP option tag. The option tag names are registered with IANA and available at http://www.iana.org/.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

jnxSipCommonOptionTagHeaderField 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.3.1.4
This object indicates whether the SIP option tag is supported (Supported header), unsupported (Unsupported header), required (Require or Proxy-Require header) by the SIP entity. A SIP option tag may be both supported and required.
Status: current Access: read-only
OBJECT-TYPE    
  BITS require(0), proxyRequire(1), supported(2), unsupported(3)  

jnxSipCommonMethodSupportedTable 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.4
This table contains a list of methods supported by each SIP entity in this system (see the standard set of SIP methods in Section 7.1 of RFC 3261). Any additional methods that may be incorporated into the SIP protocol can be represented by this table without any requirement to update this MIB module. The table is informational in nature; conveying to the NMS capabilities of the managed system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxSipCommonMethodSupportedEntry

jnxSipCommonMethodSupportedEntry 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.4.1
A particular method supported by the SIP entity. Each row represents those objects for a particular SIP entity present in this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxSipCommonMethodSupportedEntry  

jnxSipMethodSupportedApplName 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.4.1.1
The name of the network application which uniquely identifies the application to which this entry is applicable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

jnxSipCommonMethodSupportedIndex 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.4.1.2
This object uniquely identifies a conceptual row in the table for a specific SIP method.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

jnxSipCommonMethodSupportedName 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.4.1.3
This object reflects the supported method's name. The method name MUST be all upper case (e.g, 'INVITE').
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..100)  

jnxSipCommonCfgTimerTable 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.5
This table contains timer configuration objects applicable to SIP user agent and SIP stateful Proxy Server entities.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxSipCommonCfgTimerEntry

jnxSipCommonCfgTimerEntry 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.5.1
A row of timer configuration. Each row represents those objects for a particular SIP entity present in this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxSipCommonCfgTimerEntry  

jnxSipCfgTimerApplName 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.5.1.1
The name of the network application which uniquely identifies the application to which this entry is applicable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

jnxSipCommonCfgTimerA 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.5.1.2
This object reflects the initial value for the retransmit timer for the INVITE method. The retransmit timer doubles after each retransmission, ensuring an exponential backoff in network traffic. This object represents the initial time a SIP entity will wait to receive a provisional response to an INVITE before resending the INVITE request.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 100..1000  

jnxSipCommonCfgTimerB 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.5.1.3
This object reflects the maximum time a SIP entity will wait to receive a final response to an INVITE. The timer is started upon transmission of the initial INVITE request.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 32000..300000  

jnxSipCommonCfgTimerC 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.5.1.4
This object reflects the maximum time a SIP Proxy Server will wait to receive a provisional response to an INVITE. The Timer C MUST be set for each client transaction when an INVITE request is proxied.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 180000..300000  

jnxSipCommonCfgTimerD 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.5.1.5
This object reflects the amount of time that the server transaction can remain in the 'Completed' state when unreliable transports are used. The default value MUST be equal to or greater than 32000 for UDP transport, and its value MUST be 0 for TCP/SCTP transport.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..300000  

jnxSipCommonCfgTimerE 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.5.1.6
This object reflects the initial value for the retransmit timer for a non-INVITE method while in 'Trying' state. The retransmit timer doubles after each retransmission until it reaches T2 to ensure an exponential backoff in network traffic. This object represents the initial time a SIP entity will wait to receive a provisional response to the request before resending the non-INVITE request.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 100..1000  

jnxSipCommonCfgTimerF 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.5.1.7
This object reflects the maximum time a SIP entity will wait to receive a final response to a non-INVITE request. The timer is started upon transmission of the initial request.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 32000..300000  

jnxSipCommonCfgTimerG 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.5.1.8
This object reflects the initial value for the retransmit timer for final responses to INVITE requests. If timer G fires, the response is passed to the transport layer again for retransmission, and timer G is set to fire in MIN(2*T1, T2) seconds. From then on, when timer G fires, the response is passed to the transport again for transmission, and timer G is reset with a value that doubles, unless that value exceeds T2, in which case, it is reset with the value of T2. The default value MUST be T1 for UDP transport, and its value MUST be 0 for reliable transport like TCP/SCTP.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..1000  

jnxSipCommonCfgTimerH 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.5.1.9
This object reflects the maximum time a server will wait to receive an ACK before it abandons retransmitting the response. The timer is started upon entering the 'Completed' state.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 32000..300000  

jnxSipCommonCfgTimerI 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.5.1.10
This object reflects the maximum time a SIP entity will wait to receive additional ACK message retransmissions. The timer is started upon entering the 'Confirmed' state. The default value MUST be T4 for UDP transport and its value MUST be 0 for reliable transport like TCP/SCTP.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..10000  

jnxSipCommonCfgTimerJ 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.5.1.11
This object reflects the maximum time a SIP server will wait to receive retransmissions of non-INVITE requests. The timer is started upon entering the 'Completed' state for non-INVITE transactions. When timer J fires, the server MUST transition to the 'Terminated' state.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 32000..300000  

jnxSipCommonCfgTimerK 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.5.1.12
This object reflects the maximum time a SIP client will wait to receive retransmissions of responses to non-INVITE requests. The timer is started upon entering the 'Completed' state for non-INVITE transactions. When timer K fires, the server MUST transition to the 'Terminated' state. The default value MUST be T4 for UDP transport, and its value MUST be 0 for reliable transport like TCP/SCTP.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..10000  

jnxSipCommonCfgTimerT1 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.5.1.13
This object reflects the T1 timer for a SIP entity. T1 is an estimate of the round-trip time (RTT) between the client and server transactions.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 200..10000  

jnxSipCommonCfgTimerT2 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.5.1.14
This object reflects the T2 timer for a SIP entity. T2 is the maximum retransmit interval for non-INVITE requests and INVITE responses. It's used in various parts of the protocol to reset other Timer* objects to this value.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 200..10000  

jnxSipCommonCfgTimerT4 1.3.6.1.4.1.2636.3.39.1.15.2.1.1.5.1.15
This object reflects the T4 timer for a SIP entity. T4 is the maximum duration a message will remain in the network. It represents the amount of time the network will take to clear messages between client and server transactions. It's used in various parts of the protocol to reset other Timer* objects to this value.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 200..10000