OSPFv2-MT-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: OSPFv2-MT-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
 ospfMtMIB 1.3.6.1.2.1.1
The MIB module for the management of OSPF Version 2 Multi-topology routing. This MIB module is used in conjunction with the OSFPv2 MIB module to support the Multi-topology extensions. Copyright (C) The Internet Society (2007). This version of this MIB module is part of RFC XXXX; see the RFC itself for full legal notices.
     ospfMtMIBNotifications 1.3.6.1.2.1.1.0
     ospfMtMIBObjects 1.3.6.1.2.1.1.1
         ospfMtGeneral 1.3.6.1.2.1.1.1.1
             ospfMtSupport 1.3.6.1.2.1.1.1.1.1 truthvalue read-only
This entity's support for Multi-topology routing. When this object has a value of 'true' this entity supports multi-topology routing. When the value is 'false' or when this object doesn't exist, this entity doesn't support MT routing. This object is instantiated by the agent during the managed system's initialization.
         ospfMtConfiguration 1.3.6.1.2.1.1.1.2
             ospfMtTable 1.3.6.1.2.1.1.1.2.1 no-access
A table mapping a configured topology id to a name.
                 ospfMtEntry 1.3.6.1.2.1.1.1.2.1.1 no-access
Information describing one of the topologies on the router. The managed system creates a row for the device's default topology. This row cannot be destroyed by a management station.
                     ospfMtTopoId 1.3.6.1.2.1.1.1.2.1.1.1 topologyid no-access
The ID for a topology.
                     ospfMtTopoName 1.3.6.1.2.1.1.1.2.1.1.2 octet string read-only
The name of the topology.
                     ospfMtTopoStatus 1.3.6.1.2.1.1.1.2.1.1.3 rowstatus read-only
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.
         ospfMt 1.3.6.1.2.1.1.1.3
             ospfMtAreaTable 1.3.6.1.2.1.1.1.3.1 no-access
Information describing area parameters supporting Multi-topology routing. The entries in this table augment the entries contained within the ospfAreaTable; an augmenting entry is created by the managed system when the value of ospfMtSupport is 'true'.
                 ospfMtAreaEntry 1.3.6.1.2.1.1.1.3.1.1 no-access
Information describing the configured parameters and cumulative statistics of one of the router's attached areas.
                     ospfMtAreaExclusion 1.3.6.1.2.1.1.1.3.1.1.1 truthvalue read-only
Describes the area's MT default exclusion capability.
             ospfMtAreaTopoTable 1.3.6.1.2.1.1.1.3.2 no-access
Information describing the configured parameters and cumulative statistics of the router's topologies in an area.
                 ospfMtAreaTopoEntry 1.3.6.1.2.1.1.1.3.2.1 no-access
Information describing the configured parameters and cumulative statistics of a topology in an area.
                     ospfMtAreaTopoId 1.3.6.1.2.1.1.1.3.2.1.1 topologyid no-access
The ID for a topology; this can be derived from the OSPF instance.
                     ospfMtAreaId 1.3.6.1.2.1.1.1.3.2.1.2 areaid no-access
The 32 bit identifier for the Area. On creation, this can be derived from the OSPF instance.
                     ospfMtSpfRuns 1.3.6.1.2.1.1.1.3.2.1.3 counter32 read-only
The number of times the SPF is run for a given topology.
                     ospfMtAreaSummary 1.3.6.1.2.1.1.1.3.2.1.4 integer read-only
This object controls the importation of summary LSAs into stub areas. It has no effect on other areas. If its value is 'noAreaSummary', the router will neither originate nor propagate summary LSAs into the stub area. It will rely entirely on its default route. If its value is 'sendAreaSummary', the router will both summarize and propagate summary LSAs. Enumeration: 'sendAreaSummary': 2, 'noAreaSummary': 1.
                     ospfMtAreaTopoStatus 1.3.6.1.2.1.1.1.3.2.1.5 rowstatus read-only
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.
             ospfMtStubAreaTable 1.3.6.1.2.1.1.1.3.3 no-access
The set of metrics that will be advertised for a specific topology by a default Area Border Router into a stub area.
                 ospfMtStubAreaEntry 1.3.6.1.2.1.1.1.3.3.1 no-access
The metric for a specific topology that will be advertised by a default Area Border Router into a stub area.
                     ospfMtStubAreaTopoId 1.3.6.1.2.1.1.1.3.3.1.1 topologyid no-access
