RADLAN-IpRouter

MIB Reference — IPNetwork Monitor

All MIBsRADLAN-IpRouter

Last Updated: 2004-06-01

Category: Routing, Vendor: RADLAN/Cisco SB

Description:

Configures IP router functions including static routes and routing protocol parameters.

Imported Objects

From OSPF-MIB

AreaID
RouterID
ospfIfEntry
ospfVirtIfEntry

From RADLAN-IP

ipRedundancyOBJECT-IDENTITY
ipRipFilterOBJECT-IDENTITY
ipRouteLeakingOBJECT-IDENTITY
ipSpecMODULE-IDENTITY
rip2SpecOBJECT-IDENTITY
rlIpRoutingProtPreferenceOBJECT-IDENTITY
rlOspfOBJECT-IDENTITY

From RFC1389-MIB

rip2IfConfEntryOBJECT-TYPE

From SNMPv2-SMI

Counter32
Integer32
IpAddress
MODULE-IDENTITY
OBJECT-TYPE
Unsigned32

From SNMPv2-TC

DisplayString
RowStatus
TEXTUAL-CONVENTION
TruthValue

What Is RADLAN-IpRouter?

RADLAN-IpRouter is a private Marvell/Radlan MIB for Layer 3 switch routing functions, covering RIPv2 interface configuration and an IP redundancy (VRRP-like) failover mechanism. Its categories include routing-protocol configuration (per-interface RIP settings, authentication) and redundancy group operational status, the latter being a direct measure of high-availability health. Monitoring value is centered on software/protocol status: comparing ipRedundAdminStatus against ipRedundOperStatus reveals whether a configured failover group has actually come up, and a mismatch signals loss of first-hop redundancy. It parallels the standard RIP2-MIB (RFC 1724) for its RIP objects and reflects VRRP-style redundancy concepts, though expressed as a private extension. It is deployed on Marvell-based Layer 3 switches/routers providing dynamic routing and gateway redundancy in enterprise networks. Engineers can download the RADLAN-IpRouter file directly to load it into their MIB browser.

IPNetwork Monitor allows you to monitor SNMP objects defined in RADLAN-IpRouter. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.

What Can Be Monitored

  • RIPv2 interface configuration
  • RIP authentication key chain
  • IP redundancy admin vs operational status
  • redundancy group peer router table
  • auto route-send settings per interface

Supported Devices

  • Marvell/Radlan-based Layer 3 switch/router

Monitoring Examples

rsRip2IfConfTable/Entry, indexed by rsRip2IfConfAddress, exposes per-interface settings like rsRip2IfConfAutoSend and rlRip2IfConfKeyChain for RIP authentication, letting an admin confirm RIP is advertising correctly on the intended interfaces. ipRedundAdminStatus versus ipRedundOperStatus comparison reveals whether a redundancy group has established properly; admin-up but oper-down signals a failed failover group and lost gateway redundancy. ipRedundRoutersTable/Entry would then be checked to see which peer routers belong to the group and their individual states.

