SIP-REGISTRAR-MIB: View SNMP OID List / Download MIB
VENDOR: INTERNET-STANDARD
Home | MIB: SIP-REGISTRAR-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
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. |
||
sipRegCfg | 1.3.6.1.2.1.9998.5.1 | |||
sipRegCfgTable | 1.3.6.1.2.1.9998.5.1.1 | no-access |
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. |
|
1.3.6.1.2.1.9998.5.1.1.1 | no-access |
A row of common configuration. |
||
sipRegAllowThirdParty | 1.3.6.1.2.1.9998.5.1.1.1.1 | truthvalue | read-write |
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. |
sipRegContactDfltExpiryDuration | 1.3.6.1.2.1.9998.5.1.1.1.2 | unsigned32 | read-write |
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. |
sipRegContactDfltExpiryDate | 1.3.6.1.2.1.9998.5.1.1.1.3 | dateandtime | read-write |
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. |
sipRegMaxContactExpiryDate | 1.3.6.1.2.1.9998.5.1.1.1.4 | unsigned32 | read-write |
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. |
sipRegRespHasContacts | 1.3.6.1.2.1.9998.5.1.1.1.5 | truthvalue | read-write |
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. |
sipRegMaxUsers | 1.3.6.1.2.1.9998.5.1.1.1.6 | unsigned32 | read-only |
This object specifies the maximum number of users that the registrar supports. The current number of users is reflected by sipRegCurrentUsers. |
sipRegCurrentUsers | 1.3.6.1.2.1.9998.5.1.1.1.7 | gauge32 | read-only |
This object specifies the number of users currently configured on the registrar. |
sipRegUserTable | 1.3.6.1.2.1.9998.5.1.2 | no-access |
This table contains information on all users registered to each Registrar in this system. The instances of SIP Registrar are uniquely identified by applIndex. |
|
1.3.6.1.2.1.9998.5.1.2.1 | no-access |
This entry contains information for a single user registered to this Registrar. |
||
sipUserIndex | 1.3.6.1.2.1.9998.5.1.2.1.1 | unsigned32 | no-access |
This object uniquely identifies a conceptual row in the table. |
sipUserUri | 1.3.6.1.2.1.9998.5.1.2.1.2 | snmpadminstring | read-only |
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. |
sipUserPassword | 1.3.6.1.2.1.9998.5.1.2.1.3 | octet string | read-only |
This object specifies the password that the user must enter when being authenticated. |
sipUserAuthenticationFailures | 1.3.6.1.2.1.9998.5.1.2.1.4 | counter32 | read-only |
This object contains a count of the number of times the user has failed authentication. |
sipUserTableRowStatus | 1.3.6.1.2.1.9998.5.1.2.1.5 | rowstatus | read-only |
The row status of the entry. This object is required to create or delete rows remotely by a manager. |
sipContactTable | 1.3.6.1.2.1.9998.5.1.3 | no-access |
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. |
|
1.3.6.1.2.1.9998.5.1.3.1 | no-access |
This entry contains information for a single Contact. Multiple contacts may exist for a single user. |
||
sipContactIndex | 1.3.6.1.2.1.9998.5.1.3.1.1 | unsigned32 | no-access |
Along with the sipUserIndex, this object uniquely identifies a conceptual row in the table. |
sipContactDisplayName | 1.3.6.1.2.1.9998.5.1.3.1.2 | snmpadminstring | read-only |
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. |
sipContactURI | 1.3.6.1.2.1.9998.5.1.3.1.3 | snmpadminstring | read-only |
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. |
sipContactLastUpdated | 1.3.6.1.2.1.9998.5.1.3.1.4 | timestamp | read-only |
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. |
sipContactExpiry | 1.3.6.1.2.1.9998.5.1.3.1.5 | dateandtime | read-only |
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. |
sipContactPreference | 1.3.6.1.2.1.9998.5.1.3.1.6 | octet string | read-only |
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. |
sipContactAction | 1.3.6.1.2.1.9998.5.1.3.1.7 | sipserveractions | read-only |
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. |
sipContactRetryAfter | 1.3.6.1.2.1.9998.5.1.3.1.8 | dateandtime | read-only |
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. |
sipRegStats | 1.3.6.1.2.1.9998.5.2 | |||
sipRegStatsTable | 1.3.6.1.2.1.9998.5.2.1 | no-access |
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. |
|
1.3.6.1.2.1.9998.5.2.1.1 | no-access |
A row of summary statistics. |
||
sipRegAcceptedRegistrations | 1.3.6.1.2.1.9998.5.2.1.1.1 | counter32 | read-only |
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. |
sipRegRejectedRegistrations | 1.3.6.1.2.1.9998.5.2.1.1.2 | counter32 | read-only |
This object contains a count of the number REGISTER requests that have been rejected by the Registrar. |
sipRegMIBNotif | 1.3.6.1.2.1.9998.5.3 | |||
sipRegMIBConformance | 1.3.6.1.2.1.9998.5.4 | |||
sipRegMIBCompliances | 1.3.6.1.2.1.9998.5.4.1 | |||
sipRegCompliance | 1.3.6.1.2.1.9998.5.4.1.1 |
The compliance statement for SIP entities. |
||
sipRegMIBGroups | 1.3.6.1.2.1.9998.5.4.2 | |||
sipRegistrarConfigGroup | 1.3.6.1.2.1.9998.5.4.2.1 |
A collection of objects providing configuration for SIP Registrars. |
||
sipRegistrarStatsGroup | 1.3.6.1.2.1.9998.5.4.2.2 |
A collection of objects providing statistics for SIP Registrars. |