OSPFV3-MIB

File: OSPFV3-MIB.mib (148552 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB INET-ADDRESS-MIB OSPF-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
mib-2 Counter32 Gauge32
Integer32 Unsigned32 TEXTUAL-CONVENTION
TruthValue RowStatus TimeStamp
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
InterfaceIndex InetAddressType InetAddress
InetAddressPrefixLength InetAddressIPv6 Metric
BigMetric Status HelloRange
DesignatedRouterPriority

Defined Types

Ospfv3UpToRefreshIntervalTC  
The values one might be able to configure for variables bounded by the Refresh Interval.
TEXTUAL-CONVENTION    
  Unsigned32 1..1800  

Ospfv3DeadIntervalRangeTC  
The range, in seconds, of dead interval value.
TEXTUAL-CONVENTION    
  Unsigned32 1..FFFF  

Ospfv3RouterIdTC  
A 32-bit, unsigned integer uniquely identifying the router in the Autonomous System. To ensure uniqueness, this may default to the value of one of the router's IPv4 host addresses if IPv4 is configured on the router.
TEXTUAL-CONVENTION    
  Unsigned32 1..FFFFFFFF  

Ospfv3LsIdTC  
A unique 32-bit identifier of the piece of the routing domain that is being described by a link state advertisement. In contrast to OSPFv2, the Link State ID (LSID) has no addressing semantics.
TEXTUAL-CONVENTION    
  Unsigned32 1..FFFFFFFF  

Ospfv3AreaIdTC  
An OSPFv3 Area Identifier. A value of zero identifies the backbone area.
TEXTUAL-CONVENTION    
  Unsigned32 0..FFFFFFFF  

Ospfv3IfInstIdTC  
An OSPFv3 Interface Instance ID.
TEXTUAL-CONVENTION    
  Unsigned32 0..255  

Ospfv3LsaSequenceTC  
The 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.
TEXTUAL-CONVENTION    
  Integer32  

Ospfv3LsaAgeTC  
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.
TEXTUAL-CONVENTION    
  Unsigned32 0..3600 | 32768..36368  

Ospfv3AreaEntry  
SEQUENCE    
  ospfv3AreaId Ospfv3AreaIdTC
  ospfv3AreaImportAsExtern INTEGER
  ospfv3AreaSpfRuns Counter32
  ospfv3AreaBdrRtrCount Gauge32
  ospfv3AreaAsBdrRtrCount Gauge32
  ospfv3AreaScopeLsaCount Gauge32
  ospfv3AreaScopeLsaCksumSum Unsigned32
  ospfv3AreaSummary INTEGER
  ospfv3AreaRowStatus RowStatus
  ospfv3AreaStubMetric BigMetric
  ospfv3AreaNssaTranslatorRole INTEGER
  ospfv3AreaNssaTranslatorState INTEGER
  ospfv3AreaNssaTranslatorStabInterval Unsigned32
  ospfv3AreaNssaTranslatorEvents Counter32
  ospfv3AreaStubMetricType INTEGER
  ospfv3AreaTEEnabled TruthValue

Ospfv3AsLsdbEntry  
SEQUENCE    
  ospfv3AsLsdbType Unsigned32
  ospfv3AsLsdbRouterId Ospfv3RouterIdTC
  ospfv3AsLsdbLsid Ospfv3LsIdTC
  ospfv3AsLsdbSequence Ospfv3LsaSequenceTC
  ospfv3AsLsdbAge Ospfv3LsaAgeTC
  ospfv3AsLsdbChecksum Integer32
  ospfv3AsLsdbAdvertisement OCTET STRING
  ospfv3AsLsdbTypeKnown TruthValue

Ospfv3AreaLsdbEntry  
SEQUENCE    
  ospfv3AreaLsdbAreaId Ospfv3AreaIdTC
  ospfv3AreaLsdbType Unsigned32
  ospfv3AreaLsdbRouterId Ospfv3RouterIdTC
  ospfv3AreaLsdbLsid Ospfv3LsIdTC
  ospfv3AreaLsdbSequence Ospfv3LsaSequenceTC
  ospfv3AreaLsdbAge Ospfv3LsaAgeTC
  ospfv3AreaLsdbChecksum Integer32
  ospfv3AreaLsdbAdvertisement OCTET STRING
  ospfv3AreaLsdbTypeKnown TruthValue

Ospfv3LinkLsdbEntry  
SEQUENCE    
  ospfv3LinkLsdbIfIndex InterfaceIndex
  ospfv3LinkLsdbIfInstId Ospfv3IfInstIdTC
  ospfv3LinkLsdbType Unsigned32
  ospfv3LinkLsdbRouterId Ospfv3RouterIdTC
  ospfv3LinkLsdbLsid Ospfv3LsIdTC
  ospfv3LinkLsdbSequence Ospfv3LsaSequenceTC
  ospfv3LinkLsdbAge Ospfv3LsaAgeTC
  ospfv3LinkLsdbChecksum Integer32
  ospfv3LinkLsdbAdvertisement OCTET STRING
  ospfv3LinkLsdbTypeKnown TruthValue

Ospfv3HostEntry  
SEQUENCE    
  ospfv3HostAddressType InetAddressType
  ospfv3HostAddress InetAddress
  ospfv3HostMetric Metric
  ospfv3HostRowStatus RowStatus
  ospfv3HostAreaID Ospfv3AreaIdTC

Ospfv3IfEntry  
SEQUENCE    
  ospfv3IfIndex InterfaceIndex
  ospfv3IfInstId Ospfv3IfInstIdTC
  ospfv3IfAreaId Ospfv3AreaIdTC
  ospfv3IfType INTEGER
  ospfv3IfAdminStatus Status
  ospfv3IfRtrPriority DesignatedRouterPriority
  ospfv3IfTransitDelay Ospfv3UpToRefreshIntervalTC
  ospfv3IfRetransInterval Ospfv3UpToRefreshIntervalTC
  ospfv3IfHelloInterval HelloRange
  ospfv3IfRtrDeadInterval Ospfv3DeadIntervalRangeTC
  ospfv3IfPollInterval Unsigned32
  ospfv3IfState INTEGER
  ospfv3IfDesignatedRouter Ospfv3RouterIdTC
  ospfv3IfBackupDesignatedRouter Ospfv3RouterIdTC
  ospfv3IfEvents Counter32
  ospfv3IfRowStatus RowStatus
  ospfv3IfDemand TruthValue
  ospfv3IfMetricValue Metric
  ospfv3IfLinkScopeLsaCount Gauge32
  ospfv3IfLinkLsaCksumSum Unsigned32
  ospfv3IfDemandNbrProbe TruthValue
  ospfv3IfDemandNbrProbeRetransLimit Unsigned32
  ospfv3IfDemandNbrProbeInterval Unsigned32
  ospfv3IfTEDisabled TruthValue
  ospfv3IfLinkLSASuppression TruthValue

Ospfv3VirtIfEntry  
SEQUENCE    
  ospfv3VirtIfAreaId Ospfv3AreaIdTC
  ospfv3VirtIfNeighbor Ospfv3RouterIdTC
  ospfv3VirtIfIndex InterfaceIndex
  ospfv3VirtIfInstId Ospfv3IfInstIdTC
  ospfv3VirtIfTransitDelay Ospfv3UpToRefreshIntervalTC
  ospfv3VirtIfRetransInterval Ospfv3UpToRefreshIntervalTC
  ospfv3VirtIfHelloInterval HelloRange
  ospfv3VirtIfRtrDeadInterval Ospfv3DeadIntervalRangeTC
  ospfv3VirtIfState INTEGER
  ospfv3VirtIfEvents Counter32
  ospfv3VirtIfRowStatus RowStatus
  ospfv3VirtIfLinkScopeLsaCount Gauge32
  ospfv3VirtIfLinkLsaCksumSum Unsigned32

Ospfv3NbrEntry  
SEQUENCE    
  ospfv3NbrIfIndex InterfaceIndex
  ospfv3NbrIfInstId Ospfv3IfInstIdTC
  ospfv3NbrRtrId Ospfv3RouterIdTC
  ospfv3NbrAddressType InetAddressType
  ospfv3NbrAddress InetAddress
  ospfv3NbrOptions Integer32
  ospfv3NbrPriority DesignatedRouterPriority
  ospfv3NbrState INTEGER
  ospfv3NbrEvents Counter32
  ospfv3NbrLsRetransQLen Gauge32
  ospfv3NbrHelloSuppressed TruthValue
  ospfv3NbrIfId InterfaceIndex
  ospfv3NbrRestartHelperStatus INTEGER
  ospfv3NbrRestartHelperAge Ospfv3UpToRefreshIntervalTC
  ospfv3NbrRestartHelperExitReason INTEGER

Ospfv3CfgNbrEntry  
SEQUENCE    
  ospfv3CfgNbrIfIndex InterfaceIndex
  ospfv3CfgNbrIfInstId Ospfv3IfInstIdTC
  ospfv3CfgNbrAddressType InetAddressType
  ospfv3CfgNbrAddress InetAddress
  ospfv3CfgNbrPriority DesignatedRouterPriority
  ospfv3CfgNbrRowStatus RowStatus

Ospfv3VirtNbrEntry  
SEQUENCE    
  ospfv3VirtNbrArea Ospfv3AreaIdTC
  ospfv3VirtNbrRtrId Ospfv3RouterIdTC
  ospfv3VirtNbrIfIndex InterfaceIndex
  ospfv3VirtNbrIfInstId Ospfv3IfInstIdTC
  ospfv3VirtNbrAddressType InetAddressType
  ospfv3VirtNbrAddress InetAddress
  ospfv3VirtNbrOptions Integer32
  ospfv3VirtNbrState INTEGER
  ospfv3VirtNbrEvents Counter32
  ospfv3VirtNbrLsRetransQLen Gauge32
  ospfv3VirtNbrHelloSuppressed TruthValue
  ospfv3VirtNbrIfId InterfaceIndex
  ospfv3VirtNbrRestartHelperStatus INTEGER
  ospfv3VirtNbrRestartHelperAge Ospfv3UpToRefreshIntervalTC
  ospfv3VirtNbrRestartHelperExitReason INTEGER

Ospfv3AreaAggregateEntry  
SEQUENCE    
  ospfv3AreaAggregateAreaID Ospfv3AreaIdTC
  ospfv3AreaAggregateAreaLsdbType INTEGER
  ospfv3AreaAggregatePrefixType InetAddressType
  ospfv3AreaAggregatePrefix InetAddress
  ospfv3AreaAggregatePrefixLength InetAddressPrefixLength
  ospfv3AreaAggregateRowStatus RowStatus
  ospfv3AreaAggregateEffect INTEGER
  ospfv3AreaAggregateRouteTag Unsigned32

Ospfv3VirtLinkLsdbEntry  
SEQUENCE    
  ospfv3VirtLinkLsdbIfAreaId Ospfv3AreaIdTC
  ospfv3VirtLinkLsdbIfNeighbor Ospfv3RouterIdTC
  ospfv3VirtLinkLsdbType Unsigned32
  ospfv3VirtLinkLsdbRouterId Ospfv3RouterIdTC
  ospfv3VirtLinkLsdbLsid Ospfv3LsIdTC
  ospfv3VirtLinkLsdbSequence Ospfv3LsaSequenceTC
  ospfv3VirtLinkLsdbAge Ospfv3LsaAgeTC
  ospfv3VirtLinkLsdbChecksum Integer32
  ospfv3VirtLinkLsdbAdvertisement OCTET STRING
  ospfv3VirtLinkLsdbTypeKnown TruthValue

Defined Values

ospfv3MIB 1.3.6.1.2.1.191
The 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.
MODULE-IDENTITY    

ospfv3Notifications 1.3.6.1.2.1.191.0
OBJECT IDENTIFIER    

ospfv3Objects 1.3.6.1.2.1.191.1
OBJECT IDENTIFIER    

ospfv3Conformance 1.3.6.1.2.1.191.2
OBJECT IDENTIFIER    

ospfv3GeneralGroup 1.3.6.1.2.1.191.1.1
OBJECT IDENTIFIER    

ospfv3RouterId 1.3.6.1.2.1.191.1.1.1
A 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.
Status: current Access: read-write
OBJECT-TYPE    
  Ospfv3RouterIdTC  

ospfv3AdminStatus 1.3.6.1.2.1.191.1.1.2
The 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.
Status: current Access: read-write
OBJECT-TYPE    
  Status  

ospfv3VersionNumber 1.3.6.1.2.1.191.1.1.3
The version number of OSPF for IPv6 is 3.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER version3(3)  

ospfv3AreaBdrRtrStatus 1.3.6.1.2.1.191.1.1.4
A 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.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ospfv3ASBdrRtrStatus 1.3.6.1.2.1.191.1.1.5
A 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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ospfv3AsScopeLsaCount 1.3.6.1.2.1.191.1.1.6
The number of AS-scope (e.g., AS-External) link state advertisements in the link state database.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ospfv3AsScopeLsaCksumSum 1.3.6.1.2.1.191.1.1.7
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ospfv3OriginateNewLsas 1.3.6.1.2.1.191.1.1.8
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ospfv3RxNewLsas 1.3.6.1.2.1.191.1.1.9
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ospfv3ExtLsaCount 1.3.6.1.2.1.191.1.1.10
The number of External (LS type 0x4005) in the link state database.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ospfv3ExtAreaLsdbLimit 1.3.6.1.2.1.191.1.1.11
The 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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..7FFFFFFF  

ospfv3ExitOverflowInterval 1.3.6.1.2.1.191.1.1.12
The 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.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

ospfv3DemandExtensions 1.3.6.1.2.1.191.1.1.13
The 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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ospfv3ReferenceBandwidth 1.3.6.1.2.1.191.1.1.14
Reference 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.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

ospfv3RestartSupport 1.3.6.1.2.1.191.1.1.15
The 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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), plannedOnly(2), plannedAndUnplanned(3)  

