⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dns-server-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 3 页
字号:
    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "Number of requests received which were unparseable and            which originated from `friends'."    ::= { dnsServOptCounter 21 }dnsServOptCounterFriendsOtherErrors OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "Number of requests which were aborted for other (local)            server errors and which originated from `friends'."    ::= { dnsServOptCounter 22 }-- Server Zone Group-- DNS Management Zone Configuration Table-- This table contains zone configuration information.dnsServZoneTable OBJECT-TYPE    SYNTAX      SEQUENCE OF DnsServZoneEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION            "Table of zones for which this name server provides            information.  Each of the zones may be loaded from stable            storage via an implementation-specific mechanism or may            be obtained from another name server via a zone transfer.            If name server doesn't load any zones, this table is            empty."    ::= { dnsServZone 1 }dnsServZoneEntry OBJECT-TYPE    SYNTAX      DnsServZoneEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION            "An entry in the name server zone table.  New rows may be            added either via SNMP or by the name server itself."    INDEX     { dnsServZoneName,                dnsServZoneClass }    ::= { dnsServZoneTable 1 }DnsServZoneEntry ::=    SEQUENCE {        dnsServZoneName            DnsNameAsIndex,        dnsServZoneClass            DnsClass,        dnsServZoneLastReloadSuccess            DnsTime,        dnsServZoneLastReloadAttempt            DnsTime,        dnsServZoneLastSourceAttempt            IpAddress,        dnsServZoneStatus            RowStatus,        dnsServZoneSerial            Counter32,        dnsServZoneCurrent            TruthValue,        dnsServZoneLastSourceSuccess            IpAddress    }dnsServZoneName OBJECT-TYPE    SYNTAX      DnsNameAsIndex    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION            "DNS name of the zone described by this row of the table.            This is the owner name of the SOA RR that defines the            top of the zone. This is name is in uppercase:            characters 'a' through 'z' are mapped to 'A' through 'Z'            in order to make the lexical ordering useful."    ::= { dnsServZoneEntry 1 }dnsServZoneClass OBJECT-TYPE    SYNTAX      DnsClass    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION            "DNS class of the RRs in this zone."    ::= { dnsServZoneEntry 2 }dnsServZoneLastReloadSuccess OBJECT-TYPE    SYNTAX      DnsTime    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "Elapsed time in seconds since last successful reload of            this zone."    ::= { dnsServZoneEntry 3 }dnsServZoneLastReloadAttempt OBJECT-TYPE    SYNTAX      DnsTime    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "Elapsed time in seconds since last attempted reload of            this zone."    ::= { dnsServZoneEntry 4 }dnsServZoneLastSourceAttempt OBJECT-TYPE    SYNTAX      IpAddress    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "IP address of host from which most recent zone transfer            of this zone was attempted.  This value should match the            value of dnsServZoneSourceSuccess if the attempt was            succcessful.  If zone transfer has not been attempted            within the memory of this name server, this value should            be 0.0.0.0."    ::= { dnsServZoneEntry 5 }dnsServZoneStatus OBJECT-TYPE    SYNTAX      RowStatus    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION            "The status of the information represented in this row of            the table."    ::= { dnsServZoneEntry 6 }dnsServZoneSerial OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "Zone serial number (from the SOA RR) of the zone            represented by this row of the table.  If the zone has            not been successfully loaded within the memory of this            name server, the value of this variable is zero."    ::= { dnsServZoneEntry 7 }dnsServZoneCurrent OBJECT-TYPE    SYNTAX      TruthValue    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "Whether the server's copy of the zone represented by            this row of the table is currently valid.  If the zone            has never been successfully loaded or has expired since            it was last succesfully loaded, this variable will have            the value false(2), otherwise this variable will have            the value true(1)."    ::= { dnsServZoneEntry 8 }dnsServZoneLastSourceSuccess OBJECT-TYPE    SYNTAX      IpAddress    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "IP address of host which was the source of the most            recent successful zone transfer for this zone.  If            unknown (e.g., zone has never been successfully            transfered) or irrelevant (e.g., zone was loaded from            stable storage), this value should be 0.0.0.0."    ::= { dnsServZoneEntry 9 }-- DNS Zone Source TablednsServZoneSrcTable OBJECT-TYPE    SYNTAX      SEQUENCE OF DnsServZoneSrcEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION            "This table is a list of IP addresses from which the            server will attempt to load zone information using DNS            zone transfer operations.  A reload may occur due to SNMP            operations that create a row in dnsServZoneTable or a            SET to object dnsServZoneReload.  This table is only            used when the zone is loaded via zone transfer."    ::= { dnsServZone 2 }dnsServZoneSrcEntry OBJECT-TYPE    SYNTAX      DnsServZoneSrcEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION            "An entry in the name server zone source table."    INDEX     { dnsServZoneSrcName,                dnsServZoneSrcClass,                dnsServZoneSrcAddr }    ::= { dnsServZoneSrcTable 1 }DnsServZoneSrcEntry ::=    SEQUENCE {        dnsServZoneSrcName            DnsNameAsIndex,        dnsServZoneSrcClass            DnsClass,        dnsServZoneSrcAddr            IpAddress,        dnsServZoneSrcStatus            RowStatus    }dnsServZoneSrcName OBJECT-TYPE    SYNTAX      DnsNameAsIndex    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION            "DNS name of the zone to which this entry applies."    ::= { dnsServZoneSrcEntry 1 }dnsServZoneSrcClass OBJECT-TYPE    SYNTAX      DnsClass    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION            "DNS class of zone to which this entry applies."    ::= { dnsServZoneSrcEntry 2 }dnsServZoneSrcAddr OBJECT-TYPE    SYNTAX      IpAddress    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION            "IP address of name server host from which this zone            might be obtainable."    ::= { dnsServZoneSrcEntry 3 }dnsServZoneSrcStatus OBJECT-TYPE    SYNTAX      RowStatus    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION            "The status of the information represented in this row of            the table."    ::= { dnsServZoneSrcEntry 4 }-- SNMPv2 groups.dnsServMIBGroups        OBJECT IDENTIFIER ::= { dnsServMIB 2 }dnsServConfigGroup OBJECT-GROUP    OBJECTS   { dnsServConfigImplementIdent,                dnsServConfigRecurs,                dnsServConfigUpTime,                dnsServConfigResetTime,                dnsServConfigReset }    STATUS      current    DESCRIPTION            "A collection of objects providing basic configuration            control of a DNS name server."    ::= { dnsServMIBGroups 1 }dnsServCounterGroup OBJECT-GROUP    OBJECTS   { dnsServCounterAuthAns,                dnsServCounterAuthNoNames,                dnsServCounterAuthNoDataResps,                dnsServCounterNonAuthDatas,                dnsServCounterNonAuthNoDatas,                dnsServCounterReferrals,                dnsServCounterErrors,                dnsServCounterRelNames,                dnsServCounterReqRefusals,                dnsServCounterReqUnparses,                dnsServCounterOtherErrors,                dnsServCounterOpCode,                dnsServCounterQClass,                dnsServCounterQType,                dnsServCounterTransport,                dnsServCounterRequests,                dnsServCounterResponses }    STATUS      current    DESCRIPTION            "A collection of objects providing basic instrumentation            of a DNS name server."    ::= { dnsServMIBGroups 2 }dnsServOptCounterGroup OBJECT-GROUP    OBJECTS   { dnsServOptCounterSelfAuthAns,                dnsServOptCounterSelfAuthNoNames,                dnsServOptCounterSelfAuthNoDataResps,                dnsServOptCounterSelfNonAuthDatas,                dnsServOptCounterSelfNonAuthNoDatas,                dnsServOptCounterSelfReferrals,                dnsServOptCounterSelfErrors,                dnsServOptCounterSelfRelNames,                dnsServOptCounterSelfReqRefusals,                dnsServOptCounterSelfReqUnparses,                dnsServOptCounterSelfOtherErrors,                dnsServOptCounterFriendsAuthAns,                dnsServOptCounterFriendsAuthNoNames,                dnsServOptCounterFriendsAuthNoDataResps,                dnsServOptCounterFriendsNonAuthDatas,                dnsServOptCounterFriendsNonAuthNoDatas,                dnsServOptCounterFriendsReferrals,                dnsServOptCounterFriendsErrors,                dnsServOptCounterFriendsRelNames,                dnsServOptCounterFriendsReqRefusals,                dnsServOptCounterFriendsReqUnparses,                dnsServOptCounterFriendsOtherErrors }    STATUS      current    DESCRIPTION            "A collection of objects providing extended            instrumentation of a DNS name server."    ::= { dnsServMIBGroups 3 }dnsServZoneGroup OBJECT-GROUP    OBJECTS   { dnsServZoneName,                dnsServZoneClass,                dnsServZoneLastReloadSuccess,                dnsServZoneLastReloadAttempt,                dnsServZoneLastSourceAttempt,                dnsServZoneLastSourceSuccess,                dnsServZoneStatus,                dnsServZoneSerial,                dnsServZoneCurrent,                dnsServZoneSrcName,                dnsServZoneSrcClass,                dnsServZoneSrcAddr,                dnsServZoneSrcStatus }    STATUS      current    DESCRIPTION            "A collection of objects providing configuration control            of a DNS name server which loads authoritative zones."    ::= { dnsServMIBGroups 4 }-- Compliances.dnsServMIBCompliances OBJECT IDENTIFIER ::= { dnsServMIB 3 }dnsServMIBCompliance MODULE-COMPLIANCE    STATUS      current    DESCRIPTION            "The compliance statement for agents implementing the DNS            name server MIB extensions."    MODULE -- This MIB module        MANDATORY-GROUPS { dnsServConfigGroup, dnsServCounterGroup }        GROUP   dnsServOptCounterGroup        DESCRIPTION            "The server optional counter group is unconditionally            optional."        GROUP   dnsServZoneGroup        DESCRIPTION            "The server zone group is mandatory for any name server            that acts as an authoritative server for any DNS zone."        OBJECT  dnsServConfigRecurs        MIN-ACCESS      read-only        DESCRIPTION            "This object need not be writable."        OBJECT  dnsServConfigReset        MIN-ACCESS      read-only        DESCRIPTION            "This object need not be writable."    ::= { dnsServMIBCompliances 1 }END

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -