PRVT-OSPF-MIB

MIB Reference — IPNetwork Monitor

All MIBsPRVT-OSPF-MIB

Organization: BATM Advanced Communication

Last Updated: 2012-04-01

Category: Routing

Description:

Manages BATM Advanced Communication OSPF routing protocol configuration, neighbor adjacency, and LSDB state.

Imported Objects

From PRVT-OSPF-EXTENSION-MIB

routingProtocolsOBJECT-IDENTITY

From SNMPv2-SMI

Counter32
Gauge32
Integer32
IpAddress
MODULE-IDENTITY
OBJECT-TYPE
Unsigned32

From SNMPv2-TC

RowStatus
TEXTUAL-CONVENTION
TruthValue

What Is PRVT-OSPF-MIB?

PRVT-OSPF-MIB is a BATM Advanced Communications proprietary MIB supplementing standard OSPF management with vendor-specific objects not covered by the IETF's OSPF-MIB, covering router identity, protocol version, LSA statistics, and extended feature toggles. It exposes objects for OSPF administrative status, router ID, external LSA counts and checksums, TOS support, LSDB overflow handling, and demand-circuit extensions. This is a routing-protocol status and fault-monitoring MIB — tracking whether OSPF is administratively enabled (prvtOspfAdminStat), counting external LSAs to gauge database size/churn, and monitoring LSDB overflow conditions that can indicate routing instability or resource exhaustion. It explicitly complements the standard OSPF-MIB (RFC 1850/4750), adding vendor-specific detail the standard MIB does not capture. It is deployed on BATM Advanced Communications routers/switches running OSPF within service-provider or enterprise IP networks. Engineers can download the PRVT-OSPF-MIB file directly to load it into their MIB browser.

IPNetwork Monitor allows you to monitor SNMP objects defined in PRVT-OSPF-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

  • OSPF administrative status
  • router ID
  • external LSA count
  • external LSA checksum sum
  • LSDB overflow interval/limit
  • TOS support and demand-circuit extensions

Supported Devices

  • BATM Advanced Communications routers/switches running OSPF

Monitoring Examples

An operator can poll prvtOspfAdminStat and prvtOspfRouterId to confirm OSPF is enabled with the expected router identity, then watch prvtOspfExternLsaCount and prvtOspfExternLsaCksumSum for unexpected growth or checksum mismatches that would indicate LSA flooding problems. A rising prvtOspfExternLsaCount combined with prvtOspfExtLsdbLimit being approached signals the link-state database is nearing an overflow condition that could destabilize routing.