ospfv3RestartInterval 1.3.6.1.2.1.191.1.1.16
Configured OSPF graceful restart timeout interval. This object is persistent, and when written, the entity SHOULD save the change to non-volatile storage.
Status: current Access: read-write
OBJECT-TYPE    
  Ospfv3UpToRefreshIntervalTC  

ospfv3RestartStrictLsaChecking 1.3.6.1.2.1.191.1.1.17
Indicates 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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ospfv3RestartStatus 1.3.6.1.2.1.191.1.1.18
The current status of OSPF graceful restart capability.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notRestarting(1), plannedRestart(2), unplannedRestart(3)  

ospfv3RestartAge 1.3.6.1.2.1.191.1.1.19
Remaining time in the current OSPF graceful restart interval.
Status: current Access: read-only
OBJECT-TYPE    
  Ospfv3UpToRefreshIntervalTC  

ospfv3RestartExitReason 1.3.6.1.2.1.191.1.1.20
Describes 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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), inProgress(2), completed(3), timedOut(4), topologyChanged(5)  

ospfv3NotificationEnable 1.3.6.1.2.1.191.1.1.21
This 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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ospfv3StubRouterSupport 1.3.6.1.2.1.191.1.1.22
The router's support for stub router functionality. An object value of true (1) indicates that stub router functionality is supported.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ospfv3StubRouterAdvertisement 1.3.6.1.2.1.191.1.1.23
This 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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER doNotAdvertise(1), advertise(2)  

