OSPFV3-MIB

MIB Reference — IPNetwork Monitor

All MIBsOSPFV3-MIB

Organization: IETF OSPF Working Group

Last Updated: 2009-08-13

Category: IP and Core Protocols, Network Interfaces, Routing Protocols

Description:

Defines managed objects for managing OSPFv3, the version of OSPF designed for IPv6 networks, covering areas, interfaces, neighbors, and the link-state database.

Imported Objects

From IF-MIB

InterfaceIndex

From INET-ADDRESS-MIB

InetAddress
InetAddressIPv6
InetAddressPrefixLength
InetAddressType

From OSPF-MIB

BigMetric
DesignatedRouterPriority
HelloRange
Metric
Status

From SNMPv2-CONF

MODULE-COMPLIANCE
NOTIFICATION-GROUP
OBJECT-GROUP

From SNMPv2-SMI

Counter32
Gauge32
Integer32
MODULE-IDENTITY
NOTIFICATION-TYPE
OBJECT-TYPE
Unsigned32
mib-2

From SNMPv2-TC

RowStatus
TEXTUAL-CONVENTION
TimeStamp
TruthValue

What Is OSPFV3-MIB?

OSPFV3-MIB is the IETF standards-track MIB module for managing OSPF version 3, the variant of the OSPF link-state routing protocol designed for IPv6 networks, covering areas, interfaces, neighbor adjacencies, and the link-state database. It exposes routing protocol configuration and operational state, including stub-router support, interface-level demand-neighbor probe timers and retransmission limits, virtual-neighbor graceful-restart helper status, and a discontinuity-time object marking when counters were last reset. Its monitoring value is primarily software/protocol status rather than hardware health: tracking neighbor and virtual-neighbor adjacency state (including graceful-restart helper behavior) reveals whether OSPFv3 routing is converged and stable, while ospfv3StubRouterSupport and demand-neighbor timers indicate how the router is configured to behave during startup or over on-demand links. It is explicitly the IPv6 counterpart to the IETF OSPF-MIB for OSPFv2 and depends on standard IETF routing/interface conventions (IF-MIB ifIndex) for binding OSPF interfaces to physical/logical interfaces. It is deployed on IPv6-capable routers running OSPFv3 in enterprise and service-provider networks, polled by an NMS to verify routing protocol health and adjacency stability. Consulting the OSPFV3-MIB OID list can help an operator map specific area, interface, and neighbor objects to their SNMP identifiers before building custom polling or alerting rules.

IPNetwork Monitor allows you to monitor SNMP objects defined in OSPFV3-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.

What Can Be Monitored

  • stub router support configuration
  • virtual neighbor graceful-restart helper status
  • demand-neighbor probe interval and retransmission limit
  • counter discontinuity time
  • OSPFv3 area/interface/neighbor state

Supported Devices

  • vendor-neutral, standards-based MIB, not tied to a specific manufacturer
  • IPv6-capable router running OSPFv3

Monitoring Examples

An operator would check ospfv3StubRouterSupport to confirm whether a router supports advertising itself as a stub router during startup, and monitor ospfv3VirtNbrRestartHelperStatus to verify a virtual neighbor is correctly acting as a graceful-restart helper during a peer's planned restart. Reviewing ospfv3IfDemandNbrProbeInterval and ospfv3IfDemandNbrProbeRetransLimit per interface helps confirm demand-circuit neighbor probing is tuned correctly, while a recent ospfv3DiscontinuityTime combined with unexpected adjacency flaps would prompt an operator to investigate a router reload or counter reset event.

