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

📄 rfc1612.txt

📁 bind 9.3结合mysql数据库
💻 TXT
📖 第 1 页 / 共 4 页
字号:
Austein & Saperia                                               [Page 8]RFC 1612                    DNS Resolver MIB                    May 1994   dnsResConfigSbeltPref OBJECT-TYPE       SYNTAX      INTEGER (0..2147483647)       MAX-ACCESS  read-create       STATUS      current       DESCRIPTION               "This value identifies the preference for the name server               identified in this row of the table.  The lower the               value, the more desirable the resolver considers this               server."        ::= { dnsResConfigSbeltEntry 4 }   dnsResConfigSbeltSubTree OBJECT-TYPE       SYNTAX      DnsNameAsIndex       MAX-ACCESS  not-accessible       STATUS      current       DESCRIPTION               "Queries sent to the name server identified by this row               of the table are limited to those for names in the name               subtree identified by this variable.  If no such               limitation applies, the value of this variable is the               name of the root domain (a DNS name consisting of a               single zero octet)."       ::= { dnsResConfigSbeltEntry 5 }   dnsResConfigSbeltClass OBJECT-TYPE       SYNTAX      DnsClass       MAX-ACCESS  not-accessible       STATUS      current       DESCRIPTION               "The class of DNS queries that will be sent to the server               identified by this row of the table."       ::= { dnsResConfigSbeltEntry 6 }   dnsResConfigSbeltStatus OBJECT-TYPE       SYNTAX      RowStatus       MAX-ACCESS  read-create       STATUS      current       DESCRIPTION               "Row status column for this row of the Sbelt table."       ::= { dnsResConfigSbeltEntry 7 }   dnsResConfigUpTime OBJECT-TYPE       SYNTAX      DnsTime       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION               "If the resolver has a persistent state (e.g., a               process), this value will be the time elapsed since itAustein & Saperia                                               [Page 9]RFC 1612                    DNS Resolver MIB                    May 1994               started.  For software without persistant state, this               value will be 0."       ::= { dnsResConfig 5 }   dnsResConfigResetTime OBJECT-TYPE       SYNTAX      DnsTime       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION               "If the resolver has a persistent state (e.g., a process)               and supports a `reset' operation (e.g., can be told to               re-read configuration files), this value will be the               time elapsed since the last time the resolver was               `reset.'  For software that does not have persistence or               does not support a `reset' operation, this value will be               zero."       ::= { dnsResConfig 6 }   dnsResConfigReset OBJECT-TYPE       SYNTAX      INTEGER { other(1),                             reset(2),                             initializing(3),                             running(4) }       MAX-ACCESS  read-write       STATUS      current       DESCRIPTION               "Status/action object to reinitialize any persistant               resolver state.  When set to reset(2), any persistant               resolver state (such as a process) is reinitialized as if               the resolver had just been started.  This value will               never be returned by a read operation.  When read, one of               the following values will be returned:                   other(1) - resolver in some unknown state;                   initializing(3) - resolver (re)initializing;                   running(4) - resolver currently running."       ::= { dnsResConfig 7 }   -- Resolver Counters Group   -- Resolver Counter Table   dnsResCounterByOpcodeTable OBJECT-TYPE       SYNTAX      SEQUENCE OF DnsResCounterByOpcodeEntry       MAX-ACCESS  not-accessible       STATUS      current       DESCRIPTION               "Table of the current count of resolver queries andAustein & Saperia                                              [Page 10]RFC 1612                    DNS Resolver MIB                    May 1994               answers."       ::= { dnsResCounter 3 }   dnsResCounterByOpcodeEntry OBJECT-TYPE       SYNTAX      DnsResCounterByOpcodeEntry       MAX-ACCESS  not-accessible       STATUS      current       DESCRIPTION               "Entry in the resolver counter table.  Entries are               indexed by DNS OpCode."       INDEX     { dnsResCounterByOpcodeCode }       ::= { dnsResCounterByOpcodeTable 1 }   DnsResCounterByOpcodeEntry ::=       SEQUENCE {           dnsResCounterByOpcodeCode               DnsOpCode,           dnsResCounterByOpcodeQueries               Counter32,           dnsResCounterByOpcodeResponses               Counter32       }   dnsResCounterByOpcodeCode OBJECT-TYPE       SYNTAX      DnsOpCode       MAX-ACCESS  not-accessible       STATUS      current       DESCRIPTION               "The index to this table.  The OpCodes that have already               been defined are found in RFC-1035."       REFERENCE               "RFC-1035 section 4.1.1."       ::= { dnsResCounterByOpcodeEntry 1 }   dnsResCounterByOpcodeQueries OBJECT-TYPE       SYNTAX      Counter32       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION               "Total number of queries that have sent out by the               resolver since initialization for the OpCode which is               the index to this row of the table."       ::= { dnsResCounterByOpcodeEntry 2 }   dnsResCounterByOpcodeResponses OBJECT-TYPE       SYNTAX      Counter32       MAX-ACCESS  read-only       STATUS      currentAustein & Saperia                                              [Page 11]RFC 1612                    DNS Resolver MIB                    May 1994       DESCRIPTION               "Total number of responses that have been received by the               resolver since initialization for the OpCode which is               the index to this row of the table."       ::= { dnsResCounterByOpcodeEntry 3 }   -- Resolver Response Code Counter Table   dnsResCounterByRcodeTable OBJECT-TYPE       SYNTAX      SEQUENCE OF DnsResCounterByRcodeEntry       MAX-ACCESS  not-accessible       STATUS      current       DESCRIPTION               "Table of the current count of responses to resolver               queries."       ::= { dnsResCounter 4 }   dnsResCounterByRcodeEntry OBJECT-TYPE       SYNTAX      DnsResCounterByRcodeEntry       MAX-ACCESS  not-accessible       STATUS      current       DESCRIPTION               "Entry in the resolver response table.  Entries are               indexed by DNS response code."       INDEX     { dnsResCounterByRcodeCode }       ::= { dnsResCounterByRcodeTable 1 }   DnsResCounterByRcodeEntry ::=       SEQUENCE {           dnsResCounterByRcodeCode               DnsRespCode,           dnsResCounterByRcodeResponses               Counter32       }   dnsResCounterByRcodeCode OBJECT-TYPE       SYNTAX      DnsRespCode       MAX-ACCESS  not-accessible       STATUS      current       DESCRIPTION               "The index to this table.  The Response Codes that have               already been defined are found in RFC-1035."       REFERENCE               "RFC-1035 section 4.1.1."       ::= { dnsResCounterByRcodeEntry 1 }Austein & Saperia                                              [Page 12]RFC 1612                    DNS Resolver MIB                    May 1994   dnsResCounterByRcodeResponses OBJECT-TYPE       SYNTAX      Counter32       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION               "Number of responses the resolver has received for the               response code value which identifies this row of the               table."       ::= { dnsResCounterByRcodeEntry 2 }   -- Additional DNS Resolver Counter Objects   dnsResCounterNonAuthDataResps OBJECT-TYPE       SYNTAX      Counter32       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION               "Number of requests made by the resolver for which a               non-authoritative answer (cached data) was received."       ::= { dnsResCounter 5 }   dnsResCounterNonAuthNoDataResps OBJECT-TYPE       SYNTAX      Counter32       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION               "Number of requests made by the resolver for which a               non-authoritative answer - no such data response (empty               answer) was received."       ::= { dnsResCounter 6 }   dnsResCounterMartians OBJECT-TYPE       SYNTAX      Counter32       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION               "Number of responses received which were received from               servers that the resolver does not think it asked."       ::= { dnsResCounter 7 }   dnsResCounterRecdResponses OBJECT-TYPE       SYNTAX      Counter32       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION               "Number of responses received to all queries."       ::= { dnsResCounter 8 }Austein & Saperia                                              [Page 13]RFC 1612                    DNS Resolver MIB                    May 1994   dnsResCounterUnparseResps OBJECT-TYPE       SYNTAX      Counter32       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION               "Number of responses received which were unparseable."       ::= { dnsResCounter 9 }   dnsResCounterFallbacks OBJECT-TYPE       SYNTAX      Counter32       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION               "Number of times the resolver had to fall back to its               seat belt information."       ::= { dnsResCounter 10 }   -- Lame Delegation Group   dnsResLameDelegationOverflows OBJECT-TYPE       SYNTAX      Counter32       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION               "Number of times the resolver attempted to add an entry               to the Lame Delegation table but was unable to for some               reason such as space constraints."       ::= { dnsResLameDelegation 1 }   -- Lame Delegation Table   dnsResLameDelegationTable OBJECT-TYPE       SYNTAX      SEQUENCE OF DnsResLameDelegationEntry       MAX-ACCESS  not-accessible       STATUS      current       DESCRIPTION               "Table of name servers returning lame delegations.               A lame delegation has occured when a parent zone               delegates authority for a child zone to a server that               appears not to think that it is authoritative for the               child zone in question."       ::= { dnsResLameDelegation 2 }   dnsResLameDelegationEntry OBJECT-TYPE       SYNTAX      DnsResLameDelegationEntry       MAX-ACCESS  not-accessibleAustein & Saperia                                              [Page 14]RFC 1612                    DNS Resolver MIB                    May 1994       STATUS      current       DESCRIPTION               "Entry in lame delegation table.  Only the resolver may               create rows in this table.  SNMP SET requests may be used               to delete rows."       INDEX     { dnsResLameDelegationSource,                   dnsResLameDelegationName,                   dnsResLameDelegationClass }       ::= { dnsResLameDelegationTable 1 }   DnsResLameDelegationEntry ::=       SEQUENCE {           dnsResLameDelegationSource               IpAddress,           dnsResLameDelegationName               DnsNameAsIndex,           dnsResLameDelegationClass               DnsClass,           dnsResLameDelegationCounts               Counter32,           dnsResLameDelegationStatus               RowStatus       }   dnsResLameDelegationSource OBJECT-TYPE       SYNTAX      IpAddress       MAX-ACCESS  not-accessible       STATUS      current       DESCRIPTION               "Source of lame delegation."       ::= { dnsResLameDelegationEntry 1 }   dnsResLameDelegationName OBJECT-TYPE       SYNTAX      DnsNameAsIndex       MAX-ACCESS  not-accessible       STATUS      current       DESCRIPTION               "DNS name for which lame delegation was received."       ::= { dnsResLameDelegationEntry 2 }   dnsResLameDelegationClass OBJECT-TYPE       SYNTAX      DnsClass       MAX-ACCESS  not-accessible       STATUS      current       DESCRIPTION               "DNS class of received lame delegation."       ::= { dnsResLameDelegationEntry 3 }Austein & Saperia                                              [Page 15]RFC 1612                    DNS Resolver MIB                    May 1994   dnsResLameDelegationCounts OBJECT-TYPE       SYNTAX      Counter32       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION               "How many times this lame delegation has been received."       ::= { dnsResLameDelegationEntry 4 }   dnsResLameDelegationStatus OBJECT-TYPE       SYNTAX      RowStatus       MAX-ACCESS  read-write       STATUS      current       DESCRIPTION               "Status column for the lame delegation table.  Since only               the agent (DNS resolver) creates rows in this table, the               only values that a manager may write to this variable               are active(1) and destroy(6)."       ::= { dnsResLameDelegationEntry 5 }   -- Resolver Cache Group   dnsResCacheStatus OBJECT-TYPE       SYNTAX      INTEGER { enabled(1), disabled(2), clear(3) }       MAX-ACCESS  read-write       STATUS      current       DESCRIPTION               "Status/action for the resolver's cache.               enabled(1) means that the use of the cache is allowed.               Query operations can return this state.               disabled(2) means that the cache is not being used.               Query operations can return this state.               Setting this variable to clear(3) deletes the entire               contents of the resolver's cache, but does not otherwise               change the resolver's state.  The status will retain its               previous value from before the clear operation (i.e.,               enabled(1) or disabled(2)).  The value of clear(3) can               NOT be returned by a query operation."       ::= { dnsResCache 1 }   dnsResCacheMaxTTL OBJECT-TYPE       SYNTAX      DnsTime       MAX-ACCESS  read-write       STATUS      current       DESCRIPTIONAustein & Saperia                                              [Page 16]

⌨️ 快捷键说明

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