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
Net-SNMP examples
How SNMP and these commands workWalk 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
100 | valid |
200 | priorityDuplicate |
300 | missingHardcodedHostport |
400 | inexistentTargetUserTransformation |
500 | inexistentRegisteredUserTransformation |
600 | invalid |