ospfv3DiscontinuityTime 1.3.6.1.2.1.191.1.1.24
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

ospfv3RestartTime 1.3.6.1.2.1.191.1.1.25
The value of sysUpTime on the most recent occasion at which the ospfv3RestartExitReason was updated.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

ospfv3AreaTable 1.3.6.1.2.1.191.1.2
Information 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ospfv3AreaEntry

ospfv3AreaEntry 1.3.6.1.2.1.191.1.2.1
Information 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3AreaEntry  

ospfv3AreaId 1.3.6.1.2.1.191.1.2.1.1
A 32-bit unsigned integer uniquely identifying an area. Area ID 0 is used for the OSPFv3 backbone.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3AreaIdTC  

ospfv3AreaImportAsExtern 1.3.6.1.2.1.191.1.2.1.2
Indicates 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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER importExternal(1), importNoExternal(2), importNssa(3)  

ospfv3AreaSpfRuns 1.3.6.1.2.1.191.1.2.1.3
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ospfv3AreaBdrRtrCount 1.3.6.1.2.1.191.1.2.1.4
The total number of area border routers reachable within this area. This is initially zero, and is calculated in each Shortest Path First (SPF) pass.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ospfv3AreaAsBdrRtrCount 1.3.6.1.2.1.191.1.2.1.5
The total number of Autonomous System border routers reachable within this area. This is initially zero, and is calculated in each SPF pass.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ospfv3AreaScopeLsaCount 1.3.6.1.2.1.191.1.2.1.6
The total number of Area-scope link state advertisements in this area's link state database.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ospfv3AreaScopeLsaCksumSum 1.3.6.1.2.1.191.1.2.1.7
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ospfv3AreaSummary 1.3.6.1.2.1.191.1.2.1.8
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER noAreaSummary(1), sendAreaSummary(2)  

ospfv3AreaRowStatus 1.3.6.1.2.1.191.1.2.1.9
This 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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ospfv3AreaStubMetric 1.3.6.1.2.1.191.1.2.1.10
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  BigMetric  

ospfv3AreaNssaTranslatorRole 1.3.6.1.2.1.191.1.2.1.11
Indicates an NSSA border router's policy to perform NSSA translation of NSSA-LSAs into AS-External-LSAs.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER always(1), candidate(2)  

ospfv3AreaNssaTranslatorState 1.3.6.1.2.1.191.1.2.1.12
Indicates 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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), elected(2), disabled(3)  

ospfv3AreaNssaTranslatorStabInterval 1.3.6.1.2.1.191.1.2.1.13
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

ospfv3AreaNssaTranslatorEvents 1.3.6.1.2.1.191.1.2.1.14
Indicates 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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ospfv3AreaStubMetricType 1.3.6.1.2.1.191.1.2.1.15
This variable assigns the type of metric advertised as a default route.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER ospfv3Metric(1), comparableCost(2), nonComparable(3)  

