F3-OSPF-MIB

File: F3-OSPF-MIB.mib (26343 bytes)

Imported modules

SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
ADVA-MIB OSPF-MIB CM-IP-MIB

Imported symbols

MODULE-COMPLIANCE OBJECT-GROUP MODULE-IDENTITY
OBJECT-TYPE Integer32 Unsigned32
Gauge32 Counter32 RowStatus
StorageType TEXTUAL-CONVENTION TruthValue
fsp150cm RouterID AreaID
HelloRange DesignatedRouterPriority OspfAuthenticationType
ospfNbrEntry cmIpInterfaceEntry ipManagementTunnelEntry

Defined Types

OspfMetricType  
The metric type can be specified to define how the cost of redistributed routes are to be calculated. A metric type of E1 means that the redistribution cost plus the cost to the ASBR is used for the route while a metric type of E2 means that only the redistributed cost is used.
TEXTUAL-CONVENTION    
  INTEGER e1(1), e2(2)  

OspfRedistributionType  
Enables redistribution of routes of a specific protocol or kind into OSPF. The only supported type is RIP.
TEXTUAL-CONVENTION    
  INTEGER none(1), rip(2)  

OspfState  
Allows user configuration of the behavior associated with the OSPF interface. ENABLED - OSPF is enabled and the interface will send HELLOs and form adjacencies. DISABLED - the interface is not advertised and does not participate in OSPF message exchanges. PASSIVE - the interface will be advertised as a stub link but will not participate in OSPF message exchange.
TEXTUAL-CONVENTION    
  INTEGER enabled(1), disabled(2), passive(3)  

OspfAreaType  
The OSPF area type.
TEXTUAL-CONVENTION    
  INTEGER normal(1), stub(2)  

OspfRole  
The OSPF role of the neighbor router.
TEXTUAL-CONVENTION    
  INTEGER bdr(1), dr(2), drother(3)  

F3OspfRouterEntry  
SEQUENCE    
  f3OspfRouterIndex RouterID
  f3OspfRouterMetricType OspfMetricType
  f3OspfRouterMetric Integer32
  f3OspfRouterRedistributionType OspfRedistributionType
  f3OspfRouterNumAttachedAreas Unsigned32
  f3OspfRouterAreaBdrRtrStatus TruthValue
  f3OspfRouterStorageType StorageType
  f3OspfRouterRowStatus RowStatus

F3OspfAreaEntry  
SEQUENCE    
  f3OspfAreaId AreaID
  f3OspfAreaType OspfAreaType
  f3OspfAreaAuthType OspfAuthenticationType
  f3OspfAreaDefaultCost Unsigned32
  f3OspfAreaSpfRuns Counter32
  f3OspfAreaLsaCount Gauge32
  f3OspfAreaStorageType StorageType
  f3OspfAreaRowStatus RowStatus

F3OspfIpInterfaceExtEntry  
SEQUENCE    
  f3OspfIpInterfaceExtStatus OspfState
  f3OspfIpInterfaceExtAreaId AreaID
  f3OspfIpInterfaceExtIfType INTEGER
  f3OspfIpInterfaceExtHelloInterval HelloRange
  f3OspfIpInterfaceExtRtrDeadInterval Integer32
  f3OspfIpInterfaceExtRetransInterval Integer32
  f3OspfIpInterfaceExtRtrPriority DesignatedRouterPriority
  f3OspfIpInterfaceExtCost Integer32
  f3OspfIpInterfaceExtAuthType OspfAuthenticationType
  f3OspfIpInterfaceExtAuthKey OCTET STRING

F3OspfIpMgmtTunnelExtEntry  
SEQUENCE    
  f3OspfIpMgmtTunnelExtStatus OspfState
  f3OspfIpMgmtTunnelExtAreaId AreaID
  f3OspfIpMgmtTunnelExtIfType INTEGER
  f3OspfIpMgmtTunnelExtHelloInterval HelloRange
  f3OspfIpMgmtTunnelExtRtrDeadInterval Integer32
  f3OspfIpMgmtTunnelExtRetransInterval Integer32
  f3OspfIpMgmtTunnelExtRtrPriority DesignatedRouterPriority
  f3OspfIpMgmtTunnelExtCost Integer32
  f3OspfIpMgmtTunnelExtAuthType OspfAuthenticationType
  f3OspfIpMgmtTunnelExtAuthKey OCTET STRING

F3OspfNbrExtEntry  
SEQUENCE    
  f3OspfNbrExtRole OspfRole

Defined Values

f3OspfMIB 1.3.6.1.4.1.2544.1.12.35
This module defines the OSPF MIB definitions used by the F3 (FSP150CM/CC) product lines. Copyright (C) ADVA Optical Networking.
MODULE-IDENTITY    