OIDs
OID symbolicOID numericTypeAccessDescription
rsRip2IfConfTable1.3.6.1.4.1.89.26.3.1not-accessibleThis table is extension of rip2IfConfTable (RFC 1389 ,RIP 2)
rsRip2IfConfEntry1.3.6.1.4.1.89.26.3.1.1not-accessibleThe row definition for this table.
IP rsRip2IfConfAddress1.3.6.1.4.1.89.26.3.1.1.1IpAddressread-onlyThe IP Address of this system on the indicated subnet.
INT rsRip2IfConfVirtualDis1.3.6.1.4.1.89.26.3.1.1.2INTEGERread-writeThis variable defines the virtual number of hops assigned to the interface specified by rsIfIpAddrIndex. This enables fine-tuning of the RIP routing algorithm.
INT rsRip2IfConfAutoSend1.3.6.1.4.1.89.26.3.1.1.3INTEGERread-writeThis variable controls RIP automatic send behavior. If enabled and no routers were heard on the interface, RIP will only send default route with high metric. Otherwise RIP will send updates according to configuration.
STR rlRip2IfConfKeyChain1.3.6.1.4.1.89.26.3.1.1.4DisplayStringread-writeName of the key-chain which rip2 interface uses for md5 authentication
INT rlRip2AutoInterfaceCreation1.3.6.1.4.1.89.26.3.2INTEGERread-onlyThis variable controls RIP automatic creation and activation of interfaces. If value is enable - IP interface creation results in creation and activation of rip Interface. If value is disable Rip interface is created but not activated. The option is a platform parameter.
INT rlRip2MibVersion1.3.6.1.4.1.89.26.3.3INTEGERread-onlyMIB's version, the current version is 1.
INT ipRedundAdminStatus1.3.6.1.4.1.89.26.6.1INTEGERread-writeThis parameter controls the IP Redundancy in the device. In case the parameter is Enable and the other router becomes inoperational, all the traffic is handled by this element.
INT ipRedundOperStatus1.3.6.1.4.1.89.26.6.2INTEGERread-onlyobsolete
ipRedundRoutersTable1.3.6.1.4.1.89.26.6.3not-accessibleList of IP addresses backed up by this router.
ipRedundRoutersEntry1.3.6.1.4.1.89.26.6.3.1not-accessibleThe row definition for this table.
IP ipRedundRoutersIfAddr1.3.6.1.4.1.89.26.6.3.1.1IpAddressread-onlyThe Ip address of the IP interface on which the redundancy feature is operational.
IP ipRedundRoutersMainRouterAddr1.3.6.1.4.1.89.26.6.3.1.2IpAddressread-onlyThe Ip address of the polled main router.
INT ipRedundRoutersOperStatus1.3.6.1.4.1.89.26.6.3.1.3INTEGERread-onlyIf active, the main router is considered inoperational and the IP interface operates as its backup.
INT ipRedundRoutersPollInterval1.3.6.1.4.1.89.26.6.3.1.4INTEGERread-writePolling interval for this router (in seconds). If 0 the router is not polled.
INT ipRedundRoutersTimeout1.3.6.1.4.1.89.26.6.3.1.5INTEGERread-writeInterval in seconds during which the backed-up router must signal. If it does not signal, it is considered inoperational and the IP interface starts operating as backup.
INT ipRedundRoutersStatus1.3.6.1.4.1.89.26.6.3.1.6INTEGERread-writeEntry status
INT ipLeakStaticToRip1.3.6.1.4.1.89.26.7.1INTEGERread-writeThis parameter controls leaking (redistribution) of static routes to RIP. When enabled, all routes inserted to the IP routing table via SNMP are advertised into RIP.
INT ipLeakStaticToOspf1.3.6.1.4.1.89.26.7.2INTEGERread-writeThis parameter controls leaking (redistribution) of static routes into OSPF. When enabled, all routes inserted to the IP routing table via SNMP are advertised into OSPF as external routes.
INT ipLeakOspfToRip1.3.6.1.4.1.89.26.7.3INTEGERread-writeThis parameter controls leaking (redistribution) of routes from OSPF to RIP. If enabled, all routes learned via OSPF are advertised into RIP.
INT ipLeakRipToOspf1.3.6.1.4.1.89.26.7.4INTEGERread-writeThis parameter controls leaking (redistribution) of routes from RIP to OSPF. If enabled, all routes learned via RIP are advertised into OSPF as external routes.
INT ipLeakExtDirectToOspf1.3.6.1.4.1.89.26.7.5INTEGERread-writeThis parameter controls leaking (redistribution) into OSPF of direct routes external to OSPF, i.e. routes to local network corresponding to IP interfaces on which OSPF is disabled. When enabled, all such direct routes are advertised into OSPF as external routes.
rsIpRipFilterGlbTable1.3.6.1.4.1.89.26.8.1not-accessibleThe table of RIP global filters per IP router.
rsIpRipFilterGlbEntry1.3.6.1.4.1.89.26.8.1.1not-accessibleAn entry in the RIP global filter table
INT rsIpRipFilterGlbType1.3.6.1.4.1.89.26.8.1.1.1INTEGERread-onlyType of filter - input/output
INT rsIpRipFilterGlbNumber1.3.6.1.4.1.89.26.8.1.1.2INTEGERread-onlyNumber of RIP filter.
INT rsIpRipFilterGlbStatus1.3.6.1.4.1.89.26.8.1.1.3INTEGERread-writeThe validity of this entry. Setting this value to invalid deletes the entry, and the entry may be actualy removed from the table.
IP rsIpRipFilterGlbIpAddr1.3.6.1.4.1.89.26.8.1.1.4IpAddressread-writenetwork prefix IP address, as in the forwarding table.
INT rsIpRipFilterGlbNetworkMaskBits1.3.6.1.4.1.89.26.8.1.1.5INTEGERread-writethe number of bits in the IP Network mask, called network-prefix-length in Router Requirements terminology. for example: the value 16 means mask 255.255.0.0
INT rsIpRipFilterGlbMatchBits1.3.6.1.4.1.89.26.8.1.1.6INTEGERread-writethe number of bits to match in the Network IP address. A value smaller than 32 defines a wildcard. for example: the value 8 means all routes whose leftmost 8 bits are equal to those of the network IP address. If this variable has a value other than 32, than rsIpRipFilterGlbNetworkMaskBits must be 0 and is ignored.
INT rsIpRipFilterGlbAction1.3.6.1.4.1.89.26.8.1.1.7INTEGERread-writeFilter action - permit/deny for this network
rsIpRipFilterLclTable1.3.6.1.4.1.89.26.8.2not-accessibleTable of input/output RIP filters used per IP Interface.
rsIpRipFilterLclEntry1.3.6.1.4.1.89.26.8.2.1not-accessibleAn entry in the Intf RIP filter table
IP rsIpRipFilterLclIpIntf1.3.6.1.4.1.89.26.8.2.1.1IpAddressread-onlyThe IP address identifying the RIP interface for this filter. This value corresponds to rsIpAdEntAddr.
INT rsIpRipFilterLclType1.3.6.1.4.1.89.26.8.2.1.2INTEGERread-onlyType of filter - input/output
INT rsIpRipFilterLclNumber1.3.6.1.4.1.89.26.8.2.1.3INTEGERread-onlyNumber of RIP filter for this Interface
INT rsIpRipFilterLclStatus1.3.6.1.4.1.89.26.8.2.1.4INTEGERread-writeThe validity of this entry. Setting this value to invalid deletes the entry, and the entry may be actualy removed from the table.
IP rsIpRipFilterLclIpAddr1.3.6.1.4.1.89.26.8.2.1.5IpAddressread-writenetwork prefix IP address, as in the forwarding table.
INT rsIpRipFilterLclNetworkMaskBits1.3.6.1.4.1.89.26.8.2.1.6INTEGERread-writethe number of bits in the IP Network mask, called network-prefix-length in Router Requirements terminology. for example: the value 16 means mask 255.255.0.0
INT rsIpRipFilterLclMatchBits1.3.6.1.4.1.89.26.8.2.1.7INTEGERread-writethe number of bits to match in the Network IP address. A value smaller than 32 defines a wildcard. for example: the value 8 means all routes whose leftmost 8 bits are equal to those of the network IP address. If this variable has a value other than 32, than rsIpRipFilterLclNetworkMaskBits must be 0 and is ignored.
INT rsIpRipFilterLclAction1.3.6.1.4.1.89.26.8.2.1.8INTEGERread-writeFilter action - permit/deny
INT rlIpRoutingProtPreferenceDirect1.3.6.1.4.1.89.26.13.1INTEGERread-writeThe Preference given to routes whose origin is Local IP (i.e. IP interface in IpAddrTable) It is proposed that the value will be higher than dynamic routing protocols. The change of its value may lead to unexpected results, such as routing loops
INT rlIpRoutingProtPreferenceStatic1.3.6.1.4.1.89.26.13.2INTEGERread-writeThe Preference given to routes whose origin is Men configured by Net managment tools, i.e. Command line or SNMP configured.
INT rlIpRoutingProtPreferenceOspfInter1.3.6.1.4.1.89.26.13.3INTEGERread-writeThe Preference given to routes whose origin is internal ospf Links. Relate to routes which are based on OSPF Link State Advertisements of type 1-4
INT rlIpRoutingProtPreferenceOspfExt1.3.6.1.4.1.89.26.13.4INTEGERread-writeThe Preference given to routes whose origin is external to OSPF i.e. routes imported by as OSPF AS Border router. Relate to routes which are based on OSPF Link State Advertisements of types 5 and 7
INT rlIpRoutingProtPreferenceOspfReject1.3.6.1.4.1.89.26.13.5INTEGERread-writeThe Preference given to routes whose origin is OSPF and Are inserted to cover gaps in net range
INT rlIpRoutingProtPreferenceRipNormal1.3.6.1.4.1.89.26.13.6INTEGERread-writeThe Preference given to routes whose origin is RIP routing domain
INT rlIpRoutingProtPreferenceRipAggregate1.3.6.1.4.1.89.26.13.7INTEGERread-writeThe Preference given to routes whose origin is aggregation As a method of rip1 to handle the CIDR schema. The idea is that ripv1 aggregates route which fall into certion class of IP. This route is a discard route in effect, and is referenced, at forwarding route look up, if there is no beter match. (which means the route is not available)
INT rlIpRoutingProtPreferenceBgp1.3.6.1.4.1.89.26.13.8INTEGERread-writeThe Preference given to routes whose origin is BGP ROUTERS (EBGP or IBGP)
INT rlOspfMibVersion1.3.6.1.4.1.89.26.14.1INTEGERread-onlyMIB's version, the current version is 1.
INT rlOspfAutoInterfaceCreation1.3.6.1.4.1.89.26.14.2INTEGERread-onlyThis variable controls OSPF automatic creation and activation of interfaces. If value is enable - IP interface creation results in creation and activation of OSPF Interface. If value is disable OSPF interface is created but not activated. The option is a platform parameter.
rlOspfIfExtTable1.3.6.1.4.1.89.26.14.3not-accessibleThe OSPF Interface Table describes the interfaces from the viewpoint of OSPF.
rlOspfIfExtEntry1.3.6.1.4.1.89.26.14.3.1not-accessibleThe OSPF interface table extension for md5 authentication
STR rlOspfifKeyChain1.3.6.1.4.1.89.26.14.3.1.1DisplayStringread-writeName of the key-chain which ospf interface uses for md5 authentication
rlOspfRtrLnkTable1.3.6.1.4.1.89.26.14.4not-accessibleRouter Link State Advertisement.
rlOspfRtrLnkEntry1.3.6.1.4.1.89.26.14.4.1not-accessibleA single entry from Router LSA.
ARE rlOspfRtrLnkAreaId1.3.6.1.4.1.89.26.14.4.1.1AreaIDread-onlyThe 32 bit identifier of the Area from which the LSA was received.
IP rlOspfRtrLnkLsid1.3.6.1.4.1.89.26.14.4.1.2IpAddressread-onlyThe 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.
ROU rlOspfRtrLnkRouterId1.3.6.1.4.1.89.26.14.4.1.3RouterIDread-onlyThe 32 bit number that uniquely identifies the originating router in the Autonomous System.
U32 rlOspfRtrLnkIdx1.3.6.1.4.1.89.26.14.4.1.4Unsigned32read-onlyThe 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.
I32 rlOspfRtrLnkSequence1.3.6.1.4.1.89.26.14.4.1.5Integer32read-onlyThe 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.
I32 rlOspfRtrLnkAge1.3.6.1.4.1.89.26.14.4.1.6Integer32read-onlyThis field is the age of the link state advertisement in seconds.
I32 rlOspfRtrLnkChecksum1.3.6.1.4.1.89.26.14.4.1.7Integer32read-onlyThis 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.
U32 rlOspfRtrLnkLength1.3.6.1.4.1.89.26.14.4.1.8Unsigned32read-onlyThe lenth in bytes of the LSA. This includes the 20 byte LSA header.
INT rlOspfRtrLnkBitV1.3.6.1.4.1.89.26.14.4.1.9INTEGERread-onlyWhen 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).
INT rlOspfRtrLnkBitE1.3.6.1.4.1.89.26.14.4.1.10INTEGERread-onlyWhen set, the router is an AS boundary router (E is for external).
INT rlOspfRtrLnkBitB1.3.6.1.4.1.89.26.14.4.1.11INTEGERread-onlyWhen set, the router is an area border router (B is for border).
U32 rlOspfRtrLnkLinks1.3.6.1.4.1.89.26.14.4.1.12Unsigned32read-onlyThe number of router links described in this LSA. This must be the total collection of router links (i.e., interfaces) to the area.
IP rlOspfRtrLnkLinkID1.3.6.1.4.1.89.26.14.4.1.13IpAddressread-onlyIdentifies the object that this router link connects to. Value depends on the link's Type.
IP rlOspfRtrLnkLinkData1.3.6.1.4.1.89.26.14.4.1.14IpAddressread-onlyValue depends on the link's Type field.
INT rlOspfRtrLnkType1.3.6.1.4.1.89.26.14.4.1.15INTEGERread-onlyA quick description of the router link.
U32 rlOspfRtrLnkMetric1.3.6.1.4.1.89.26.14.4.1.16Unsigned32read-onlyThe cost of using this router link.
rlOspfNetLnkTable1.3.6.1.4.1.89.26.14.5not-accessibleNetwork Link State Advertisement.
rlOspfNetLnkEntry1.3.6.1.4.1.89.26.14.5.1not-accessibleA single entry from Network LSA.
ARE rlOspfNetLnkAreaId1.3.6.1.4.1.89.26.14.5.1.1AreaIDread-onlyThe 32 bit identifier of the Area from which the LSA was received.
IP rlOspfNetLnkLsid1.3.6.1.4.1.89.26.14.5.1.2IpAddressread-onlyThe 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.
ROU rlOspfNetLnkRouterId1.3.6.1.4.1.89.26.14.5.1.3RouterIDread-onlyThe 32 bit number that uniquely identifies the originating router in the Autonomous System.
U32 rlOspfNetLnkIdx1.3.6.1.4.1.89.26.14.5.1.4Unsigned32read-onlyThe 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.
I32 rlOspfNetLnkSequence1.3.6.1.4.1.89.26.14.5.1.5Integer32read-onlyThe 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.
I32 rlOspfNetLnkAge1.3.6.1.4.1.89.26.14.5.1.6Integer32read-onlyThis field is the age of the link state advertisement in seconds.
I32 rlOspfNetLnkChecksum1.3.6.1.4.1.89.26.14.5.1.7Integer32read-onlyThis 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.
U32 rlOspfNetLnkLength1.3.6.1.4.1.89.26.14.5.1.8Unsigned32read-onlyThe lenth in bytes of the LSA. This includes the 20 byte LSA header.
IP rlOspfNetLnkMask1.3.6.1.4.1.89.26.14.5.1.9IpAddressread-onlyThe IP address mask for the network.
IP rlOspfNetLnkAttRouter1.3.6.1.4.1.89.26.14.5.1.10IpAddressread-onlyThe Router IDs of each of the routers attached to the network.
rlOspfSumLnkTable1.3.6.1.4.1.89.26.14.6not-accessibleSummary Link State Advertisement for network (Type 3).
rlOspfSumLnkEntry1.3.6.1.4.1.89.26.14.6.1not-accessibleA single entry from Summary LSA.
ARE rlOspfSumLnkAreaId1.3.6.1.4.1.89.26.14.6.1.1AreaIDread-onlyThe 32 bit identifier of the Area from which the LSA was received.
IP rlOspfSumLnkLsid1.3.6.1.4.1.89.26.14.6.1.2IpAddressread-onlyThe 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.
ROU rlOspfSumLnkRouterId1.3.6.1.4.1.89.26.14.6.1.3RouterIDread-onlyThe 32 bit number that uniquely identifies the originating router in the Autonomous System.
I32 rlOspfSumLnkSequence1.3.6.1.4.1.89.26.14.6.1.4Integer32read-onlyThe 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.
I32 rlOspfSumLnkAge1.3.6.1.4.1.89.26.14.6.1.5Integer32read-onlyThis field is the age of the link state advertisement in seconds.
I32 rlOspfSumLnkChecksum1.3.6.1.4.1.89.26.14.6.1.6Integer32read-onlyThis 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.
U32 rlOspfSumLnkLength1.3.6.1.4.1.89.26.14.6.1.7Unsigned32read-onlyThe lenth in bytes of the LSA. This includes the 20 byte LSA header.
IP rlOspfSumLnkMask1.3.6.1.4.1.89.26.14.6.1.8IpAddressread-onlyValue depends on the link's Type field.
U32 rlOspfSumLnkMetric1.3.6.1.4.1.89.26.14.6.1.9Unsigned32read-onlyThe cost of using this router link.
rlOspfAsbLnkTable1.3.6.1.4.1.89.26.14.7not-accessibleSummary Link State Advertisement for ASBR (Type 4).
rlOspfAsbLnkEntry1.3.6.1.4.1.89.26.14.7.1not-accessibleA single entry from Summary LSA.
ARE rlOspfAsbLnkAreaId1.3.6.1.4.1.89.26.14.7.1.1AreaIDread-onlyThe 32 bit identifier of the Area from which the LSA was received.
IP rlOspfAsbLnkLsid1.3.6.1.4.1.89.26.14.7.1.2IpAddressread-onlyThe 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.
ROU rlOspfAsbLnkRouterId1.3.6.1.4.1.89.26.14.7.1.3RouterIDread-onlyThe 32 bit number that uniquely identifies the originating router in the Autonomous System.
I32 rlOspfAsbLnkSequence1.3.6.1.4.1.89.26.14.7.1.4Integer32read-onlyThe 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.
I32 rlOspfAsbLnkAge1.3.6.1.4.1.89.26.14.7.1.5Integer32read-onlyThis field is the age of the link state advertisement in seconds.
I32 rlOspfAsbLnkChecksum1.3.6.1.4.1.89.26.14.7.1.6Integer32read-onlyThis 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.
U32 rlOspfAsbLnkLength1.3.6.1.4.1.89.26.14.7.1.7Unsigned32read-onlyThe lenth in bytes of the LSA. This includes the 20 byte LSA header.
U32 rlOspfAsbLnkMetric1.3.6.1.4.1.89.26.14.7.1.8Unsigned32read-onlyThe cost of using this router link.
rlOspfAseLnkTable1.3.6.1.4.1.89.26.14.8not-accessibleExternal Link State Advertisement.
rlOspfAseLnkEntry1.3.6.1.4.1.89.26.14.8.1not-accessibleA single entry from External LSA.
IP rlOspfAseLnkLsid1.3.6.1.4.1.89.26.14.8.1.1IpAddressread-onlyThe 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.
ROU rlOspfAseLnkRouterId1.3.6.1.4.1.89.26.14.8.1.2RouterIDread-onlyThe 32 bit number that uniquely identifies the originating router in the Autonomous System.
I32 rlOspfAseLnkSequence1.3.6.1.4.1.89.26.14.8.1.3Integer32read-onlyThe 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.
I32 rlOspfAseLnkAge1.3.6.1.4.1.89.26.14.8.1.4Integer32read-onlyThis field is the age of the link state advertisement in seconds.
I32 rlOspfAseLnkChecksum1.3.6.1.4.1.89.26.14.8.1.5Integer32read-onlyThis 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.
U32 rlOspfAseLnkLength1.3.6.1.4.1.89.26.14.8.1.6Unsigned32read-onlyThe lenth in bytes of the LSA. This includes the 20 byte LSA header.
IP rlOspfAseLnkMask1.3.6.1.4.1.89.26.14.8.1.7IpAddressread-onlyValue depends on the link's Type field.
IP rlOspfAseLnkFrwAddress1.3.6.1.4.1.89.26.14.8.1.8IpAddressread-onlyData 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).
INT rlOspfAseLnkBitE1.3.6.1.4.1.89.26.14.8.1.9INTEGERread-onlyThe type of external metric. If bit E is set, the metric specified is a Type 2 external metric.
U32 rlOspfAseLnkMetric1.3.6.1.4.1.89.26.14.8.1.10Unsigned32read-onlyThe cost of this route.
U32 rlOspfAseLnkTag1.3.6.1.4.1.89.26.14.8.1.11Unsigned32read-onlyA 32-bit field attached to each external route.
rlospfVirtIfExtTable1.3.6.1.4.1.89.26.14.9not-accessibleThe Virtual Interface Table describes the virtual links that the OSPF Process is configured to carry on.
rlospfVirtIfExtEntry1.3.6.1.4.1.89.26.14.9.1not-accessibleThe OSPF virtual interface table extension for md5 authentication
STR rlospfVirtifKeyChain1.3.6.1.4.1.89.26.14.9.1.1DisplayStringread-writeName of the key-chain which ospf virtual interface uses for md5 authentication
rlIpRouter1.3.6.1.4.1.89.26.18The private MIB module definition for router MIB.

RFC description

Manages IP routing protocols including RIP version 2 and OSPF configuration on RADLAN routers.

Start monitoring Marvell/Radlan-based Layer 3 switch/router (RIPv2/redundancy failover) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download RADLAN-IpRouter