ospfv3AreaTEEnabled 1.3.6.1.2.1.191.1.2.1.16
Indicates 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

ospfv3AsLsdbTable 1.3.6.1.2.1.191.1.3
The 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ospfv3AsLsdbEntry

ospfv3AsLsdbEntry 1.3.6.1.2.1.191.1.3.1
A single AS-scope link state advertisement.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3AsLsdbEntry  

ospfv3AsLsdbType 1.3.6.1.2.1.191.1.3.1.1
The 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..FFFFFFFF  

ospfv3AsLsdbRouterId 1.3.6.1.2.1.191.1.3.1.2
The 32-bit number that uniquely identifies the originating router in the Autonomous System.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3RouterIdTC  

ospfv3AsLsdbLsid 1.3.6.1.2.1.191.1.3.1.3
The 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3LsIdTC  

ospfv3AsLsdbSequence 1.3.6.1.2.1.191.1.3.1.4
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Ospfv3LsaSequenceTC  

ospfv3AsLsdbAge 1.3.6.1.2.1.191.1.3.1.5
This 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.
Status: current Access: read-only
OBJECT-TYPE    
  Ospfv3LsaAgeTC  

ospfv3AsLsdbChecksum 1.3.6.1.2.1.191.1.3.1.6
This 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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ospfv3AsLsdbAdvertisement 1.3.6.1.2.1.191.1.3.1.7
The entire link state advertisement, including its header.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..65535)  

ospfv3AsLsdbTypeKnown 1.3.6.1.2.1.191.1.3.1.8
The value true (1) indicates that the LSA type is recognized by this router.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ospfv3AreaLsdbTable 1.3.6.1.2.1.191.1.4
The 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ospfv3AreaLsdbEntry

ospfv3AreaLsdbEntry 1.3.6.1.2.1.191.1.4.1
A single Area-scope link state advertisement.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3AreaLsdbEntry  

ospfv3AreaLsdbAreaId 1.3.6.1.2.1.191.1.4.1.1
The 32-bit identifier of the Area from which the LSA was received.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3AreaIdTC  

ospfv3AreaLsdbType 1.3.6.1.2.1.191.1.4.1.2
The 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..FFFFFFFF  

ospfv3AreaLsdbRouterId 1.3.6.1.2.1.191.1.4.1.3
The 32-bit number that uniquely identifies the originating router in the Autonomous System.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3RouterIdTC  

ospfv3AreaLsdbLsid 1.3.6.1.2.1.191.1.4.1.4
The 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3LsIdTC  

ospfv3AreaLsdbSequence 1.3.6.1.2.1.191.1.4.1.5
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Ospfv3LsaSequenceTC  

ospfv3AreaLsdbAge 1.3.6.1.2.1.191.1.4.1.6
This 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.
Status: current Access: read-only
OBJECT-TYPE    
  Ospfv3LsaAgeTC  

ospfv3AreaLsdbChecksum 1.3.6.1.2.1.191.1.4.1.7
This 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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ospfv3AreaLsdbAdvertisement 1.3.6.1.2.1.191.1.4.1.8
The entire link state advertisement, including its header.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..65535)  

ospfv3AreaLsdbTypeKnown 1.3.6.1.2.1.191.1.4.1.9
The value true (1) indicates that the LSA type is recognized by this router.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ospfv3LinkLsdbTable 1.3.6.1.2.1.191.1.5
The 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ospfv3LinkLsdbEntry

ospfv3LinkLsdbEntry 1.3.6.1.2.1.191.1.5.1
A single Link-scope link state advertisement.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3LinkLsdbEntry  

ospfv3LinkLsdbIfIndex 1.3.6.1.2.1.191.1.5.1.1
The identifier of the link from which the LSA was received.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

ospfv3LinkLsdbIfInstId 1.3.6.1.2.1.191.1.5.1.2
The identifier of the interface instance from which the LSA was received.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3IfInstIdTC  

ospfv3LinkLsdbType 1.3.6.1.2.1.191.1.5.1.3
The 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..FFFFFFFF  

ospfv3LinkLsdbRouterId 1.3.6.1.2.1.191.1.5.1.4
The 32-bit number that uniquely identifies the originating router in the Autonomous System.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3RouterIdTC  

ospfv3LinkLsdbLsid 1.3.6.1.2.1.191.1.5.1.5
The 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3LsIdTC  

ospfv3LinkLsdbSequence 1.3.6.1.2.1.191.1.5.1.6
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Ospfv3LsaSequenceTC  

ospfv3LinkLsdbAge 1.3.6.1.2.1.191.1.5.1.7
This 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.
Status: current Access: read-only
OBJECT-TYPE    
  Ospfv3LsaAgeTC  

ospfv3LinkLsdbChecksum 1.3.6.1.2.1.191.1.5.1.8
This 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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ospfv3LinkLsdbAdvertisement 1.3.6.1.2.1.191.1.5.1.9
The entire link state advertisement, including its header.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..65535)  

ospfv3LinkLsdbTypeKnown 1.3.6.1.2.1.191.1.5.1.10
The value true (1) indicates that the LSA type is recognized by this router.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ospfv3HostTable 1.3.6.1.2.1.191.1.6
The Host/Metric Table indicates what hosts are directly attached to the router and their corresponding metrics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ospfv3HostEntry

ospfv3HostEntry 1.3.6.1.2.1.191.1.6.1
A 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3HostEntry  

ospfv3HostAddressType 1.3.6.1.2.1.191.1.6.1.1
The address type of ospfv3HostAddress. Only IPv6 global address type is expected.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

ospfv3HostAddress 1.3.6.1.2.1.191.1.6.1.2
The IPv6 address of the host. Must be an IPv6 global address.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

ospfv3HostMetric 1.3.6.1.2.1.191.1.6.1.3
The metric to be advertised.
Status: current Access: read-create
OBJECT-TYPE    
  Metric  

ospfv3HostRowStatus 1.3.6.1.2.1.191.1.6.1.4
This 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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ospfv3HostAreaID 1.3.6.1.2.1.191.1.6.1.5
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  Ospfv3AreaIdTC  