f3OspfConfigObjects 1.3.6.1.4.1.2544.1.12.35.1
OBJECT IDENTIFIER    

f3OspfConformance 1.3.6.1.4.1.2544.1.12.35.2
OBJECT IDENTIFIER    

f3OspfRouterTable 1.3.6.1.4.1.2544.1.12.35.1.1
A list of entries corresponding to OSPF Router instance for configuration purposes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    F3OspfRouterEntry

f3OspfRouterEntry 1.3.6.1.4.1.2544.1.12.35.1.1.1
A conceptual row in the f3OspfRouterTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  F3OspfRouterEntry  

f3OspfRouterIndex 1.3.6.1.4.1.2544.1.12.35.1.1.1.1
A 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  RouterID  

f3OspfRouterMetricType 1.3.6.1.4.1.2544.1.12.35.1.1.1.2
The metric type can be specified to define how the cost of redistributed routes are to be calculated. This attribute must be set to zero if f3OspfRouterMetric has been specified.
Status: current Access: read-create
OBJECT-TYPE    
  OspfMetricType  

f3OspfRouterMetric 1.3.6.1.4.1.2544.1.12.35.1.1.1.3
The metric value to use as the default cost to be associated with any redistributed routes. This attribute must be set to zero if the f3OspfRouterMetricType has been specified
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..16777214  

f3OspfRouterRedistributionType 1.3.6.1.4.1.2544.1.12.35.1.1.1.4
The redistribution type is used to enable redistribution of routes of a specified protocol.
Status: current Access: read-create
OBJECT-TYPE    
  OspfRedistributionType  

f3OspfRouterNumAttachedAreas 1.3.6.1.4.1.2544.1.12.35.1.1.1.5
Number of attached areas for the OSPF Router.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

f3OspfRouterAreaBdrRtrStatus 1.3.6.1.4.1.2544.1.12.35.1.1.1.6
A flag to note whether this router is an Area Border Router.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

f3OspfRouterStorageType 1.3.6.1.4.1.2544.1.12.35.1.1.1.7
The type of storage configured for this entry.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

f3OspfRouterRowStatus 1.3.6.1.4.1.2544.1.12.35.1.1.1.8
The status of this row. An entry MUST NOT exist in the active state unless all objects in the entry have an appropriate value, as described in the description clause for each writable object. The values of f3OspfRouterRowStatus supported are createAndGo(4) and destroy(6). All mandatory attributes must be specified in a single SNMP SET request with f3OspfRouterRowStatus value as createAndGo(4). Upon successful row creation, this object has a value of active(1). The f3OspfRouterRowStatus object may be modified if the associated instance of this object is equal to active(1).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

f3OspfAreaTable 1.3.6.1.4.1.2544.1.12.35.1.2
A list of entries corresponding to OSPF Area configuration purposes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    F3OspfAreaEntry

f3OspfAreaEntry 1.3.6.1.4.1.2544.1.12.35.1.2.1
A conceptual row in the f3OspfAreaTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  F3OspfAreaEntry  

f3OspfAreaId 1.3.6.1.4.1.2544.1.12.35.1.2.1.1
A 32-bit integer uniquely identifying an area. Area ID 0.0.0.0 is used for the OSPF backbone.
Status: current Access: not-accessible
OBJECT-TYPE    
  AreaID  

f3OspfAreaType 1.3.6.1.4.1.2544.1.12.35.1.2.1.2
The type of an area.
Status: current Access: read-create
OBJECT-TYPE    
  OspfAreaType  

f3OspfAreaAuthType 1.3.6.1.4.1.2544.1.12.35.1.2.1.3
The authentication type specifies whether no authentication, simple authentication, or MD5 authentication is required for this area. Keying information must be configured on a per-interface basis. This only applies to non-stubby areas.
Status: current Access: read-create
OBJECT-TYPE    
  OspfAuthenticationType  

f3OspfAreaDefaultCost 1.3.6.1.4.1.2544.1.12.35.1.2.1.4
The default cost for summary LSA's announced to stubby areas. This only applies to stubby areas.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..16777215  

f3OspfAreaSpfRuns 1.3.6.1.4.1.2544.1.12.35.1.2.1.5
A count of the number of times the Shortest Path algorithm has been run for this area.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

f3OspfAreaLsaCount 1.3.6.1.4.1.2544.1.12.35.1.2.1.6
The total number of link state advertisements in this area's link state database, excluding AS-external LSAs.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

f3OspfAreaStorageType 1.3.6.1.4.1.2544.1.12.35.1.2.1.7
The type of storage configured for this entry.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