The ID for a topology; this can be derived from the OSPF instance.
                     ospfMtStubAreaId 1.3.6.1.2.1.1.1.3.3.1.2 areaid no-access
The 32 bit identifier for the Stub Area; this can be derived from the OSPF instance.
                     ospfMtStubMetric 1.3.6.1.2.1.1.1.3.3.1.3 bigmetric read-only
The metric value associated with a topology.
                     ospfMtStubMetricType 1.3.6.1.2.1.1.1.3.3.1.4 integer read-only
This object contains the type of metric advertised as a default route. Enumeration: 'nonComparable': 3, 'comparableCost': 2, 'ospfMtMetric': 1.
                     ospfMtStubStatus 1.3.6.1.2.1.1.1.3.3.1.5 rowstatus read-only
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.
             ospfMtHostTable 1.3.6.1.2.1.1.1.3.4 no-access
The list of hosts and their associated metrics that the router will advertise as host routes.
                 ospfMtHostEntry 1.3.6.1.2.1.1.1.3.4.1 no-access
A metric to be advertised, for a specific topology, when a given host is reachable.
                     ospfMtHostTopoId 1.3.6.1.2.1.1.1.3.4.1.1 topologyid no-access
The ID for a topology.
                     ospfMtHostIpAddress 1.3.6.1.2.1.1.1.3.4.1.2 ipaddress no-access
The IP Address of the Host.
                     ospfMtHostMetric 1.3.6.1.2.1.1.1.3.4.1.3 metric read-only
The Metric to be advertised.
                     ospfMtHostAreaID 1.3.6.1.2.1.1.1.3.4.1.4 areaid read-only
The Area in which the Host Entry is to be found. By default, the area that a subsuming OSPF in- terface is in, or 0.0.0.0.
                     ospfMtHostStatus 1.3.6.1.2.1.1.1.3.4.1.5 rowstatus read-only
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.
             ospfMtIfMetricTable 1.3.6.1.2.1.1.1.3.5 no-access
The topology specific metrics for a non-virtual interface identified by the interface index.
                 ospfMtIfMetricEntry 1.3.6.1.2.1.1.1.3.5.1 no-access
A particular topology specific metric for a non-virtual interface identified by the interface index.
                     ospfMtIfMetricTopoId 1.3.6.1.2.1.1.1.3.5.1.1 topologyid no-access
The topology specific metric being referenced. On row creation, this can be derived from the OSPF instance.
                     ospfMtIfMetricIpAddress 1.3.6.1.2.1.1.1.3.5.1.2 ipaddress no-access
The IP address of this OSPF interface. On row creation, this can be derived from the OSPF instance.
                     ospfMtIfMetricAddressLessIf 1.3.6.1.2.1.1.1.3.5.1.3 interfaceindexorzero no-access
For the purpose of easing the instancing of addressed and addressless interfaces, this object takes the value 0 on interfaces having IP Addresses, and the value of ifIndex for interfaces having no IP Address. On row creation, this can be derived from the OSPF instance.
                     ospfMtIfMetricValue 1.3.6.1.2.1.1.1.3.5.1.4 metric read-only
The metric associated with this topology.
                     ospfMtIfMetricTopoStatus 1.3.6.1.2.1.1.1.3.5.1.5 rowstatus read-only
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.
             ospfMtVirtIfMetricTable 1.3.6.1.2.1.1.1.3.6 no-access
The topology specific metrics for a virtual interface.
                 ospfMtVirtIfMetricEntry 1.3.6.1.2.1.1.1.3.6.1 no-access
A particular topology specific metric for a virtual interface.
                     ospfMtVirtIfMetricTopoId 1.3.6.1.2.1.1.1.3.6.1.1 topologyid no-access
The topology specific metric being referenced. On row creation, this can be derived from the OSPF instance.
                     ospfMtVirtIfMetricArea 1.3.6.1.2.1.1.1.3.6.1.2 areaid no-access
A 32 bit identifier for Area ID.
                     ospfMtVirtIfMetricNbrRtrId 1.3.6.1.2.1.1.1.3.6.1.3 routerid no-access
A 32 bit identifier for Router ID.
                     ospfMtVirtIfMetricNbrIpAddress 1.3.6.1.2.1.1.1.3.6.1.4 ipaddress no-access
A 32 bit identifier identifying virtual neighbor end point IP address.
                     ospfMtVirtIfMetricValue 1.3.6.1.2.1.1.1.3.6.1.5 metric read-only
