routeConfigStatus

MX-SIPPROXY-MIB · .0.4600.1.700.100.1.2000

Object

column Enumeration
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
    priority.
  * MissingHardcodedHostport: The TargetType parameter is set
    to 'HardcodedHost' but the HardcodedHostPort parameter is
    not configured.
  * InexistentTargetUserTransformation: The
    TargetUserTransformationName parameter refers to an
    inexistent transformation.
  * InexistentRegisteredUserTransformation: The
    RegisteredUserTransformationName parameter refers to an
    inexistent transformation.
  * Invalid: The current content of the row is invalid.

Context

MIB
MX-SIPPROXY-MIB
OID
.0.4600.1.700.100.1.2000
Type
column
Access
readonly
Status
current
Parent
routeEntry

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/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::routeConfigStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-SIPPROXY-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-SIPPROXY-MIB::routeConfigStatus.<routeId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-SIPPROXY-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-SIPPROXY-MIB::routeConfigStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
100valid
200priorityDuplicate
300missingHardcodedHostport
400inexistentTargetUserTransformation
500inexistentRegisteredUserTransformation
600invalid