CISCO-OSPF-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-OSPF-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 cospf 1.3.6.1.4.1.9.10.99
An extension to the MIB module defined in RFC 1850 for managing OSPF implimentation. Most of the MIB definitions are based on the IETF draft < draft-ietf-ospf-mib-update-05.txt > . Support for OSPF Sham link is also added
       cospfGeneralGroup 1.3.6.1.4.1.9.10.99.1
           cospfRFC1583Compatibility 1.3.6.1.4.1.9.10.99.1.1 truthvalue read-only
Indicates metrics used to choose among multiple AS- external-LSAs. When cospfRFC1583Compatibility is set to enabled, only cost will be used when choosing among multiple AS-external-LSAs advertising the same destination. When cospfRFC1583Compatibility is set to disabled, preference will be driven first by type of path using cost only to break ties.
           cospfOpaqueLsaSupport 1.3.6.1.4.1.9.10.99.1.2 truthvalue read-only
The router's support for Opaque LSA types.
           cospfTrafficEngineeringSupport 1.3.6.1.4.1.9.10.99.1.3 truthvalue read-only
The router's support for OSPF traffic engineering.
           cospfOpaqueASLsaCount 1.3.6.1.4.1.9.10.99.1.4 gauge32 read-only
The total number of Opaque AS link-state advertisements in the link state database.
           cospfOpaqueASLsaCksumSum 1.3.6.1.4.1.9.10.99.1.5 unsigned32 read-only
The 32-bit unsigned sum of the Opaque AS link-state advertisements' LS checksums contained link state database.
       cospfAreaTable 1.3.6.1.4.1.9.10.99.2 no-access
Information describing the configured parameters and cumulative statistics of the router's attached areas.
           cospfAreaEntry 1.3.6.1.4.1.9.10.99.2.1 no-access
Information describing the configured parameters and cumulative statistics of one of the router's attached areas.
               cospfOpaqueAreaLsaCount 1.3.6.1.4.1.9.10.99.2.1.1 gauge32 read-only
The total number of Opaque Area and AS link-state advertisements in the link state database of this area.
               cospfOpaqueAreaLsaCksumSum 1.3.6.1.4.1.9.10.99.2.1.2 unsigned32 read-only
The 32-bit unsigned sum of the Opaque Area and AS link-state advertisements' LS checksums contained link state database of this area. The sum can be used to determine if there has been a change in the link state database for Opaque Area and AS link-state advertisements
               cospfAreaNssaTranslatorRole 1.3.6.1.4.1.9.10.99.2.1.3 integer read-only
Indicates an NSSA Border router's ability to perform NSSA translation of type-7 LSAs into type-5 LSAs. Enumeration: 'always': 1, 'candidate': 2.
               cospfAreaNssaTranslatorState 1.3.6.1.4.1.9.10.99.2.1.4 integer read-only
Indicates if and how an NSSA Border router is performing NSSA translation of type-7 LSAs into type-5 LSAs. When this object set to enabled, the NSSA Border router's cospfAreaNssaExtTranslatorRole has been set to always. When this object is set to elected, a candidate NSSA Border router is Translating type-7 LSAs into type-5. When this object is set to disabled, a candidate NSSA Border router is NOT translating type-7 LSAs into type-5. Enumeration: 'disabled': 3, 'elected': 2, 'enabled': 1.
               cospfAreaNssaTranslatorEvents 1.3.6.1.4.1.9.10.99.2.1.5 counter32 read-only
Indicates the number of Translator State changes that have occurred since the last boot-up.
       cospfLsdbTable 1.3.6.1.4.1.9.10.99.3 no-access
The OSPF Process's Link State Database. This table is meant for Opaque LSA's
           cospfLsdbEntry 1.3.6.1.4.1.9.10.99.3.1 no-access
A single Link State Advertisement.
               cospfLsdbType 1.3.6.1.4.1.9.10.99.3.1.1 integer no-access
The type of the link state advertisement. Each link state type has a separate advertisement format. Enumeration: 'areaOpaqueLink': 10, 'asOpaqueLink': 11.
               cospfLsdbSequence 1.3.6.1.4.1.9.10.99.3.1.2 integer32 read-only
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.
               cospfLsdbAge 1.3.6.1.4.1.9.10.99.3.1.3 integer32 read-only
This field is the age of the link state advertisement in seconds.
               cospfLsdbChecksum 1.3.6.1.4.1.9.10.99.3.1.4 integer32 read-only
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.
               cospfLsdbAdvertisement 1.3.6.1.4.1.9.10.99.3.1.5 octet string read-only
The entire Link State Advertisement, including its header.
       cospfIfTable 1.3.6.1.4.1.9.10.99.4 no-access