ospfv3IfTable 1.3.6.1.2.1.191.1.7
The OSPFv3 Interface Table describes the interfaces from the viewpoint of OSPFv3.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ospfv3IfEntry

ospfv3IfEntry 1.3.6.1.2.1.191.1.7.1
The 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3IfEntry  

ospfv3IfIndex 1.3.6.1.2.1.191.1.7.1.1
The interface index of this OSPFv3 interface. It corresponds to the interface index of the IPv6 interface on which OSPFv3 is configured.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

ospfv3IfInstId 1.3.6.1.2.1.191.1.7.1.2
Enables 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3IfInstIdTC  

ospfv3IfAreaId 1.3.6.1.2.1.191.1.7.1.3
A 32-bit integer uniquely identifying the area to which the interface connects. Area ID 0 is used for the OSPFv3 backbone.
Status: current Access: read-create
OBJECT-TYPE    
  Ospfv3AreaIdTC  

ospfv3IfType 1.3.6.1.2.1.191.1.7.1.4
The OSPFv3 interface type.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER broadcast(1), nbma(2), pointToPoint(3), pointToMultipoint(5)  

ospfv3IfAdminStatus 1.3.6.1.2.1.191.1.7.1.5
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  Status  

ospfv3IfRtrPriority 1.3.6.1.2.1.191.1.7.1.6
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  DesignatedRouterPriority  

ospfv3IfTransitDelay 1.3.6.1.2.1.191.1.7.1.7
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  Ospfv3UpToRefreshIntervalTC  

ospfv3IfRetransInterval 1.3.6.1.2.1.191.1.7.1.8
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  Ospfv3UpToRefreshIntervalTC  

ospfv3IfHelloInterval 1.3.6.1.2.1.191.1.7.1.9
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  HelloRange  

ospfv3IfRtrDeadInterval 1.3.6.1.2.1.191.1.7.1.10
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  Ospfv3DeadIntervalRangeTC  

ospfv3IfPollInterval 1.3.6.1.2.1.191.1.7.1.11
The larger time interval, in seconds, between the Hello packets sent to an inactive, non-broadcast multi-access neighbor.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

ospfv3IfState 1.3.6.1.2.1.191.1.7.1.12
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(1), loopback(2), waiting(3), pointToPoint(4), designatedRouter(5), backupDesignatedRouter(6), otherDesignatedRouter(7), standby(8)  

ospfv3IfDesignatedRouter 1.3.6.1.2.1.191.1.7.1.13
The Router ID of the Designated Router.
Status: current Access: read-only
OBJECT-TYPE    
  Ospfv3RouterIdTC  

ospfv3IfBackupDesignatedRouter 1.3.6.1.2.1.191.1.7.1.14
The Router ID of the Backup Designated Router.
Status: current Access: read-only
OBJECT-TYPE    
  Ospfv3RouterIdTC  

ospfv3IfEvents 1.3.6.1.2.1.191.1.7.1.15
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ospfv3IfRowStatus 1.3.6.1.2.1.191.1.7.1.16
This 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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ospfv3IfDemand 1.3.6.1.2.1.191.1.7.1.17
Indicates whether Demand OSPFv3 procedures (Hello suppression to FULL neighbors and setting the DoNotAge flag on propagated LSAs) should be performed on this interface.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

ospfv3IfMetricValue 1.3.6.1.2.1.191.1.7.1.18
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  Metric  

ospfv3IfLinkScopeLsaCount 1.3.6.1.2.1.191.1.7.1.19
The total number of Link-scope link state advertisements in this link's link state database.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ospfv3IfLinkLsaCksumSum 1.3.6.1.2.1.191.1.7.1.20
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ospfv3IfDemandNbrProbe 1.3.6.1.2.1.191.1.7.1.21
Indicates whether or not neighbor probing is enabled to determine whether or not the neighbor is inactive. Neighbor probing is disabled by default.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

ospfv3IfDemandNbrProbeRetransLimit 1.3.6.1.2.1.191.1.7.1.22
The number of consecutive LSA retransmissions before the neighbor is deemed inactive and the neighbor adjacency is brought down.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

ospfv3IfDemandNbrProbeInterval 1.3.6.1.2.1.191.1.7.1.23
Defines how often the neighbor will be probed.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

ospfv3IfTEDisabled 1.3.6.1.2.1.191.1.7.1.24
Indicates 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

ospfv3IfLinkLSASuppression 1.3.6.1.2.1.191.1.7.1.25
Specifies 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

ospfv3VirtIfTable 1.3.6.1.2.1.191.1.8
Information about this router's virtual interfaces that the OSPFv3 Process is configured to carry on.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ospfv3VirtIfEntry

ospfv3VirtIfEntry 1.3.6.1.2.1.191.1.8.1
Information 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3VirtIfEntry  

ospfv3VirtIfAreaId 1.3.6.1.2.1.191.1.8.1.1
The transit area that the virtual link traverses. By definition, this is not Area 0.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3AreaIdTC  

ospfv3VirtIfNeighbor 1.3.6.1.2.1.191.1.8.1.2
The Router ID of the virtual neighbor.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3RouterIdTC  

ospfv3VirtIfIndex 1.3.6.1.2.1.191.1.8.1.3
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

ospfv3VirtIfInstId 1.3.6.1.2.1.191.1.8.1.4
The local Interface Instance ID assigned by the OSPFv3 Process to this OSPFv3 virtual interface.
Status: current Access: read-only
OBJECT-TYPE    
  Ospfv3IfInstIdTC  

ospfv3VirtIfTransitDelay 1.3.6.1.2.1.191.1.8.1.5
The estimated number of seconds it takes to transmit a Link State Update packet over this interface.
Status: current Access: read-create
OBJECT-TYPE    
  Ospfv3UpToRefreshIntervalTC  

ospfv3VirtIfRetransInterval 1.3.6.1.2.1.191.1.8.1.6
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  Ospfv3UpToRefreshIntervalTC  

ospfv3VirtIfHelloInterval 1.3.6.1.2.1.191.1.8.1.7
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  HelloRange  

ospfv3VirtIfRtrDeadInterval 1.3.6.1.2.1.191.1.8.1.8
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  Ospfv3DeadIntervalRangeTC  

