dnsFailureConcealment
MX-SIPEP-MIB ·
.0.1400.1.1700.200
Object
scalar r/w
Enumeration
Dns Failure Concealment Strategy
Configures the way failed DNS queries are handled.
* None: When a DNS query times-out or returns an error, the
SIP transaction fails.
* OnNoResolution: When a DNS query times-out or returns an
error, the result from the last succesful query for the
same FQDN is used.
Note: This parameter applies only to the 'Endpoint' type
Gateways.
Context
- MIB
- MX-SIPEP-MIB
- OID
.0.1400.1.1700.200- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- dnsGroup
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-SIPEP-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-SIPEP-MIB::dnsFailureConcealment.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-SIPEP-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-SIPEP-MIB::dnsFailureConcealment'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | none |
300 | onNoResolution |