The OSPF Interface Table describes the inter- faces from the viewpoint of OSPF.
           cospfIfEntry 1.3.6.1.4.1.9.10.99.4.1 no-access
The OSPF Interface Entry describes one inter- face from the viewpoint of OSPF.
               cospfIfLsaCount 1.3.6.1.4.1.9.10.99.4.1.1 gauge32 read-only
The total number of link-local link state advertisements in this interface's link-local link state database.
               cospfIfLsaCksumSum 1.3.6.1.4.1.9.10.99.4.1.2 unsigned32 read-only
The 32-bit unsigned sum of the link-state advertisements' LS checksums contained in this interface's link-local link state database. The sum can be used to determine if there has been a change in the interface's link state database, and to compare the interface link-state database of routers attached to the same subnet.
       cospfVirtIfTable 1.3.6.1.4.1.9.10.99.5 no-access
Information about this router's virtual inter- faces.
           cospfVirtIfEntry 1.3.6.1.4.1.9.10.99.5.1 no-access
Information about a single Virtual Interface.
               cospfVirtIfLsaCount 1.3.6.1.4.1.9.10.99.5.1.1 gauge32 read-only
The total number of link-local link state advertisements in this virtual interface's link-local link state database.
               cospfVirtIfLsaCksumSum 1.3.6.1.4.1.9.10.99.5.1.2 unsigned32 read-only
The 32-bit unsigned sum of the link-state advertisements' LS checksums contained in this virtual interface's link-local link state database. The sum can be used to determine if there has been a change in the virtual interface's link state database, and to compare the virtual interface link-state database of the virtual neighbors.
       cospfShamLinkTable 1.3.6.1.4.1.9.10.99.6 no-access
Information about this router's sham links
           cospfShamLinkEntry 1.3.6.1.4.1.9.10.99.6.1 no-access
Information about a single sham link
               cospfShamLinkAreaId 1.3.6.1.4.1.9.10.99.6.1.1 areaid no-access
The Transit Area that the Virtual Link traverses. By definition, this is not 0.0.0.0
               cospfShamLinkLocalIpAddress 1.3.6.1.4.1.9.10.99.6.1.2 ipaddress no-access
The Local IP address of the sham link.
               cospfShamLinkNeighborId 1.3.6.1.4.1.9.10.99.6.1.3 routerid no-access
The Router ID of the other end router of the sham link.
               cospfShamLinkRetransInterval 1.3.6.1.4.1.9.10.99.6.1.4 uptomaxage read-only
The number of seconds between link-state advertisement retransmissions, for adjacencies belonging to this link. 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.
               cospfShamLinkHelloInterval 1.3.6.1.4.1.9.10.99.6.1.5 hellorange read-only
The length of time, in seconds, between the Hello packets that the router sends on the sham link.
               cospfShamLinkRtrDeadInterval 1.3.6.1.4.1.9.10.99.6.1.6 positiveinteger read-only
The number of seconds that a router's Hello packets have not been seen before it's neighbors declare the router down. This should be some multiple of the Hello interval.
               cospfShamLinkState 1.3.6.1.4.1.9.10.99.6.1.7 integer read-only
OSPF sham link states. Enumeration: 'down': 1, 'pointToPoint': 4.
               cospfShamLinkEvents 1.3.6.1.4.1.9.10.99.6.1.8 counter32 read-only
The number of state changes or error events on this sham link
               cospfShamLinkMetric 1.3.6.1.4.1.9.10.99.6.1.9 metric read-only
The Metric to be advertised.
       cospfLocalLsdbTable 1.3.6.1.4.1.9.10.99.7 no-access
The OSPF Process's Link-Local Link State Database for non-virtual links.
           cospfLocalLsdbEntry 1.3.6.1.4.1.9.10.99.7.1 no-access
A single Link State Advertisement.
               cospfLocalLsdbIpAddress 1.3.6.1.4.1.9.10.99.7.1.1 ipaddress no-access
The IP Address of the interface from which the LSA was received if the interface is numbered.
               cospfLocalLsdbAddressLessIf 1.3.6.1.4.1.9.10.99.7.1.2 interfaceindexorzero no-access
The Interface Index of the interface from which the LSA was received if the interface is unnumbered.
               cospfLocalLsdbType 1.3.6.1.4.1.9.10.99.7.1.3 integer no-access
The type of the link state advertisement. Each link state type has a separate advertisement format. Enumeration: 'localOpaqueLink': 9.
               cospfLocalLsdbLsid 1.3.6.1.4.1.9.10.99.7.1.4 ipaddress no-access
