PRVT-OSPF-EXTENSION-MIB

File: PRVT-OSPF-EXTENSION-MIB.mib (9909 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC PRVT-SWITCH-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE TruthValue
RowStatus ipSwitch

Defined Types

OspfRedistributeEntry  
SEQUENCE    
  ospfRedistributeProtocol INTEGER
  ospfRedistributeMetric INTEGER
  ospfRedistributeMetricType INTEGER
  ospfRedistributeRouteMap OCTET STRING
  ospfRedistributeRowStatus RowStatus

Defined Values

prvtOSPFExtensionMib 1.3.6.1.4.1.738.1.6.4.2
The OSPF extension MIB module contains additional information, needed to control the OSPF protocol, that is not found in the standard RFC
MODULE-IDENTITY    

routingProtocols 1.3.6.1.4.1.738.1.6.4
OBJECT IDENTIFIER    

ospfExtension 1.3.6.1.4.1.738.1.6.4.2.1
OBJECT IDENTIFIER    

ospfEnable 1.3.6.1.4.1.738.1.6.4.2.1.1
This object enables/disables the OSPF process in the switch
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ospfRedistributeTable 1.3.6.1.4.1.738.1.6.4.2.1.2
The 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
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OspfRedistributeEntry

ospfRedistributeEntry 1.3.6.1.4.1.738.1.6.4.2.1.2.1
The conceptual row represents a routing protocol, redistributed into OSPF
Status: current Access: not-accessible
OBJECT-TYPE    
  OspfRedistributeEntry  

ospfRedistributeProtocol 1.3.6.1.4.1.738.1.6.4.2.1.2.1.1
The 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
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER kernel(1), connected(2), static(3), rip(4), bgp(5)  

ospfRedistributeMetric 1.3.6.1.4.1.738.1.6.4.2.1.2.1.2
The metric, with which the external routes will be redistributed in the OSPF
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..16777214  

ospfRedistributeMetricType 1.3.6.1.4.1.738.1.6.4.2.1.2.1.3
The type of metric, with which the external routes are advertised into the OSPF routing domain. OSPF supports two types of external metrics. Type 1 external metrics are expressed in the same units as the OSPF interface cost (i.e., in terms of the link state metric). Type 2 external metrics are an order of magnitude larger; any Type 2 metric is considered greater than the cost of any path internal to the AS. Use of Type 2 external metrics assumes that routing between AS'es is the major cost of routing a packet, and eliminates the need for conversion of external costs to internal link state metrics.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER e1(1), e2(2)  

ospfRedistributeRouteMap 1.3.6.1.4.1.738.1.6.4.2.1.2.1.4
The route map that would filter the redistributed routing information
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

ospfRedistributeRowStatus 1.3.6.1.4.1.738.1.6.4.2.1.2.1.5
Indicates 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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus