MIB Viewer

ADTRAN-AOS-DNS-MIB

17 objects
The MIB module for AdtranOS Dns statistics.
Imported Objects
ADTRAN-AOSadGenAOSApplications adGenAOSConformance
INET-ADDRESS-MIBInetAddress InetAddressType
SNMPv2-CONFMODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP
SNMPv2-MIBsysName
SNMPv2-SMIMODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE Unsigned32
SNMPv2-TCDisplayString TEXTUAL-CONVENTION
OIDNameAccessStatusDescription
1.3.6.1.4.1.664.5.53.8.1IdentityadGenAOSDnsThe MIB module for AdtranOS Dns statistics.
1.3.6.1.4.1.664.5.53.8.1.0NodeadDnsTraps
1.3.6.1.4.1.664.5.53.8.1.0.1NotificationadDnsIndividualResolutionFailurecurrentThis 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.1ScalaradDnsTimestampaccessible-for-notifycurrentThe time (seconds since epoch) that DNS event occured
1.3.6.1.4.1.664.5.53.8.1.2ScalaradDnsNameserverInetAddressTypeaccessible-for-notifycurrentThe address type of adDnsNameserverInetAddress
1.3.6.1.4.1.664.5.53.8.1.3ScalaradDnsNameserverInetAddressaccessible-for-notifycurrentThe IP address of the nameserver for the DNS Resolution
1.3.6.1.4.1.664.5.53.8.1.4ScalaradDnsRequestErrorConditionaccessible-for-notifycurrentThis field indicates which specific error condition occurred
1.3.6.1.4.1.664.5.53.8.1.5ScalaradDnsDomainNameaccessible-for-notifycurrentThe 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.6ScalaradDnsResourceRecordTypeaccessible-for-notifycurrentThis field indicates which record type the request was querying.
1.3.6.1.4.1.664.5.53.99.13NodeadGenAOSDnsConformance
1.3.6.1.4.1.664.5.53.99.13.1NodeadGenAOSDnsGroup
1.3.6.1.4.1.664.5.53.99.13.1.1GroupadGenAOSDnsInfoGroupcurrentObjects designed to assist in providing information about DNS Client.
1.3.6.1.4.1.664.5.53.99.13.1.2GroupadGenAOSDnsNotificationGroupcurrentObjects designed to assist in sending DNS notifications.
1.3.6.1.4.1.664.5.53.99.13.2NodeadGenAOSDnsCompliances
1.3.6.1.4.1.664.5.53.99.13.2.1ComplianceadGenAOSDnsFullCompliancecurrentThe compliance statement for SNMP entities which implement version 2 of the adGenAOSDns MIB.
Type Definitions
NameSyntaxStatusDescription
AdDnsRequestErrorConditionTCINTEGER { 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) }currentIndicates 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…
AdDnsResourceRecordTypeTCINTEGER { 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) }currentA = 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…