SIP-REGISTRAR-MIB

File: SIP-REGISTRAR-MIB.mib (22237 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
SNMP-FRAMEWORK-MIB SIP-TC SIP-MIB-SMI
NETWORK-SERVICES-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Gauge32 Unsigned32 DateAndTime
RowStatus TimeStamp TruthValue
MODULE-COMPLIANCE OBJECT-GROUP SnmpAdminString
SipServerActions sipMIB applIndex

Defined Types

SipRegCfgEntry  
SEQUENCE    
  sipRegAllowThirdParty TruthValue
  sipRegContactDfltExpiryDuration Unsigned32
  sipRegContactDfltExpiryDate DateAndTime
  sipRegMaxContactExpiryDate Unsigned32
  sipRegRespHasContacts TruthValue
  sipRegMaxUsers Unsigned32
  sipRegCurrentUsers Gauge32

SipRegUserEntry  
SEQUENCE    
  sipUserIndex Unsigned32
  sipUserUri SnmpAdminString
  sipUserPassword OCTET STRING
  sipUserAuthenticationFailures Counter32
  sipUserTableRowStatus RowStatus

SipContactEntry  
SEQUENCE    
  sipContactIndex Unsigned32
  sipContactDisplayName SnmpAdminString
  sipContactURI SnmpAdminString
  sipContactLastUpdated TimeStamp
  sipContactExpiry DateAndTime
  sipContactAction SipServerActions
  sipContactPreference OCTET STRING
  sipContactRetryAfter DateAndTime

SipRegStatsEntry  
SEQUENCE    
  sipRegAcceptedRegistrations Counter32
  sipRegRejectedRegistrations Counter32

Defined Values

sipRegistrarMIB 1.3.6.1.2.1.9998.5
Initial version of Session Initiation Protocol (SIP) Registrar MIB module. SIP is an application-layer signalling protocol for creating, modifying and terminating multimedia sessions with one or more participants. These sessions include Internet multimedia conferences and Internet telephone calls. SIP is defined in RFC 2543 (March 1999). A Registrar is a server that accepts REGISTER requests. A Registrar is typically co-located with a Proxy or Redirect Server.
MODULE-IDENTITY    

sipRegCfg 1.3.6.1.2.1.9998.5.1
OBJECT IDENTIFIER    

sipRegStats 1.3.6.1.2.1.9998.5.2
OBJECT IDENTIFIER    

sipRegCfgTable 1.3.6.1.2.1.9998.5.1.1
This table contains configuration objects applicable SIP registrars. Each row represents those objects for a particular SIP registrar present in this system. The instances of SIP registrars are uniquely identified by applIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SipRegCfgEntry

sipRegCfgEntry 1.3.6.1.2.1.9998.5.1.1.1
A row of common configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SipRegCfgEntry  

sipRegAllowThirdParty 1.3.6.1.2.1.9998.5.1.1.1.1
This object specifies whether or not the Registrar should allows third party registrations. In third-party registration, the entity issuing the request (in the From header) is different from the entity being registered (in the To header) to whom the provided Contact information applies. If the value of this object is TRUE, the Registrar allows third party registrations. If the value is FALSE, third party registrations are rejected: a 403 Forbidden status code is returned to the requestor.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

sipRegContactDfltExpiryDuration 1.3.6.1.2.1.9998.5.1.1.1.2
This object specifies the default expiration (time-to- live) of Contact information that is provided by User Agents when registering with this Registrar. This value is only used when no expiration has been specified by the user in the REGISTER request. If the value is applied to a registration and is different from the default (one hour), the server must return the value to the registered User Agent. The value contained in this object only applies if the value of the sipContactDfltExpiryDate object is NULL. If the value of this object applies, and is zero, then no default expiry is applied to registered contact information.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

sipRegContactDfltExpiryDate 1.3.6.1.2.1.9998.5.1.1.1.3
This object specifies the default expiration date (time- to-live) of Contact information that is provided by User Agents when registering with this Registrar. This value is only used when no expiration has been specified by the user in the REGISTER request. If this value is applied to a registration, the server must return the value to the registered User Agent. The value contained in this object only applies if the value of the sipContactDfltExpiryDuration object is zero. If the value of this object applies, and is NULL, then no default expiry is applied to registered contact information.
Status: current Access: read-write
OBJECT-TYPE    
  DateAndTime  

sipRegMaxContactExpiryDate 1.3.6.1.2.1.9998.5.1.1.1.4
This object specifies the maximum expiry that may be requested by a User Agent for a particular Contact. User Agents can specify expiry using either an Expiry header in a REGISTER request, or using an Expires parameter in a Contact header in a REGISTER request. If the value requested by the User Agent is greater than the value of this object, then the contact information is given the duration specified by this object, and that duration is indicated to the User Agent in the response.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..4294967295  

sipRegRespHasContacts 1.3.6.1.2.1.9998.5.1.1.1.5
This object specifies whether or not the Registrar should return all currently reachable locations for a successfully registering party in the REGISTER response message. If the value of this object is TRUE, the Registrar returns the locations in the REGISTER response. If the value is FALSE, no location information is provided.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

sipRegMaxUsers 1.3.6.1.2.1.9998.5.1.1.1.6
This object specifies the maximum number of users that the registrar supports. The current number of users is reflected by sipRegCurrentUsers.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..4294967295  

sipRegCurrentUsers 1.3.6.1.2.1.9998.5.1.1.1.7
This object specifies the number of users currently configured on the registrar.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..4294967295  

sipRegUserTable 1.3.6.1.2.1.9998.5.1.2
This table contains information on all users registered to each Registrar in this system. The instances of SIP Registrar are uniquely identified by applIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SipRegUserEntry

sipRegUserEntry 1.3.6.1.2.1.9998.5.1.2.1
This entry contains information for a single user registered to this Registrar.
Status: current Access: not-accessible
OBJECT-TYPE    
  SipRegUserEntry  

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

sipUserUri 1.3.6.1.2.1.9998.5.1.2.1.2
This object contains the user's address-of-record. It is the main form by which the registrar knows the user. The format is typically 'user@domain'. It is contained in the To header for all REGISTER requests.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

sipUserPassword 1.3.6.1.2.1.9998.5.1.2.1.3
This object specifies the password that the user must enter when being authenticated.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

sipUserAuthenticationFailures 1.3.6.1.2.1.9998.5.1.2.1.4
This object contains a count of the number of times the user has failed authentication.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sipUserTableRowStatus 1.3.6.1.2.1.9998.5.1.2.1.5
The row status of the entry. This object is required to create or delete rows remotely by a manager.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

sipContactTable 1.3.6.1.2.1.9998.5.1.3
This table contains information on every location where a registered user (specified by sipUserIndex) wishes to be found (i.e. has provided Contact information) to each SIP Registrar in this system. The instances of SIP Registrar are uniquely identified by applIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SipContactEntry

sipContactEntry 1.3.6.1.2.1.9998.5.1.3.1
This entry contains information for a single Contact. Multiple contacts may exist for a single user.
Status: current Access: not-accessible
OBJECT-TYPE    
  SipContactEntry  

sipContactIndex 1.3.6.1.2.1.9998.5.1.3.1.1
Along with the sipUserIndex, this object uniquely identifies a conceptual row in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

sipContactDisplayName 1.3.6.1.2.1.9998.5.1.3.1.2
This object contains the display name for the Contact. For example, 'Santa at Home', or 'Santa on his Sled', corresponding to contact URLs of sip:BigGuy@sip.northpole.ca or sip:sclaus817@sip.mobile.com, respectively.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

sipContactURI 1.3.6.1.2.1.9998.5.1.3.1.3
This object contains either a SIP URL or a URI where the user can be contacted. This URI is normally returned to a client from a redirect server, or is used as the RequestURI in a SIP request line for requests forwarded by a proxy.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

sipContactLastUpdated 1.3.6.1.2.1.9998.5.1.3.1.4
This object indicates the time when this contact information was accepted. If the contact information is updated via a subsequent REGISTER of the same information, this object is also updated.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

sipContactExpiry 1.3.6.1.2.1.9998.5.1.3.1.5
This object contains the date and time when the contact information will no longer be valid. Such times may be specified by the user at registration (Expires header or expiry parameter in the Contact information), or a system default can be applied.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

sipContactPreference 1.3.6.1.2.1.9998.5.1.3.1.6
This object specifies the preference for this contact relative to all other active contacts for same user. A registering user may provide this preference as a 'qvalue' parameter in the Contact header. The format of this item is a decimal number between 0 and 1 (for example 0.9). Higher values indicate locations preferred by the user.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

sipContactAction 1.3.6.1.2.1.9998.5.1.3.1.7
This object indicates whether the user wanted the server to act as a redirect server or as a proxy server. It is specified by the optional 'action' parameter in the Contact header.
Status: current Access: read-only
OBJECT-TYPE    
  SipServerActions  

sipContactRetryAfter 1.3.6.1.2.1.9998.5.1.3.1.8
This object indicates that the contact information is currently inactive, and that it should only be activated after the date and time specified by the object. This value is provided by a user when deleting contact information using a REGISTER request containing a Retry- After header.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

sipRegStatsTable 1.3.6.1.2.1.9998.5.2.1
This table contains the summary statistics objects applicable to all SIP Registrars in this system. Each row represents those objects for a particular SIP Registrar. The instances of SIP Registrars are uniquely identified by applIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SipRegStatsEntry

sipRegStatsEntry 1.3.6.1.2.1.9998.5.2.1.1
A row of summary statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SipRegStatsEntry  

sipRegAcceptedRegistrations 1.3.6.1.2.1.9998.5.2.1.1.1
This object contains a count of the number of REGISTER requests that have been accepted (status code 200) by the Registrar. This includes additions of new contact information, refreshing contact information, as well as requests for deletion of contact information.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sipRegRejectedRegistrations 1.3.6.1.2.1.9998.5.2.1.1.2
This object contains a count of the number REGISTER requests that have been rejected by the Registrar.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sipRegMIBNotif 1.3.6.1.2.1.9998.5.3
OBJECT IDENTIFIER    

sipRegMIBConformance 1.3.6.1.2.1.9998.5.4
OBJECT IDENTIFIER    

sipRegMIBCompliances 1.3.6.1.2.1.9998.5.4.1
OBJECT IDENTIFIER    

sipRegMIBGroups 1.3.6.1.2.1.9998.5.4.2
OBJECT IDENTIFIER    

sipRegCompliance 1.3.6.1.2.1.9998.5.4.1.1
The compliance statement for SIP entities.
Status: current Access: read-only
MODULE-COMPLIANCE    

sipRegistrarConfigGroup 1.3.6.1.2.1.9998.5.4.2.1
A collection of objects providing configuration for SIP Registrars.
Status: current Access: read-only
OBJECT-GROUP    

sipRegistrarStatsGroup 1.3.6.1.2.1.9998.5.4.2.2
A collection of objects providing statistics for SIP Registrars.
Status: current Access: read-only
OBJECT-GROUP