MX-SIPPROXY-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
4
Rows
4
Columns
29
.0.4600.1.100.300 · 1 row entry · 5 columns
TLS Persistent Connection Status
          
This table holds the status of the TLS persistent connections.
tlsPersistentConnectionStatusEntry entry .0.4600.1.100.300.1
A row in table TLS Persistent Connection Status.
Indexes
tlsPersistentConnectionStatusId
Column Syntax OID
tlsPersistentConnectionStatusId
Index

Unique identifier of the row.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.0.4600.1.100.300.1.100
tlsPersistentConnectionStatusLocalPort
Local Port

Local port used by the TLS persistent connection.
MX-TCMxAdvancedIpPort
Textual Convention: MX-TCMxAdvancedIpPort Unsigned32
Type Constraints:
range: 0..65535
.0.4600.1.100.300.1.300
tlsPersistentConnectionStatusRemoteHost
Remote Host

The remote host used to establish the TLS persistent
connection. The remote host can be a host name or an IP
address of the proxy, outbound proxy, or registrar.
OctetString .0.4600.1.100.300.1.400
tlsPersistentConnectionStatusRemoteHostIpAddr
Remote Host Ip Address

The resolved IP address of the remote host used to establish
the TLS persistent connection.
OctetString .0.4600.1.100.300.1.450
tlsPersistentConnectionStatusState
State

The current state of the TLS persistent connection.

* Up: The TLS connection is established and ready to be
used.
* Down: The TLS connection is not established.
* WaitingShu…
Enumeration
Enumerated Values:
100up
200down
300waitingShutdown
400waitingUp
.0.4600.1.100.300.1.500
.0.4600.1.400.400.300 · 1 row entry · 7 columns
Registration Cache Search Result
          
This table contains the registration cache entries filtered by
the SearchRegistrationCache command.
registrationCacheSearchResultEntry entry .0.4600.1.400.400.300.1
A row in table Registration Cache Search Result.
Indexes
registrationCacheSearchResultId
Column Syntax OID
registrationCacheSearchResultId
Id

Unique numerical identifier for a registration search result.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.0.4600.1.400.400.300.1.100
registrationCacheSearchResultAor
Address of Record

The Address of Record, in URI format, present in the
REGISTER.

For example: sip:alice@example.com

This value is taken from the REGISTER.
OctetString .0.4600.1.400.400.300.1.200
registrationCacheSearchResultContact
The Contact, in URI format, present in the REGISTER.

For example: sip:5551212@192.168.11.23:5060

This value is taken from the REGISTER.
OctetString .0.4600.1.400.400.300.1.300
registrationCacheSearchResultReceivedTime
Received Time

Time at which the registration was received. Expressed as the
local time computed from the Time Zone defined in the
Hoc.StaticTimeZone parameter.

Format is DD/MM/YYYY hh:mm:ss
OctetString .0.4600.1.400.400.300.1.400
registrationCacheSearchResultEndpointExpiration
Endpoint Expiration

Time at which the registration expires on the endpoint side.
Expressed as a local time computed from the Time Zone defined
in the Hoc.StaticTimeZone parameter.

Format is…
OctetString .0.4600.1.400.400.300.1.500
registrationCacheSearchResultRegistrarExpiration
RegistrarEndpoint Expiration

Time at which the registration expires on the registrar side.
Expressed as a local time computed from the Time Zone defined
in the Hoc.StaticTimeZone parameter.
OctetString .0.4600.1.400.400.300.1.550
registrationCacheSearchResultRegisteredTo
Registered To

Registrar that handled the registration.

* Normal: The registration was forwarded to the normal
registrar.
* Local: The registration was handled by the local
regis…
Enumeration
Enumerated Values:
100normal
200local
.0.4600.1.400.400.300.1.600
.0.4600.1.700.100 · 1 row entry · 10 columns
Route
          
This table contains the routes that can be applied by the SIP
proxy. Each table entry is a route. When a SIP request must be
routed, the table is searched in decreasing priority order to
find the first matching route. A route is selected when the
criteria defined by CriteriaType and CriteriaExpression
parameters matches.
routeEntry entry .0.4600.1.700.100.1
A row in table Route.
Indexes
routeId
Column Syntax OID
routeId
Id

Unique numerical identifier for a routing rule.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.0.4600.1.700.100.1.100
routePriority
Priority

Priority used to determine search order in the table when
routing is executed.
SNMPv2-SMIUnsigned32r/w
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.0.4600.1.700.100.1.200
routeCriteriaType
Criteria Type

Type of criteria used to match the routing rule against the
SIP message.