ospfv3VirtIfState 1.3.6.1.2.1.191.1.8.1.9
OSPF virtual interface states. The same encoding as the ospfV3IfTable is used.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(1), pointToPoint(4)  

ospfv3VirtIfEvents 1.3.6.1.2.1.191.1.8.1.10
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ospfv3VirtIfRowStatus 1.3.6.1.2.1.191.1.8.1.11
This 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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ospfv3VirtIfLinkScopeLsaCount 1.3.6.1.2.1.191.1.8.1.12
The total number of Link-scope link state advertisements in this virtual link's link state database.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ospfv3VirtIfLinkLsaCksumSum 1.3.6.1.2.1.191.1.8.1.13
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ospfv3NbrTable 1.3.6.1.2.1.191.1.9
A table describing all neighbors in the locality of the OSPFv3 router.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ospfv3NbrEntry

ospfv3NbrEntry 1.3.6.1.2.1.191.1.9.1
The information regarding a single neighbor.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3NbrEntry  

ospfv3NbrIfIndex 1.3.6.1.2.1.191.1.9.1.1
The Local Link ID of the link over which the neighbor can be reached.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

ospfv3NbrIfInstId 1.3.6.1.2.1.191.1.9.1.2
Interface instance over which the neighbor can be reached. This ID has local link significance only.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3IfInstIdTC  

ospfv3NbrRtrId 1.3.6.1.2.1.191.1.9.1.3
A 32-bit unsigned integer uniquely identifying the neighboring router in the Autonomous System.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3RouterIdTC  

ospfv3NbrAddressType 1.3.6.1.2.1.191.1.9.1.4
The address type of ospfv3NbrAddress. Only IPv6 addresses without zone index are expected.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ospfv3NbrAddress 1.3.6.1.2.1.191.1.9.1.5
The IPv6 address of the neighbor associated with the local link.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ospfv3NbrOptions 1.3.6.1.2.1.191.1.9.1.6
A bit mask corresponding to the neighbor's options field.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ospfv3NbrPriority 1.3.6.1.2.1.191.1.9.1.7
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  DesignatedRouterPriority  

ospfv3NbrState 1.3.6.1.2.1.191.1.9.1.8
The state of the relationship with this neighbor.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(1), attempt(2), init(3), twoWay(4), exchangeStart(5), exchange(6), loading(7), full(8)  

ospfv3NbrEvents 1.3.6.1.2.1.191.1.9.1.9
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ospfv3NbrLsRetransQLen 1.3.6.1.2.1.191.1.9.1.10
The current length of the retransmission queue.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ospfv3NbrHelloSuppressed 1.3.6.1.2.1.191.1.9.1.11
Indicates whether Hellos are being suppressed to the neighbor.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ospfv3NbrIfId 1.3.6.1.2.1.191.1.9.1.12
The Interface ID that the neighbor advertises in its Hello packets on this link, that is, the neighbor's local interface index.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

ospfv3NbrRestartHelperStatus 1.3.6.1.2.1.191.1.9.1.13
Indicates whether the router is acting as a graceful restart helper for the neighbor.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notHelping(1), helping(2)  

ospfv3NbrRestartHelperAge 1.3.6.1.2.1.191.1.9.1.14
Remaining time in current OSPF graceful restart interval, if the router is acting as a restart helper for the neighbor.
Status: current Access: read-only
OBJECT-TYPE    
  Ospfv3UpToRefreshIntervalTC  

ospfv3NbrRestartHelperExitReason 1.3.6.1.2.1.191.1.9.1.15
Describes 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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), inProgress(2), completed(3), timedOut(4), topologyChanged(5)  

ospfv3CfgNbrTable 1.3.6.1.2.1.191.1.10
A 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ospfv3CfgNbrEntry

ospfv3CfgNbrEntry 1.3.6.1.2.1.191.1.10.1
The 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3CfgNbrEntry  

ospfv3CfgNbrIfIndex 1.3.6.1.2.1.191.1.10.1.1
The Local Link ID of the link over which the neighbor can be reached.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

ospfv3CfgNbrIfInstId 1.3.6.1.2.1.191.1.10.1.2
Interface instance over which the neighbor can be reached. This ID has local link significance only.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3IfInstIdTC  

ospfv3CfgNbrAddressType 1.3.6.1.2.1.191.1.10.1.3
The address type of ospfv3NbrAddress. Only IPv6 addresses without zone index are expected.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

ospfv3CfgNbrAddress 1.3.6.1.2.1.191.1.10.1.4
The IPv6 address of the neighbor associated with the local link.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

ospfv3CfgNbrPriority 1.3.6.1.2.1.191.1.10.1.5
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  DesignatedRouterPriority  

ospfv3CfgNbrRowStatus 1.3.6.1.2.1.191.1.10.1.6
This 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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ospfv3VirtNbrTable 1.3.6.1.2.1.191.1.11
A table describing all virtual neighbors.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ospfv3VirtNbrEntry

ospfv3VirtNbrEntry 1.3.6.1.2.1.191.1.11.1
Virtual neighbor information.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3VirtNbrEntry  

ospfv3VirtNbrArea 1.3.6.1.2.1.191.1.11.1.1
The transit area Identifier.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3AreaIdTC  

ospfv3VirtNbrRtrId 1.3.6.1.2.1.191.1.11.1.2
A 32-bit integer uniquely identifying the neighboring router in the Autonomous System.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3RouterIdTC  

ospfv3VirtNbrIfIndex 1.3.6.1.2.1.191.1.11.1.3
The local Interface ID for the virtual link over which the neighbor can be reached.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

ospfv3VirtNbrIfInstId 1.3.6.1.2.1.191.1.11.1.4
The interface instance for the virtual link over which the neighbor can be reached.
Status: current Access: read-only
OBJECT-TYPE    
  Ospfv3IfInstIdTC  

