userTransformationsConfigStatus
MX-SIPPROXY-MIB ·
.0.4600.1.700.300.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 with the same name
have the same priority.
* MissingName: The entry must have a name.
* Invalid: The current content of the row is invalid.
Context
- MIB
- MX-SIPPROXY-MIB
- OID
.0.4600.1.700.300.1.2000- Type
- column
- Access
- readonly
- Status
- current
- Parent
- userTransformationsEntry
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::userTransformationsConfigStatus'
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::userTransformationsConfigStatus.<userTransformationsId>'
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::userTransformationsConfigStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | valid |
200 | priorityDuplicate |
300 | missingName |
400 | invalid |