* ToUri: The full URI of the TO header.
* ToUser: The user part of the URI in the TO header.
* T…
Enumerationr/w
Enumerated Values:
100toUri
200toUser
300toHost
400contactUri
500contactUser
600contactHost
.0.4600.1.700.100.1.300
routeCriteriaExpression
Expression Criteria

Regular expression compared with the value of the Criteria
Type found in the SIP message. If it matches, the route
defined by this table entry is used.

The regular expre…
OctetStringr/w
Constraints:
range: 0-255
.0.4600.1.700.100.1.400
routeTargetType
Target Type

Type of target used by the route.

* RegisteredAor: Routing is based on the registration
database. Entries with an AOR matching the Request-URI
(R-URI) of the SIP reque…
Enumerationr/w
Enumerated Values:
100registeredAor
200registeredAorUser
300hardcodedHost
.0.4600.1.700.100.1.500
routeTargetUserTransformationName
Target User Transformation Name

Name of the transformation in the UserTransformations table.
This transformation is applied to the user part of the target
Request-URI (R-URI) in the SIP request. This tran…
OctetStringr/w
Constraints:
range: 0-255
.0.4600.1.700.100.1.600
routeRegisteredUserTransformationName
Registered User Transformation Name

Name of a transformation in the UserTransformations table.
This transformation is used during the registration database
lookup, to normalise the database entries before…
OctetStringr/w
Constraints:
range: 0-255
.0.4600.1.700.100.1.700
routeHardcodedHostPort
Hardcoded Host and Port

Hardcoded host that can be used as a target in routes. The
host can be expressed as an IP address or a domain name. The
port is optional. A port value of 0 is interpreted as the
de…
MX-TC2MxIpHostNamePortr/w
Textual Convention: MX-TC2MxIpHostNamePort OctetString
Type Constraints:
range: 0..255
.0.4600.1.700.100.1.800
routeConfigStatus
Configuration Status

Indicates if the configuration of this row is valid.

* Valid: The current content of the row is valid.
* PriorityDuplicate: Two or more entries have the same
pr…
Enumeration
Enumerated Values:
100valid
200priorityDuplicate
300missingHardcodedHostport
400inexistentTargetUserTransformation
500inexistentRegisteredUserTransformation
600invalid
.0.4600.1.700.100.1.2000
routeDelete
Delete

Deletes this row.
Enumerationr/w
Enumerated Values:
0noOp
10delete
.0.4600.1.700.100.1.2100
.0.4600.1.700.300 · 1 row entry · 7 columns
User Transformations table
          
This table contains the transformations to be applied to a
user portion of a URI. The name and the criteria must match to
have the transformation applied. There can be multiple entries
with the same name. The entries are checked in decreasing
priority order and the first entry with matching name and
criteria is applied. If no matching entry is found, no
transformation is applied and the user stays unmodified.
userTransformationsEntry entry .0.4600.1.700.300.1
A row in table User Transformations table.
Indexes
userTransformationsId
Column Syntax OID
userTransformationsId
Id

Unique numerical identifier.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.0.4600.1.700.300.1.100
userTransformationsPriority
Priority

Priority used to determine search order in the table when
routing is executed. Search order is from lower to higher
priority values.

Entries with the same name must have different …
SNMPv2-SMIUnsigned32r/w
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.0.4600.1.700.300.1.200
userTransformationsName
Transformation name

The name of the transformation. There can be several
transformations of the same name. Must match values of
RegisteredUserTransformationName or UserTransformationName
parameters.
OctetStringr/w
Constraints:
range: 0-50
.0.4600.1.700.300.1.300
userTransformationsCriteria
Transformation Criteria

The criteria to be used in the transformation. If the
criteria does not match, the search in the table continues.
The criteria is a regular expression used for two things:
OctetStringr/w
Constraints:
range: 0-250
.0.4600.1.700.300.1.400
userTransformationsPattern
Transformation Pattern

Pattern expression that creates the transformed value. Can
use backreferences to the groups created in the criteria.
OctetStringr/w
Constraints:
range: 0-250
.0.4600.1.700.300.1.500
userTransformationsConfigStatus
Configuration Status

Indicates if the configuration of this row is valid.

* Valid: The current content of the row is valid.
* PriorityDuplicate: Two or more entries with the same name
Enumeration
Enumerated Values:
100valid
200priorityDuplicate
300missingName
400invalid
.0.4600.1.700.300.1.2000
userTransformationsDelete
Delete

Deletes this row.
Enumerationr/w
Enumerated Values:
0noOp
10delete
.0.4600.1.700.300.1.2100