RADLAN-OSPF-LSDB-MIB

File: RADLAN-OSPF-LSDB-MIB.mib (30482 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC RADLAN-OSPF-MIB
OSPF-MIB RADLAN-MIB RFC1213-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Gauge32 Integer32 Unsigned32
IpAddress TEXTUAL-CONVENTION TruthValue
RowStatus TimeStamp rlOspf
RlOspfProcessID rlOspfIfEntry rlOspfVirtIfEntry
AreaID RouterID rnd
mib-2

Defined Types

RlOspfRouterLsaEntry  
SEQUENCE    
  rlOspfRouterLsaProcessId RlOspfProcessID
  rlOspfRouterLsaAreaId AreaID
  rlOspfRouterLsaLsid IpAddress
  rlOspfRouterLsaRouterId RouterID
  rlOspfRouterLsaIdx Unsigned32
  rlOspfRouterLsaSequence Integer32
  rlOspfRouterLsaAge Integer32
  rlOspfRouterLsaChecksum Integer32
  rlOspfRouterLsaLength Unsigned32
  rlOspfRouterLsaBitV INTEGER
  rlOspfRouterLsaBitE INTEGER
  rlOspfRouterLsaBitB INTEGER
  rlOspfRouterLsaLinks Unsigned32
  rlOspfRouterLsaLinkID IpAddress
  rlOspfRouterLsaLinkData IpAddress
  rlOspfRouterLsaType INTEGER
  rlOspfRouterLsaMetric Unsigned32

RlOspfNetworkLsaEntry  
SEQUENCE    
  rlOspfNetworkLsaProcessId RlOspfProcessID
  rlOspfNetworkLsaAreaId AreaID
  rlOspfNetworkLsaLsid IpAddress
  rlOspfNetworkLsaRouterId RouterID
  rlOspfNetworkLsaIdx Unsigned32
  rlOspfNetworkLsaSequence Integer32
  rlOspfNetworkLsaAge Integer32
  rlOspfNetworkLsaChecksum Integer32
  rlOspfNetworkLsaLength Unsigned32
  rlOspfNetworkLsaMask IpAddress
  rlOspfNetworkLsaAttRouter IpAddress

RlOspfSummaryType3LsaEntry  
SEQUENCE    
  rlOspfSummaryType3LsaProcessId RlOspfProcessID
  rlOspfSummaryType3LsaAreaId AreaID
  rlOspfSummaryType3LsaLsid IpAddress
  rlOspfSummaryType3LsaRouterId RouterID
  rlOspfSummaryType3LsaSequence Integer32
  rlOspfSummaryType3LsaAge Integer32
  rlOspfSummaryType3LsaChecksum Integer32
  rlOspfSummaryType3LsaLength Unsigned32
  rlOspfSummaryType3LsaMask IpAddress
  rlOspfSummaryType3LsaMetric Unsigned32

RlOspfSummaryType4LsaEntry  
SEQUENCE    
  rlOspfSummaryType4LsaProcessId RlOspfProcessID
  rlOspfSummaryType4LsaAreaId AreaID
  rlOspfSummaryType4LsaLsid IpAddress
  rlOspfSummaryType4LsaRouterId RouterID
  rlOspfSummaryType4LsaSequence Integer32
  rlOspfSummaryType4LsaAge Integer32
  rlOspfSummaryType4LsaChecksum Integer32
  rlOspfSummaryType4LsaLength Unsigned32
  rlOspfSummaryType4LsaMetric Unsigned32

RlOspfExternalLsaEntry  
SEQUENCE    
  rlOspfExternalLsaProcessId RlOspfProcessID
  rlOspfExternalLsaLsid IpAddress
  rlOspfExternalLsaRouterId RouterID
  rlOspfExternalLsaSequence Integer32
  rlOspfExternalLsaAge Integer32
  rlOspfExternalLsaChecksum Integer32
  rlOspfExternalLsaLength Unsigned32
  rlOspfExternalLsaMask IpAddress
  rlOspfExternalLsaFrwAddress IpAddress
  rlOspfExternalLsaBitE INTEGER
  rlOspfExternalLsaMetric Unsigned32
  rlOspfExternalLsaTag Unsigned32

Defined Values

rlOspfLsdb 1.3.6.1.4.1.89.221
The private MIB module definition for OSPF LSA Database MIB.
MODULE-IDENTITY    

rlOspfRouterLsaTable 1.3.6.1.4.1.89.221.1
Router Link State Advertisement.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlOspfRouterLsaEntry

rlOspfRouterLsaEntry 1.3.6.1.4.1.89.221.1.1
A single entry from Router LSA.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlOspfRouterLsaEntry  

rlOspfRouterLsaProcessId 1.3.6.1.4.1.89.221.1.1.1
A 32-bit integer uniquely identifying an OSPF process.
Status: current Access: read-only
OBJECT-TYPE    
  RlOspfProcessID  

rlOspfRouterLsaAreaId 1.3.6.1.4.1.89.221.1.1.2
The 32 bit identifier of the Area from which the LSA was received.
Status: current Access: read-only
OBJECT-TYPE    
  AreaID  

rlOspfRouterLsaLsid 1.3.6.1.4.1.89.221.1.1.3
The Link State ID is an LS Type Specific field containing either a Router ID or an IP Address; it identifies the piece of the routing domain that is being described by the advertisement.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rlOspfRouterLsaRouterId 1.3.6.1.4.1.89.221.1.1.4
The 32 bit number that uniquely identifies the originating router in the Autonomous System.
Status: current Access: read-only
OBJECT-TYPE    
  RouterID  

rlOspfRouterLsaIdx 1.3.6.1.4.1.89.221.1.1.5
The index is a unsigned 32-bit integer. It is used as sequence number of entry in the LSA and relevant only for Router or Network LSA which can contain unlimited number of entries.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..65535  

rlOspfRouterLsaSequence 1.3.6.1.4.1.89.221.1.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rlOspfRouterLsaAge 1.3.6.1.4.1.89.221.1.1.7
This field is the age of the link state advertisement in seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rlOspfRouterLsaChecksum 1.3.6.1.4.1.89.221.1.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rlOspfRouterLsaLength 1.3.6.1.4.1.89.221.1.1.9
The lenth in bytes of the LSA. This includes the 20 byte LSA header.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rlOspfRouterLsaBitV 1.3.6.1.4.1.89.221.1.1.10
When set, the router is an endpoint of one or more fully adjacent virtual links having the described area as Transit area (V is for virtual link endpoint).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER off(1), on(2)  

rlOspfRouterLsaBitE 1.3.6.1.4.1.89.221.1.1.11
When set, the router is an AS boundary router (E is for external).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER off(1), on(2)  

rlOspfRouterLsaBitB 1.3.6.1.4.1.89.221.1.1.12
When set, the router is an area border router (B is for border).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER off(1), on(2)  


rlOspfRouterLsaLinkID 1.3.6.1.4.1.89.221.1.1.14
Identifies the object that this router link connects to. Value depends on the link's Type.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rlOspfRouterLsaLinkData 1.3.6.1.4.1.89.221.1.1.15
Value depends on the link's Type field.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rlOspfRouterLsaType 1.3.6.1.4.1.89.221.1.1.16
A quick description of the router link.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER pointToPoint(1), transitNetwork(2), stubNetwork(3), virtualLink(4)  

rlOspfRouterLsaMetric 1.3.6.1.4.1.89.221.1.1.17
The cost of using this router link.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rlOspfNetworkLsaTable 1.3.6.1.4.1.89.221.2
Network Link State Advertisement.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlOspfNetworkLsaEntry

rlOspfNetworkLsaEntry 1.3.6.1.4.1.89.221.2.1
A single entry from Network LSA.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlOspfNetworkLsaEntry  

rlOspfNetworkLsaProcessId 1.3.6.1.4.1.89.221.2.1.1
A 32-bit integer uniquely identifying an OSPF process.
Status: current Access: read-only
OBJECT-TYPE    
  RlOspfProcessID  

rlOspfNetworkLsaAreaId 1.3.6.1.4.1.89.221.2.1.2
The 32 bit identifier of the Area from which the LSA was received.
Status: current Access: read-only
OBJECT-TYPE    
  AreaID  

rlOspfNetworkLsaLsid 1.3.6.1.4.1.89.221.2.1.3
The Link State ID is an LS Type Specific field containing either a Router ID or an IP Address; it identifies the piece of the routing domain that is being described by the advertisement.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rlOspfNetworkLsaRouterId 1.3.6.1.4.1.89.221.2.1.4
The 32 bit number that uniquely identifies the originating router in the Autonomous System.
Status: current Access: read-only
OBJECT-TYPE    
  RouterID  

rlOspfNetworkLsaIdx 1.3.6.1.4.1.89.221.2.1.5
The index is a unsigned 32-bit integer. It is used as sequence number of entry in the LSA and relevant only for Router or Network LSA which can contain unlimited number of entries.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..65535  

rlOspfNetworkLsaSequence 1.3.6.1.4.1.89.221.2.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rlOspfNetworkLsaAge 1.3.6.1.4.1.89.221.2.1.7
This field is the age of the link state advertisement in seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rlOspfNetworkLsaChecksum 1.3.6.1.4.1.89.221.2.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rlOspfNetworkLsaLength 1.3.6.1.4.1.89.221.2.1.9
The lenth in bytes of the LSA. This includes the 20 byte LSA header.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rlOspfNetworkLsaMask 1.3.6.1.4.1.89.221.2.1.10
The IP address mask for the network.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rlOspfNetworkLsaAttRouter 1.3.6.1.4.1.89.221.2.1.11
The Router IDs of each of the routers attached to the network.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rlOspfSummaryType3LsaTable 1.3.6.1.4.1.89.221.3
Summary Link State Advertisement for network (Type 3).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlOspfSummaryType3LsaEntry

rlOspfSummaryType3LsaEntry 1.3.6.1.4.1.89.221.3.1
A single entry from Summary LSA.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlOspfSummaryType3LsaEntry  

rlOspfSummaryType3LsaProcessId 1.3.6.1.4.1.89.221.3.1.1
A 32-bit integer uniquely identifying an OSPF process.
Status: current Access: read-only
OBJECT-TYPE    
  RlOspfProcessID  

rlOspfSummaryType3LsaAreaId 1.3.6.1.4.1.89.221.3.1.2
The 32 bit identifier of the Area from which the LSA was received.
Status: current Access: read-only
OBJECT-TYPE    
  AreaID  

rlOspfSummaryType3LsaLsid 1.3.6.1.4.1.89.221.3.1.3
The Link State ID is an LS Type Specific field containing either a Router ID or an IP Address; it identifies the piece of the routing domain that is being described by the advertisement.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rlOspfSummaryType3LsaRouterId 1.3.6.1.4.1.89.221.3.1.4
The 32 bit number that uniquely identifies the originating router in the Autonomous System.
Status: current Access: read-only
OBJECT-TYPE    
  RouterID  

rlOspfSummaryType3LsaSequence 1.3.6.1.4.1.89.221.3.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rlOspfSummaryType3LsaAge 1.3.6.1.4.1.89.221.3.1.6
This field is the age of the link state advertisement in seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rlOspfSummaryType3LsaChecksum 1.3.6.1.4.1.89.221.3.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rlOspfSummaryType3LsaLength 1.3.6.1.4.1.89.221.3.1.8
The lenth in bytes of the LSA. This includes the 20 byte LSA header.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rlOspfSummaryType3LsaMask 1.3.6.1.4.1.89.221.3.1.9
Value depends on the link's Type field.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rlOspfSummaryType3LsaMetric 1.3.6.1.4.1.89.221.3.1.10
The cost of using this router link.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rlOspfSummaryType4LsaTable 1.3.6.1.4.1.89.221.4
Summary Link State Advertisement for ASBR (Type 4).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlOspfSummaryType4LsaEntry

rlOspfSummaryType4LsaEntry 1.3.6.1.4.1.89.221.4.1
A single entry from Summary LSA.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlOspfSummaryType4LsaEntry  

rlOspfSummaryType4LsaProcessId 1.3.6.1.4.1.89.221.4.1.1
A 32-bit integer uniquely identifying an OSPF process.
Status: current Access: read-only
OBJECT-TYPE    
  RlOspfProcessID  

rlOspfSummaryType4LsaAreaId 1.3.6.1.4.1.89.221.4.1.2
The 32 bit identifier of the Area from which the LSA was received.
Status: current Access: read-only
OBJECT-TYPE    
  AreaID  

rlOspfSummaryType4LsaLsid 1.3.6.1.4.1.89.221.4.1.3
The Link State ID is an LS Type Specific field containing either a Router ID or an IP Address; it identifies the piece of the routing domain that is being described by the advertisement.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rlOspfSummaryType4LsaRouterId 1.3.6.1.4.1.89.221.4.1.4
The 32 bit number that uniquely identifies the originating router in the Autonomous System.
Status: current Access: read-only
OBJECT-TYPE    
  RouterID  

rlOspfSummaryType4LsaSequence 1.3.6.1.4.1.89.221.4.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rlOspfSummaryType4LsaAge 1.3.6.1.4.1.89.221.4.1.6
This field is the age of the link state advertisement in seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rlOspfSummaryType4LsaChecksum 1.3.6.1.4.1.89.221.4.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rlOspfSummaryType4LsaLength 1.3.6.1.4.1.89.221.4.1.8
The lenth in bytes of the LSA. This includes the 20 byte LSA header.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rlOspfSummaryType4LsaMetric 1.3.6.1.4.1.89.221.4.1.9
The cost of using this router link.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rlOspfExternalLsaTable 1.3.6.1.4.1.89.221.5
External Link State Advertisement.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlOspfExternalLsaEntry

rlOspfExternalLsaEntry 1.3.6.1.4.1.89.221.5.1
A single entry from External LSA.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlOspfExternalLsaEntry  

rlOspfExternalLsaProcessId 1.3.6.1.4.1.89.221.5.1.1
A 32-bit integer uniquely identifying an OSPF process.
Status: current Access: read-only
OBJECT-TYPE    
  RlOspfProcessID  

rlOspfExternalLsaLsid 1.3.6.1.4.1.89.221.5.1.2
The Link State ID is an LS Type Specific field containing either a Router ID or an IP Address; it identifies the piece of the routing domain that is being described by the advertisement.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rlOspfExternalLsaRouterId 1.3.6.1.4.1.89.221.5.1.3
The 32 bit number that uniquely identifies the originating router in the Autonomous System.
Status: current Access: read-only
OBJECT-TYPE    
  RouterID  

rlOspfExternalLsaSequence 1.3.6.1.4.1.89.221.5.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rlOspfExternalLsaAge 1.3.6.1.4.1.89.221.5.1.5
This field is the age of the link state advertisement in seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rlOspfExternalLsaChecksum 1.3.6.1.4.1.89.221.5.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rlOspfExternalLsaLength 1.3.6.1.4.1.89.221.5.1.7
The lenth in bytes of the LSA. This includes the 20 byte LSA header.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rlOspfExternalLsaMask 1.3.6.1.4.1.89.221.5.1.8
Value depends on the link's Type field.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rlOspfExternalLsaFrwAddress 1.3.6.1.4.1.89.221.5.1.9
Data traffic for the advertised destination will be forwarded to this address. If the Forwarding address is set to 0.0.0.0, data traffic will be forwarded instead to the LSA's originator (i.e., the responsible AS boundary router).
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rlOspfExternalLsaBitE 1.3.6.1.4.1.89.221.5.1.10
The type of external metric. If bit E is set, the metric specified is a Type 2 external metric.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER off(1), on(2)  

rlOspfExternalLsaMetric 1.3.6.1.4.1.89.221.5.1.11
The cost of this route.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rlOspfExternalLsaTag 1.3.6.1.4.1.89.221.5.1.12
A 32-bit field attached to each external route.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32