ADTRAN-AOS-DNS-MIB
17 objects
The MIB module for AdtranOS Dns statistics.
Imported Objects
| ADTRAN-AOS | adGenAOSApplications adGenAOSConformance |
| INET-ADDRESS-MIB | InetAddress InetAddressType |
| SNMPv2-CONF | MODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP |
| SNMPv2-MIB | sysName |
| SNMPv2-SMI | MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE Unsigned32 |
| SNMPv2-TC | DisplayString TEXTUAL-CONVENTION |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.664.5.53.8.1 | IdentityadGenAOSDns | The MIB module for AdtranOS Dns statistics. | ||
| 1.3.6.1.4.1.664.5.53.8.1.0 | NodeadDnsTraps | |||
| 1.3.6.1.4.1.664.5.53.8.1.0.1 | NotificationadDnsIndividualResolutionFailure | current | This trap indicates that a DNS resolution failure has occured for a single, particular lookup. Information about the lookup and the failure are contained withi… | |
| 1.3.6.1.4.1.664.5.53.8.1.1 | ScalaradDnsTimestamp | accessible-for-notify | current | The time (seconds since epoch) that DNS event occured |
| 1.3.6.1.4.1.664.5.53.8.1.2 | ScalaradDnsNameserverInetAddressType | accessible-for-notify | current | The address type of adDnsNameserverInetAddress |
| 1.3.6.1.4.1.664.5.53.8.1.3 | ScalaradDnsNameserverInetAddress | accessible-for-notify | current | The IP address of the nameserver for the DNS Resolution |
| 1.3.6.1.4.1.664.5.53.8.1.4 | ScalaradDnsRequestErrorCondition | accessible-for-notify | current | This field indicates which specific error condition occurred |
| 1.3.6.1.4.1.664.5.53.8.1.5 | ScalaradDnsDomainName | accessible-for-notify | current | The FQDN sent in the QNAME field of the question section of the DNS request |
| 1.3.6.1.4.1.664.5.53.8.1.6 | ScalaradDnsResourceRecordType | accessible-for-notify | current | This field indicates which record type the request was querying. |
| 1.3.6.1.4.1.664.5.53.99.13 | NodeadGenAOSDnsConformance | |||
| 1.3.6.1.4.1.664.5.53.99.13.1 | NodeadGenAOSDnsGroup | |||
| 1.3.6.1.4.1.664.5.53.99.13.1.1 | GroupadGenAOSDnsInfoGroup | current | Objects designed to assist in providing information about DNS Client. | |
| 1.3.6.1.4.1.664.5.53.99.13.1.2 | GroupadGenAOSDnsNotificationGroup | current | Objects designed to assist in sending DNS notifications. | |
| 1.3.6.1.4.1.664.5.53.99.13.2 | NodeadGenAOSDnsCompliances | |||
| 1.3.6.1.4.1.664.5.53.99.13.2.1 | ComplianceadGenAOSDnsFullCompliance | current | The compliance statement for SNMP entities which implement version 2 of the adGenAOSDns MIB. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| AdDnsRequestErrorConditionTC | INTEGER { noError(0), formatError(1), serverFailure(2), nameError(3), notImplemented(4), refused(5), unsuportedRCode(16), malformedResponse(17), parseError(18), timeoutWaitingForResponse(19), emptyResponse(20), unsupportedType(21), onlyRootAnswer(22), portDeficiency(23), noServerCOnfigured(24), udpSendError(25) } | current | Indicates which specific error condition occurred. Error codes 0-15 are the RCODE error codes, while 16-n are Adtran proprietary DNS Request error conditions. The noError(0) state indicates that there is no error condit… |
| AdDnsResourceRecordTypeTC | INTEGER { a(1), ns(2), md(3), mf(4), cname(5), soa(6), mb(7), mg(8), mr(9), null(10), wks(11), ptr(12), hinfo(13), minfo(14), mx(15), txt(16), aaaa(28), srv(33), aplusaaaa(65537) } | current | A = 1, // a host address RFC1035 NS = 2, // an authoritative name server RFC1035 MD = 3, // a mail destination (Obsolete - use MX) RFC1035 MF = 4, // a mail forwarder (Obsolete - use MX) RFC1035 CNAME = 5, // the canoni… |