f3OspfAreaRowStatus 1.3.6.1.4.1.2544.1.12.35.1.2.1.8
The status of this row. An entry MUST NOT exist in the active state unless all objects in the entry have an appropriate value, as described in the description clause for each writable object. The values of f3OspfAreaRowStatus supported are createAndGo(4) and destroy(6). All mandatory attributes must be specified in a single SNMP SET request with f3OspfAreaRowStatus value as createAndGo(4). Upon successful row creation, this object has a value of active(1). The f3OspfAreaRowStatus object may be modified if the associated instance of this object is equal to active(1).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

f3OspfIpInterfaceExtTable 1.3.6.1.4.1.2544.1.12.35.1.3
A list of entries corresponding to OSPF Interface configuration purposes. This table extends cmIpInterfaceTable from CM-IP-MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    F3OspfIpInterfaceExtEntry

f3OspfIpInterfaceExtEntry 1.3.6.1.4.1.2544.1.12.35.1.3.1
A conceptual row in the f3OspfIpInterfaceExtTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  F3OspfIpInterfaceExtEntry  

f3OspfIpInterfaceExtStatus 1.3.6.1.4.1.2544.1.12.35.1.3.1.1
The OSPF admin status for the IP Interface.
Status: current Access: read-write
OBJECT-TYPE    
  OspfState  

f3OspfIpInterfaceExtAreaId 1.3.6.1.4.1.2544.1.12.35.1.3.1.2
The Area ID with which this IP Interface is associated.
Status: current Access: read-write
OBJECT-TYPE    
  AreaID  

f3OspfIpInterfaceExtIfType 1.3.6.1.4.1.2544.1.12.35.1.3.1.3
The OSPF interface type for the IP Interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER broadcast(1), nbma(2), pointToPoint(3), pointToMultipoint(5)  

f3OspfIpInterfaceExtHelloInterval 1.3.6.1.4.1.2544.1.12.35.1.3.1.4
The number of seconds between OSPF Hello packets for the IP Interface.
Status: current Access: read-write
OBJECT-TYPE    
  HelloRange  

f3OspfIpInterfaceExtRtrDeadInterval 1.3.6.1.4.1.2544.1.12.35.1.3.1.5
The number of seconds that must pass from the last received Hello packet before a neighbor router is declared down.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

f3OspfIpInterfaceExtRetransInterval 1.3.6.1.4.1.2544.1.12.35.1.3.1.6
The number of seconds for the Retransmit Timer Interval value for the IP Interface. The value is used when retransmitting Database Description and Link State Request packets.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

f3OspfIpInterfaceExtRtrPriority 1.3.6.1.4.1.2544.1.12.35.1.3.1.7
The OSPF router priority for the IP Interface. The router with the highest priority will be more eligible to become Designated Router. Setting the value to 0 makes the router ineligible to become the Designated Router.
Status: current Access: read-write
OBJECT-TYPE    
  DesignatedRouterPriority  

f3OspfIpInterfaceExtCost 1.3.6.1.4.1.2544.1.12.35.1.3.1.8
The cost associated with the IP Interface for use in the Shortest Path calculations.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

f3OspfIpInterfaceExtAuthType 1.3.6.1.4.1.2544.1.12.35.1.3.1.9
The OSPF authentication type for the IP Interface. This value supersedes the authentication type defined for the Area.
Status: current Access: read-write
OBJECT-TYPE    
  OspfAuthenticationType  

f3OspfIpInterfaceExtAuthKey 1.3.6.1.4.1.2544.1.12.35.1.3.1.10
The OSPF authentication key for the IP Interface. If the authentication type is Simple, the authentication key is limited to 8 characters. If the authentication type is MD5, the authentication key is up to 16 characters.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..16)  

f3OspfIpMgmtTunnelExtTable 1.3.6.1.4.1.2544.1.12.35.1.4
A list of entries corresponding to OSPF Interface configuration purposes. This table extends ipManagementTunnelTable from CM-IP-MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    F3OspfIpMgmtTunnelExtEntry

f3OspfIpMgmtTunnelExtEntry 1.3.6.1.4.1.2544.1.12.35.1.4.1
A conceptual row in the f3OspfIpMgmtTunnelExtTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  F3OspfIpMgmtTunnelExtEntry  

f3OspfIpMgmtTunnelExtStatus 1.3.6.1.4.1.2544.1.12.35.1.4.1.1
The OSPF admin status for the IP Management Tunnel.
Status: current Access: read-write
OBJECT-TYPE    
  OspfState  

