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

📄 inet-address-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 2 页
字号:
INET-ADDRESS-MIB DEFINITIONS ::= BEGINIMPORTS    MODULE-IDENTITY, mib-2, Unsigned32 FROM SNMPv2-SMI    TEXTUAL-CONVENTION                 FROM SNMPv2-TC;inetAddressMIB MODULE-IDENTITY    LAST-UPDATED "200502040000Z"    ORGANIZATION        "IETF Operations and Management Area"    CONTACT-INFO        "Juergen Schoenwaelder (Editor)         International University Bremen         P.O. Box 750 561         28725 Bremen, Germany         Phone: +49 421 200-3587         EMail: j.schoenwaelder@iu-bremen.de         Send comments to <ietfmibs@ops.ietf.org>."    DESCRIPTION        "This MIB module defines textual conventions for         representing Internet addresses.  An Internet         address can be an IPv4 address, an IPv6 address,         or a DNS domain name.  This module also defines         textual conventions for Internet port numbers,         autonomous system numbers, and the length of an         Internet address prefix.         Copyright (C) The Internet Society (2005).  This version         of this MIB module is part of RFC 4001, see the RFC         itself for full legal notices."    REVISION     "200502040000Z"    DESCRIPTION        "Third version, published as RFC 4001.  This revision         introduces the InetZoneIndex, InetScopeType, and         InetVersion textual conventions."    REVISION     "200205090000Z"    DESCRIPTION        "Second version, published as RFC 3291.  This         revision contains several clarifications and         introduces several new textual conventions:         InetAddressPrefixLength, InetPortNumber,         InetAutonomousSystemNumber, InetAddressIPv4z,         and InetAddressIPv6z."    REVISION     "200006080000Z"    DESCRIPTION        "Initial version, published as RFC 2851."    ::= { mib-2 76 }InetAddressType ::= TEXTUAL-CONVENTION    STATUS      current    DESCRIPTION        "A value that represents a type of Internet address.         unknown(0)  An unknown address type.  This value MUST                     be used if the value of the corresponding                     InetAddress object is a zero-length string.                     It may also be used to indicate an IP address                     that is not in one of the formats defined                     below.         ipv4(1)     An IPv4 address as defined by the                     InetAddressIPv4 textual convention.         ipv6(2)     An IPv6 address as defined by the                     InetAddressIPv6 textual convention.         ipv4z(3)    A non-global IPv4 address including a zone                     index as defined by the InetAddressIPv4z                     textual convention.         ipv6z(4)    A non-global IPv6 address including a zone                     index as defined by the InetAddressIPv6z                     textual convention.         dns(16)     A DNS domain name as defined by the                     InetAddressDNS textual convention.         Each definition of a concrete InetAddressType value must be         accompanied by a definition of a textual convention for use         with that InetAddressType.         To support future extensions, the InetAddressType textual         convention SHOULD NOT be sub-typed in object type definitions.         It MAY be sub-typed in compliance statements in order to         require only a subset of these address types for a compliant         implementation.         Implementations must ensure that InetAddressType objects         and any dependent objects (e.g., InetAddress objects) are         consistent.  An inconsistentValue error must be generated         if an attempt to change an InetAddressType object would,         for example, lead to an undefined InetAddress value.  In         particular, InetAddressType/InetAddress pairs must be         changed together if the address type changes (e.g., from         ipv6(2) to ipv4(1))."    SYNTAX       INTEGER {                     unknown(0),                     ipv4(1),                     ipv6(2),                     ipv4z(3),                     ipv6z(4),                     dns(16)                 }InetAddress ::= TEXTUAL-CONVENTION    STATUS      current    DESCRIPTION        "Denotes a generic Internet address.         An InetAddress value is always interpreted within the context         of an InetAddressType value.  Every usage of the InetAddress         textual convention is required to specify the InetAddressType         object that provides the context.  It is suggested that the         InetAddressType object be logically registered before the         object(s) that use the InetAddress textual convention, if         they appear in the same logical row.         The value of an InetAddress object must always be         consistent with the value of the associated InetAddressType         object.  Attempts to set an InetAddress object to a value         inconsistent with the associated InetAddressType         must fail with an inconsistentValue error.         When this textual convention is used as the syntax of an         index object, there may be issues with the limit of 128         sub-identifiers specified in SMIv2, STD 58.  In this case,         the object definition MUST include a 'SIZE' clause to         limit the number of potential instance sub-identifiers;         otherwise the applicable constraints MUST be stated in         the appropriate conceptual row DESCRIPTION clauses, or         in the surrounding documentation if there is no single         DESCRIPTION clause that is appropriate."    SYNTAX       OCTET STRING (SIZE (0..255))InetAddressIPv4 ::= TEXTUAL-CONVENTION    DISPLAY-HINT "1d.1d.1d.1d"    STATUS       current    DESCRIPTION        "Represents an IPv4 network address:           Octets   Contents         Encoding            1-4     IPv4 address     network-byte order         The corresponding InetAddressType value is ipv4(1).         This textual convention SHOULD NOT be used directly in object         definitions, as it restricts addresses to a specific format.         However, if it is used, it MAY be used either on its own or in         conjunction with InetAddressType, as a pair."    SYNTAX       OCTET STRING (SIZE (4))InetAddressIPv6 ::= TEXTUAL-CONVENTION    DISPLAY-HINT "2x:2x:2x:2x:2x:2x:2x:2x"    STATUS       current    DESCRIPTION        "Represents an IPv6 network address:           Octets   Contents         Encoding            1-16    IPv6 address     network-byte order         The corresponding InetAddressType value is ipv6(2).         This textual convention SHOULD NOT be used directly in object         definitions, as it restricts addresses to a specific format.         However, if it is used, it MAY be used either on its own or in         conjunction with InetAddressType, as a pair."    SYNTAX       OCTET STRING (SIZE (16))InetAddressIPv4z ::= TEXTUAL-CONVENTION    DISPLAY-HINT "1d.1d.1d.1d%4d"    STATUS       current    DESCRIPTION        "Represents a non-global IPv4 network address, together         with its zone index:           Octets   Contents         Encoding            1-4     IPv4 address     network-byte order            5-8     zone index       network-byte order         The corresponding InetAddressType value is ipv4z(3).         The zone index (bytes 5-8) is used to disambiguate identical         address values on nodes that have interfaces attached to         different zones of the same scope.  The zone index may contain         the special value 0, which refers to the default zone for each         scope.         This textual convention SHOULD NOT be used directly in object         definitions, as it restricts addresses to a specific format.         However, if it is used, it MAY be used either on its own or in         conjunction with InetAddressType, as a pair."    SYNTAX       OCTET STRING (SIZE (8))InetAddressIPv6z ::= TEXTUAL-CONVENTION    DISPLAY-HINT "2x:2x:2x:2x:2x:2x:2x:2x%4d"    STATUS       current    DESCRIPTION        "Represents a non-global IPv6 network address, together

⌨️ 快捷键说明

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