This is a summary of information regarding objects below the ipv6MIB MIB object, which is defined within the IPV6-MIB MIB document as .1.3.6.1.2.1.55.
Name | Type | Access | OID | Description |
---|
Notification Name | ipv6IfStateChange | ||
In MIB | IPV6-MIB | ||
Registered at OID | .1.3.6.1.2.1.55.2.0.1 | ||
Notification Description |
An ipv6IfStateChange notification signifies that there has been a change in the state of an ipv6 interface. This notification should be generated when the interface's operational status transitions to or from the up(1) state. This object is obsoleted by IF-MIB::linkUp and IF-MIB::linkDown notifications. |
||
Mandatory Objects |
|
These TEXTUAL-CONVENTIONS are used in other parts of the document above. They are SNMP's way of defining a datatype that is used repeatedly by other MIB objects. Any implementation implementing objects that use one of these definitions must follow its DESCRIPTION clause as well as the DESCRIPTION clause of the object itself.
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
Ipv6IfIndex | INTEGER32 | A unique value, greater than zero for each internetwork-layer interface in the managed system. It is recommended that values are assigned contiguously starting from 1. The value for each internetwork-layer interface must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization. This object is obsoleted by IF-MIB::InterfaceIndex. | ||||||
PhysAddress | OCTETSTR | Represents media- or physical-level addresses. | ||||||
TruthValue | INTEGER
| Represents a boolean value. | ||||||
Ipv6Address | OCTETSTR | This data type is used to model IPv6 addresses. This is a binary string of 16 octets in network byte-order. This object is obsoleted by INET-ADDRESS-MIB::InetAddress. | ||||||
Ipv6AddressPrefix | OCTETSTR | This data type is used to model IPv6 address prefixes. This is a binary string of up to 16 octets in network byte-order. This object is obsoleted by INET-ADDRESS-MIB::InetAddress. | ||||||
TimeStamp | TICKS | The value of the sysUpTime object at which a specific occurrence happened. The specific occurrence must be defined in the description of any object defined using this type. If sysUpTime is reset to zero as a result of a re- initialization of the network management (sub)system, then the values of all TimeStamp objects are also reset. However, after approximately 497 days without a re- initialization, the sysUpTime object will reach 2^^32-1 and then increment around to zero; in this case, existing values of TimeStamp objects do not change. This can lead to ambiguities in the value of TimeStamp objects. | ||||||
VariablePointer | OBJECTID | A pointer to a specific object instance. For example, sysContact.0 or ifInOctets.3. | ||||||
Ipv6AddressIfIdentifier | OCTETSTR | This data type is used to model IPv6 address interface identifiers. This is a binary string of up to 8 octets in network byte-order. This object is obsoleted by IP-MIB::Ipv6AddressIfIdentifierTC. | ||||||
Ipv6IfIndexOrZero | INTEGER32 | This textual convention is an extension of the Ipv6IfIndex convention. The latter defines a greater than zero value used to identify an IPv6 interface in the managed system. This extension permits the additional value of zero. The value zero is object-specific and must therefore be defined as part of the description of any object which uses this syntax. Examples of the usage of zero might include situations where interface was unknown, or when none or all interfaces need to be referenced. This object is obsoleted by IF-MIB::InterfaceIndexOrZero. | ||||||
DisplayString | OCTETSTR | Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of character codes 0-127 (decimal) - the graphics characters (32-126) are interpreted as US ASCII - NUL, LF, CR, BEL, BS, HT, VT and FF have the special meanings specified in RFC 854 - the other 25 codes have no standard interpretation - the sequence 'CR LF' means newline - the sequence 'CR NUL' means carriage-return - an 'LF' not preceded by a 'CR' means moving to the same column on the next line. - the sequence 'CR x' for any x other than LF or NUL is illegal. (Note that this also means that a string may end with either 'CR LF' or 'CR NUL', but not with CR.) Any object defined using this syntax may not exceed 255 characters in length. | ||||||
RowPointer | OBJECTID | Represents a pointer to a conceptual row. The value is the name of the instance of the first accessible columnar object in the conceptual row. For example, ifIndex.3 would point to the 3rd row in the ifTable (note that if ifIndex were not-accessible, then ifDescr.3 would be used instead). |
Tree view generated by running: snmptranslate -Tp IPV6-MIB::ipv6MIB
+--ipv6MIB(55) | +--ipv6MIBObjects(1) | | | +-- -RW- EnumVal ipv6Forwarding(1) | | Values: forwarding(1), notForwarding(2) | +-- -RW- INTEGER ipv6DefaultHopLimit(2) | | Range: 0..255 | +-- -R-- Unsigned ipv6Interfaces(3) | +-- -R-- TimeTicks ipv6IfTableLastChange(4) | | Textual Convention: TimeStamp | | | +--ipv6IfTable(5) | | | | | +--ipv6IfEntry(1) | | | Index: ipv6IfIndex | | | | | +-- ---- Integer32 ipv6IfIndex(1) | | | Textual Convention: Ipv6IfIndex | | | Range: 1..2147483647 | | +-- -RW- String ipv6IfDescr(2) | | | Textual Convention: DisplayString | | | Size: 0..255 | | +-- -R-- ObjID ipv6IfLowerLayer(3) | | | Textual Convention: VariablePointer | | +-- -R-- Unsigned ipv6IfEffectiveMtu(4) | | +-- -R-- Unsigned ipv6IfReasmMaxSize(5) | | | Range: 0..65535 | | +-- -RW- String ipv6IfIdentifier(6) | | | Textual Convention: Ipv6AddressIfIdentifier | | | Size: 0..8 | | +-- -RW- INTEGER ipv6IfIdentifierLength(7) | | | Range: 0..64 | | +-- -R-- String ipv6IfPhysicalAddress(8) | | | Textual Convention: PhysAddress | | +-- -RW- EnumVal ipv6IfAdminStatus(9) | | | Values: up(1), down(2) | | +-- -R-- EnumVal ipv6IfOperStatus(10) | | | Values: up(1), down(2), noIfIdentifier(3), unknown(4), notPresent(5) | | +-- -R-- TimeTicks ipv6IfLastChange(11) | | Textual Convention: TimeStamp | | | +--ipv6IfStatsTable(6) | | | | | +--ipv6IfStatsEntry(1) | | | | | +-- -R-- Counter ipv6IfStatsInReceives(1) | | +-- -R-- Counter ipv6IfStatsInHdrErrors(2) | | +-- -R-- Counter ipv6IfStatsInTooBigErrors(3) | | +-- -R-- Counter ipv6IfStatsInNoRoutes(4) | | +-- -R-- Counter ipv6IfStatsInAddrErrors(5) | | +-- -R-- Counter ipv6IfStatsInUnknownProtos(6) | | +-- -R-- Counter ipv6IfStatsInTruncatedPkts(7) | | +-- -R-- Counter ipv6IfStatsInDiscards(8) | | +-- -R-- Counter ipv6IfStatsInDelivers(9) | | +-- -R-- Counter ipv6IfStatsOutForwDatagrams(10) | | +-- -R-- Counter ipv6IfStatsOutRequests(11) | | +-- -R-- Counter ipv6IfStatsOutDiscards(12) | | +-- -R-- Counter ipv6IfStatsOutFragOKs(13) | | +-- -R-- Counter ipv6IfStatsOutFragFails(14) | | +-- -R-- Counter ipv6IfStatsOutFragCreates(15) | | +-- -R-- Counter ipv6IfStatsReasmReqds(16) | | +-- -R-- Counter ipv6IfStatsReasmOKs(17) | | +-- -R-- Counter ipv6IfStatsReasmFails(18) | | +-- -R-- Counter ipv6IfStatsInMcastPkts(19) | | +-- -R-- Counter ipv6IfStatsOutMcastPkts(20) | | | +--ipv6AddrPrefixTable(7) | | | | | +--ipv6AddrPrefixEntry(1) | | | Index: ipv6IfIndex, ipv6AddrPrefix, ipv6AddrPrefixLength | | | | | +-- ---- String ipv6AddrPrefix(1) | | | Textual Convention: Ipv6AddressPrefix | | | Size: 0..16 | | +-- ---- INTEGER ipv6AddrPrefixLength(2) | | | Range: 0..128 | | +-- -R-- EnumVal ipv6AddrPrefixOnLinkFlag(3) | | | Textual Convention: TruthValue | | | Values: true(1), false(2) | | +-- -R-- EnumVal ipv6AddrPrefixAutonomousFlag(4) | | | Textual Convention: TruthValue | | | Values: true(1), false(2) | | +-- -R-- Unsigned ipv6AddrPrefixAdvPreferredLifetime(5) | | +-- -R-- Unsigned ipv6AddrPrefixAdvValidLifetime(6) | | | +--ipv6AddrTable(8) | | | | | +--ipv6AddrEntry(1) | | | Index: ipv6IfIndex, ipv6AddrAddress | | | | | +-- ---- String ipv6AddrAddress(1) | | | Textual Convention: Ipv6Address | | | Size: 16 | | +-- -R-- INTEGER ipv6AddrPfxLength(2) | | | Range: 0..128 | | +-- -R-- EnumVal ipv6AddrType(3) | | | Values: stateless(1), stateful(2), unknown(3) | | +-- -R-- EnumVal ipv6AddrAnycastFlag(4) | | | Textual Convention: TruthValue | | | Values: true(1), false(2) | | +-- -R-- EnumVal ipv6AddrStatus(5) | | Values: preferred(1), deprecated(2), invalid(3), inaccessible(4), unknown(5) | | | +-- -R-- Gauge ipv6RouteNumber(9) | +-- -R-- Counter ipv6DiscardedRoutes(10) | | | +--ipv6RouteTable(11) | | | | | +--ipv6RouteEntry(1) | | | Index: ipv6RouteDest, ipv6RoutePfxLength, ipv6RouteIndex | | | | | +-- ---- String ipv6RouteDest(1) | | | Textual Convention: Ipv6Address | | | Size: 16 | | +-- ---- INTEGER ipv6RoutePfxLength(2) | | | Range: 0..128 | | +-- ---- Unsigned ipv6RouteIndex(3) | | +-- -R-- Integer32 ipv6RouteIfIndex(4) | | | Textual Convention: Ipv6IfIndexOrZero | | | Range: 0..2147483647 | | +-- -R-- String ipv6RouteNextHop(5) | | | Textual Convention: Ipv6Address | | | Size: 16 | | +-- -R-- EnumVal ipv6RouteType(6) | | | Values: other(1), discard(2), local(3), remote(4) | | +-- -R-- EnumVal ipv6RouteProtocol(7) | | | Values: other(1), local(2), netmgmt(3), ndisc(4), rip(5), ospf(6), bgp(7), idrp(8), igrp(9) | | +-- -R-- Integer32 ipv6RoutePolicy(8) | | +-- -R-- Unsigned ipv6RouteAge(9) | | +-- -R-- Unsigned ipv6RouteNextHopRDI(10) | | +-- -R-- Unsigned ipv6RouteMetric(11) | | +-- -R-- Unsigned ipv6RouteWeight(12) | | +-- -R-- ObjID ipv6RouteInfo(13) | | | Textual Convention: RowPointer | | +-- -RW- EnumVal ipv6RouteValid(14) | | Textual Convention: TruthValue | | Values: true(1), false(2) | | | +--ipv6NetToMediaTable(12) | | | +--ipv6NetToMediaEntry(1) | | Index: ipv6IfIndex, ipv6NetToMediaNetAddress | | | +-- ---- String ipv6NetToMediaNetAddress(1) | | Textual Convention: Ipv6Address | | Size: 16 | +-- -R-- String ipv6NetToMediaPhysAddress(2) | | Textual Convention: PhysAddress | +-- -R-- EnumVal ipv6NetToMediaType(3) | | Values: other(1), dynamic(2), static(3), local(4) | +-- -R-- EnumVal ipv6IfNetToMediaState(4) | | Values: reachable(1), stale(2), delay(3), probe(4), invalid(5), unknown(6) | +-- -R-- TimeTicks ipv6IfNetToMediaLastUpdated(5) | | Textual Convention: TimeStamp | +-- -RW- EnumVal ipv6NetToMediaValid(6) | Textual Convention: TruthValue | Values: true(1), false(2) | +--ipv6Notifications(2) | | | +--ipv6NotificationPrefix(0) | | | +--ipv6IfStateChange(1) | +--ipv6Conformance(3) | +--ipv6Compliances(1) | | | +--ipv6Compliance(1) | +--ipv6Groups(2) | +--ipv6GeneralGroup(1) +--ipv6NotificationGroup(2)
Last modified: Wednesday, 26-Jun-2024 20:55:24 UTC
For questions regarding web content and site functionality, please write to the net-snmp-users mail list.