OIDs
OID symbolicOID numericTypeAccessDescription
ospfv3MIB1.3.6.1.2.1.191The MIB module for OSPF version 3. Copyright (c) 2009 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of Internet Society, IETF or IETF Trust, nor the names of specific contributors, may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 'AS IS' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. This version of this MIB module is part of RFC 5643; see the RFC itself for full legal notices.
ospfv3Notifications1.3.6.1.2.1.191.0
NTF ospfv3VirtIfStateChange1.3.6.1.2.1.191.0.1An ospfv3VirtIfStateChange notification signifies that there has been a change in the state of an OSPFv3 virtual interface. This notification should be generated when the interface state regresses (e.g., goes from Point-to-Point to Down) or progresses to a terminal state (i.e., Point-to-Point).
NTF ospfv3NbrStateChange1.3.6.1.2.1.191.0.2An ospfv3NbrStateChange notification signifies that there has been a change in the state of a non-virtual OSPFv3 neighbor. This notification should be generated when the neighbor state regresses (e.g., goes from Attempt or Full to 1-Way or Down) or progresses to a terminal state (e.g., 2-Way or Full). When a neighbor transitions from or to Full on non-broadcast multi-access and broadcast networks, the notification should be generated by the Designated Router. A Designated Router transitioning to Down will be noted by ospfIfStateChange.
NTF ospfv3VirtNbrStateChange1.3.6.1.2.1.191.0.3An ospfv3VirtNbrStateChange notification signifies that there has been a change in the state of an OSPFv3 virtual neighbor. This notification should be generated when the neighbor state regresses (e.g., goes from Attempt or Full to 1-Way or Down) or progresses to a terminal state (e.g., Full).
NTF ospfv3IfConfigError1.3.6.1.2.1.191.0.4An ospfv3IfConfigError notification signifies that a packet has been received on a non-virtual interface from a router whose configuration parameters conflict with this router's configuration parameters. Note that the event optionMismatch should cause a notification only if it prevents an adjacency from forming.
NTF ospfv3VirtIfConfigError1.3.6.1.2.1.191.0.5An ospfv3VirtIfConfigError notification signifies that a packet has been received on a virtual interface from a router whose configuration parameters conflict with this router's configuration parameters. Note that the event optionMismatch should cause a notification only if it prevents an adjacency from forming.
NTF ospfv3IfRxBadPacket1.3.6.1.2.1.191.0.6An ospfv3IfRxBadPacket notification signifies that an OSPFv3 packet that cannot be parsed has been received on a non-virtual interface.
NTF ospfv3VirtIfRxBadPacket1.3.6.1.2.1.191.0.7An ospfv3VirtIfRxBadPacket notification signifies that an OSPFv3 packet that cannot be parsed has been received on a virtual interface.
NTF ospfv3LsdbOverflow1.3.6.1.2.1.191.0.8An ospfv3LsdbOverflow notification signifies that the number of LSAs in the router's link state database has exceeded ospfv3ExtAreaLsdbLimit.
NTF ospfv3LsdbApproachingOverflow1.3.6.1.2.1.191.0.9An ospfv3LsdbApproachingOverflow notification signifies that the number of LSAs in the router's link state database has exceeded ninety percent of ospfv3ExtAreaLsdbLimit.
NTF ospfv3IfStateChange1.3.6.1.2.1.191.0.10An ospfv3IfStateChange notification signifies that there has been a change in the state of a non-virtual OSPFv3 interface. This notification should be generated when the interface state regresses (e.g., goes from DR to Down) or progresses to a terminal state (i.e., Point-to-Point, DR Other, DR, or Backup).
NTF ospfv3NssaTranslatorStatusChange1.3.6.1.2.1.191.0.11An ospfv3NssaTranslatorStatusChange notification indicates that there has been a change in the router's ability to translate OSPFv3 NSSA LSAs into OSPFv3 External LSAs. This notification should be generated when the Translator Status transitions from or to any defined status on a per-area basis.
NTF ospfv3RestartStatusChange1.3.6.1.2.1.191.0.12An ospfv3RestartStatusChange notification signifies that there has been a change in the graceful restart state for the router. This notification should be generated when the router restart status changes.
NTF ospfv3NbrRestartHelperStatusChange1.3.6.1.2.1.191.0.13An ospfv3NbrRestartHelperStatusChange notification signifies that there has been a change in the graceful restart helper state for the neighbor. This notification should be generated when the neighbor restart helper status transitions for a neighbor.
NTF ospfv3VirtNbrRestartHelperStatusChange1.3.6.1.2.1.191.0.14An ospfv3VirtNbrRestartHelperStatusChange notification signifies that there has been a change in the graceful restart helper state for the virtual neighbor. This notification should be generated when the virtual neighbor restart helper status transitions for a virtual neighbor.
ospfv3Objects1.3.6.1.2.1.191.1
ospfv3GeneralGroup1.3.6.1.2.1.191.1.1
OSP ospfv3RouterId1.3.6.1.2.1.191.1.1.1Ospfv3RouterIdTCread-writeA 32-bit unsigned integer uniquely identifying the router in the Autonomous System. To ensure uniqueness, this may default to the 32-bit unsigned integer representation of one of the router's IPv4 interface addresses (if IPv4 is configured on the router). This object is persistent, and when written, the entity SHOULD save the change to non-volatile storage.
STA ospfv3AdminStatus1.3.6.1.2.1.191.1.1.2Statusread-writeThe administrative status of OSPFv3 in the router. The value 'enabled' denotes that the OSPFv3 Process is active on at least one interface; 'disabled' disables it on all interfaces. This object is persistent, and when written, the entity SHOULD save the change to non-volatile storage.
INT ospfv3VersionNumber1.3.6.1.2.1.191.1.1.3INTEGERread-onlyThe version number of OSPF for IPv6 is 3.
T/F ospfv3AreaBdrRtrStatus1.3.6.1.2.1.191.1.1.4TruthValueread-onlyA flag to denote whether this router is an area border router. The value of this object is true (1) when the router is an area border router.
T/F ospfv3ASBdrRtrStatus1.3.6.1.2.1.191.1.1.5TruthValueread-writeA flag to note whether this router is configured as an Autonomous System border router. This object is persistent, and when written, the entity SHOULD save the change to non-volatile storage.
G32 ospfv3AsScopeLsaCount1.3.6.1.2.1.191.1.1.6Gauge32read-onlyThe number of AS-scope (e.g., AS-External) link state advertisements in the link state database.
U32 ospfv3AsScopeLsaCksumSum1.3.6.1.2.1.191.1.1.7Unsigned32read-onlyThe 32-bit unsigned sum of the LS checksums of the AS-scoped link state advertisements contained in the link state database. This sum can be used to determine if there has been a change in a router's link state database or to compare the link state database of two routers.
C32 ospfv3OriginateNewLsas1.3.6.1.2.1.191.1.1.8Counter32read-onlyThe number of new link state advertisements that have been originated. This number is incremented each time the router originates a new LSA. Discontinuities in the value of this counter can occur at re-initialization of the management system and at other times as indicated by the value of ospfv3DiscontinuityTime.
C32 ospfv3RxNewLsas1.3.6.1.2.1.191.1.1.9Counter32read-onlyThe number of link state advertisements received that are determined to be new instantiations. This number does not include newer instantiations of self-originated link state advertisements. Discontinuities in the value of this counter can occur at re-initialization of the management system and at other times as indicated by the value of ospfv3DiscontinuityTime.
G32 ospfv3ExtLsaCount1.3.6.1.2.1.191.1.1.10Gauge32read-onlyThe number of External (LS type 0x4005) in the link state database.
I32 ospfv3ExtAreaLsdbLimit1.3.6.1.2.1.191.1.1.11Integer32read-writeThe maximum number of non-default AS-external-LSA entries that can be stored in the link state database. If the value is -1, then there is no limit. When the number of non-default AS-external-LSAs in a router's link state database reaches ospfv3ExtAreaLsdbLimit, the router enters Overflow state. The router never holds more than ospfv3ExtAreaLsdbLimit non-default AS-external-LSAs in its database. ospfv3ExtAreaLsdbLimit MUST be set identically in all routers attached to the OSPFv3 backbone and/or any regular OSPFv3 area (i.e., OSPFv3 stub areas and not-so-stubby-areas (NSSAs) are excluded). This object is persistent, and when written, the entity SHOULD save the change to non-volatile storage.
U32 ospfv3ExitOverflowInterval1.3.6.1.2.1.191.1.1.12Unsigned32read-writeThe number of seconds that, after entering Overflow state, a router will attempt to leave Overflow state. This allows the router to again originate non-default, AS-External-LSAs. When set to 0, the router will not leave Overflow state until restarted. This object is persistent, and when written, the entity SHOULD save the change to non-volatile storage.
T/F ospfv3DemandExtensions1.3.6.1.2.1.191.1.1.13TruthValueread-writeThe router's support for demand circuits. The value of this object is true (1) when demand circuits are supported. This object is persistent, and when written, the entity SHOULD save the change to non-volatile storage.
U32 ospfv3ReferenceBandwidth1.3.6.1.2.1.191.1.1.14Unsigned32read-writeReference bandwidth in kilobits per second for calculating default interface metrics. The default value is 100,000 KBPS (100 MBPS). This object is persistent, and when written, the entity SHOULD save the change to non-volatile storage.
INT ospfv3RestartSupport1.3.6.1.2.1.191.1.1.15INTEGERread-writeThe router's support for OSPF graceful restart. Options include no restart support, only planned restarts, or both planned and unplanned restarts. This object is persistent, and when written, the entity SHOULD save the change to non-volatile storage.
NUM ospfv3RestartInterval1.3.6.1.2.1.191.1.1.16Ospfv3UpToRefreshIntervalTCread-writeConfigured OSPF graceful restart timeout interval. This object is persistent, and when written, the entity SHOULD save the change to non-volatile storage.
T/F ospfv3RestartStrictLsaChecking1.3.6.1.2.1.191.1.1.17TruthValueread-writeIndicates if strict LSA checking is enabled for graceful restart. A value of true (1) indicates that strict LSA checking is enabled. This object is persistent, and when written, the entity SHOULD save the change to non-volatile storage.
INT ospfv3RestartStatus1.3.6.1.2.1.191.1.1.18INTEGERread-onlyThe current status of OSPF graceful restart capability.
NUM ospfv3RestartAge1.3.6.1.2.1.191.1.1.19Ospfv3UpToRefreshIntervalTCread-onlyRemaining time in the current OSPF graceful restart interval.
INT ospfv3RestartExitReason1.3.6.1.2.1.191.1.1.20INTEGERread-onlyDescribes the outcome of the last attempt at a graceful restart. none: no restart has yet been attempted. inProgress: a restart attempt is currently underway. completed: the last restart completed successfully. timedOut: the last restart timed out. topologyChanged: the last restart was aborted due to a topology change.
T/F ospfv3NotificationEnable1.3.6.1.2.1.191.1.1.21TruthValueread-writeThis object provides a coarse level of control over the generation of OSPFv3 notifications. If this object is set to true (1), then it enables the generation of OSPFv3 notifications. If it is set to false (2), these notifications are not generated. This object is persistent, and when written, the entity SHOULD save the change to non-volatile storage.
T/F ospfv3StubRouterSupport1.3.6.1.2.1.191.1.1.22TruthValueread-onlyThe router's support for stub router functionality. An object value of true (1) indicates that stub router functionality is supported.
INT ospfv3StubRouterAdvertisement1.3.6.1.2.1.191.1.1.23INTEGERread-writeThis object controls the advertisement of stub LSAs by the router. The value doNotAdvertise (1) will result in the advertisement of standard LSAs and is the default value. This object is persistent, and when written, the entity SHOULD save the change to non-volatile storage.
TIM ospfv3DiscontinuityTime1.3.6.1.2.1.191.1.1.24TimeStampread-onlyThe value of sysUpTime on the most recent occasion at which any one of this MIB's counters suffered a discontinuity. If no such discontinuities have occurred since the last re-initialization of the local management subsystem, then this object contains a zero value.
TIM ospfv3RestartTime1.3.6.1.2.1.191.1.1.25TimeStampread-onlyThe value of sysUpTime on the most recent occasion at which the ospfv3RestartExitReason was updated.
ospfv3AreaTable1.3.6.1.2.1.191.1.2not-accessibleInformation describing the configured parameters and cumulative statistics of the router's attached areas. The interfaces and virtual links are configured as part of these areas. Area 0, by definition, is the backbone area.
ospfv3AreaEntry1.3.6.1.2.1.191.1.2.1not-accessibleInformation describing the configured parameters and cumulative statistics of one of the router's attached areas. The information in this table is persistent, and when written, the entity SHOULD save the a change to non-volatile storage.
OSP ospfv3AreaId1.3.6.1.2.1.191.1.2.1.1Ospfv3AreaIdTCnot-accessibleA 32-bit unsigned integer uniquely identifying an area. Area ID 0 is used for the OSPFv3 backbone.
INT ospfv3AreaImportAsExtern1.3.6.1.2.1.191.1.2.1.2INTEGERread-createIndicates whether an area is a stub area, NSSA, or standard area. AS-scope LSAs are not imported into stub areas or NSSAs. NSSAs import AS-External data as NSSA LSAs that have Area-scope.
C32 ospfv3AreaSpfRuns1.3.6.1.2.1.191.1.2.1.3Counter32read-onlyThe number of times that the intra-area route table has been calculated using this area's link state database. This is typically done using Dijkstra's algorithm. Discontinuities in the value of this counter can occur at re-initialization of the management system and at other times as indicated by the value of ospfv3DiscontinuityTime.
G32 ospfv3AreaBdrRtrCount1.3.6.1.2.1.191.1.2.1.4Gauge32read-onlyThe total number of area border routers reachable within this area. This is initially zero, and is calculated in each Shortest Path First (SPF) pass.
G32 ospfv3AreaAsBdrRtrCount1.3.6.1.2.1.191.1.2.1.5Gauge32read-onlyThe total number of Autonomous System border routers reachable within this area. This is initially zero, and is calculated in each SPF pass.
G32 ospfv3AreaScopeLsaCount1.3.6.1.2.1.191.1.2.1.6Gauge32read-onlyThe total number of Area-scope link state advertisements in this area's link state database.
U32 ospfv3AreaScopeLsaCksumSum1.3.6.1.2.1.191.1.2.1.7Unsigned32read-onlyThe 32-bit unsigned sum of the Area-scope link state advertisements' LS checksums contained in this area's link state database. The sum can be used to determine if there has been a change in a router's link state database or to compare the link state database of two routers.
INT ospfv3AreaSummary1.3.6.1.2.1.191.1.2.1.8INTEGERread-createThe variable ospfv3AreaSummary controls the import of Inter-Area LSAs into stub and NSSA areas. It has no effect on other areas. If it is noAreaSummary, the router will neither originate nor propagate Inter-Area LSAs into the stub or NSSA area. It will only advertise a default route. If it is sendAreaSummary, the router will both summarize and propagate Inter-Area LSAs.
ROW ospfv3AreaRowStatus1.3.6.1.2.1.191.1.2.1.9RowStatusread-createThis object permits management of the table by facilitating actions such as row creation, construction, and destruction. The value of this object has no effect on whether other objects in this conceptual row can be modified.
BIG ospfv3AreaStubMetric1.3.6.1.2.1.191.1.2.1.10BigMetricread-createThe metric value advertised for the default route into stub and NSSA areas. By default, this equals the least metric among the interfaces to other areas.
INT ospfv3AreaNssaTranslatorRole1.3.6.1.2.1.191.1.2.1.11INTEGERread-createIndicates an NSSA border router's policy to perform NSSA translation of NSSA-LSAs into AS-External-LSAs.
INT ospfv3AreaNssaTranslatorState1.3.6.1.2.1.191.1.2.1.12INTEGERread-onlyIndicates if and how an NSSA border router is performing NSSA translation of NSSA-LSAs into AS-External-LSAs. When this object is set to 'enabled', the NSSA border router's ospfv3AreaNssaTranslatorRole has been set to 'always'. When this object is set to 'elected', a candidate NSSA border router is translating NSSA-LSAs into AS-External-LSAs. When this object is set to 'disabled', a candidate NSSA Border router is NOT translating NSSA-LSAs into AS-External-LSAs.
U32 ospfv3AreaNssaTranslatorStabInterval1.3.6.1.2.1.191.1.2.1.13Unsigned32read-createThe stability interval defined as the number of seconds after an elected translator determines its services are no longer required that it should continue to perform its translation duties.
C32 ospfv3AreaNssaTranslatorEvents1.3.6.1.2.1.191.1.2.1.14Counter32read-onlyIndicates the number of Translator state changes that have occurred since the last start-up of the OSPFv3 routing process. Discontinuities in the value of this counter can occur at re-initialization of the management system and at other times as indicated by the value of ospfv3DiscontinuityTime.
INT ospfv3AreaStubMetricType1.3.6.1.2.1.191.1.2.1.15INTEGERread-createThis variable assigns the type of metric advertised as a default route.
T/F ospfv3AreaTEEnabled1.3.6.1.2.1.191.1.2.1.16TruthValueread-createIndicates whether or not traffic engineering is enabled in the area. The object is set to the value true (1) to enable traffic engineering. Traffic engineering is disabled by default.
ospfv3AsLsdbTable1.3.6.1.2.1.191.1.3not-accessibleThe OSPFv3 Process's AS-scope link state database (LSDB). The LSDB contains the AS-scope link state advertisements from throughout the areas that the device is attached to.
ospfv3AsLsdbEntry1.3.6.1.2.1.191.1.3.1not-accessibleA single AS-scope link state advertisement.
U32 ospfv3AsLsdbType1.3.6.1.2.1.191.1.3.1.1Unsigned32not-accessibleThe type of the link state advertisement. Each link state type has a separate advertisement format. AS-scope LSAs not recognized by the router may be stored in the database.
OSP ospfv3AsLsdbRouterId1.3.6.1.2.1.191.1.3.1.2Ospfv3RouterIdTCnot-accessibleThe 32-bit number that uniquely identifies the originating router in the Autonomous System.
OSP ospfv3AsLsdbLsid1.3.6.1.2.1.191.1.3.1.3Ospfv3LsIdTCnot-accessibleThe Link State ID is an LS type-specific field containing a unique identifier; it identifies the piece of the routing domain that is being described by the advertisement. In contrast to OSPFv2, the LSID has no addressing semantics.
OSP ospfv3AsLsdbSequence1.3.6.1.2.1.191.1.3.1.4Ospfv3LsaSequenceTCread-onlyThe sequence number field is a signed 32-bit integer. It is used to detect old and duplicate link state advertisements. The space of sequence numbers is linearly ordered. The larger the sequence number, the more recent the advertisement.
OSP ospfv3AsLsdbAge1.3.6.1.2.1.191.1.3.1.5Ospfv3LsaAgeTCread-onlyThis field is the age of the link state advertisement in seconds. The high-order bit of the LS age field is considered the DoNotAge bit for support of on-demand circuits.
I32 ospfv3AsLsdbChecksum1.3.6.1.2.1.191.1.3.1.6Integer32read-onlyThis field is the checksum of the complete contents of the advertisement, excepting the age field. The age field is excepted so that an advertisement's age can be incremented without updating the checksum. The checksum used is the same that is used for ISO connectionless datagrams; it is commonly referred to as the Fletcher checksum.
OCT ospfv3AsLsdbAdvertisement1.3.6.1.2.1.191.1.3.1.7OCTET STRINGread-onlyThe entire link state advertisement, including its header.
T/F ospfv3AsLsdbTypeKnown1.3.6.1.2.1.191.1.3.1.8TruthValueread-onlyThe value true (1) indicates that the LSA type is recognized by this router.
ospfv3AreaLsdbTable1.3.6.1.2.1.191.1.4not-accessibleThe OSPFv3 Process's Area-scope LSDB. The LSDB contains the Area-scope link state advertisements from throughout the area that the device is attached to.
ospfv3AreaLsdbEntry1.3.6.1.2.1.191.1.4.1not-accessibleA single Area-scope link state advertisement.
OSP ospfv3AreaLsdbAreaId1.3.6.1.2.1.191.1.4.1.1Ospfv3AreaIdTCnot-accessibleThe 32-bit identifier of the Area from which the LSA was received.
U32 ospfv3AreaLsdbType1.3.6.1.2.1.191.1.4.1.2Unsigned32not-accessibleThe type of the link state advertisement. Each link state type has a separate advertisement format. Area-scope LSAs unrecognized by the router are also stored in this database.
OSP ospfv3AreaLsdbRouterId1.3.6.1.2.1.191.1.4.1.3Ospfv3RouterIdTCnot-accessibleThe 32-bit number that uniquely identifies the originating router in the Autonomous System.
OSP ospfv3AreaLsdbLsid1.3.6.1.2.1.191.1.4.1.4Ospfv3LsIdTCnot-accessibleThe Link State ID is an LS type-specific field containing a unique identifier; it identifies the piece of the routing domain that is being described by the advertisement. In contrast to OSPFv2, the LSID has no addressing semantics.
OSP ospfv3AreaLsdbSequence1.3.6.1.2.1.191.1.4.1.5Ospfv3LsaSequenceTCread-onlyThe sequence number field is a signed 32-bit integer. It is used to detect old and duplicate link state advertisements. The space of sequence numbers is linearly ordered. The larger the sequence number, the more recent the advertisement.
OSP ospfv3AreaLsdbAge1.3.6.1.2.1.191.1.4.1.6Ospfv3LsaAgeTCread-onlyThis field is the age of the link state advertisement in seconds. The high-order bit of the LS age field is considered the DoNotAge bit for support of on-demand circuits.
I32 ospfv3AreaLsdbChecksum1.3.6.1.2.1.191.1.4.1.7Integer32read-onlyThis field is the checksum of the complete contents of the advertisement, excepting the age field. The age field is excepted so that an advertisement's age can be incremented without updating the checksum. The checksum used is the same that is used for ISO connectionless datagrams; it is commonly referred to as the Fletcher checksum.
OCT ospfv3AreaLsdbAdvertisement1.3.6.1.2.1.191.1.4.1.8OCTET STRINGread-onlyThe entire link state advertisement, including its header.
T/F ospfv3AreaLsdbTypeKnown1.3.6.1.2.1.191.1.4.1.9TruthValueread-onlyThe value true (1) indicates that the LSA type is recognized by this router.
ospfv3LinkLsdbTable1.3.6.1.2.1.191.1.5not-accessibleThe OSPFv3 Process's Link-scope LSDB for non-virtual interfaces. The LSDB contains the Link-scope link state advertisements from the interfaces that the device is attached to.
ospfv3LinkLsdbEntry1.3.6.1.2.1.191.1.5.1not-accessibleA single Link-scope link state advertisement.
NUM ospfv3LinkLsdbIfIndex1.3.6.1.2.1.191.1.5.1.1InterfaceIndexnot-accessibleThe identifier of the link from which the LSA was received.
OSP ospfv3LinkLsdbIfInstId1.3.6.1.2.1.191.1.5.1.2Ospfv3IfInstIdTCnot-accessibleThe identifier of the interface instance from which the LSA was received.
U32 ospfv3LinkLsdbType1.3.6.1.2.1.191.1.5.1.3Unsigned32not-accessibleThe type of the link state advertisement. Each link state type has a separate advertisement format. Link-scope LSAs unrecognized by the router are also stored in this database.
OSP ospfv3LinkLsdbRouterId1.3.6.1.2.1.191.1.5.1.4Ospfv3RouterIdTCnot-accessibleThe 32-bit number that uniquely identifies the originating router in the Autonomous System.
OSP ospfv3LinkLsdbLsid1.3.6.1.2.1.191.1.5.1.5Ospfv3LsIdTCnot-accessibleThe Link State ID is an LS type-specific field containing a unique identifier; it identifies the piece of the routing domain that is being described by the advertisement. In contrast to OSPFv2, the LSID has no addressing semantics. However, in OSPFv3 the Link State ID always contains the flooding scope of the LSA.
OSP ospfv3LinkLsdbSequence1.3.6.1.2.1.191.1.5.1.6Ospfv3LsaSequenceTCread-onlyThe sequence number field is a signed 32-bit integer. It is used to detect old and duplicate link state advertisements. The space of sequence numbers is linearly ordered. The larger the sequence number, the more recent the advertisement.
OSP ospfv3LinkLsdbAge1.3.6.1.2.1.191.1.5.1.7Ospfv3LsaAgeTCread-onlyThis field is the age of the link state advertisement in seconds. The high-order bit of the LS age field is considered the DoNotAge bit for support of on-demand circuits.
I32 ospfv3LinkLsdbChecksum1.3.6.1.2.1.191.1.5.1.8Integer32read-onlyThis field is the checksum of the complete contents of the advertisement, excepting the age field. The age field is excepted so that an advertisement's age can be incremented without updating the checksum. The checksum used is the same that is used for ISO connectionless datagrams; it is commonly referred to as the Fletcher checksum.
OCT ospfv3LinkLsdbAdvertisement1.3.6.1.2.1.191.1.5.1.9OCTET STRINGread-onlyThe entire link state advertisement, including its header.
T/F ospfv3LinkLsdbTypeKnown1.3.6.1.2.1.191.1.5.1.10TruthValueread-onlyThe value true (1) indicates that the LSA type is recognized by this router.
ospfv3HostTable1.3.6.1.2.1.191.1.6not-accessibleThe Host/Metric Table indicates what hosts are directly attached to the router and their corresponding metrics.
ospfv3HostEntry1.3.6.1.2.1.191.1.6.1not-accessibleA metric to be advertised when a given host is reachable. The information in this table is persistent, and when written, the entity SHOULD save the change to non-volatile storage.
IPt ospfv3HostAddressType1.3.6.1.2.1.191.1.6.1.1InetAddressTypenot-accessibleThe address type of ospfv3HostAddress. Only IPv6 global address type is expected.
IP ospfv3HostAddress1.3.6.1.2.1.191.1.6.1.2InetAddressnot-accessibleThe IPv6 address of the host. Must be an IPv6 global address.
MET ospfv3HostMetric1.3.6.1.2.1.191.1.6.1.3Metricread-createThe metric to be advertised.
ROW ospfv3HostRowStatus1.3.6.1.2.1.191.1.6.1.4RowStatusread-createThis object permits management of the table by facilitating actions such as row creation, construction, and destruction. The value of this object has no effect on whether other objects in this conceptual row can be modified.
OSP ospfv3HostAreaID1.3.6.1.2.1.191.1.6.1.5Ospfv3AreaIdTCread-createThe Area the host entry is to be found within. By default, the area for the subsuming OSPFv3 interface, or Area 0 if there is no subsuming interface.
ospfv3IfTable1.3.6.1.2.1.191.1.7not-accessibleThe OSPFv3 Interface Table describes the interfaces from the viewpoint of OSPFv3.
ospfv3IfEntry1.3.6.1.2.1.191.1.7.1not-accessibleThe OSPFv3 Interface Entry describes one interface from the viewpoint of OSPFv3. The information in this table is persistent, and when written, the entity SHOULD save the change to non-volatile storage.
NUM ospfv3IfIndex1.3.6.1.2.1.191.1.7.1.1InterfaceIndexnot-accessibleThe interface index of this OSPFv3 interface. It corresponds to the interface index of the IPv6 interface on which OSPFv3 is configured.
OSP ospfv3IfInstId1.3.6.1.2.1.191.1.7.1.2Ospfv3IfInstIdTCnot-accessibleEnables multiple interface instances of OSPFv3 to be run over a single link. Each interface instance would be assigned a separate ID. This ID has local link significance only.
OSP ospfv3IfAreaId1.3.6.1.2.1.191.1.7.1.3Ospfv3AreaIdTCread-createA 32-bit integer uniquely identifying the area to which the interface connects. Area ID 0 is used for the OSPFv3 backbone.
INT ospfv3IfType1.3.6.1.2.1.191.1.7.1.4INTEGERread-createThe OSPFv3 interface type.
STA ospfv3IfAdminStatus1.3.6.1.2.1.191.1.7.1.5Statusread-createThe OSPFv3 interface's administrative status. The value formed on the interface; the interface will be advertised as an internal route to some area. The value 'disabled' denotes that the interface is external to OSPFv3. Note that a value of 'disabled' for the object ospfv3AdminStatus will override a value of 'enabled' for the interface.
DES ospfv3IfRtrPriority1.3.6.1.2.1.191.1.7.1.6DesignatedRouterPriorityread-createThe priority of this interface. Used in multi-access networks, this field is used in the designated-router election algorithm. The value 0 signifies that the router is not eligible to become the Designated Router on this particular network. In the event of a tie in this value, routers will use their Router ID as a tie breaker.
NUM ospfv3IfTransitDelay1.3.6.1.2.1.191.1.7.1.7Ospfv3UpToRefreshIntervalTCread-createThe estimated number of seconds it takes to transmit a Link State Update packet over this interface. LSAs contained in the update packet must have their age incremented by this amount before transmission. This value should take into account the transmission and propagation delays of the interface.
NUM ospfv3IfRetransInterval1.3.6.1.2.1.191.1.7.1.8Ospfv3UpToRefreshIntervalTCread-createThe number of seconds between link state advertisement retransmissions for adjacencies belonging to this interface. This value is also used when retransmitting database description and Link State Request packets.
HEL ospfv3IfHelloInterval1.3.6.1.2.1.191.1.7.1.9HelloRangeread-createThe length of time, in seconds, between the Hello packets that the router sends on the interface. This value must be the same for all routers attached to a common network.
NUM ospfv3IfRtrDeadInterval1.3.6.1.2.1.191.1.7.1.10Ospfv3DeadIntervalRangeTCread-createThe number of seconds that a router's Hello packets have not been seen before its neighbors declare the router down on the interface. This should be some multiple of the Hello interval. This value must be the same for all routers attached to a common network.
U32 ospfv3IfPollInterval1.3.6.1.2.1.191.1.7.1.11Unsigned32read-createThe larger time interval, in seconds, between the Hello packets sent to an inactive, non-broadcast multi-access neighbor.
INT ospfv3IfState1.3.6.1.2.1.191.1.7.1.12INTEGERread-onlyThe OSPFv3 interface state. An interface may be in standby state if there are multiple interfaces on the link and another interface is active. The interface may be in Down state if the underlying IPv6 interface is down or if the admin status is 'disabled' either globally or for the interface.
OSP ospfv3IfDesignatedRouter1.3.6.1.2.1.191.1.7.1.13Ospfv3RouterIdTCread-onlyThe Router ID of the Designated Router.
OSP ospfv3IfBackupDesignatedRouter1.3.6.1.2.1.191.1.7.1.14Ospfv3RouterIdTCread-onlyThe Router ID of the Backup Designated Router.
C32 ospfv3IfEvents1.3.6.1.2.1.191.1.7.1.15Counter32read-onlyThe number of times this OSPFv3 interface has changed its state or an error has occurred. Discontinuities in the value of this counter can occur at re-initialization of the management system and at other times as indicated by the value of ospfv3DiscontinuityTime.
ROW ospfv3IfRowStatus1.3.6.1.2.1.191.1.7.1.16RowStatusread-createThis object permits management of the table by facilitating actions such as row creation, construction, and destruction. The value of this object has no effect on whether other objects in this conceptual row can be modified.
T/F ospfv3IfDemand1.3.6.1.2.1.191.1.7.1.17TruthValueread-createIndicates whether Demand OSPFv3 procedures (Hello suppression to FULL neighbors and setting the DoNotAge flag on propagated LSAs) should be performed on this interface.
MET ospfv3IfMetricValue1.3.6.1.2.1.191.1.7.1.18Metricread-createThe metric assigned to this interface. The default value of the metric is 'Reference Bandwidth / ifSpeed'. The value of the reference bandwidth can be set in the ospfv3ReferenceBandwidth object.
G32 ospfv3IfLinkScopeLsaCount1.3.6.1.2.1.191.1.7.1.19Gauge32read-onlyThe total number of Link-scope link state advertisements in this link's link state database.
U32 ospfv3IfLinkLsaCksumSum1.3.6.1.2.1.191.1.7.1.20Unsigned32read-onlyThe 32-bit unsigned sum of the Link-scope link state advertisements' LS checksums contained in this link's link state database. The sum can be used to determine if there has been a change in a router's link state database or to compare the link state database of two routers.
T/F ospfv3IfDemandNbrProbe1.3.6.1.2.1.191.1.7.1.21TruthValueread-createIndicates whether or not neighbor probing is enabled to determine whether or not the neighbor is inactive. Neighbor probing is disabled by default.
U32 ospfv3IfDemandNbrProbeRetransLimit1.3.6.1.2.1.191.1.7.1.22Unsigned32read-createThe number of consecutive LSA retransmissions before the neighbor is deemed inactive and the neighbor adjacency is brought down.
U32 ospfv3IfDemandNbrProbeInterval1.3.6.1.2.1.191.1.7.1.23Unsigned32read-createDefines how often the neighbor will be probed.
T/F ospfv3IfTEDisabled1.3.6.1.2.1.191.1.7.1.24TruthValueread-createIndicates whether or not traffic engineering is disabled on the interface when traffic engineering is enabled in the area where the interface is attached. The object is set to the value true (1) to disable traffic engineering on the interface. Traffic engineering is enabled by default on the interface when traffic engineering is enabled in the area where the interface is attached.
T/F ospfv3IfLinkLSASuppression1.3.6.1.2.1.191.1.7.1.25TruthValueread-createSpecifies whether or not link LSA origination is suppressed for broadcast or NBMA interface types. The object is set to value true (1) to suppress the origination.
ospfv3VirtIfTable1.3.6.1.2.1.191.1.8not-accessibleInformation about this router's virtual interfaces that the OSPFv3 Process is configured to carry on.
ospfv3VirtIfEntry1.3.6.1.2.1.191.1.8.1not-accessibleInformation about a single virtual interface. The information in this table is persistent, and when written, the entity SHOULD save the change to non-volatile storage.
OSP ospfv3VirtIfAreaId1.3.6.1.2.1.191.1.8.1.1Ospfv3AreaIdTCnot-accessibleThe transit area that the virtual link traverses. By definition, this is not Area 0.
OSP ospfv3VirtIfNeighbor1.3.6.1.2.1.191.1.8.1.2Ospfv3RouterIdTCnot-accessibleThe Router ID of the virtual neighbor.
NUM ospfv3VirtIfIndex1.3.6.1.2.1.191.1.8.1.3InterfaceIndexread-onlyThe local interface index assigned by the OSPFv3 Process to this OSPFv3 virtual interface. It is advertised in Hellos sent over the virtual link and in the router's router-LSAs.
OSP ospfv3VirtIfInstId1.3.6.1.2.1.191.1.8.1.4Ospfv3IfInstIdTCread-onlyThe local Interface Instance ID assigned by the OSPFv3 Process to this OSPFv3 virtual interface.
NUM ospfv3VirtIfTransitDelay1.3.6.1.2.1.191.1.8.1.5Ospfv3UpToRefreshIntervalTCread-createThe estimated number of seconds it takes to transmit a Link State Update packet over this interface.
NUM ospfv3VirtIfRetransInterval1.3.6.1.2.1.191.1.8.1.6Ospfv3UpToRefreshIntervalTCread-createThe number of seconds between link state advertisement retransmissions for adjacencies belonging to this interface. This value is also used when retransmitting database description and Link State Request packets. This value should be well over the expected round-trip time.
HEL ospfv3VirtIfHelloInterval1.3.6.1.2.1.191.1.8.1.7HelloRangeread-createThe length of time, in seconds, between the Hello packets that the router sends on the interface. This value must be the same for the virtual neighbor.
NUM ospfv3VirtIfRtrDeadInterval1.3.6.1.2.1.191.1.8.1.8Ospfv3DeadIntervalRangeTCread-createThe number of seconds that a router's Hello packets have not been seen before its neighbors declare the router down. This should be some multiple of the Hello interval. This value must be the same for the virtual neighbor.
INT ospfv3VirtIfState1.3.6.1.2.1.191.1.8.1.9INTEGERread-onlyOSPF virtual interface states. The same encoding as the ospfV3IfTable is used.
C32 ospfv3VirtIfEvents1.3.6.1.2.1.191.1.8.1.10Counter32read-onlyThe number of state changes or error events on this virtual link. Discontinuities in the value of this counter can occur at re-initialization of the management system and at other times as indicated by the value of ospfv3DiscontinuityTime.
ROW ospfv3VirtIfRowStatus1.3.6.1.2.1.191.1.8.1.11RowStatusread-createThis object permits management of the table by facilitating actions such as row creation, construction, and destruction. The value of this object has no effect on whether other objects in this conceptual row can be modified.
G32 ospfv3VirtIfLinkScopeLsaCount1.3.6.1.2.1.191.1.8.1.12Gauge32read-onlyThe total number of Link-scope link state advertisements in this virtual link's link state database.
U32 ospfv3VirtIfLinkLsaCksumSum1.3.6.1.2.1.191.1.8.1.13Unsigned32read-onlyThe 32-bit unsigned sum of the Link-scope link state advertisements' LS checksums contained in this virtual link's link state database. The sum can be used to determine if there has been a change in a router's link state database or to compare the link state database of two routers.
ospfv3NbrTable1.3.6.1.2.1.191.1.9not-accessibleA table describing all neighbors in the locality of the OSPFv3 router.
ospfv3NbrEntry1.3.6.1.2.1.191.1.9.1not-accessibleThe information regarding a single neighbor.
NUM ospfv3NbrIfIndex1.3.6.1.2.1.191.1.9.1.1InterfaceIndexnot-accessibleThe Local Link ID of the link over which the neighbor can be reached.
OSP ospfv3NbrIfInstId1.3.6.1.2.1.191.1.9.1.2Ospfv3IfInstIdTCnot-accessibleInterface instance over which the neighbor can be reached. This ID has local link significance only.
OSP ospfv3NbrRtrId1.3.6.1.2.1.191.1.9.1.3Ospfv3RouterIdTCnot-accessibleA 32-bit unsigned integer uniquely identifying the neighboring router in the Autonomous System.
IPt ospfv3NbrAddressType1.3.6.1.2.1.191.1.9.1.4InetAddressTyperead-onlyThe address type of ospfv3NbrAddress. Only IPv6 addresses without zone index are expected.
IP ospfv3NbrAddress1.3.6.1.2.1.191.1.9.1.5InetAddressread-onlyThe IPv6 address of the neighbor associated with the local link.
I32 ospfv3NbrOptions1.3.6.1.2.1.191.1.9.1.6Integer32read-onlyA bit mask corresponding to the neighbor's options field.
DES ospfv3NbrPriority1.3.6.1.2.1.191.1.9.1.7DesignatedRouterPriorityread-onlyThe priority of this neighbor in the designated- router election algorithm. The value 0 signifies that the neighbor is not eligible to become the Designated Router on this particular network.
INT ospfv3NbrState1.3.6.1.2.1.191.1.9.1.8INTEGERread-onlyThe state of the relationship with this neighbor.
C32 ospfv3NbrEvents1.3.6.1.2.1.191.1.9.1.9Counter32read-onlyThe number of times this neighbor relationship has changed state or an error has occurred. Discontinuities in the value of this counter can occur at re-initialization of the management system and at other times as indicated by the value of ospfv3DiscontinuityTime.
G32 ospfv3NbrLsRetransQLen1.3.6.1.2.1.191.1.9.1.10Gauge32read-onlyThe current length of the retransmission queue.
T/F ospfv3NbrHelloSuppressed1.3.6.1.2.1.191.1.9.1.11TruthValueread-onlyIndicates whether Hellos are being suppressed to the neighbor.
NUM ospfv3NbrIfId1.3.6.1.2.1.191.1.9.1.12InterfaceIndexread-onlyThe Interface ID that the neighbor advertises in its Hello packets on this link, that is, the neighbor's local interface index.
INT ospfv3NbrRestartHelperStatus1.3.6.1.2.1.191.1.9.1.13INTEGERread-onlyIndicates whether the router is acting as a graceful restart helper for the neighbor.
NUM ospfv3NbrRestartHelperAge1.3.6.1.2.1.191.1.9.1.14Ospfv3UpToRefreshIntervalTCread-onlyRemaining time in current OSPF graceful restart interval, if the router is acting as a restart helper for the neighbor.
INT ospfv3NbrRestartHelperExitReason1.3.6.1.2.1.191.1.9.1.15INTEGERread-onlyDescribes the outcome of the last attempt at acting as a graceful restart helper for the neighbor. none: no restart has yet been attempted. inProgress: a restart attempt is currently underway. completed: the last restart completed successfully. timedOut: the last restart timed out. topologyChanged: the last restart was aborted due to a topology change.
ospfv3CfgNbrTable1.3.6.1.2.1.191.1.10not-accessibleA table describing all configured neighbors. The Configured Neighbors table just gives OSPFv3 information for sending OSPFv3 packets to potential neighbors and is typically used on NBMA and Point-to-Multipoint networks. Once a Hello is received from a neighbor in the Configured Neighbor table, an entry for that neighbor is created in the Neighbor table and adjacency state is maintained there. Neighbors on multi-access or Point-to-Point networks can use multicast addressing, so only Neighbor table entries are created for them.
ospfv3CfgNbrEntry1.3.6.1.2.1.191.1.10.1not-accessibleThe information regarding a single configured neighbor. The information in this table is persistent, and when written, the entity SHOULD save the change to non-volatile storage.
NUM ospfv3CfgNbrIfIndex1.3.6.1.2.1.191.1.10.1.1InterfaceIndexnot-accessibleThe Local Link ID of the link over which the neighbor can be reached.
OSP ospfv3CfgNbrIfInstId1.3.6.1.2.1.191.1.10.1.2Ospfv3IfInstIdTCnot-accessibleInterface instance over which the neighbor can be reached. This ID has local link significance only.
IPt ospfv3CfgNbrAddressType1.3.6.1.2.1.191.1.10.1.3InetAddressTypenot-accessibleThe address type of ospfv3NbrAddress. Only IPv6 addresses without zone index are expected.
IP ospfv3CfgNbrAddress1.3.6.1.2.1.191.1.10.1.4InetAddressnot-accessibleThe IPv6 address of the neighbor associated with the local link.
DES ospfv3CfgNbrPriority1.3.6.1.2.1.191.1.10.1.5DesignatedRouterPriorityread-createThe priority of this neighbor in the designated- router election algorithm. The value 0 signifies that the neighbor is not eligible to become the Designated Router on this particular network.
ROW ospfv3CfgNbrRowStatus1.3.6.1.2.1.191.1.10.1.6RowStatusread-createThis object permits management of the table by facilitating actions such as row creation, construction, and destruction. The value of this object has no effect on whether other objects in this conceptual row can be modified.
ospfv3VirtNbrTable1.3.6.1.2.1.191.1.11not-accessibleA table describing all virtual neighbors.
ospfv3VirtNbrEntry1.3.6.1.2.1.191.1.11.1not-accessibleVirtual neighbor information.
OSP ospfv3VirtNbrArea1.3.6.1.2.1.191.1.11.1.1Ospfv3AreaIdTCnot-accessibleThe transit area Identifier.
OSP ospfv3VirtNbrRtrId1.3.6.1.2.1.191.1.11.1.2Ospfv3RouterIdTCnot-accessibleA 32-bit integer uniquely identifying the neighboring router in the Autonomous System.
NUM ospfv3VirtNbrIfIndex1.3.6.1.2.1.191.1.11.1.3InterfaceIndexread-onlyThe local Interface ID for the virtual link over which the neighbor can be reached.
OSP ospfv3VirtNbrIfInstId1.3.6.1.2.1.191.1.11.1.4Ospfv3IfInstIdTCread-onlyThe interface instance for the virtual link over which the neighbor can be reached.
IPt ospfv3VirtNbrAddressType1.3.6.1.2.1.191.1.11.1.5InetAddressTyperead-onlyThe address type of ospfv3VirtNbrAddress. Only IPv6 addresses without zone index are expected.
IP ospfv3VirtNbrAddress1.3.6.1.2.1.191.1.11.1.6InetAddressread-onlyThe IPv6 address advertised by this virtual neighbor. It must be a global scope address.
I32 ospfv3VirtNbrOptions1.3.6.1.2.1.191.1.11.1.7Integer32read-onlyA bit mask corresponding to the neighbor's options field.
INT ospfv3VirtNbrState1.3.6.1.2.1.191.1.11.1.8INTEGERread-onlyThe state of the virtual neighbor relationship.
C32 ospfv3VirtNbrEvents1.3.6.1.2.1.191.1.11.1.9Counter32read-onlyThe number of times this virtual link has changed its state or an error has occurred. Discontinuities in the value of this counter can occur at re-initialization of the management system and at other times as indicated by the value of ospfv3DiscontinuityTime.
G32 ospfv3VirtNbrLsRetransQLen1.3.6.1.2.1.191.1.11.1.10Gauge32read-onlyThe current length of the retransmission queue.
T/F ospfv3VirtNbrHelloSuppressed1.3.6.1.2.1.191.1.11.1.11TruthValueread-onlyIndicates whether Hellos are being suppressed to the neighbor.
NUM ospfv3VirtNbrIfId1.3.6.1.2.1.191.1.11.1.12InterfaceIndexread-onlyThe Interface ID that the neighbor advertises in its Hello packets on this virtual link, that is, the neighbor's local Interface ID.
INT ospfv3VirtNbrRestartHelperStatus1.3.6.1.2.1.191.1.11.1.13INTEGERread-onlyIndicates whether the router is acting as a graceful restart helper for the neighbor.
NUM ospfv3VirtNbrRestartHelperAge1.3.6.1.2.1.191.1.11.1.14Ospfv3UpToRefreshIntervalTCread-onlyRemaining time in the current OSPF graceful restart interval, if the router is acting as a restart helper for the neighbor.
INT ospfv3VirtNbrRestartHelperExitReason1.3.6.1.2.1.191.1.11.1.15INTEGERread-onlyDescribes the outcome of the last attempt at acting as a graceful restart helper for the neighbor. none: no restart has yet been attempted. inProgress: a restart attempt is currently underway. completed: the last restart completed successfully. timedOut: the last restart timed out. topologyChanged: the last restart was aborted due to a topology change.
ospfv3AreaAggregateTable1.3.6.1.2.1.191.1.12not-accessibleThe Area Aggregate Table acts as an adjunct to the Area Table. It describes those address aggregates that are configured to be propagated from an area. Its purpose is to reduce the amount of information that is known beyond an area's borders. A range of IPv6 prefixes specified by a prefix / prefix length pair. Note that if ranges are configured such that one range subsumes another range, the most specific match is the preferred one.
ospfv3AreaAggregateEntry1.3.6.1.2.1.191.1.12.1not-accessibleA single area aggregate entry. Information in this table is persistent, and when this object is written, the entity SHOULD save the change to non-volatile storage.
OSP ospfv3AreaAggregateAreaID1.3.6.1.2.1.191.1.12.1.1Ospfv3AreaIdTCnot-accessibleThe area the Address Aggregate is to be found within.
INT ospfv3AreaAggregateAreaLsdbType1.3.6.1.2.1.191.1.12.1.2INTEGERnot-accessibleThe type of the Address Aggregate. This field specifies the Area LSDB type that this Address Aggregate applies to.
IPt ospfv3AreaAggregatePrefixType1.3.6.1.2.1.191.1.12.1.3InetAddressTypenot-accessibleThe prefix type of ospfv3AreaAggregatePrefix. Only IPv6 addresses are expected.
IP ospfv3AreaAggregatePrefix1.3.6.1.2.1.191.1.12.1.4InetAddressnot-accessibleThe IPv6 prefix.
ADR ospfv3AreaAggregatePrefixLength1.3.6.1.2.1.191.1.12.1.5InetAddressPrefixLengthnot-accessibleThe length of the prefix (in bits). A prefix can not be shorter than 3 bits.
ROW ospfv3AreaAggregateRowStatus1.3.6.1.2.1.191.1.12.1.6RowStatusread-createThis object permits management of the table by facilitating actions such as row creation, construction, and destruction. The value of this object has no effect on whether other objects in this conceptual row can be modified.
INT ospfv3AreaAggregateEffect1.3.6.1.2.1.191.1.12.1.7INTEGERread-createPrefixes subsumed by ranges will either trigger the advertisement of the indicated aggregate (advertiseMatching) or result in the prefix not being advertised at all outside the area.
U32 ospfv3AreaAggregateRouteTag1.3.6.1.2.1.191.1.12.1.8Unsigned32read-createThis tag is advertised only in the summarized As-External LSA when summarizing from NSSA-LSAs to AS-External-LSAs.
ospfv3VirtLinkLsdbTable1.3.6.1.2.1.191.1.13not-accessibleThe OSPFv3 Process's Link-scope LSDB for virtual interfaces. The LSDB contains the Link-scope link state advertisements from virtual interfaces.
ospfv3VirtLinkLsdbEntry1.3.6.1.2.1.191.1.13.1not-accessibleA single Link-scope link state advertisement for a virtual interface.
OSP ospfv3VirtLinkLsdbIfAreaId1.3.6.1.2.1.191.1.13.1.1Ospfv3AreaIdTCnot-accessibleThe transit area that the virtual link traverses. By definition, this is not Area 0.
OSP ospfv3VirtLinkLsdbIfNeighbor1.3.6.1.2.1.191.1.13.1.2Ospfv3RouterIdTCnot-accessibleThe Router ID of the virtual neighbor.
U32 ospfv3VirtLinkLsdbType1.3.6.1.2.1.191.1.13.1.3Unsigned32not-accessibleThe type of the link state advertisement. Each link state type has a separate advertisement format. Link-scope LSAs unrecognized by the router are also stored in this database.
OSP ospfv3VirtLinkLsdbRouterId1.3.6.1.2.1.191.1.13.1.4Ospfv3RouterIdTCnot-accessibleThe 32-bit number that uniquely identifies the originating router in the Autonomous System.
OSP ospfv3VirtLinkLsdbLsid1.3.6.1.2.1.191.1.13.1.5Ospfv3LsIdTCnot-accessibleThe Link State ID is an LS type-specific field containing a unique identifier; it identifies the piece of the routing domain that is being described by the advertisement. In contrast to OSPFv2, the LSID has no addressing semantics.
OSP ospfv3VirtLinkLsdbSequence1.3.6.1.2.1.191.1.13.1.6Ospfv3LsaSequenceTCread-onlyThe sequence number field is a signed 32-bit integer. It is used to detect old and duplicate link state advertisements. The space of sequence numbers is linearly ordered. The larger the sequence number, the more recent the advertisement.
OSP ospfv3VirtLinkLsdbAge1.3.6.1.2.1.191.1.13.1.7Ospfv3LsaAgeTCread-onlyThis field is the age of the link state advertisement in seconds. The high-order bit of the LS age field is considered the DoNotAge bit for support of on-demand circuits.
I32 ospfv3VirtLinkLsdbChecksum1.3.6.1.2.1.191.1.13.1.8Integer32read-onlyThis field is the checksum of the complete contents of the advertisement, excepting the age field. The age field is excepted so that an advertisement's age can be incremented without updating the checksum. The checksum used is the same that is used for ISO connectionless datagrams; it is commonly referred to as the Fletcher checksum.
OCT ospfv3VirtLinkLsdbAdvertisement1.3.6.1.2.1.191.1.13.1.9OCTET STRINGread-onlyThe entire link state advertisement, including its header.
T/F ospfv3VirtLinkLsdbTypeKnown1.3.6.1.2.1.191.1.13.1.10TruthValueread-onlyThe value true (1) indicates that the LSA type is recognized by this router.
ospfv3NotificationEntry1.3.6.1.2.1.191.1.14
INT ospfv3ConfigErrorType1.3.6.1.2.1.191.1.14.1INTEGERaccessible-for-notifyPotential types of configuration conflicts. Used by the ospfv3ConfigError and ospfv3ConfigVirtError notifications.
INT ospfv3PacketType1.3.6.1.2.1.191.1.14.2INTEGERaccessible-for-notifyOSPFv3 packet types.
ADR ospfv3PacketSrc1.3.6.1.2.1.191.1.14.3InetAddressIPv6accessible-for-notifyThe IPv6 address of an inbound packet that cannot be identified by a neighbor instance. Only IPv6 addresses without zone index are expected.
ospfv3Conformance1.3.6.1.2.1.191.2
ospfv3Groups1.3.6.1.2.1.191.2.1
ospfv3BasicGroup1.3.6.1.2.1.191.2.1.1These objects are used for managing/monitoring OSPFv3 global parameters.
ospfv3AreaGroup1.3.6.1.2.1.191.2.1.2These objects are used for OSPFv3 systems supporting areas.
ospfv3AsLsdbGroup1.3.6.1.2.1.191.2.1.3These objects are used for OSPFv3 systems that display their AS-scope link state database.
ospfv3AreaLsdbGroup1.3.6.1.2.1.191.2.1.4These objects are used for OSPFv3 systems that display their Area-scope link state database.
ospfv3LinkLsdbGroup1.3.6.1.2.1.191.2.1.5These objects are used for OSPFv3 systems that display their Link-scope link state database for non-virtual interfaces.
ospfv3HostGroup1.3.6.1.2.1.191.2.1.6These objects are used for OSPFv3 systems that support attached hosts.
ospfv3IfGroup1.3.6.1.2.1.191.2.1.7These interface objects are used for managing/monitoring OSPFv3 interfaces.
ospfv3VirtIfGroup1.3.6.1.2.1.191.2.1.8These virtual interface objects are used for managing/monitoring OSPFv3 virtual interfaces.
ospfv3NbrGroup1.3.6.1.2.1.191.2.1.9These neighbor objects are used for managing/monitoring OSPFv3 neighbors.
ospfv3CfgNbrGroup1.3.6.1.2.1.191.2.1.10These configured neighbor objects are used for managing/monitoring OSPFv3-configured neighbors.
ospfv3VirtNbrGroup1.3.6.1.2.1.191.2.1.11These virtual neighbor objects are used for managing/monitoring OSPFv3 virtual neighbors.
ospfv3AreaAggregateGroup1.3.6.1.2.1.191.2.1.12These area aggregate objects are required for aggregating OSPFv3 prefixes for summarization across areas.
ospfv3VirtLinkLsdbGroup1.3.6.1.2.1.191.2.1.13These objects are used for OSPFv3 systems that display their Link-scope link state database for virtual interfaces.
ospfv3NotificationObjectGroup1.3.6.1.2.1.191.2.1.14These objects are used to record notification parameters.
ospfv3NotificationGroup1.3.6.1.2.1.191.2.1.15This group is used for OSPFv3 notifications.
ospfv3Compliances1.3.6.1.2.1.191.2.2
ospfv3FullCompliance1.3.6.1.2.1.191.2.2.1The compliance statement
ospfv3ReadOnlyCompliance1.3.6.1.2.1.191.2.2.2When this MIB module is implemented without support for read-create (i.e., in read-only mode), the implementation can claim read-only compliance. Such a device can then be monitored, but cannot be configured with this MIB.

FAQ

What does OSPFV3-MIB let me monitor on an IPv6 router?
It exposes OSPFv3 routing state including area/interface/neighbor and virtual-neighbor adjacency status, stub-router support configuration, demand-neighbor probe intervals and retransmission limits, graceful-restart helper status, and a counter discontinuity-time object marking when counters were last reset.

How would an NMS use OSPFv3-MIB to verify routing health?
Since it's the IPv6 counterpart to the IETF OSPF-MIB for OSPFv2, an NMS polls neighbor and virtual-neighbor adjacency state to confirm OSPFv3 has converged and is stable, and checks stub-router and demand-neighbor timer settings to understand how the router behaves at startup or over on-demand links, all bound to physical interfaces via IF-MIB ifIndex.

RFC description

OSPFv3 protocol management and statistics MIB (RFC 4750).

Start monitoring vendor-neutral, standards-based MIB (OSPFv3 routing protocol, RFC 5643) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download OSPFV3-MIB