f3OspfIpMgmtTunnelExtAreaId 1.3.6.1.4.1.2544.1.12.35.1.4.1.2
The Area ID with which this IP Management Tunnel is associated.
Status: current Access: read-write
OBJECT-TYPE    
  AreaID  

f3OspfIpMgmtTunnelExtIfType 1.3.6.1.4.1.2544.1.12.35.1.4.1.3
The OSPF interface type for the IP Management Tunnel.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER broadcast(1), nbma(2), pointToPoint(3), pointToMultipoint(5)  

f3OspfIpMgmtTunnelExtHelloInterval 1.3.6.1.4.1.2544.1.12.35.1.4.1.4
The number of seconds between OSPF Hello packets for the IP Management Tunnel.
Status: current Access: read-write
OBJECT-TYPE    
  HelloRange  

f3OspfIpMgmtTunnelExtRtrDeadInterval 1.3.6.1.4.1.2544.1.12.35.1.4.1.5
The number of seconds that must pass from the last received Hello packet before a neighbor router is declared down.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

f3OspfIpMgmtTunnelExtRetransInterval 1.3.6.1.4.1.2544.1.12.35.1.4.1.6
The number of seconds for the Retransmit Timer Interval value for the IP Interface. The value is used when retransmitting Database Description and Link State Request packets.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

f3OspfIpMgmtTunnelExtRtrPriority 1.3.6.1.4.1.2544.1.12.35.1.4.1.7
The OSPF router priority for the IP Management Tunnel. The router with the highest priority will be more eligible to become Designated Router. Setting the value to 0 makes the router ineligible to become the Designated Router.
Status: current Access: read-write
OBJECT-TYPE    
  DesignatedRouterPriority  

f3OspfIpMgmtTunnelExtCost 1.3.6.1.4.1.2544.1.12.35.1.4.1.8
The cost associated with the IP Management Tunnel for use in the Shortest Path calculations.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

f3OspfIpMgmtTunnelExtAuthType 1.3.6.1.4.1.2544.1.12.35.1.4.1.9
The OSPF authentication type for the IP Management Tunnel. This value supersedes the authentication type defined for the Area.
Status: current Access: read-write
OBJECT-TYPE    
  OspfAuthenticationType  

f3OspfIpMgmtTunnelExtAuthKey 1.3.6.1.4.1.2544.1.12.35.1.4.1.10
The OSPF authentication key for the IP Management Tunnel. If the authentication type is Simple, the authentication key is limited to 8 characters. If the authentication type is MD5, the authentication key is up to 16 characters.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..16)  

f3OspfNbrExtTable 1.3.6.1.4.1.2544.1.12.35.1.5
This table extends ospfNbrTable from OSPF-MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    F3OspfNbrExtEntry

f3OspfNbrExtEntry 1.3.6.1.4.1.2544.1.12.35.1.5.1
A conceptual row in the f3OspfNbrExtTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  F3OspfNbrExtEntry  

f3OspfNbrExtRole 1.3.6.1.4.1.2544.1.12.35.1.5.1.1
The OSPF role for this neighbor router.
Status: current Access: read-only
OBJECT-TYPE    
  OspfRole  

f3OspfCompliances 1.3.6.1.4.1.2544.1.12.35.2.1
OBJECT IDENTIFIER    

f3OspfGroups 1.3.6.1.4.1.2544.1.12.35.2.2
OBJECT IDENTIFIER    

f3OspfCompliance 1.3.6.1.4.1.2544.1.12.35.2.1.1
Describes the requirements for conformance to the F3-OSPF-MIB compilance.
Status: current Access: read-only
MODULE-COMPLIANCE    

f3OspfRouterGroup 1.3.6.1.4.1.2544.1.12.35.2.2.1
A collection of objects used to manage the OSPF Router.
Status: current Access: read-only
OBJECT-GROUP    

f3OspfAreaGroup 1.3.6.1.4.1.2544.1.12.35.2.2.2
A collection of objects used to manage the OSPF Area.
Status: current Access: read-only
OBJECT-GROUP    

f3OspfIpInterfaceExtGroup 1.3.6.1.4.1.2544.1.12.35.2.2.3
A collection of objects used to manage OSPF configuration of IP Interface.
Status: current Access: read-only
OBJECT-GROUP    

f3OspfIpMgmtTunnelExtGroup 1.3.6.1.4.1.2544.1.12.35.2.2.4
A collection of objects used to manage OSPF configuration of IP Management Tunnel.
Status: current Access: read-only
OBJECT-GROUP    

f3OspfNbrExtGroup 1.3.6.1.4.1.2544.1.12.35.2.2.5
A collection of objects used to manage OSPF configuration of OSPF Neighbor.
Status: current Access: read-only
OBJECT-GROUP