The Link State ID is an LS Type Specific field containing a 32 bit identifier in IP address format; it identifies the piece of the routing domain that is being described by the advertisement.
               cospfLocalLsdbRouterId 1.3.6.1.4.1.9.10.99.7.1.5 routerid no-access
The 32 bit number that uniquely identifies the originating router in the Autonomous System.
               cospfLocalLsdbSequence 1.3.6.1.4.1.9.10.99.7.1.6 integer32 read-only
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.
               cospfLocalLsdbAge 1.3.6.1.4.1.9.10.99.7.1.7 integer32 read-only
This field is the age of the link state advertisement in seconds.
               cospfLocalLsdbChecksum 1.3.6.1.4.1.9.10.99.7.1.8 unsigned32 read-only
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.
               cospfLocalLsdbAdvertisement 1.3.6.1.4.1.9.10.99.7.1.9 octet string read-only
The entire Link State Advertisement, including its header.
       cospfVirtLocalLsdbTable 1.3.6.1.4.1.9.10.99.8 no-access
The OSPF Process's Link-Local Link State Database for virtual links.
           cospfVirtLocalLsdbEntry 1.3.6.1.4.1.9.10.99.8.1 no-access
A single Link State Advertisement.
               cospfVirtLocalLsdbTransitArea 1.3.6.1.4.1.9.10.99.8.1.1 areaid no-access
The Transit Area that the Virtual Link traverses. By definition, this is not 0.0.0.0
               cospfVirtLocalLsdbNeighbor 1.3.6.1.4.1.9.10.99.8.1.2 routerid no-access
The Router ID of the Virtual Neighbor.
               cospfVirtLocalLsdbType 1.3.6.1.4.1.9.10.99.8.1.3 integer no-access
The type of the link state advertisement. Each link state type has a separate advertisement format. Enumeration: 'localOpaqueLink': 9.
               cospfVirtLocalLsdbLsid 1.3.6.1.4.1.9.10.99.8.1.4 ipaddress no-access
The Link State ID is an LS Type Specific field containing a 32 bit identifier in IP address format; it identifies the piece of the routing domain that is being described by the advertisement.
               cospfVirtLocalLsdbRouterId 1.3.6.1.4.1.9.10.99.8.1.5 routerid no-access
The 32 bit number that uniquely identifies the originating router in the Autonomous System.
               cospfVirtLocalLsdbSequence 1.3.6.1.4.1.9.10.99.8.1.6 integer32 read-only
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.
               cospfVirtLocalLsdbAge 1.3.6.1.4.1.9.10.99.8.1.7 integer32 read-only
This field is the age of the link state advertisement in seconds.
               cospfVirtLocalLsdbChecksum 1.3.6.1.4.1.9.10.99.8.1.8 unsigned32 read-only
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.
               cospfVirtLocalLsdbAdvertisement 1.3.6.1.4.1.9.10.99.8.1.9 octet string read-only
The entire Link State Advertisement, including its header.
       cospfConformance 1.3.6.1.4.1.9.10.99.9
           cospfGroups 1.3.6.1.4.1.9.10.99.9.1
               cospfLsdbGroup 1.3.6.1.4.1.9.10.99.9.1.1
These objects are required for OSPF systems that display their link state database.
               cospfLocalLsdbGroup 1.3.6.1.4.1.9.10.99.9.1.2
These objects are required for OSPF systems that display their Link-Local link state databases for non-virtual links.
               cospfVirtLocalLsdbGroup 1.3.6.1.4.1.9.10.99.9.1.3
These objects are required for OSPF systems that display their Link-Local link state databases for virtual links.
               cospfBasicGroup 1.3.6.1.4.1.9.10.99.9.1.4
These objects are required for OSPF systems.
               cospfAreaGroup 1.3.6.1.4.1.9.10.99.9.1.5
These objects are required for OSPF systems supporting areas. This statement is recommended for use.
               cospfIfGroup 1.3.6.1.4.1.9.10.99.9.1.6
These objects are required for OSPF systems.
               cospfVirtIfGroup 1.3.6.1.4.1.9.10.99.9.1.7
These objects are required for OSPF systems.
               cospfShamLinkGroup 1.3.6.1.4.1.9.10.99.9.1.8
These objects are required for OSPF systems.
               cospfShamLinkNbrGroup 1.3.6.1.4.1.9.10.99.9.1.9
These objects are required for OSPF systems.
               cospfShamLinksGroup 1.3.6.1.4.1.9.10.99.9.1.10
These objects are required for OSPF systems.
           cospfCompliances 1.3.6.1.4.1.9.10.99.9.2
               cospfCompliance 1.3.6.1.4.1.9.10.99.9.2.1
