OSPFv2-MT-MIB

File: OSPFv2-MT-MIB.mib (39186 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE mib-2
Integer32 Counter32 IpAddress
MODULE-COMPLIANCE OBJECT-GROUP TEXTUAL-CONVENTION
RowStatus TruthValue InterfaceIndexOrZero
AreaID ospfAreaEntry RouterID
Metric BigMetric

Defined Types

TopologyID  
A topology identifier. Section 3.7 of RFC 4915 defines the mapping of the topology id space.
TEXTUAL-CONVENTION    
  Integer32 0..127  

OspfMtEntry  
SEQUENCE    
  ospfMtTopoId TopologyID
  ospfMtTopoName OCTET STRING
  ospfMtTopoStatus RowStatus

OspfMtAreaEntry  
SEQUENCE    
  ospfMtAreaExclusion TruthValue

OspfMtAreaTopoEntry  
SEQUENCE    
  ospfMtAreaTopoId TopologyID
  ospfMtAreaId AreaID
  ospfMtSpfRuns Counter32
  ospfMtAreaSummary INTEGER
  ospfMtAreaTopoStatus RowStatus

OspfMtStubAreaEntry  
SEQUENCE    
  ospfMtStubAreaTopoId TopologyID
  ospfMtStubAreaId AreaID
  ospfMtStubMetric BigMetric
  ospfMtStubMetricType INTEGER
  ospfMtStubStatus RowStatus

OspfMtHostEntry  
SEQUENCE    
  ospfMtHostTopoId TopologyID
  ospfMtHostIpAddress IpAddress
  ospfMtHostMetric Metric
  ospfMtHostAreaID AreaID
  ospfMtHostStatus RowStatus

OspfMtIfMetricEntry  
SEQUENCE    
  ospfMtIfMetricTopoId TopologyID
  ospfMtIfMetricIpAddress IpAddress
  ospfMtIfMetricAddressLessIf InterfaceIndexOrZero
  ospfMtIfMetricValue Metric
  ospfMtIfMetricTopoStatus RowStatus

OspfMtVirtIfMetricEntry  
SEQUENCE    
  ospfMtVirtIfMetricTopoId TopologyID
  ospfMtVirtIfMetricArea AreaID
  ospfMtVirtIfMetricNbrRtrId RouterID
  ospfMtVirtIfMetricNbrIpAddress IpAddress
  ospfMtVirtIfMetricValue Metric
  ospfMtVirtIfMetricTopoStatus RowStatus

OspfMtAreaAggregateEntry  
SEQUENCE    
  ospfMtAreaAggregateTopoId TopologyID
  ospfMtAreaAggregateAreaID AreaID
  ospfMtAreaAggregateLsdbType INTEGER
  ospfMtAreaAggregateNet IpAddress
  ospfMtAreaAggregateMask IpAddress
  ospfMtAreaAggregateEffect INTEGER
  ospfMtAreaAggregateStatus RowStatus

Defined Values

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.
MODULE-IDENTITY    

ospfMtMIBObjects 1.3.6.1.2.1.1.1
OBJECT IDENTIFIER    

ospfMtMIBConformance 1.3.6.1.2.1.1.2
OBJECT IDENTIFIER    

ospfMtMIBNotifications 1.3.6.1.2.1.1.0
OBJECT IDENTIFIER    

ospfMtGeneral 1.3.6.1.2.1.1.1.1
OBJECT IDENTIFIER    

ospfMtConfiguration 1.3.6.1.2.1.1.1.2
OBJECT IDENTIFIER    

ospfMt 1.3.6.1.2.1.1.1.3
OBJECT IDENTIFIER    

ospfMtSupport 1.3.6.1.2.1.1.1.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ospfMtTable 1.3.6.1.2.1.1.1.2.1
A table mapping a configured topology id to a name.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OspfMtEntry

ospfMtEntry 1.3.6.1.2.1.1.1.2.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  OspfMtEntry  

ospfMtTopoId 1.3.6.1.2.1.1.1.2.1.1.1
The ID for a topology.
Status: current Access: not-accessible
OBJECT-TYPE    
  TopologyID  

ospfMtTopoName 1.3.6.1.2.1.1.1.2.1.1.2
The name of the topology.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

ospfMtTopoStatus 1.3.6.1.2.1.1.1.2.1.1.3
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  

ospfMtAreaTable 1.3.6.1.2.1.1.1.3.1
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'.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OspfMtAreaEntry

ospfMtAreaEntry 1.3.6.1.2.1.1.1.3.1.1
Information describing the configured parameters and cumulative statistics of one of the router's attached areas.
Status: current Access: not-accessible
OBJECT-TYPE    
  OspfMtAreaEntry  

ospfMtAreaExclusion 1.3.6.1.2.1.1.1.3.1.1.1
Describes the area's MT default exclusion capability.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ospfMtAreaTopoTable 1.3.6.1.2.1.1.1.3.2
Information describing the configured parameters and cumulative statistics of the router's topologies in an area.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OspfMtAreaTopoEntry

ospfMtAreaTopoEntry 1.3.6.1.2.1.1.1.3.2.1
Information describing the configured parameters and cumulative statistics of a topology in an area.
Status: current Access: not-accessible
OBJECT-TYPE    
  OspfMtAreaTopoEntry  

ospfMtAreaTopoId 1.3.6.1.2.1.1.1.3.2.1.1
The ID for a topology; this can be derived from the OSPF instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  TopologyID  

ospfMtAreaId 1.3.6.1.2.1.1.1.3.2.1.2
The 32 bit identifier for the Area. On creation, this can be derived from the OSPF instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  AreaID  

ospfMtSpfRuns 1.3.6.1.2.1.1.1.3.2.1.3
The number of times the SPF is run for a given topology.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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

ospfMtAreaTopoStatus 1.3.6.1.2.1.1.1.3.2.1.5
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  

ospfMtStubAreaTable 1.3.6.1.2.1.1.1.3.3
The set of metrics that will be advertised for a specific topology by a default Area Border Router into a stub area.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OspfMtStubAreaEntry

ospfMtStubAreaEntry 1.3.6.1.2.1.1.1.3.3.1
The metric for a specific topology that will be advertised by a default Area Border Router into a stub area.
Status: current Access: not-accessible
OBJECT-TYPE    
  OspfMtStubAreaEntry  

ospfMtStubAreaTopoId 1.3.6.1.2.1.1.1.3.3.1.1
The ID for a topology; this can be derived from the OSPF instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  TopologyID  

ospfMtStubAreaId 1.3.6.1.2.1.1.1.3.3.1.2
The 32 bit identifier for the Stub Area; this can be derived from the OSPF instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  AreaID  

ospfMtStubMetric 1.3.6.1.2.1.1.1.3.3.1.3
The metric value associated with a topology.
Status: current Access: read-create
OBJECT-TYPE    
  BigMetric  

ospfMtStubMetricType 1.3.6.1.2.1.1.1.3.3.1.4
This object contains the type of metric advertised as a default route.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER ospfMtMetric(1), comparableCost(2), nonComparable(3)  

ospfMtStubStatus 1.3.6.1.2.1.1.1.3.3.1.5
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  

ospfMtHostTable 1.3.6.1.2.1.1.1.3.4
The list of hosts and their associated metrics that the router will advertise as host routes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OspfMtHostEntry

ospfMtHostEntry 1.3.6.1.2.1.1.1.3.4.1
A metric to be advertised, for a specific topology, when a given host is reachable.
Status: current Access: not-accessible
OBJECT-TYPE    
  OspfMtHostEntry  

ospfMtHostTopoId 1.3.6.1.2.1.1.1.3.4.1.1
The ID for a topology.
Status: current Access: not-accessible
OBJECT-TYPE    
  TopologyID  

ospfMtHostIpAddress 1.3.6.1.2.1.1.1.3.4.1.2
The IP Address of the Host.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

ospfMtHostMetric 1.3.6.1.2.1.1.1.3.4.1.3
The Metric to be advertised.
Status: current Access: read-create
OBJECT-TYPE    
  Metric  

ospfMtHostAreaID 1.3.6.1.2.1.1.1.3.4.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  AreaID  

ospfMtHostStatus 1.3.6.1.2.1.1.1.3.4.1.5
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  

ospfMtIfMetricTable 1.3.6.1.2.1.1.1.3.5
The topology specific metrics for a non-virtual interface identified by the interface index.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OspfMtIfMetricEntry

ospfMtIfMetricEntry 1.3.6.1.2.1.1.1.3.5.1
A particular topology specific metric for a non-virtual interface identified by the interface index.
Status: current Access: not-accessible
OBJECT-TYPE    
  OspfMtIfMetricEntry  

ospfMtIfMetricTopoId 1.3.6.1.2.1.1.1.3.5.1.1
The topology specific metric being referenced. On row creation, this can be derived from the OSPF instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  TopologyID  

ospfMtIfMetricIpAddress 1.3.6.1.2.1.1.1.3.5.1.2
The IP address of this OSPF interface. On row creation, this can be derived from the OSPF instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

ospfMtIfMetricAddressLessIf 1.3.6.1.2.1.1.1.3.5.1.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndexOrZero  

ospfMtIfMetricValue 1.3.6.1.2.1.1.1.3.5.1.4
The metric associated with this topology.
Status: current Access: read-create
OBJECT-TYPE    
  Metric  

ospfMtIfMetricTopoStatus 1.3.6.1.2.1.1.1.3.5.1.5
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  

ospfMtVirtIfMetricTable 1.3.6.1.2.1.1.1.3.6
The topology specific metrics for a virtual interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OspfMtVirtIfMetricEntry

ospfMtVirtIfMetricEntry 1.3.6.1.2.1.1.1.3.6.1
A particular topology specific metric for a virtual interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  OspfMtVirtIfMetricEntry  

ospfMtVirtIfMetricTopoId 1.3.6.1.2.1.1.1.3.6.1.1
The topology specific metric being referenced. On row creation, this can be derived from the OSPF instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  TopologyID  

ospfMtVirtIfMetricArea 1.3.6.1.2.1.1.1.3.6.1.2
A 32 bit identifier for Area ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  AreaID  

ospfMtVirtIfMetricNbrRtrId 1.3.6.1.2.1.1.1.3.6.1.3
A 32 bit identifier for Router ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  RouterID  

ospfMtVirtIfMetricNbrIpAddress 1.3.6.1.2.1.1.1.3.6.1.4
A 32 bit identifier identifying virtual neighbor end point IP address.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

ospfMtVirtIfMetricValue 1.3.6.1.2.1.1.1.3.6.1.5
The metric associated with the topology.
Status: current Access: read-create
OBJECT-TYPE    
  Metric  

ospfMtVirtIfMetricTopoStatus 1.3.6.1.2.1.1.1.3.6.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  

ospfMtAreaAggregateTable 1.3.6.1.2.1.1.1.3.7
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OspfMtAreaAggregateEntry

ospfMtAreaAggregateEntry 1.3.6.1.2.1.1.1.3.7.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  OspfMtAreaAggregateEntry  

ospfMtAreaAggregateTopoId 1.3.6.1.2.1.1.1.3.7.1.1
The ID for a topology.
Status: current Access: not-accessible
OBJECT-TYPE    
  TopologyID  

ospfMtAreaAggregateAreaID 1.3.6.1.2.1.1.1.3.7.1.2
The Area in which the Address Aggregate is to be found.
Status: current Access: not-accessible
OBJECT-TYPE    
  AreaID  

ospfMtAreaAggregateLsdbType 1.3.6.1.2.1.1.1.3.7.1.3
The type of the Address Aggregate. This field specifies the Lsdb type that this Address Aggregate applies to.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER summaryLink(3), nssaExternalLink(7)  

ospfMtAreaAggregateNet 1.3.6.1.2.1.1.1.3.7.1.4
The IP Address of the Net or Subnet indicated by the range.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

ospfMtAreaAggregateMask 1.3.6.1.2.1.1.1.3.7.1.5
The Subnet Mask that pertains to the Net or Subnet.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

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

ospfMtAreaAggregateStatus 1.3.6.1.2.1.1.1.3.7.1.7
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  

ospfMtMIBCompliances 1.3.6.1.2.1.1.2.1
OBJECT IDENTIFIER    

ospfMtMIBGroups 1.3.6.1.2.1.1.2.2
OBJECT IDENTIFIER    

ospfMIBCompliance 1.3.6.1.2.1.1.2.1.1
The compliance statement for entities which support OSPFv2 Multi-topology routing.
Status: current Access: read-create
MODULE-COMPLIANCE    

ospfMtGeneralGroup 1.3.6.1.2.1.1.2.2.1
A collection of objects used to manage OSPF entities supporting Multi-topology routing.
Status: current Access: read-create
OBJECT-GROUP    

ospfMtConfigurationGroup 1.3.6.1.2.1.1.2.2.2
A collection of objects used to manage OSPF entities supporting Multi-topology routing.
Status: current Access: read-create
OBJECT-GROUP    

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.
Status: current Access: read-create
OBJECT-GROUP    

ospfMtAreaTopoGroup 1.3.6.1.2.1.1.2.2.4
A collection of objects used to manage OSPF entities supporting Multi-topology routing.
Status: current Access: read-create
OBJECT-GROUP    

ospfMtStubAreaGroup 1.3.6.1.2.1.1.2.2.5
A collection of objects used to manage OSPF entities supporting Multi-topology routing.
Status: current Access: read-create
OBJECT-GROUP    

ospfMtHostGroup 1.3.6.1.2.1.1.2.2.6
A collection of objects used to manage OSPF entities supporting Multi-topology routing.
Status: current Access: read-create
OBJECT-GROUP    

ospfMtIfMetricGroup 1.3.6.1.2.1.1.2.2.7
A collection of objects used to manage OSPF entities supporting Multi-topology routing.
Status: current Access: read-create
OBJECT-GROUP    

ospfMtVirtIfMetricGroup 1.3.6.1.2.1.1.2.2.8
A collection of objects used to manage OSPF entities supporting Multi-topology routing.
Status: current Access: read-create
OBJECT-GROUP    

ospfMtAreaAggregateGroup 1.3.6.1.2.1.1.2.2.9
A collection of objects used to manage OSPF entities supporting Multi-topology routing.
Status: current Access: read-create
OBJECT-GROUP