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
Uses the media5 variant from
Command help
/opt/observium/mibs/media5.
Walk tlsPersistentConnectionStatusTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'MX-SIPPROXY-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-SIPPROXY-MIB::tlsPersistentConnectionStatusTable'
TLS Persistent Connection Status
This table holds the status of the TLS persistent connections.
A row in table TLS Persistent Connection Status.
Indexes
| Column | Syntax | OID | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
Index
Unique identifier of the row. |
SNMPv2-SMIUnsigned32 Type Constraints: range: 0..4294967295 |
.0.4600.1.100.300.1.100 |
||||||||
|
Local Port
Local port used by the TLS persistent connection. |
MX-TCMxAdvancedIpPort Type Constraints: range: 0..65535 |
.0.4600.1.100.300.1.300 |
||||||||
|
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 |
||||||||
|
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 |
||||||||
|
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:
|
.0.4600.1.100.300.1.500 |
.0.4600.1.400.400.300
·
1 row entry
·
7 columns
Uses the media5 variant from
Command help
/opt/observium/mibs/media5.
Walk registrationCacheSearchResultTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'MX-SIPPROXY-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-SIPPROXY-MIB::registrationCacheSearchResultTable'
Registration Cache Search Result
This table contains the registration cache entries filtered by
the SearchRegistrationCache command.
A row in table Registration Cache Search Result.
Indexes
| Column | Syntax | OID | ||||
|---|---|---|---|---|---|---|
|
Id
Unique numerical identifier for a registration search result. |
SNMPv2-SMIUnsigned32 Type Constraints: range: 0..4294967295 |
.0.4600.1.400.400.300.1.100 |
||||
|
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 |
||||
|
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 |
||||
|
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 |
||||
|
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 |
||||
|
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 |
||||
|
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:
|
.0.4600.1.400.400.300.1.600 |
routeTable
table.0.4600.1.700.100
·
1 row entry
·
10 columns
Uses the media5 variant from
Command help
/opt/observium/mibs/media5.
Walk routeTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'MX-SIPPROXY-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-SIPPROXY-MIB::routeTable'
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.
A row in table Route.
Indexes
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Id
Unique numerical identifier for a routing rule. |
SNMPv2-SMIUnsigned32 Type Constraints: range: 0..4294967295 |
.0.4600.1.700.100.1.100 |
||||||||||||
|
Priority
Priority used to determine search order in the table when routing is executed. |
SNMPv2-SMIUnsigned32r/w Type Constraints: range: 0..4294967295 |
.0.4600.1.700.100.1.200 |
||||||||||||
|
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:
|
.0.4600.1.700.100.1.300 |
||||||||||||
|
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 |
||||||||||||
|
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:
|
.0.4600.1.700.100.1.500 |
||||||||||||
|
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 |
||||||||||||
|
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 |
||||||||||||
|
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 Type Constraints: range: 0..255 |
.0.4600.1.700.100.1.800 |
||||||||||||
|
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:
|
.0.4600.1.700.100.1.2000 |
||||||||||||
|
Delete
Deletes this row. |
Enumerationr/w Enumerated Values:
|
.0.4600.1.700.100.1.2100 |
userTransformationsTable
table.0.4600.1.700.300
·
1 row entry
·
7 columns
Uses the media5 variant from
Command help
/opt/observium/mibs/media5.
Walk userTransformationsTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'MX-SIPPROXY-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-SIPPROXY-MIB::userTransformationsTable'
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.
A row in table User Transformations table.
Indexes
| Column | Syntax | OID | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
Id
Unique numerical identifier. |
SNMPv2-SMIUnsigned32 Type Constraints: range: 0..4294967295 |
.0.4600.1.700.300.1.100 |
||||||||
|
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 Type Constraints: range: 0..4294967295 |
.0.4600.1.700.300.1.200 |
||||||||
|
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 |
||||||||
|
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 |
||||||||
|
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 |
||||||||
|
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:
|
.0.4600.1.700.300.1.2000 |
||||||||
|
Delete
Deletes this row. |
Enumerationr/w Enumerated Values:
|
.0.4600.1.700.300.1.2100 |