The metric associated with the topology.
                     ospfMtVirtIfMetricTopoStatus 1.3.6.1.2.1.1.1.3.6.1.6 rowstatus read-only
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.
             ospfMtAreaAggregateTable 1.3.6.1.2.1.1.1.3.7 no-access
A range of IP addresses specified by an IP address/IP network mask pair. For example, class B address range of X.X.X.X with a network mask of 255.255.0.0 includes all IP addresses from X.X.0.0 to X.X.255.255. Note that if ranges are configured such that one range subsumes another range (e.g., 10.0.0.0 mask 255.0.0.0 and 10.1.0.0 mask 255.255.0.0), the most specific match is the preferred one.
                 ospfMtAreaAggregateEntry 1.3.6.1.2.1.1.1.3.7.1 no-access
A range of IP addresses specified by an IP address/IP network mask pair. For example, class B address range of X.X.X.X with a network mask of 255.255.0.0 includes all IP addresses from X.X.0.0 to X.X.255.255. Note that if ranges are range configured such that one range subsumes another range (e.g., 10.0.0.0 mask 255.0.0.0 and 10.1.0.0 mask 255.255.0.0), the most specific match is the preferred one.
                     ospfMtAreaAggregateTopoId 1.3.6.1.2.1.1.1.3.7.1.1 topologyid no-access
The ID for a topology.
                     ospfMtAreaAggregateAreaID 1.3.6.1.2.1.1.1.3.7.1.2 areaid no-access
The Area in which the Address Aggregate is to be found.
                     ospfMtAreaAggregateLsdbType 1.3.6.1.2.1.1.1.3.7.1.3 integer no-access
The type of the Address Aggregate. This field specifies the Lsdb type that this Address Aggregate applies to. Enumeration: 'nssaExternalLink': 7, 'summaryLink': 3.
                     ospfMtAreaAggregateNet 1.3.6.1.2.1.1.1.3.7.1.4 ipaddress no-access
The IP Address of the Net or Subnet indicated by the range.
                     ospfMtAreaAggregateMask 1.3.6.1.2.1.1.1.3.7.1.5 ipaddress no-access
The Subnet Mask that pertains to the Net or Subnet.
                     ospfMtAreaAggregateEffect 1.3.6.1.2.1.1.1.3.7.1.6 integer read-only
Subnets subsumed by ranges either trigger the advertisement of the indicated aggregate (advertiseMatching), or result in the subnet's not being advertised at all outside the area. Enumeration: 'advertiseMatching': 1, 'doNotAdvertiseMatching': 2.
                     ospfMtAreaAggregateStatus 1.3.6.1.2.1.1.1.3.7.1.7 rowstatus read-only
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.
     ospfMtMIBConformance 1.3.6.1.2.1.1.2
         ospfMtMIBCompliances 1.3.6.1.2.1.1.2.1
             ospfMIBCompliance 1.3.6.1.2.1.1.2.1.1
The compliance statement for entities which support OSPFv2 Multi-topology routing.
         ospfMtMIBGroups 1.3.6.1.2.1.1.2.2
             ospfMtGeneralGroup 1.3.6.1.2.1.1.2.2.1
A collection of objects used to manage OSPF entities supporting Multi-topology routing.
             ospfMtConfigurationGroup 1.3.6.1.2.1.1.2.2.2
A collection of objects used to manage OSPF entities supporting Multi-topology routing.
             ospfMtAreaGroup 1.3.6.1.2.1.1.2.2.3
A collection of objects used to manage OSPF entities supporting Multi-topology routing and areas.
             ospfMtAreaTopoGroup 1.3.6.1.2.1.1.2.2.4
A collection of objects used to manage OSPF entities supporting Multi-topology routing.
             ospfMtStubAreaGroup 1.3.6.1.2.1.1.2.2.5
A collection of objects used to manage OSPF entities supporting Multi-topology routing.
             ospfMtHostGroup 1.3.6.1.2.1.1.2.2.6
A collection of objects used to manage OSPF entities supporting Multi-topology routing.
             ospfMtIfMetricGroup 1.3.6.1.2.1.1.2.2.7
A collection of objects used to manage OSPF entities supporting Multi-topology routing.
             ospfMtVirtIfMetricGroup 1.3.6.1.2.1.1.2.2.8
A collection of objects used to manage OSPF entities supporting Multi-topology routing.
             ospfMtAreaAggregateGroup 1.3.6.1.2.1.1.2.2.9
A collection of objects used to manage OSPF entities supporting Multi-topology routing.