ospfv3VirtNbrAddressType 1.3.6.1.2.1.191.1.11.1.5
The address type of ospfv3VirtNbrAddress. Only IPv6 addresses without zone index are expected.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ospfv3VirtNbrAddress 1.3.6.1.2.1.191.1.11.1.6
The IPv6 address advertised by this virtual neighbor. It must be a global scope address.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ospfv3VirtNbrOptions 1.3.6.1.2.1.191.1.11.1.7
A bit mask corresponding to the neighbor's options field.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ospfv3VirtNbrState 1.3.6.1.2.1.191.1.11.1.8
The state of the virtual neighbor relationship.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(1), attempt(2), init(3), twoWay(4), exchangeStart(5), exchange(6), loading(7), full(8)  

ospfv3VirtNbrEvents 1.3.6.1.2.1.191.1.11.1.9
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ospfv3VirtNbrLsRetransQLen 1.3.6.1.2.1.191.1.11.1.10
The current length of the retransmission queue.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ospfv3VirtNbrHelloSuppressed 1.3.6.1.2.1.191.1.11.1.11
Indicates whether Hellos are being suppressed to the neighbor.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ospfv3VirtNbrIfId 1.3.6.1.2.1.191.1.11.1.12
The Interface ID that the neighbor advertises in its Hello packets on this virtual link, that is, the neighbor's local Interface ID.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

ospfv3VirtNbrRestartHelperStatus 1.3.6.1.2.1.191.1.11.1.13
Indicates whether the router is acting as a graceful restart helper for the neighbor.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notHelping(1), helping(2)  

ospfv3VirtNbrRestartHelperAge 1.3.6.1.2.1.191.1.11.1.14
Remaining time in the current OSPF graceful restart interval, if the router is acting as a restart helper for the neighbor.
Status: current Access: read-only
OBJECT-TYPE    
  Ospfv3UpToRefreshIntervalTC  

ospfv3VirtNbrRestartHelperExitReason 1.3.6.1.2.1.191.1.11.1.15
Describes 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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), inProgress(2), completed(3), timedOut(4), topologyChanged(5)  

ospfv3AreaAggregateTable 1.3.6.1.2.1.191.1.12
The 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ospfv3AreaAggregateEntry

ospfv3AreaAggregateEntry 1.3.6.1.2.1.191.1.12.1
A 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3AreaAggregateEntry  

ospfv3AreaAggregateAreaID 1.3.6.1.2.1.191.1.12.1.1
The area the Address Aggregate is to be found within.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3AreaIdTC  

ospfv3AreaAggregateAreaLsdbType 1.3.6.1.2.1.191.1.12.1.2
The type of the Address Aggregate. This field specifies the Area LSDB type that this Address Aggregate applies to.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER interAreaPrefixLsa(8195), nssaExternalLsa(8199)  

ospfv3AreaAggregatePrefixType 1.3.6.1.2.1.191.1.12.1.3
The prefix type of ospfv3AreaAggregatePrefix. Only IPv6 addresses are expected.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

ospfv3AreaAggregatePrefix 1.3.6.1.2.1.191.1.12.1.4
The IPv6 prefix.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(0..16)  

ospfv3AreaAggregatePrefixLength 1.3.6.1.2.1.191.1.12.1.5
The length of the prefix (in bits). A prefix can not be shorter than 3 bits.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressPrefixLength 3..128  

ospfv3AreaAggregateRowStatus 1.3.6.1.2.1.191.1.12.1.6
This 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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ospfv3AreaAggregateEffect 1.3.6.1.2.1.191.1.12.1.7
Prefixes 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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER advertiseMatching(1), doNotAdvertiseMatching(2)  

ospfv3AreaAggregateRouteTag 1.3.6.1.2.1.191.1.12.1.8
This tag is advertised only in the summarized As-External LSA when summarizing from NSSA-LSAs to AS-External-LSAs.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

ospfv3VirtLinkLsdbTable 1.3.6.1.2.1.191.1.13
The OSPFv3 Process's Link-scope LSDB for virtual interfaces. The LSDB contains the Link-scope link state advertisements from virtual interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ospfv3VirtLinkLsdbEntry

ospfv3VirtLinkLsdbEntry 1.3.6.1.2.1.191.1.13.1
A single Link-scope link state advertisement for a virtual interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3VirtLinkLsdbEntry  

ospfv3VirtLinkLsdbIfAreaId 1.3.6.1.2.1.191.1.13.1.1
The transit area that the virtual link traverses. By definition, this is not Area 0.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3AreaIdTC  

ospfv3VirtLinkLsdbIfNeighbor 1.3.6.1.2.1.191.1.13.1.2
The Router ID of the virtual neighbor.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3RouterIdTC  

ospfv3VirtLinkLsdbType 1.3.6.1.2.1.191.1.13.1.3
The 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..FFFFFFFF  

ospfv3VirtLinkLsdbRouterId 1.3.6.1.2.1.191.1.13.1.4
The 32-bit number that uniquely identifies the originating router in the Autonomous System.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3RouterIdTC  

ospfv3VirtLinkLsdbLsid 1.3.6.1.2.1.191.1.13.1.5
The 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ospfv3LsIdTC  

ospfv3VirtLinkLsdbSequence 1.3.6.1.2.1.191.1.13.1.6
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Ospfv3LsaSequenceTC  

ospfv3VirtLinkLsdbAge 1.3.6.1.2.1.191.1.13.1.7
This 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.
Status: current Access: read-only
OBJECT-TYPE    
  Ospfv3LsaAgeTC  

ospfv3VirtLinkLsdbChecksum 1.3.6.1.2.1.191.1.13.1.8
This 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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ospfv3VirtLinkLsdbAdvertisement 1.3.6.1.2.1.191.1.13.1.9
The entire link state advertisement, including its header.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..65535)  

ospfv3VirtLinkLsdbTypeKnown 1.3.6.1.2.1.191.1.13.1.10
The value true (1) indicates that the LSA type is recognized by this router.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ospfv3NotificationEntry 1.3.6.1.2.1.191.1.14
OBJECT IDENTIFIER    

ospfv3ConfigErrorType 1.3.6.1.2.1.191.1.14.1
Potential types of configuration conflicts. Used by the ospfv3ConfigError and ospfv3ConfigVirtError notifications.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER badVersion(1), areaMismatch(2), unknownNbmaNbr(3), unknownVirtualNbr(4), helloIntervalMismatch(5), deadIntervalMismatch(6), optionMismatch(7), mtuMismatch(8), duplicateRouterId(9), noError(10)  

