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

📄 rfc2465.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
             STATUS      current             DESCRIPTION                "The number of IPv6 datagrams that have been                 discarded because they needed to be fragmented                 at this output interface but could not be."             ::= { ipv6IfStatsEntry 14 }         ipv6IfStatsOutFragCreates OBJECT-TYPE             SYNTAX      Counter32             MAX-ACCESS  read-only             STATUS      current             DESCRIPTION                "The number of output datagram fragments that have                 been generated as a result of fragmentation at                 this output interface."             ::= { ipv6IfStatsEntry 15 }         ipv6IfStatsReasmReqds OBJECT-TYPE             SYNTAX      Counter32             MAX-ACCESS  read-only             STATUS      current             DESCRIPTION                "The number of IPv6 fragments received which needed                 to be reassembled at this interface.  Note that this                 counter is incremented at the interface to which                 these fragments were addressed which might not                 be necessarily the input interface for some of                 the fragments."             ::= { ipv6IfStatsEntry 16 }         ipv6IfStatsReasmOKs OBJECT-TYPE             SYNTAX      Counter32             MAX-ACCESS  read-only             STATUS      current             DESCRIPTION               "The number of IPv6 datagrams successfully               reassembled.  Note that this counter is incremented               at the interface to which these datagrams were               addressed which might not be necessarily the input               interface for some of the fragments."             ::= { ipv6IfStatsEntry 17 }         ipv6IfStatsReasmFails OBJECT-TYPE             SYNTAX      Counter32             MAX-ACCESS  read-only             STATUS      current             DESCRIPTION                "The number of failures detected by the IPv6 re-                assembly algorithm (for whatever reason: timed                out, errors, etc.).  Note that this is not                necessarily a count of discarded IPv6 fragments                since some algorithms (notably the algorithm in                RFC 815) can lose track of the number of fragments                by combining them as they are received.                This counter is incremented at the interface to which                these fragments were addressed which might not be                necessarily the input interface for some of the                fragments."             ::= { ipv6IfStatsEntry 18 }         ipv6IfStatsInMcastPkts OBJECT-TYPE             SYNTAX      Counter32             MAX-ACCESS  read-only             STATUS     current             DESCRIPTION                "The number of multicast packets received                 by the interface"             ::= { ipv6IfStatsEntry 19 }         ipv6IfStatsOutMcastPkts OBJECT-TYPE             SYNTAX      Counter32             MAX-ACCESS  read-only             STATUS      current             DESCRIPTION                "The number of multicast packets transmitted                 by the interface"             ::= { ipv6IfStatsEntry 20 }         -- Address Prefix table         -- The IPv6 Address Prefix table contains information on         -- the entity's IPv6 Address Prefixes that are associated         -- with IPv6 interfaces.         ipv6AddrPrefixTable OBJECT-TYPE             SYNTAX  SEQUENCE OF Ipv6AddrPrefixEntry             MAX-ACCESS  not-accessible             STATUS      current             DESCRIPTION                 "The list of IPv6 address prefixes of                 IPv6 interfaces."             ::= { ipv6MIBObjects 7 }         ipv6AddrPrefixEntry OBJECT-TYPE             SYNTAX  Ipv6AddrPrefixEntry             MAX-ACCESS  not-accessible             STATUS      current             DESCRIPTION                 "An interface entry containing objects of                 a particular IPv6 address prefix."             INDEX   { ipv6IfIndex,                       ipv6AddrPrefix,                       ipv6AddrPrefixLength }             ::= { ipv6AddrPrefixTable 1 }         Ipv6AddrPrefixEntry ::= SEQUENCE {              ipv6AddrPrefix                     Ipv6AddressPrefix,              ipv6AddrPrefixLength               INTEGER (0..128),              ipv6AddrPrefixOnLinkFlag           TruthValue,              ipv6AddrPrefixAutonomousFlag       TruthValue,              ipv6AddrPrefixAdvPreferredLifetime Unsigned32,              ipv6AddrPrefixAdvValidLifetime     Unsigned32             }         ipv6AddrPrefix OBJECT-TYPE             SYNTAX      Ipv6AddressPrefix             MAX-ACCESS  not-accessible             STATUS      current             DESCRIPTION               "The prefix associated with the this interface."             ::= { ipv6AddrPrefixEntry 1 }         ipv6AddrPrefixLength OBJECT-TYPE             SYNTAX      INTEGER (0..128)             UNITS       "bits"             MAX-ACCESS  not-accessible             STATUS      current             DESCRIPTION               "The length of the prefix (in bits)."             ::= { ipv6AddrPrefixEntry 2 }         ipv6AddrPrefixOnLinkFlag OBJECT-TYPE             SYNTAX      TruthValue             MAX-ACCESS  read-only             STATUS      current             DESCRIPTION               "This object has the value 'true(1)', if this               prefix can be used  for on-link determination               and the value 'false(2)' otherwise."             ::= { ipv6AddrPrefixEntry 3 }         ipv6AddrPrefixAutonomousFlag OBJECT-TYPE             SYNTAX      TruthValue             MAX-ACCESS  read-only             STATUS      current             DESCRIPTION               "Autonomous address configuration flag. When               true(1), indicates that this prefix can be used               for autonomous address configuration (i.e. can               be used to form a local interface address).               If false(2), it is not used to autoconfigure               a local interface address."             ::= { ipv6AddrPrefixEntry 4 }         ipv6AddrPrefixAdvPreferredLifetime OBJECT-TYPE             SYNTAX      Unsigned32             UNITS       "seconds"             MAX-ACCESS  read-only             STATUS      current             DESCRIPTION                "It is the length of time in seconds that this                prefix will remain preferred, i.e. time until                deprecation.  A value of 4,294,967,295 represents                infinity.                The address generated from a deprecated prefix                should no longer be used as a source address in                new communications, but packets received on such                an interface are processed as expected."             ::= { ipv6AddrPrefixEntry 5 }         ipv6AddrPrefixAdvValidLifetime OBJECT-TYPE             SYNTAX      Unsigned32             UNITS       "seconds"             MAX-ACCESS  read-only             STATUS      current             DESCRIPTION               "It is the length of time in seconds that this               prefix will remain valid, i.e. time until               invalidation.  A value of 4,294,967,295 represents               infinity.               The address generated from an invalidated prefix               should not appear as the destination or source               address of a packet."             ::= { ipv6AddrPrefixEntry 6 }         -- the IPv6 Address table         -- The IPv6 address table contains this node's IPv6         -- addressing information.         ipv6AddrTable OBJECT-TYPE            SYNTAX      SEQUENCE OF Ipv6AddrEntry            MAX-ACCESS  not-accessible            STATUS      current            DESCRIPTION              "The table of addressing information relevant to              this node's interface addresses."            ::= { ipv6MIBObjects 8 }         ipv6AddrEntry OBJECT-TYPE            SYNTAX      Ipv6AddrEntry            MAX-ACCESS  not-accessible            STATUS      current            DESCRIPTION                "The addressing information for one of this                node's interface addresses."            INDEX   { ipv6IfIndex, ipv6AddrAddress }            ::= { ipv6AddrTable 1 }         Ipv6AddrEntry ::=            SEQUENCE {                 ipv6AddrAddress        Ipv6Address,                 ipv6AddrPfxLength      INTEGER,                 ipv6AddrType           INTEGER,                 ipv6AddrAnycastFlag    TruthValue,                 ipv6AddrStatus         INTEGER                }         ipv6AddrAddress OBJECT-TYPE            SYNTAX      Ipv6Address            MAX-ACCESS  not-accessible            STATUS      current            DESCRIPTION              "The IPv6 address to which this entry's addressing              information pertains."            ::= { ipv6AddrEntry 1 }         ipv6AddrPfxLength OBJECT-TYPE            SYNTAX      INTEGER(0..128)            UNITS       "bits"            MAX-ACCESS  read-only            STATUS      current            DESCRIPTION              "The length of the prefix (in bits) associated with              the IPv6 address of this entry."            ::= { ipv6AddrEntry 2 }         ipv6AddrType OBJECT-TYPE            SYNTAX      INTEGER {                                -- address has been formed                                -- using stateless                 stateless(1),  -- autoconfiguration                                -- address has been acquired                                -- by stateful means                                -- (e.g. DHCPv6, manual                 stateful(2),   -- configuration)                                -- type can not be determined                 unknown(3)     -- for some reason.               }            MAX-ACCESS  read-only            STATUS      current            DESCRIPTION               "The type of address. Note that 'stateless(1)'               refers to an address that was statelessly               autoconfigured; 'stateful(2)' refers to a address               which was acquired by via a stateful protocol               (e.g. DHCPv6, manual configuration)."            ::= { ipv6AddrEntry 3 }         ipv6AddrAnycastFlag OBJECT-TYPE             SYNTAX      TruthValue             MAX-ACCESS  read-only             STATUS      current             DESCRIPTION               "This object has the value 'true(1)', if this               address is an anycast address and the value               'false(2)' otherwise."             ::= { ipv6AddrEntry 4 }         ipv6AddrStatus OBJECT-TYPE            SYNTAX      INTEGER {                     preferred(1),                     deprecated(2),                     invalid(3),                     inaccessible(4),                     unknown(5)   -- status can not be determined                                  -- for some reason.                    }            MAX-ACCESS  read-only            STATUS      current            DESCRIPTION              "Address status.  The preferred(1) state indicates              that this is a valid address that can appear as              the destination or source address of a packet.              The deprecated(2) state indicates that this is              a valid but deprecated address that should no longer              be used as a source address in new communications,              but packets addressed to such an address are              processed as expected. The invalid(3) state indicates              that this is not valid address which should not              appear as the destination or source address of              a packet. The inaccessible(4) state indicates that              the address is not accessible because the interface              to which this address is assigned is not operational."

⌨️ 快捷键说明

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