OIDs
OID symbolicOID numericTypeAccessDescription
prvtOspfMIB1.3.6.1.4.1.738.1.6.4.2The PRVT OSPF MIB module contains additional information, needed to control the OSPF protocol, that is not found in the standard RFC
prvtOspfObjects1.3.6.1.4.1.738.1.6.4.2.1
IP prvtOspfRouterId1.3.6.1.4.1.738.1.6.4.2.1.1IpAddressread-writeA 32-bit integer uniquely identifying the router in the Autonomous System. By convention, to ensure uniqueness, this should default to the value of one of the router's IP interface addresses.
INT prvtOspfAdminStat1.3.6.1.4.1.738.1.6.4.2.1.2INTEGERread-writeThe administrative status of OSPF in the router. The value 'enabled' denotes that the OSPF Process is active on at least one interface; 'disabled' disables it on all interfaces.
INT prvtOspfVersionNumber1.3.6.1.4.1.738.1.6.4.2.1.3INTEGERread-onlyThe current version number of the OSPF protocol is 2.
G32 prvtOspfExternLsaCount1.3.6.1.4.1.738.1.6.4.2.1.4Gauge32read-onlyThe number of external (LS type 5) link-state advertisements in the link-state database.
I32 prvtOspfExternLsaCksumSum1.3.6.1.4.1.738.1.6.4.2.1.5Integer32read-onlyThe 32-bit unsigned sum of the LS checksums of the external 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, and to compare the link-state database of two routers.
T/F prvtOspfTOSSupport1.3.6.1.4.1.738.1.6.4.2.1.6TruthValueread-onlyThe router's support for type-of-service routing.
C32 prvtOspfOriginateNewLsas1.3.6.1.4.1.738.1.6.4.2.1.7Counter32read-onlyThe number of new link-state advertisements that have been originated. This number is incremented each time the router originates a new LSA.
C32 prvtOspfRxNewLsas1.3.6.1.4.1.738.1.6.4.2.1.8Counter32read-onlyThe number of link-state advertisements re- ceived determined to be new instantiations. This number does not include newer instantia- tions of self-originated link-state advertise- ments.
I32 prvtOspfExtLsdbLimit1.3.6.1.4.1.738.1.6.4.2.1.9Integer32read-writeThe maximum number of non-default AS- external-LSAs 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 ospfExtLsdbLimit, the router enters Overflow- State. The router never holds more than ospfExtLsdbLimit non-default AS-external-LSAs in its database. OspfExtLsdbLimit MUST be set identically in all routers attached to the OSPF backbone and/or any regular OSPF area. (i.e., OSPF stub areas and NSSAs are excluded).
I32 prvtOspfMulticastExtensions1.3.6.1.4.1.738.1.6.4.2.1.10Integer32read-onlyA Bit Mask indicating whether the router is forwarding IP multicast (Class D) datagrams based on the algorithms defined in the Multi- cast Extensions to OSPF. Bit 0, if set, indicates that the router can forward IP multicast datagrams in the router's directly attached areas (called intra-area mul- ticast routing). Bit 1, if set, indicates that the router can forward IP multicast datagrams between OSPF areas (called inter-area multicast routing). Bit 2, if set, indicates that the router can forward IP multicast datagrams between Auto- nomous Systems (called inter-AS multicast rout- ing). Only certain combinations of bit settings are allowed, namely: 0 (no multicast forwarding is enabled), 1 (intra-area multicasting only), 3 (intra-area and inter-area multicasting), 5 (intra-area and inter-AS multicasting) and 7 (multicasting everywhere). By default, no mul- ticast forwarding is enabled.
I32 prvtOspfExitOverflowInterval1.3.6.1.4.1.738.1.6.4.2.1.11Integer32read-writeThe number of seconds that, after entering OverflowState, a router will attempt to leave OverflowState. 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.
T/F prvtOspfDemandExtensions1.3.6.1.4.1.738.1.6.4.2.1.12TruthValueread-onlyThe router's support for demand routing.
prvtOspfAreaTable1.3.6.1.4.1.738.1.6.4.2.1.13not-accessibleInformation describing the configured parameters and cumulative statistics of the router's attached areas.
prvtOspfAreaEntry1.3.6.1.4.1.738.1.6.4.2.1.13.1not-accessibleInformation describing the configured parameters and cumulative statistics of one of the router's attached areas.
OCT prvtOspfAreaId1.3.6.1.4.1.738.1.6.4.2.1.13.1.1OCTET STRINGnot-accessibleAn octet string, uniquely identifying area. Both A.B.C.D or integer notations are supported. Area ID 0.0.0.0 is used for the OSPF backbone.
ROW prvtOspfAreaRowStatus1.3.6.1.4.1.738.1.6.4.2.1.13.1.2RowStatusread-createThis variable displays the status of the en- try. Setting it to 'invalid' has the effect of rendering it inoperative. The internal effect (row removal) is implementation dependent.
INT prvtOspfAreaType1.3.6.1.4.1.738.1.6.4.2.1.13.1.3INTEGERread-createThe area type
INT prvtOspfAreaSummary1.3.6.1.4.1.738.1.6.4.2.1.13.1.4INTEGERread-createThe variable ospfAreaSummary controls the im- port of summary LSAs into stub areas. It has no effect on other areas. If it is noAreaSummary, the router will neither originate nor propagate summary LSAs into the stub area. It will rely entirely on its de- fault route. If it is sendAreaSummary, the router will both summarize and propagate summary LSAs.
INT prvtOspfAreaAuthType1.3.6.1.4.1.738.1.6.4.2.1.13.1.5INTEGERread-createThe authentication type specified for an area. Additional authentication types may be assigned locally on a per Area basis.
T/F prvtOspfAreaShortcutConfiguration1.3.6.1.4.1.738.1.6.4.2.1.13.1.6TruthValueread-createAllows the user to set whether the area allows the traffict to pass through other not backbone area
INT prvtOspfAreaNssaTransitRole1.3.6.1.4.1.738.1.6.4.2.1.13.1.7INTEGERread-createTransit role
OCT prvtOspfAreaImportList1.3.6.1.4.1.738.1.6.4.2.1.13.1.8OCTET STRINGread-createImport List
OCT prvtOspfAreaExportList1.3.6.1.4.1.738.1.6.4.2.1.13.1.9OCTET STRINGread-createExport List
I32 prvtOspfAreaMetric1.3.6.1.4.1.738.1.6.4.2.1.13.1.10Integer32read-createArea metric
INT prvtOspfAreaMetricType1.3.6.1.4.1.738.1.6.4.2.1.13.1.11INTEGERread-createArea metric type
I32 prvtOspfAreaDefaultCost1.3.6.1.4.1.738.1.6.4.2.1.13.1.12Integer32read-createDefault cost
prvtOspfLsdbTable1.3.6.1.4.1.738.1.6.4.2.1.14not-accessibleThe OSPF Process's Link State Database.
prvtOspfLsdbEntry1.3.6.1.4.1.738.1.6.4.2.1.14.1not-accessibleA single Link State Advertisement.
IP prvtOspfLsdbAreaId1.3.6.1.4.1.738.1.6.4.2.1.14.1.1IpAddressnot-accessibleThe 32 bit identifier of the Area from which the LSA was received.
INT prvtOspfLsdbType1.3.6.1.4.1.738.1.6.4.2.1.14.1.2INTEGERnot-accessibleThe type of the link state advertisement. Each link state type has a separate advertisement format.
IP prvtOspfLsdbLsid1.3.6.1.4.1.738.1.6.4.2.1.14.1.3IpAddressnot-accessibleThe Link State ID is an LS Type Specific field containing either a Router ID or an IP Address; it identifies the piece of the routing domain that is being described by the advertisement.
IP prvtOspfLsdbRouterId1.3.6.1.4.1.738.1.6.4.2.1.14.1.4IpAddressnot-accessibleThe 32 bit number that uniquely identifies the originating router in the Autonomous System.
I32 prvtOspfLsdbSequence1.3.6.1.4.1.738.1.6.4.2.1.14.1.5Integer32read-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.
I32 prvtOspfLsdbAge1.3.6.1.4.1.738.1.6.4.2.1.14.1.6Integer32read-onlyThis field is the age of the link state advertisement in seconds.
I32 prvtOspfLsdbChecksum1.3.6.1.4.1.738.1.6.4.2.1.14.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.
I32 prvtOspfLsdbLength1.3.6.1.4.1.738.1.6.4.2.1.14.1.8Integer32read-onlyThe length of the ospf packet
OCT prvtOspfLsdbAdvertisement1.3.6.1.4.1.738.1.6.4.2.1.14.1.9OCTET STRINGread-onlyThe entire Link State Advertisement, including its header.
prvtOspfExtLsdbTable1.3.6.1.4.1.738.1.6.4.2.1.15not-accessibleThe OSPF Process's Links State Database.
prvtOspfExtLsdbEntry1.3.6.1.4.1.738.1.6.4.2.1.15.1not-accessibleA single Link State Advertisement.
INT prvtOspfExtLsdbType1.3.6.1.4.1.738.1.6.4.2.1.15.1.1INTEGERnot-accessibleThe type of the link state advertisement. Each link state type has a separate advertise- ment format.
IP prvtOspfExtLsdbLsid1.3.6.1.4.1.738.1.6.4.2.1.15.1.2IpAddressnot-accessibleThe Link State ID is an LS Type Specific field containing either a Router ID or an IP Address; it identifies the piece of the routing domain that is being described by the advertisement.
IP prvtOspfExtLsdbRouterId1.3.6.1.4.1.738.1.6.4.2.1.15.1.3IpAddressnot-accessibleThe 32 bit number that uniquely identifies the originating router in the Autonomous System.
I32 prvtOspfExtLsdbSequence1.3.6.1.4.1.738.1.6.4.2.1.15.1.4Integer32read-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.
I32 prvtOspfExtLsdbAge1.3.6.1.4.1.738.1.6.4.2.1.15.1.5Integer32read-onlyThis field is the age of the link state advertisement in seconds.
I32 prvtOspfExtLsdbChecksum1.3.6.1.4.1.738.1.6.4.2.1.15.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 prvtOspfExtLsdbAdvertisement1.3.6.1.4.1.738.1.6.4.2.1.15.1.7OCTET STRINGread-onlyThe entire Link State Advertisement, including its header.
prvtOspfIfTable1.3.6.1.4.1.738.1.6.4.2.1.16not-accessibleThe OSPF Interface Table describes the inter- faces from the viewpoint of OSPF.
prvtOspfIfEntry1.3.6.1.4.1.738.1.6.4.2.1.16.1not-accessibleThe OSPF Interface Entry describes one inter- face from the viewpoint of OSPF.
IP prvtOspfIfIpAddress1.3.6.1.4.1.738.1.6.4.2.1.16.1.1IpAddressnot-accessibleThe IP address of this OSPF interface.
ROW prvtOspfIfRowStatus1.3.6.1.4.1.738.1.6.4.2.1.16.1.2RowStatusread-createThis variable displays the status of the entry. Setting it to 'invalid' has the effect of rendering it inoperative. The internal effect (row removal) is implementation dependent.
OCT prvtOspfIfAreaId1.3.6.1.4.1.738.1.6.4.2.1.16.1.3OCTET STRINGread-createAn octet string, uniquely identifying area. Both A.B.C.D or integer notations are supported. Area ID 0.0.0.0 is used for the OSPF backbone.
INT prvtOspfIfWorkingMode1.3.6.1.4.1.738.1.6.4.2.1.16.1.4INTEGERread-createWorking mode
I32 prvtOspfIfTransitDelay1.3.6.1.4.1.738.1.6.4.2.1.16.1.5Integer32read-createThe estimated number of seconds it takes to transmit a link state update packet over this interface.
I32 prvtOspfIfPriority1.3.6.1.4.1.738.1.6.4.2.1.16.1.6Integer32read-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.
I32 prvtOspfIfHelloTimer1.3.6.1.4.1.738.1.6.4.2.1.16.1.7Integer32read-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.
I32 prvtOspfIfDeadTimer1.3.6.1.4.1.738.1.6.4.2.1.16.1.8Integer32read-createThe number of seconds that a router's Hello packets have not been seen before it's neigh- bors declare the router down. This should be some multiple of the Hello interval. This value must be the same for all routers attached to a common network.
I32 prvtOspfIfRetransmitInterval1.3.6.1.4.1.738.1.6.4.2.1.16.1.9Integer32read-createThe number of seconds between link-state ad- vertisement retransmissions, for adjacencies belonging to this interface. This value is also used when retransmitting database descrip- tion and link-state request packets.
I32 prvtOspfIfOutputCost1.3.6.1.4.1.738.1.6.4.2.1.16.1.10Integer32read-createNo description in main model!
INT prvtOspfIfAuthType1.3.6.1.4.1.738.1.6.4.2.1.16.1.11INTEGERread-createSet authentication type of interface. If not set, will use the one from area!
OCT prvtOspfIfAuthSimple1.3.6.1.4.1.738.1.6.4.2.1.16.1.12OCTET STRINGread-createSimple authentication password (key).Up to 8 characters
INT prvtOspfIfType1.3.6.1.4.1.738.1.6.4.2.1.16.1.13INTEGERread-createNo description in main model!
prvtOspfIfAuthMd5Table1.3.6.1.4.1.738.1.6.4.2.1.17not-accessibleTable for configuring message digest authentication password
prvtOspfIfAuthMd5Entry1.3.6.1.4.1.738.1.6.4.2.1.17.1not-accessibleTable rows
I32 prvtOspfIfAuthMd5Key1.3.6.1.4.1.738.1.6.4.2.1.17.1.1Integer32not-accessibleAuthentication key.
ROW prvtOspfIfAuthMd5RowStatus1.3.6.1.4.1.738.1.6.4.2.1.17.1.2RowStatusread-createRowStatus.
OCT prvtOspfIfAuthMd5Word1.3.6.1.4.1.738.1.6.4.2.1.17.1.3OCTET STRINGread-createAuthentication word.
prvtOspfNbrTable1.3.6.1.4.1.738.1.6.4.2.1.18not-accessibleA table of non-virtual neighbor information.
prvtOspfNbrEntry1.3.6.1.4.1.738.1.6.4.2.1.18.1not-accessibleThe information regarding a single neighbor.
ADR prvtOspfNbrIpAddr1.3.6.1.4.1.738.1.6.4.2.1.18.1.1PrvtOspfIpAddressnot-accessibleThe IP address this neighbor is using in its IP Source Address. Note that, on addressless links, this will not be 0.0.0.0, but the ad- dress of another of the neighbor's interfaces.
I32 prvtOspfNbrAddressLessIndex1.3.6.1.4.1.738.1.6.4.2.1.18.1.2Integer32not-accessibleOn an interface having an IP Address, zero. On addressless interfaces, the corresponding value of ifIndex in the Internet Standard MIB. On row creation, this can be derived from the instance.
ADR prvtOspfNbrRtrId1.3.6.1.4.1.738.1.6.4.2.1.18.1.3PrvtOspfIpAddressread-onlyA 32-bit integer (represented as a type IpAd- dress) uniquely identifying the neighboring router in the Autonomous System.
I32 prvtOspfNbrOptions1.3.6.1.4.1.738.1.6.4.2.1.18.1.4Integer32read-onlyA Bit Mask corresponding to the neighbor's op- tions field. Bit 0, if set, indicates that the system will operate on Type of Service metrics other than TOS 0. If zero, the neighbor will ignore all metrics except the TOS 0 metric. Bit 1, if set, indicates that the associated area accepts and operates on external informa- tion; if zero, it is a stub area. Bit 2, if set, indicates that the system is ca- pable of routing IP Multicast datagrams; i.e., that it implements the Multicast Extensions to OSPF. Bit 3, if set, indicates that the associated area is an NSSA. These areas are capable of carrying type 7 external advertisements, which are translated into type 5 external advertise- ments at NSSA borders.
PRV prvtOspfNbrPriority1.3.6.1.4.1.738.1.6.4.2.1.18.1.5PrvtOspfDesignatedRouterPriorityread-onlyThe priority of this neighbor in the designat- ed router election algorithm. The value 0 sig- nifies that the neighbor is not eligible to be- come the designated router on this particular network.
INT prvtOspfNbrState1.3.6.1.4.1.738.1.6.4.2.1.18.1.6INTEGERread-onlyThe State of the relationship with this Neigh- bor.
C32 prvtOspfNbrEvents1.3.6.1.4.1.738.1.6.4.2.1.18.1.7Counter32read-onlyThe number of times this neighbor relationship has changed state, or an error has occurred.
G32 prvtOspfNbrLsRetransQLen1.3.6.1.4.1.738.1.6.4.2.1.18.1.8Gauge32read-onlyThe current length of the retransmission queue.
INT prvtOspfNbmaNbrPermanence1.3.6.1.4.1.738.1.6.4.2.1.18.1.10INTEGERread-onlyThis variable displays the status of the entry. 'dynamic' and 'permanent' refer to how the neighbor became known.
T/F prvtOspfNbrHelloSuppressed1.3.6.1.4.1.738.1.6.4.2.1.18.1.11TruthValueread-onlyIndicates whether Hellos are being suppressed to the neighbor
prvtOspfRedistributeTable1.3.6.1.4.1.738.1.6.4.2.1.19not-accessibleThe table represents the routing protocols, redistributed into the OSPF routing domain. Creation of conceptual row in the table starts the redistribution of the specified protocol, which would lead to the injection of routing information from that protocol into the OSPF. Deletion of conceptual row would stop the redistribution of that protocol into the OSPF. OSPF router, which redistributes routing information from other protocols, is an ASBR router
prvtOspfRedistributeEntry1.3.6.1.4.1.738.1.6.4.2.1.19.1not-accessibleThe conceptual row represents a routing protocol, redistributed into OSPF
INT prvtOspfRedistributeProtocol1.3.6.1.4.1.738.1.6.4.2.1.19.1.1INTEGERnot-accessibleThe specific routes redistributed into OSPF. For T4R model the valid values are connected, rip and static. For all the other models all of the above routes can be redistributed
ROW prvtOspfRedistributeRowStatus1.3.6.1.4.1.738.1.6.4.2.1.19.1.2RowStatusread-createIndicates the status of the row. Setting of this field to active enables the redistribution of the protocol. Setting this field to destroy disables the redistribution of the protocol.
I32 prvtOspfRedistributeMetric11.3.6.1.4.1.738.1.6.4.2.1.19.1.3Integer32read-createThe metric 1, with which the external routes will be redistributed in the OSPF
I32 prvtOspfRedistributeMetric21.3.6.1.4.1.738.1.6.4.2.1.19.1.4Integer32read-createThe metric 2, with which the external routes will be redistributed in the OSPF
OCT prvtOspfRedistributeRouteMap1.3.6.1.4.1.738.1.6.4.2.1.19.1.5OCTET STRINGread-createThe route map that would filter the redistributed routing information
prvtOspfRouterDataTable1.3.6.1.4.1.738.1.6.4.2.1.20not-accessibleInformation about available routers
prvtOspfRouterDataEntry1.3.6.1.4.1.738.1.6.4.2.1.20.1not-accessibleThe conceptual row represents a routing entry
OCT prvtOspfRouterDataPrefix1.3.6.1.4.1.738.1.6.4.2.1.20.1.1OCTET STRINGnot-accessibleUnknown in main data model
INT prvtOspfRouterDataType1.3.6.1.4.1.738.1.6.4.2.1.20.1.2INTEGERnot-accessibleUnknown in main data model
OCT prvtOspfRouterDataAreaId1.3.6.1.4.1.738.1.6.4.2.1.20.1.3OCTET STRINGnot-accessibleUnknown in main data model
IP prvtOspfRouterDataId1.3.6.1.4.1.738.1.6.4.2.1.20.1.4IpAddressnot-accessibleUnknown in main data model
U32 prvtOspfRouterDataCost1.3.6.1.4.1.738.1.6.4.2.1.20.1.5Unsigned32not-accessibleUnknown in main data model
U32 prvtOspfRouterDataCostType1.3.6.1.4.1.738.1.6.4.2.1.20.1.6Unsigned32read-onlyUnknown in main data model
INT prvtOspfRouterDataDestType1.3.6.1.4.1.738.1.6.4.2.1.20.1.7INTEGERread-onlyUnknown in main data model
INT prvtOspfRouterDataPathType1.3.6.1.4.1.738.1.6.4.2.1.20.1.8INTEGERread-onlyUnknown in main data model
BIT prvtOspfRouterDataFlags1.3.6.1.4.1.738.1.6.4.2.1.20.1.9Bitsread-onlyUnknown in main data model
INT prvtOspfRouterDataExternalRouting1.3.6.1.4.1.738.1.6.4.2.1.20.1.10INTEGERread-onlyUnknown in main data model
I32 prvtOspfRouterDataTag1.3.6.1.4.1.738.1.6.4.2.1.20.1.11Integer32read-onlyUnknown in main data model
prvtOspfRouterPathTable1.3.6.1.4.1.738.1.6.4.2.1.21not-accessibleInformation about available router's paths
prvtOspfRouterPathEntry1.3.6.1.4.1.738.1.6.4.2.1.21.1not-accessibleThe conceptual row represents a routing's path entry
OCT prvtOspfRouterPathNextHop1.3.6.1.4.1.738.1.6.4.2.1.21.1.1OCTET STRINGnot-accessibleUnknown in main data model
OCT prvtOspfRouterPathAdvertisingRouter1.3.6.1.4.1.738.1.6.4.2.1.21.1.2OCTET STRINGread-onlyUnknown in main data model
OCT prvtOspfRouterPathInterfaceName1.3.6.1.4.1.738.1.6.4.2.1.21.1.3OCTET STRINGread-onlyUnknown in main data model
T/F prvtOspfTrafficEngEnable1.3.6.1.4.1.738.1.6.4.2.1.22TruthValueread-writeSet to 'true' to enable the traffic engineering extensions of OSPF. Note that enabling traffic engineering requires that router interface lo1 (PRVT-SWITCH-IPVLAN-MIB::ipInterfaceIpAddress.lo1) be configured with a valid IP address (not 0.0.0.0 or 127.0.0.1). An attempt to enable traffic engineering without such a valid address will fail (error returned).

RFC description

Vendor-private MIB extending OSPF (Open Shortest Path First) routing protocol management with vendor-specific objects.

Start monitoring BATM Advanced Communications routers/switches running OSPF 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 PRVT-OSPF-MIB