ospfv3PacketType 1.3.6.1.2.1.191.1.14.2
OSPFv3 packet types.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER hello(1), dbDescript(2), lsReq(3), lsUpdate(4), lsAck(5), nullPacket(6)  

ospfv3PacketSrc 1.3.6.1.2.1.191.1.14.3
The IPv6 address of an inbound packet that cannot be identified by a neighbor instance. Only IPv6 addresses without zone index are expected.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddressIPv6  

ospfv3VirtIfStateChange 1.3.6.1.2.1.191.0.1
An 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).
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ospfv3NbrStateChange 1.3.6.1.2.1.191.0.2
An 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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ospfv3VirtNbrStateChange 1.3.6.1.2.1.191.0.3
An 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).
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ospfv3IfConfigError 1.3.6.1.2.1.191.0.4
An 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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ospfv3VirtIfConfigError 1.3.6.1.2.1.191.0.5
An 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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ospfv3IfRxBadPacket 1.3.6.1.2.1.191.0.6
An ospfv3IfRxBadPacket notification signifies that an OSPFv3 packet that cannot be parsed has been received on a non-virtual interface.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ospfv3VirtIfRxBadPacket 1.3.6.1.2.1.191.0.7
An ospfv3VirtIfRxBadPacket notification signifies that an OSPFv3 packet that cannot be parsed has been received on a virtual interface.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ospfv3LsdbOverflow 1.3.6.1.2.1.191.0.8
An ospfv3LsdbOverflow notification signifies that the number of LSAs in the router's link state database has exceeded ospfv3ExtAreaLsdbLimit.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ospfv3LsdbApproachingOverflow 1.3.6.1.2.1.191.0.9
An ospfv3LsdbApproachingOverflow notification signifies that the number of LSAs in the router's link state database has exceeded ninety percent of ospfv3ExtAreaLsdbLimit.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ospfv3IfStateChange 1.3.6.1.2.1.191.0.10
An 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).
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ospfv3NssaTranslatorStatusChange 1.3.6.1.2.1.191.0.11
An 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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ospfv3RestartStatusChange 1.3.6.1.2.1.191.0.12
An 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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ospfv3NbrRestartHelperStatusChange 1.3.6.1.2.1.191.0.13
An 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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ospfv3VirtNbrRestartHelperStatusChange 1.3.6.1.2.1.191.0.14
An 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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ospfv3Groups 1.3.6.1.2.1.191.2.1
OBJECT IDENTIFIER    

ospfv3Compliances 1.3.6.1.2.1.191.2.2
OBJECT IDENTIFIER    

ospfv3FullCompliance 1.3.6.1.2.1.191.2.2.1
The compliance statement
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

ospfv3ReadOnlyCompliance 1.3.6.1.2.1.191.2.2.2
When 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.
Status: current Access: read-only
MODULE-COMPLIANCE    

ospfv3BasicGroup 1.3.6.1.2.1.191.2.1.1
These objects are used for managing/monitoring OSPFv3 global parameters.
Status: current Access: read-only
OBJECT-GROUP    

ospfv3AreaGroup 1.3.6.1.2.1.191.2.1.2
These objects are used for OSPFv3 systems supporting areas.
Status: current Access: read-only
OBJECT-GROUP    

ospfv3AsLsdbGroup 1.3.6.1.2.1.191.2.1.3
These objects are used for OSPFv3 systems that display their AS-scope link state database.
Status: current Access: read-only
OBJECT-GROUP    

ospfv3AreaLsdbGroup 1.3.6.1.2.1.191.2.1.4
These objects are used for OSPFv3 systems that display their Area-scope link state database.
Status: current Access: read-only
OBJECT-GROUP    

ospfv3LinkLsdbGroup 1.3.6.1.2.1.191.2.1.5
These objects are used for OSPFv3 systems that display their Link-scope link state database for non-virtual interfaces.
Status: current Access: read-only
OBJECT-GROUP    

ospfv3HostGroup 1.3.6.1.2.1.191.2.1.6
These objects are used for OSPFv3 systems that support attached hosts.
Status: current Access: read-only
OBJECT-GROUP    

ospfv3IfGroup 1.3.6.1.2.1.191.2.1.7
These interface objects are used for managing/monitoring OSPFv3 interfaces.
Status: current Access: read-only
OBJECT-GROUP    

ospfv3VirtIfGroup 1.3.6.1.2.1.191.2.1.8
These virtual interface objects are used for managing/monitoring OSPFv3 virtual interfaces.
Status: current Access: read-only
OBJECT-GROUP    

ospfv3NbrGroup 1.3.6.1.2.1.191.2.1.9
These neighbor objects are used for managing/monitoring OSPFv3 neighbors.
Status: current Access: read-only
OBJECT-GROUP    

ospfv3CfgNbrGroup 1.3.6.1.2.1.191.2.1.10
These configured neighbor objects are used for managing/monitoring OSPFv3-configured neighbors.
Status: current Access: read-only
OBJECT-GROUP    

ospfv3VirtNbrGroup 1.3.6.1.2.1.191.2.1.11
These virtual neighbor objects are used for managing/monitoring OSPFv3 virtual neighbors.
Status: current Access: read-only
OBJECT-GROUP    

ospfv3AreaAggregateGroup 1.3.6.1.2.1.191.2.1.12
These area aggregate objects are required for aggregating OSPFv3 prefixes for summarization across areas.
Status: current Access: read-only
OBJECT-GROUP    

ospfv3VirtLinkLsdbGroup 1.3.6.1.2.1.191.2.1.13
These objects are used for OSPFv3 systems that display their Link-scope link state database for virtual interfaces.
Status: current Access: read-only
OBJECT-GROUP    

ospfv3NotificationObjectGroup 1.3.6.1.2.1.191.2.1.14
These objects are used to record notification parameters.
Status: current Access: read-only
OBJECT-GROUP    

ospfv3NotificationGroup 1.3.6.1.2.1.191.2.1.15
This group is used for OSPFv3 notifications.
Status: current Access: read-only
NOTIFICATION-GROUP