interopParameterTypeValidation
MX-CWMP-MIB ·
.0.3900.1.50000.200
Object
scalar r/w
Enumeration
Parameter Type Validation
Defines the parameter type validation when the ACS assigns a
value to a parameter.
* Tolerant: The client target type is evaluated and
conversion is done (if possible): i.e., string to boolean,
string to int, string to unsigned int, string to datetime,
etc.
* Strict: The ACS and the client must have matching xsd:type
otherwise the client rejects the parameter value.
Context
- MIB
- MX-CWMP-MIB
- OID
.0.3900.1.50000.200- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- interopGroup
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-CWMP-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-CWMP-MIB::interopParameterTypeValidation.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-CWMP-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-CWMP-MIB::interopParameterTypeValidation'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | firstSetFailover |
2 | healthCheckComplete |
3 | handOffComplete |
100 | tolerant |
200 | strict |