The compliance statements for agents that support the Cisco OSPF MIB. These compliance statements are deprecated by cospfComplianceRev1.
               cospfComplianceRev1 1.3.6.1.4.1.9.10.99.9.2.2
The compliance statements for agents that support the Cisco OSPF MIB.
       cospfShamLinkNbrTable 1.3.6.1.4.1.9.10.99.10 no-access
A table of sham link neighbor information.
             cospfShamLinkNbrEntry 1.3.6.1.4.1.9.10.99.10.1 no-access
Sham link neighbor information.
                 cospfShamLinkNbrArea 1.3.6.1.4.1.9.10.99.10.1.1 areaid no-access
The area to which the sham link is part of.
                 cospfShamLinkNbrIpAddrType 1.3.6.1.4.1.9.10.99.10.1.2 inetaddresstype no-access
The type of internet address of this sham link neighbor's IP address.
                 cospfShamLinkNbrIpAddr 1.3.6.1.4.1.9.10.99.10.1.3 inetaddress no-access
The IP address this sham link neighbor is using.
                 cospfShamLinkNbrRtrId 1.3.6.1.4.1.9.10.99.10.1.4 routerid read-only
A 32-bit integer uniquely identifying the neighboring router.
                 cospfShamLinkNbrOptions 1.3.6.1.4.1.9.10.99.10.1.5 integer32 read-only
A Bit Mask corresponding to the neighbor's options field. Bit 1, 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 2, if set, indicates that the system is Network Multicast capable; ie, that it implements OSPF Multicast Routing.
                 cospfShamLinkNbrState 1.3.6.1.4.1.9.10.99.10.1.6 integer read-only
The state of this sham link neighbor relation- ship. Enumeration: 'exchangeStart': 5, 'loading': 7, 'attempt': 2, 'exchange': 6, 'down': 1, 'init': 3, 'full': 8, 'twoWay': 4.
                 cospfShamLinkNbrEvents 1.3.6.1.4.1.9.10.99.10.1.7 counter32 read-only
The number of times this sham link has changed state or an error has occurred.
                 cospfShamLinkNbrLsRetransQLen 1.3.6.1.4.1.9.10.99.10.1.8 gauge32 read-only
The current length of the retransmission queue. The retransmission queue is maintained for LSAs that have been flooded but not acknowledged on this adjacency.
                 cospfShamLinkNbrHelloSuppressed 1.3.6.1.4.1.9.10.99.10.1.9 truthvalue read-only
Indicates whether Hellos are being suppressed to the neighbor.
       cospfShamLinksTable 1.3.6.1.4.1.9.10.99.11 no-access
Information about this router's sham links.
             cospfShamLinksEntry 1.3.6.1.4.1.9.10.99.11.1 no-access
Information about a single sham link.
                 cospfShamLinksAreaId 1.3.6.1.4.1.9.10.99.11.1.1 areaid no-access
The area that this sham link is part of.
                 cospfShamLinksLocalIpAddrType 1.3.6.1.4.1.9.10.99.11.1.2 inetaddresstype no-access
The type of internet address of this sham link's local IP address.
                 cospfShamLinksLocalIpAddr 1.3.6.1.4.1.9.10.99.11.1.3 inetaddress no-access
The Local IP address of the sham link.
                 cospfShamLinksRemoteIpAddrType 1.3.6.1.4.1.9.10.99.11.1.4 inetaddresstype no-access
The type of internet address of this sham link's remote IP address.
                 cospfShamLinksRemoteIpAddr 1.3.6.1.4.1.9.10.99.11.1.5 inetaddress no-access
The IP address of the other end router of the sham link.
                 cospfShamLinksRetransInterval 1.3.6.1.4.1.9.10.99.11.1.6 uptomaxage read-only
The number of seconds between link-state advertisement retransmissions, for adjacencies belonging to this link. 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.
                 cospfShamLinksHelloInterval 1.3.6.1.4.1.9.10.99.11.1.7 hellorange read-only
The length of time, in seconds, between the Hello packets that the router sends on the sham link.
                 cospfShamLinksRtrDeadInterval 1.3.6.1.4.1.9.10.99.11.1.8 positiveinteger read-only
The number of seconds that a router's Hello packets have not been seen before it's neighbors declare the router down. This should be some multiple of the Hello interval.
                 cospfShamLinksState 1.3.6.1.4.1.9.10.99.11.1.9 integer read-only
OSPF sham link states. Enumeration: 'down': 1, 'pointToPoint': 4.
                 cospfShamLinksEvents 1.3.6.1.4.1.9.10.99.11.1.10 counter32 read-only
The number of state changes or error events on this sham link
                 cospfShamLinksMetric 1.3.6.1.4.1.9.10.99.11.1.11 metric read-only
The Metric to be advertised.