RADLAN-OSPF-MIB
AI MIB Summary
The RADLAN-OSPF-MIB enables monitoring and management of Multi-Instance OSPF protocol states, neighbor adjacencies, and routing table metrics on RADLAN network devices. It facilitates the tracking of interface-specific OSPF parameters, including hello/dead intervals, retransmission counts, and instance-specific topology changes for granular troubleshooting.
The private MIB module definition for Multi Instance OSPF MIB.
Main OID:
rlOspf.1.3.6.1.4.1.89.210
267
Objects
Active
Status
7
Dependencies
Imported Objects
Objects
267 total| Object Name |
|---|
rlOspfThe private MIB module definition for Multi Instance OSPF MIB. MODULE-IDENTITY .1.3.6.1.4.1.89.210 |
rlOspfInstanceSelected OSPF Process ID. Additional key value for
old fashion usage of OSPF standard MIB to support
multi OSPF instance.rw RlOspfProcessID .1.3.6.1.4.1.89.210.1 |
rlOspfGeneralGroupTableOSPF Instance General Variables SEQUENCE OF RlOspfGeneralGroupEntry .1.3.6.1.4.1.89.210.2 |
rlOspfGeneralGroupEntryInformation describing the configured global parame-
ters to the Router OSPF Process. RlOspfGeneralGroupEntry .1.3.6.1.4.1.89.210.2.1 |
rlOspfProcessIdA 32-bit integer uniquely identifying an OSPF process.ro RlOspfProcessID .1.3.6.1.4.1.89.210.2.1.1 |
rlOspfRouterIdA 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.
This object is persistent and when written
the entity SHOULD save the change to non-volatile storage.rw RouterID (OSPF-MIB) .1.3.6.1.4.1.89.210.2.1.2 |
rlOspfAdminStatThe administrative status of OSPF in the
router. The value 'enabled' denotes that the
OSPF Process is active on at least one interface;
'disabled' disables it on all interfaces.
This object is persistent and when written
the entity SHOULD save the change to non-volatile storage.rw Status (OSPF-MIB) .1.3.6.1.4.1.89.210.2.1.3 |
rlOspfVersionNumberThe current version number of the OSPF protocol is 2.ro Enumeration .1.3.6.1.4.1.89.210.2.1.4 |
rlOspfAreaBdrRtrStatusA flag to note whether this router is an Area
Border Router.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.89.210.2.1.5 |
rlOspfASBdrRtrStatusA flag to note whether this router is configured as
an Autonomous System Border Router.
This object is persistent and when written the
entity SHOULD save the change to non-volatile storage.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.89.210.2.1.6 |
rlOspfExternLsaCountThe number of external (LS type-5) link state
advertisements in the link state database.ro Gauge32 .1.3.6.1.4.1.89.210.2.1.7 |
rlOspfExternLsaCksumSumThe 32-bit sum of the LS checksums of
the external link state advertisements
contained in the link state database. This sum
can be used to determine if there has been a
change in a router's link state database and
to compare the link state database of two
routers. The value should be treated as unsigned
when comparing two sums of checksums.ro Integer32 .1.3.6.1.4.1.89.210.2.1.8 |
rlOspfTOSSupportThe router's support for type-of-service routing.
This object is persistent and when written
the entity SHOULD save the change to non-volatile
storage.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.89.210.2.1.9 |
rlOspfOriginateNewLsasThe number of new link state advertisements
that have been originated. This number is
incremented each time the router originates a new
LSA.
Discontinuities in the value of this counter can
occur at re-initialization of the management system,
and at other times as indicated by the value of
ospfDiscontinuityTime.ro Counter32 .1.3.6.1.4.1.89.210.2.1.10 |
rlOspfRxNewLsasThe number of link state advertisements received
that are determined to be new instantiations.
This number does not include newer instantiations
of self-originated link state advertisements.
Discontinuities in the value of this counter can
occur at re-initialization of the management system,
and at other times as indicated by the value of
ospfDiscontinuityTime.ro Counter32 .1.3.6.1.4.1.89.210.2.1.11 |
rlOspfExtLsdbLimitThe maximum number of non-default
AS-external LSAs entries that can be stored in the
link state database. If the value is -1, then
there is no limit.
When the number of non-default AS-external LSAs
in a router's link state database reaches
rlOspfExtLsdbLimit, the router enters
overflow state. The router never holds more than
rlOspfExtLsdbLimit non-default AS-external LSAs
in its database. OspfExtLsdbLimit MUST be set
identically in all routers attached to the OSPF
backbone and/or any regular OSPF area (i.e.,
OSPF stub areas and NSSAs are excluded).
This object is persistent and when written
the entity SHOULD save the change to non-volatile
storage.rw Integer32 (-1..'7FFFFFFF'h) .1.3.6.1.4.1.89.210.2.1.12 |
rlOspfMulticastExtensionsA bit mask indicating whether the router is
forwarding IP multicast (Class D) datagrams
based on the algorithms defined in the
multicast extensions to OSPF.
Bit 0, if set, indicates that the router can
forward IP multicast datagrams in the router's
directly attached areas (called intra-area
multicast routing).
Bit 1, if set, indicates that the router can
forward IP multicast datagrams between OSPF
areas (called inter-area multicast routing).
Bit 2, if set, indicates that the router can
forward IP multicast datagrams between
Autonomous Systems (called inter-AS multicast
routing).
Only certain combinations of bit settings are
allowed, namely: 0 (no multicast forwarding is
enabled), 1 (intra-area multicasting only), 3
(intra-area and inter-area multicasting), 5
(intra-area and inter-AS multicasting), and 7
(multicasting everywhere). By default, no
multicast forwarding is enabled.
This object is persistent and when written
the entity SHOULD save the change to non-volatile
storage.rw Integer32 .1.3.6.1.4.1.89.210.2.1.13 |
rlOspfExitOverflowIntervalThe number of seconds that, after entering
OverflowState, a router will attempt to leave
OverflowState. This allows the router to again
originate non-default AS-external LSAs. When
set to 0, the router will not leave
overflow state until restarted.
This object is persistent and when written
the entity SHOULD save the change to non-volatile
storage.rw PositiveInteger (OSPF-MIB) .1.3.6.1.4.1.89.210.2.1.14 |
rlOspfDemandExtensionsThe router's support for demand routing.
This object is persistent and when written
the entity SHOULD save the change to non-volatile
storage.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.89.210.2.1.15 |
rlOspfRFC1583CompatibilityIndicates metrics used to choose among multiple
AS-external LSAs. When RFC1583Compatibility is set to
enabled, only cost will be used when choosing among
multiple AS-external LSAs advertising the same
destination. When RFC1583Compatibility is set to
disabled, preference will be driven first by type of
path using cost only to break ties.
This object is persistent and when written
the entity SHOULD save the change to non-volatile
storage.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.89.210.2.1.16 |
rlOspfOpaqueLsaSupportThe router's support for Opaque LSA types.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.89.210.2.1.17 |
rlOspfReferenceBandwidthReference bandwidth in kilobits/second for
calculating default interface metrics. The
default value is 100,000 KBPS (100 MBPS).
This object is persistent and when written
the entity SHOULD save the change to non-volatile
storage.rw Unsigned32 UNITS "kilobits per second" .1.3.6.1.4.1.89.210.2.1.18 |
rlOspfRestartSupportThe router's support for OSPF graceful restart.
Options include: no restart support, only planned
restarts, or both planned and unplanned restarts.
This object is persistent and when written
the entity SHOULD save the change to non-volatile
storage.rw Enumeration .1.3.6.1.4.1.89.210.2.1.19 |
rlOspfRestartIntervalConfigured OSPF graceful restart timeout interval.
This object is persistent and when written
the entity SHOULD save the change to non-volatile
storage.rw Integer32 .1.3.6.1.4.1.89.210.2.1.20 |
rlOspfRestartStrictLsaCheckingIndicates if strict LSA checking is enabled for
graceful restart.
This object is persistent and when written
the entity SHOULD save the change to non-volatile
storage.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.89.210.2.1.21 |
rlOspfRestartStatusCurrent status of OSPF graceful restart.ro Enumeration .1.3.6.1.4.1.89.210.2.1.22 |
rlOspfRestartAgeRemaining time in current OSPF graceful restart
interval.ro Unsigned32 UNITS "seconds" .1.3.6.1.4.1.89.210.2.1.23 |
rlOspfRestartExitReasonDescribes the outcome of the last attempt at a
graceful restart. If the value is 'none', no restart
has yet been attempted. If the value is 'inProgress',
a restart attempt is currently underway.ro Enumeration .1.3.6.1.4.1.89.210.2.1.24 |
rlOspfAsLsaCountThe number of AS-scope link state
advertisements in the AS-scope link state database.ro Gauge32 .1.3.6.1.4.1.89.210.2.1.25 |
rlOspfAsLsaCksumSumThe 32-bit unsigned sum of the LS checksums of
the AS link state advertisements contained in the AS-scope
link state database. This sum can be used to determine
if there has been a change in a router's AS-scope link
state database, and to compare the AS-scope link state
database of two routers.ro Unsigned32 .1.3.6.1.4.1.89.210.2.1.26 |
rlOspfStubRouterSupportThe router's support for stub router functionality.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.89.210.2.1.27 |
rlOspfStubRouterAdvertisementThis object controls the advertisement of
stub router LSAs by the router. The value
doNotAdvertise will result in the advertisement
of a standard router LSA and is the default value.
This object is persistent and when written
the entity SHOULD save the change to non-volatile
storage.rw Enumeration .1.3.6.1.4.1.89.210.2.1.28 |
rlOspfDiscontinuityTimeThe value of sysUpTime on the most recent occasion
at which any one of this MIB's counters suffered
a discontinuity.
If no such discontinuities have occurred since the last
re-initialization of the local management subsystem,
then this object contains a zero value.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.89.210.2.1.29 |
rlOspfGeneralGroupStatusThis variable displays the status of the en-
try. Setting it to 'invalid' has the effect of
rendering it inoperative. The internal effect
(row removal) is implementation dependent.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.89.210.2.1.30 |
rlOspfLogAdjacencyChangesConfigure the router to send a syslog message when an OSPF
neighbor goes up or down.
detail sends a syslog message for each state change,
not just when a neighbor goes up or downrw Enumeration .1.3.6.1.4.1.89.210.2.1.31 |
rlOspfPassiveInterfaceA flag to note whether to disable sending OSPF routing updates
on all OSPF IP interfaces.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.89.210.2.1.32 |
rlOspfDefaultMetricA default metric helps solve the problem of redistributing routes
with incompatible metrics.
Whenever metrics do not convert, using a default metric provides
a reasonable substitute and enables the redistribution to proceed.rw Integer32 .1.3.6.1.4.1.89.210.2.1.33 |
rlOspfMaximumRedistPrefixNumSpecifies the maximum number of IP prefixes that can be redistributed into OSPF.rw Integer32 .1.3.6.1.4.1.89.210.2.1.34 |
rlOspfMaximumRedistPrefixThresholdThreshold value, as a percentage, at which a warning message should be generated.rw Integer32 .1.3.6.1.4.1.89.210.2.1.35 |
rlOspfMaximumRedistPrefixWarningOnlyCauses a warning message to be logged when the number of prefixes
defined by the maximum argumenthas been exceeded.
Additional redistribution is not prevented.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.89.210.2.1.36 |
rlOspfOperStatusThe current operational state of the OSPF in the router.ro Enumeration .1.3.6.1.4.1.89.210.2.1.37 |
rlOspfNextRouterIdA 32-bit integer uniquely identifying the
of router in the Autonomous System after restart.
By convention, to ensure uniqueness, this
should default to the value of one of the
router's IP interface addresses.ro RouterID (OSPF-MIB) .1.3.6.1.4.1.89.210.2.1.38 |
rlOspfRouterIdTypeType of router identifier
- default value or manually set by user.ro RlOspfRouterIdType .1.3.6.1.4.1.89.210.2.1.39 |
rlOspfNextRouterIdTypeType of router identifier after restart
- default value or manually set by user.ro RlOspfRouterIdType .1.3.6.1.4.1.89.210.2.1.40 |
rlOspfASBdrRtrActualStatusA flag to note whether this router is
an Autonomous System Border Router.
Note: rlOspfASBdrRtrStatus field is the configuration
while this filed is the actual ASBR statusro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.89.210.2.1.41 |
rlOspfCalcMaxDelayThe maximum delay before the Routing Table is
recalculated following a change to the Link State
Database. (Recalculation is delayed to reduce the
frequency of recalculations of the Routing Table).
This parameter has units of milliseconds. A value of
0 indicates that a routing calculation will
immediately follow an update to the database.rw Unsigned32 UNITS "milliseconds" .1.3.6.1.4.1.89.210.2.1.42 |
rlOspfRteMaxEqCostPathsThe maximum number of equal cost paths that are stored for each
destination in the Routing Table.rw Unsigned32 (1..'FFFF'h) .1.3.6.1.4.1.89.210.2.1.43 |
rlOspfAreaTableInformation describing the configured parameters and
cumulative statistics of the router's attached areas.
The interfaces and virtual links are configured
as part of these areas. Area 0.0.0.0, by definition,
is the backbone area. SEQUENCE OF RlOspfAreaEntry .1.3.6.1.4.1.89.210.3 |
rlOspfAreaEntryInformation describing the configured parameters and
cumulative statistics of one of the router's attached areas.
The interfaces and virtual links are configured as part of
these areas. Area 0.0.0.0, by definition, is the backbone
area.
Information in this table is persistent and when this object
is written the entity SHOULD save the change to non-volatile
storage. RlOspfAreaEntry .1.3.6.1.4.1.89.210.3.1 |
rlOspfAreaProcessIdA 32-bit integer uniquely identifying an OSPF process.ro RlOspfProcessID .1.3.6.1.4.1.89.210.3.1.1 |
rlOspfAreaIdA 32-bit integer uniquely identifying an area.
Area ID 0.0.0.0 is used for the OSPF backbone.ro AreaID (OSPF-MIB) .1.3.6.1.4.1.89.210.3.1.2 |
rlOspfAuthTypeThe authentication type specified for an area.rw RlOspfAuthenticationType .1.3.6.1.4.1.89.210.3.1.3 |
rlOspfImportAsExternIndicates if an area is a stub area, NSSA, or standard
area. Type-5 AS-external LSAs and type-11 Opaque LSAs are
not imported into stub areas or NSSAs. NSSAs import
AS-external data as type-7 LSAsrw Enumeration .1.3.6.1.4.1.89.210.3.1.4 |
rlOspfSpfRunsThe number of times that the intra-area route
table has been calculated using this area's
link state database. This is typically done
using Dijkstra's algorithm.
Discontinuities in the value of this counter can occur
at re-initialization of the management system, and at other
times as indicated by the value of ospfDiscontinuityTime.ro Counter32 .1.3.6.1.4.1.89.210.3.1.5 |
rlOspfAreaBdrRtrCountThe total number of Area Border Routers reachable
within this area. This is initially zero and is
calculated in each Shortest Path First (SPF) pass.ro Gauge32 .1.3.6.1.4.1.89.210.3.1.6 |
rlOspfAsBdrRtrCountThe total number of Autonomous System Border
Routers reachable within this area. This is
initially zero and is calculated in each SPF
pass.ro Gauge32 .1.3.6.1.4.1.89.210.3.1.7 |
rlOspfAreaLsaCountThe total number of link state advertisements
in this area's link state database, excluding
AS-external LSAs.ro Gauge32 .1.3.6.1.4.1.89.210.3.1.8 |
rlOspfAreaLsaCksumSumThe 32-bit sum of the link state
advertisements' LS checksums contained in this
area's link state database. This sum excludes
external (LS type-5) link state advertisements.
The sum can be used to determine if there has
been a change in a router's link state
database, and to compare the link state database of
two routers. The value should be treated as unsigned
when comparing two sums of checksums.ro Integer32 .1.3.6.1.4.1.89.210.3.1.9 |
rlOspfAreaSummaryThe variable ospfAreaSummary controls the
import of summary LSAs into stub and NSSA areas.
It has no effect on other areas.
If it is noAreaSummary, the router will not
originate summary LSAs into the stub or NSSA area.
It will rely entirely on its default route.
If it is sendAreaSummary, the router will both
summarize and propagate summary LSAs.rw Enumeration .1.3.6.1.4.1.89.210.3.1.10 |
rlOspfAreaStatusThis 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.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.89.210.3.1.11 |
rlOspfAreaNssaTranslatorRoleIndicates an NSSA border router's ability to
perform NSSA translation of type-7 LSAs into
type-5 LSAs.rw Enumeration .1.3.6.1.4.1.89.210.3.1.12 |
rlOspfAreaNssaTranslatorStateIndicates if and how an NSSA border router is
performing NSSA translation of type-7 LSAs into type-5
LSAs. When this object is set to enabled, the NSSA Border
router's OspfAreaNssaExtTranslatorRole has been set to
always. When this object is set to elected, a candidate
NSSA Border router is Translating type-7 LSAs into type-5.
When this object is set to disabled, a candidate NSSA
border router is NOT translating type-7 LSAs into type-5.ro Enumeration .1.3.6.1.4.1.89.210.3.1.13 |
rlOspfAreaNssaTranslatorStabilityIntervalThe number of seconds after an elected translator
determines its services are no longer required, that
it should continue to perform its translation duties.rw PositiveInteger UNITS "seconds" .1.3.6.1.4.1.89.210.3.1.14 |
rlOspfAreaNssaTranslatorEventsIndicates the number of translator state changes
that have occurred since the last boot-up.
Discontinuities in the value of this counter can occur
at re-initialization of the management system, and at other
times as indicated by the value of ospfDiscontinuityTime.ro Counter32 .1.3.6.1.4.1.89.210.3.1.15 |
rlOspfAreaAdminStatThe OSPF Area's administrative status.
The value formed on the area, and the in-
terfaces associated with the area.
The value 'disabled' denotes
that the area is external to OSPF.rw Status (OSPF-MIB) .1.3.6.1.4.1.89.210.3.1.16 |
rlOspfAreaOperStatusThe current operational state of the OSPF Area.ro Enumeration .1.3.6.1.4.1.89.210.3.1.17 |
rlOspfAreaFilterPrefixListInThe prefix list is applied to prefixes advertised to the specified area from other areas.rw DisplayString .1.3.6.1.4.1.89.210.3.1.18 |
rlOspfAreaFilterPrefixListOutThe prefix list is applied to prefixes advertised out of the specified area to other areas.rw DisplayString .1.3.6.1.4.1.89.210.3.1.19 |
rlOspfStubAreaTableThe set of metrics that will be advertised
by a default Area Border Router into a stub area. SEQUENCE OF RlOspfStubAreaEntry .1.3.6.1.4.1.89.210.4 |
rlOspfStubAreaEntryThe metric for a given Type of Service that
will be advertised by a default Area Border
Router into a stub area.
Information in this table is persistent and when this object
is written the entity SHOULD save the change to non-volatile
storage. RlOspfStubAreaEntry .1.3.6.1.4.1.89.210.4.1 |
rlOspfStubProcessIdA 32-bit integer uniquely identifying an OSPF process.ro RlOspfProcessID .1.3.6.1.4.1.89.210.4.1.1 |
rlOspfStubAreaIdThe 32-bit identifier for the stub area. On
creation, this can be derived from the
instance.ro AreaID (OSPF-MIB) .1.3.6.1.4.1.89.210.4.1.2 |
rlOspfStubTOSThe Type of Service associated with the
metric. On creation, this can be derived from
the instance.ro TOSType (OSPF-MIB) .1.3.6.1.4.1.89.210.4.1.3 |
rlOspfStubMetricThe metric value applied at the indicated Type
of Service. By default, this equals the least
metric at the Type of Service among the
interfaces to other areas.rw BigMetric (OSPF-MIB) .1.3.6.1.4.1.89.210.4.1.4 |
rlOspfStubStatusThis 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.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.89.210.4.1.5 |
rlOspfStubMetricTypeThis variable displays the type of metric
advertised as a default route.rw Enumeration .1.3.6.1.4.1.89.210.4.1.6 |
rlOspfLsdbTableThe OSPF Process's link state database (LSDB).
The LSDB contains the link state advertisements
from throughout the areas that the device is attached to. SEQUENCE OF RlOspfLsdbEntry .1.3.6.1.4.1.89.210.5 |
rlOspfLsdbEntryA single link state advertisement. RlOspfLsdbEntry .1.3.6.1.4.1.89.210.5.1 |
rlOspfLsdbProcessIdA 32-bit integer uniquely identifying an OSPF process.ro RlOspfProcessID .1.3.6.1.4.1.89.210.5.1.1 |
rlOspfLsdbAreaIdThe 32-bit identifier of the area from which
the LSA was received.ro AreaID (OSPF-MIB) .1.3.6.1.4.1.89.210.5.1.2 |
rlOspfLsdbTypeThe type of the link state advertisement.
Each link state type has a separate advertisement
format.
Note: External link state advertisements are permitted
for backward compatibility, but should be displayed
in the ospfAsLsdbTable rather than here.ro Enumeration .1.3.6.1.4.1.89.210.5.1.3 |
rlOspfLsdbLsidThe 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.ro IpAddress .1.3.6.1.4.1.89.210.5.1.4 |
rlOspfLsdbRouterIdThe 32-bit number that uniquely identifies the
originating router in the Autonomous System.ro RouterID (OSPF-MIB) .1.3.6.1.4.1.89.210.5.1.5 |
rlOspfLsdbSequenceThe sequence number field is a signed 32-bit
integer. It starts with the value '80000001'h,
or -'7FFFFFFF'h, and increments until '7FFFFFFF'h.
Thus, a typical sequence number will be very negative.
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.ro Integer32 .1.3.6.1.4.1.89.210.5.1.6 |
rlOspfLsdbAgeThis field is the age of the link state advertisement
in seconds.ro Integer32 -- Should be 0..MaxAge, except when -- doNotAge bit is set UNITS "seconds" .1.3.6.1.4.1.89.210.5.1.7 |
rlOspfLsdbChecksumThis 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.ro Integer32 .1.3.6.1.4.1.89.210.5.1.8 |
rlOspfLsdbAdvertisementThe entire link state advertisement, including
its header.
Note that for variable length LSAs, SNMP agents
may not be able to return the largest string size.ro OCTET STRING .1.3.6.1.4.1.89.210.5.1.9 |
rlOspfAreaRangeTableThe Address Range Table acts as an adjunct to the Area
Table. It describes those Address Range Summaries that
are configured to be propagated from an Area to reduce
the amount of information about it that is known beyond
its borders. It contains a set of IP address ranges
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 this table is obsoleted and is replaced
by the Area Aggregate Table.obsolete SEQUENCE OF RlOspfAreaRangeEntry .1.3.6.1.4.1.89.210.6 |
rlOspfAreaRangeEntryA single area address range.
Information in this table is persistent and when this object
is written the entity SHOULD save the change to non-volatile
storage.obsolete RlOspfAreaRangeEntry .1.3.6.1.4.1.89.210.6.1 |
rlOspfAreaRangeProcessIdA 32-bit integer uniquely identifying an OSPF process.roobsolete RlOspfProcessID .1.3.6.1.4.1.89.210.6.1.1 |
rlOspfAreaRangeAreaIdThe area that the address range is to be found
within.roobsolete AreaID (OSPF-MIB) .1.3.6.1.4.1.89.210.6.1.2 |
rlOspfAreaRangeNetThe IP address of the net or subnet indicated
by the range.roobsolete IpAddress .1.3.6.1.4.1.89.210.6.1.3 |
rlOspfAreaRangeMaskThe subnet mask that pertains to the net or
subnet.rwobsolete IpAddress .1.3.6.1.4.1.89.210.6.1.4 |
rlOspfAreaRangeStatusThis 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.rwobsolete RowStatus (SNMPv2-TC) .1.3.6.1.4.1.89.210.6.1.5 |
rlOspfAreaRangeEffectSubnets subsumed by ranges either trigger the
advertisement of the indicated summary
(advertiseMatching) or result in the subnet's not
being advertised at all outside the area.rwobsolete Enumeration .1.3.6.1.4.1.89.210.6.1.6 |
rlOspfHostTableThe Host/Metric Table indicates what hosts are directly
attached to the router, what metrics and types
of service should be advertised for them,
and what areas they are found within. SEQUENCE OF RlOspfHostEntry .1.3.6.1.4.1.89.210.7 |
rlOspfHostEntryA metric to be advertised, for a given type of
service, when a given host is reachable.
Information in this table is persistent and when this object
is written the entity SHOULD save the change to non-volatile
storage. RlOspfHostEntry .1.3.6.1.4.1.89.210.7.1 |
rlOspfHostProcessIdA 32-bit integer uniquely identifying an OSPF process.ro RlOspfProcessID .1.3.6.1.4.1.89.210.7.1.1 |
rlOspfHostIpAddressThe IP address of the host.ro IpAddress .1.3.6.1.4.1.89.210.7.1.2 |
rlOspfHostTOSThe Type of Service of the route being configured.ro TOSType (OSPF-MIB) .1.3.6.1.4.1.89.210.7.1.3 |
rlOspfHostMetricThe metric to be advertised.rw Metric (OSPF-MIB) .1.3.6.1.4.1.89.210.7.1.4 |
rlOspfHostStatusThis 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.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.89.210.7.1.5 |
rlOspfHostAreaIDThe OSPF area to which the host belongs.
Deprecated by ospfHostCfgAreaID.rodeprecated AreaID (OSPF-MIB) .1.3.6.1.4.1.89.210.7.1.6 |
rlOspfHostCfgAreaIDTo configure the OSPF area to which the host belongs.rw AreaID (OSPF-MIB) .1.3.6.1.4.1.89.210.7.1.7 |
rlOspfIfTableThe OSPF Interface Table describes the interfaces
from the viewpoint of OSPF.
It augments the ipAddrTable with OSPF specific information. SEQUENCE OF RlOspfIfEntry .1.3.6.1.4.1.89.210.8 |
rlOspfIfEntryThe OSPF interface entry describes one interface
from the viewpoint of OSPF.
Information in this table is persistent and when this object
is written the entity SHOULD save the change to non-volatile
storage. RlOspfIfEntry .1.3.6.1.4.1.89.210.8.1 |
rlOspfIfProcessIdA 32-bit integer uniquely identifying an OSPF process.ro RlOspfProcessID .1.3.6.1.4.1.89.210.8.1.1 |
rlOspfIfIpAddressThe IP address of this OSPF interface.ro IpAddress .1.3.6.1.4.1.89.210.8.1.2 |
rlOspfAddressLessIfFor the purpose of easing the instancing of
addressed and addressless interfaces; this
variable takes the value 0 on interfaces with
IP addresses and the corresponding value of
ifIndex for interfaces having no IP address.ro InterfaceIndexOrZero (IF-MIB) .1.3.6.1.4.1.89.210.8.1.3 |
rlOspfIfAreaIdA 32-bit integer uniquely identifying the area
to which the interface connects. Area ID
0.0.0.0 is used for the OSPF backbone.rw AreaID (OSPF-MIB) .1.3.6.1.4.1.89.210.8.1.4 |
rlOspfIfTypeThe OSPF interface type.
By way of a default, this field may be intuited
from the corresponding value of ifType.
Broadcast LANs, such as Ethernet and IEEE 802.5,
take the value 'broadcast', X.25 and similar
technologies take the value 'nbma', and links
that are definitively point to point take the
value 'pointToPoint'.rw Enumeration .1.3.6.1.4.1.89.210.8.1.5 |
rlOspfIfAdminStatThe OSPF interface's administrative status.
The value formed on the interface, and the interface
will be advertised as an internal route to some area.
The value 'disabled' denotes that the interface is
external to OSPF.rw Status (OSPF-MIB) .1.3.6.1.4.1.89.210.8.1.6 |
rlOspfIfRtrPriorityThe priority of this interface. Used in
multi-access networks, this field is used in
the designated router election algorithm. The
value 0 signifies that the router is not eligible
to become the designated router on this particular
network. In the event of a tie in this value,
routers will use their Router ID as a tie breaker.rw DesignatedRouterPriority (OSPF-MIB) .1.3.6.1.4.1.89.210.8.1.7 |
rlOspfIfTransitDelayThe estimated number of seconds it takes to
transmit a link state update packet over this
interface. Note that the minimal value SHOULD be
1 second.rw RlOspfUpToRefreshIntervalTC UNITS "seconds" .1.3.6.1.4.1.89.210.8.1.8 |
rlOspfIfRetransIntervalThe number of seconds between link state advertisement
retransmissions, for adjacencies belonging to this
interface. This value is also used when retransmitting
database description and Link State request packets.
Note that minimal value SHOULD be 1 second.rw RlOspfUpToRefreshIntervalTC UNITS "seconds" .1.3.6.1.4.1.89.210.8.1.9 |
rlOspfIfHelloIntervalThe length of time, in seconds, between the Hello packets
that the router sends on the interface. This value must be
the same for all routers attached to a common network.rw HelloRange UNITS "seconds" .1.3.6.1.4.1.89.210.8.1.10 |
rlOspfIfRtrDeadIntervalThe number of seconds that a router's Hello packets have
not been seen before its neighbors declare the router down.
This should be some multiple of the Hello interval. This
value must be the same for all routers attached to a common
network.rw RlOspfDeadIntervalRangeTC UNITS "seconds" .1.3.6.1.4.1.89.210.8.1.11 |
rlOspfIfPollIntervalThe larger time interval, in seconds, between the Hello
packets sent to an inactive non-broadcast multi-access
neighbor.rw PositiveInteger UNITS "seconds" .1.3.6.1.4.1.89.210.8.1.12 |
rlOspfIfStateThe OSPF Interface State.ro Enumeration .1.3.6.1.4.1.89.210.8.1.13 |
rlOspfIfDesignatedRouterThe IP address of the designated router.ro IpAddress .1.3.6.1.4.1.89.210.8.1.14 |
rlOspfIfBackupDesignatedRouterThe IP address of the backup designated
router.ro IpAddress .1.3.6.1.4.1.89.210.8.1.15 |
rlOspfIfEventsThe number of times this OSPF interface has
changed its state or an error has occurred.
Discontinuities in the value of this counter can occur
at re-initialization of the management system, and at other
times as indicated by the value of ospfDiscontinuityTime.ro Counter32 .1.3.6.1.4.1.89.210.8.1.16 |
rlOspfIfAuthKeyThe cleartext password used as an OSPF
authentication key when simplePassword security
is enabled. This object does not access any OSPF
cryptogaphic (e.g., MD5) authentication key under
any circumstance.
If the key length is shorter than 8 octets, the
agent will left adjust and zero fill to 8 octets.
Unauthenticated interfaces need no authentication
key, and simple password authentication cannot use
a key of more than 8 octets.
Note that the use of simplePassword authentication
is NOT recommended when there is concern regarding
attack upon the OSPF system. SimplePassword
authentication is only sufficient to protect against
accidental misconfigurations because it re-uses
cleartext passwords [RFC1704].
When read, rlOspfIfAuthKey always returns an octet
string of length zero.rw OCTET STRING .1.3.6.1.4.1.89.210.8.1.17 |
rlOspfIfStatusThis 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.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.89.210.8.1.18 |
rlOspfIfMulticastForwardingThe way multicasts should be forwarded on this
interface: not forwarded, forwarded as data
link multicasts, or forwarded as data link
unicasts. Data link multicasting is not
meaningful on point-to-point and NBMA interfaces,
and setting ospfMulticastForwarding to 0 effectively
disables all multicast forwarding.rw Enumeration .1.3.6.1.4.1.89.210.8.1.19 |
rlOspfIfDemandIndicates whether Demand OSPF procedures (hello
suppression to FULL neighbors and setting the
DoNotAge flag on propagated LSAs) should be
performed on this interface.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.89.210.8.1.20 |
rlOspfIfAuthTypeThe authentication type specified for an interface.
Note that this object can be used to engage
in significant attacks against an OSPF router.rw RlOspfAuthenticationType .1.3.6.1.4.1.89.210.8.1.21 |
rlOspfIfLsaCountThe total number of link-local link state advertisements
in this interface's link-local link state database.ro Gauge32 .1.3.6.1.4.1.89.210.8.1.22 |
rlOspfIfLsaCksumSumThe 32-bit unsigned sum of the Link State
Advertisements' LS checksums contained in this
interface's link-local link state database.
The sum can be used to determine if there has
been a change in the interface's link state
database and to compare the interface link state
database of routers attached to the same subnet.ro Unsigned32 .1.3.6.1.4.1.89.210.8.1.23 |
rlOspfIfDesignatedRouterIdThe Router ID of the designated router.ro RouterID (OSPF-MIB) .1.3.6.1.4.1.89.210.8.1.24 |
rlOspfIfBackupDesignatedRouterIdThe Router ID of the backup designated router.ro RouterID (OSPF-MIB) .1.3.6.1.4.1.89.210.8.1.25 |
rlOspfIfOperStatusThe current operational state of the OSPF interface.ro Enumeration .1.3.6.1.4.1.89.210.8.1.26 |
rlOspfIfAuthKeyChainThe name of the authentication key-chain configured
on this interface. The key-chain is a reference to
which set of secret keys are to be accessed in order
to determine which secret key string to use. The key
chain name is not the secret key string password and
can also be used in other routing protocols, such
as RIP and ISIS.rw OCTET STRING .1.3.6.1.4.1.89.210.8.1.27 |
rlOspfIfPassiveIndicates whether this interface is a passive interface. If set
to TRUE, we suppress HELLO packets sent on and received from this
interface. We will therefore advertise this interface in our LSAs
but not run OSPF protocol over it.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.89.210.8.1.28 |
rlOspfIfLsaRefreshIntvlSelf-originated LSAs are periodically reflooded into the routing
domain, to add to the robustness of the OSPF protocol. This value
determines the interval between refreshes of LSAs that are only
flooded over this interface, for example type-9 opaque LSAs, and
is defaulted to the OSPF standard default of 1800 seconds
(30 minutes).rw Integer32 .1.3.6.1.4.1.89.210.8.1.29 |
rlOspfIfFastHelloMultiplierThe number of Hellos that should be sent within 1 second when
using Fast Hellos on this interface. This value does not have
to be same for all routers attached to a common network, but it
is advisable. Fast Hellos are configured using
ospfPmIfRtrDeadInterval.rw RlOspfFastHelloMultiplierRange .1.3.6.1.4.1.89.210.8.1.30 |
rlOspfIfMtuIgnoreThis object controls whether DC-OSPF checks the MTU size on
incoming Database Description packets. By default, if the
received MTU size in a DB Description packet is higher than
the MTU size configured on the incoming interface, the OSPF
adjacency will not be established. If the interface is
tunneled over, say, an MPLS network, then the administrator
may not know the maximum MTU size and so can tell DC-OSPF to
ignore the MTU size on incoming DB description packets.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.89.210.8.1.31 |
rlOspfIfNameLookupA flag to note whether to look up Domain Name System (DNS) names
for use in all OSPF show EXEC command displays.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.89.210.8.1.32 |
rlOspfIfIfIndexA 32-bit index identifying this interface, or zero if no index
value is known. For interfaces having no IP Address this field
is automatically set to the value of the address-less interface
index field.ro Integer32 .1.3.6.1.4.1.89.210.8.1.33 |
rlOspfIfActualAuthTypeThe actual authentication type specified for an interface.ro RlOspfAuthenticationType .1.3.6.1.4.1.89.210.8.1.34 |
rlOspfIfMetricTableThe Metric Table describes the metrics to be advertised
for a specified interface at the various types of service.
As such, this table is an adjunct of the OSPF Interface
Table.
Types of service, as defined by RFC 791, have the ability
to request low delay, high bandwidth, or reliable linkage.
For the purposes of this specification, the measure of
bandwidth:
Metric = referenceBandwidth / ifSpeed
is the default value.
The default reference bandwidth is 10^8.
For multiple link interfaces, note that ifSpeed is the sum
of the individual link speeds. This yields a number having
the following typical values:
Network Type/bit rate Metric
>= 100 MBPS 1
Ethernet/802.3 10
E1 48
T1 (ESF) 65
64 KBPS 1562
56 KBPS 1785
19.2 KBPS 5208
9.6 KBPS 10416
Routes that are not specified use the default
(TOS 0) metric.
Note that the default reference bandwidth can be configured
using the general group object ospfReferenceBandwidth. SEQUENCE OF RlOspfIfMetricEntry .1.3.6.1.4.1.89.210.9 |
rlOspfIfMetricEntryA particular TOS metric for a non-virtual interface
identified by the interface index.
Information in this table is persistent and when this object
is written the entity SHOULD save the change to non-volatile
storage. RlOspfIfMetricEntry .1.3.6.1.4.1.89.210.9.1 |
rlOspfIfMetricProcessIdA 32-bit integer uniquely identifying an OSPF process.ro RlOspfProcessID .1.3.6.1.4.1.89.210.9.1.1 |
rlOspfIfMetricIpAddressThe IP address of this OSPF interface. On row
creation, this can be derived from the instance.ro IpAddress .1.3.6.1.4.1.89.210.9.1.2 |
rlOspfIfMetricAddressLessIfFor the purpose of easing the instancing of
addressed and addressless interfaces; this
variable takes the value 0 on interfaces with
IP addresses and the value of ifIndex for
interfaces having no IP address. On row
creation, this can be derived from the instance.ro InterfaceIndexOrZero (IF-MIB) .1.3.6.1.4.1.89.210.9.1.3 |
rlOspfIfMetricTOSThe Type of Service metric being referenced.
On row creation, this can be derived from the
instance.ro TOSType (OSPF-MIB) .1.3.6.1.4.1.89.210.9.1.4 |
rlOspfIfMetricValueThe metric of using this Type of Service on
this interface. The default value of the TOS 0
metric is 10^8 / ifSpeed.rw Metric (OSPF-MIB) .1.3.6.1.4.1.89.210.9.1.5 |
rlOspfIfMetricStatusThis 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.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.89.210.9.1.6 |
rlOspfVirtIfTableInformation about this router's virtual interfaces
that the OSPF Process is configured to carry on. SEQUENCE OF RlOspfVirtIfEntry .1.3.6.1.4.1.89.210.10 |
rlOspfVirtIfEntryInformation about a single virtual interface.
Information in this table is persistent and when this object
is written the entity SHOULD save the change to non-volatile
storage. RlOspfVirtIfEntry .1.3.6.1.4.1.89.210.10.1 |
rlOspfVirtIfProcessIdA 32-bit integer uniquely identifying an OSPF process.ro RlOspfProcessID .1.3.6.1.4.1.89.210.10.1.1 |
rlOspfVirtIfAreaIdThe transit area that the virtual link
traverses. By definition, this is not 0.0.0.0.ro AreaID (OSPF-MIB) .1.3.6.1.4.1.89.210.10.1.2 |
rlOspfVirtIfNeighborThe Router ID of the virtual neighbor.ro RouterID (OSPF-MIB) .1.3.6.1.4.1.89.210.10.1.3 |
rlOspfVirtIfTransitDelayThe estimated number of seconds it takes to
transmit a Link State update packet over this
interface. Note that the minimal value SHOULD be
1 second.rw RlOspfUpToRefreshIntervalTC UNITS "seconds" .1.3.6.1.4.1.89.210.10.1.4 |
rlOspfVirtIfRetransIntervalThe number of seconds between link state
avertisement retransmissions, for adjacencies
belonging to this interface. This value is
also used when retransmitting database
description and Link State request packets. This
value should be well over the expected
round-trip time. Note that the minimal value SHOULD be
1 second.rw RlOspfUpToRefreshIntervalTC UNITS "seconds" .1.3.6.1.4.1.89.210.10.1.5 |
rlOspfVirtIfHelloIntervalThe length of time, in seconds, between the
Hello packets that the router sends on the
interface. This value must be the same for the
virtual neighbor.rw HelloRange UNITS "seconds" .1.3.6.1.4.1.89.210.10.1.6 |
rlOspfVirtIfRtrDeadIntervalThe number of seconds that a router's Hello
packets have not been seen before its
neighbors declare the router down. This should be
some multiple of the Hello interval. This
value must be the same for the virtual neighbor.rw RlOspfDeadIntervalRangeTC UNITS "seconds" .1.3.6.1.4.1.89.210.10.1.7 |
rlOspfVirtIfStateOSPF virtual interface states.ro Enumeration .1.3.6.1.4.1.89.210.10.1.8 |
rlOspfVirtIfEventsThe number of state changes or error events on
this virtual link.
Discontinuities in the value of this counter can occur
at re-initialization of the management system, and at other
times as indicated by the value of ospfDiscontinuityTime.ro Counter32 .1.3.6.1.4.1.89.210.10.1.9 |
rlOspfVirtIfAuthKeyThe cleartext password used as an OSPF
authentication key when simplePassword security
is enabled. This object does not access any OSPF
cryptogaphic (e.g., MD5) authentication key under
any circumstance.
If the key length is shorter than 8 octets, the
agent will left adjust and zero fill to 8 octets.
Unauthenticated interfaces need no authentication
key, and simple password authentication cannot use
a key of more than 8 octets.
Note that the use of simplePassword authentication
is NOT recommended when there is concern regarding
attack upon the OSPF system. SimplePassword
authentication is only sufficient to protect against
accidental misconfigurations because it re-uses
cleartext passwords. [RFC1704]
When read, rlOspfIfAuthKey always returns an octet
string of length zero.rw OCTET STRING .1.3.6.1.4.1.89.210.10.1.10 |
rlOspfVirtIfStatusThis 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.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.89.210.10.1.11 |
rlOspfVirtIfAuthTypeThe authentication type specified for a virtual interface.
Note that this object can be used to engage
in significant attacks against an OSPF router.rw RlOspfAuthenticationType .1.3.6.1.4.1.89.210.10.1.12 |
rlOspfVirtIfLsaCountThe total number of link-local link state advertisements
in this virtual interface's link-local link state database.ro Gauge32 .1.3.6.1.4.1.89.210.10.1.13 |
rlOspfVirtIfLsaCksumSumThe 32-bit unsigned sum of the link state
advertisements' LS checksums contained in this
virtual interface's link-local link state database.
The sum can be used to determine if there has
been a change in the virtual interface's link state
database, and to compare the virtual interface
link state database of the virtual neighbors.ro Unsigned32 .1.3.6.1.4.1.89.210.10.1.14 |
rlOspfVirtIfAuthKeyChainThe name of the authentication key-chain configured
on this interface. The key-chain is a reference to
which set of secret keys are to be accessed in order
to determine which secret key string to use. The key
chain name is not the secret key string password and
can also be used in other routing protocols, such
as RIP and ISIS.rw OCTET STRING .1.3.6.1.4.1.89.210.10.1.15 |
rlOspfVirtIfAdminStatusThe desired administrative state of this virtual interface.rw Status (OSPF-MIB) .1.3.6.1.4.1.89.210.10.1.16 |
rlOspfVirtIfOperStatusThe current operational state of this virtual interface.ro Enumeration .1.3.6.1.4.1.89.210.10.1.17 |
rlOspfVirtIfIndexThe local index assigned by the
OSPF Process to this OSPF virtual interface.ro INTEGER .1.3.6.1.4.1.89.210.10.1.18 |
rlOspfVirtIfActualAuthTypeThe actual authentication type specified for a virtual interface.ro RlOspfAuthenticationType .1.3.6.1.4.1.89.210.10.1.19 |
rlOspfNbrTableA table describing all non-virtual neighbors
in the locality of the OSPF router. SEQUENCE OF RlOspfNbrEntry .1.3.6.1.4.1.89.210.11 |
rlOspfNbrEntryThe information regarding a single neighbor.
Information in this table is persistent and when this object
is written the entity SHOULD save the change to non-volatile
storage. RlOspfNbrEntry .1.3.6.1.4.1.89.210.11.1 |
rlOspfNbrProcessIdA 32-bit integer uniquely identifying an OSPF process.ro RlOspfProcessID .1.3.6.1.4.1.89.210.11.1.1 |
rlOspfNbrIpAddrThe IP address this neighbor is using in its
IP source address. Note that, on addressless
links, this will not be 0.0.0.0 but the
address of another of the neighbor's interfaces.ro IpAddress .1.3.6.1.4.1.89.210.11.1.2 |
rlOspfNbrAddressLessIndexOn an interface having an IP address, zero.
On addressless interfaces, the corresponding
value of ifIndex in the Internet Standard MIB.
On row creation, this can be derived from the
instance.ro InterfaceIndexOrZero (IF-MIB) .1.3.6.1.4.1.89.210.11.1.3 |
rlOspfNbrRtrIdA 32-bit integer (represented as a type
IpAddress) uniquely identifying the neighboring
router in the Autonomous System.ro RouterID (OSPF-MIB) .1.3.6.1.4.1.89.210.11.1.4 |
rlOspfNbrOptionsA bit mask corresponding to the neighbor's
options field.
Bit 0, if set, indicates that the system will
operate on Type of Service metrics other than
TOS 0. If zero, the neighbor will ignore all
metrics except the TOS 0 metric.
Bit 1, if set, indicates that the associated
area accepts and operates on external
information; if zero, it is a stub area.
Bit 2, if set, indicates that the system is
capable of routing IP multicast datagrams, that is
that it implements the multicast extensions to
OSPF.
Bit 3, if set, indicates that the associated
area is an NSSA. These areas are capable of
carrying type-7 external advertisements, which
are translated into type-5 external advertisements
at NSSA borders.ro Integer32 .1.3.6.1.4.1.89.210.11.1.5 |
rlOspfNbrPriorityThe priority of this neighbor in the designated
router election algorithm. The value 0 signifies
that the neighbor is not eligible to become
the designated router on this particular network.rw DesignatedRouterPriority (OSPF-MIB) .1.3.6.1.4.1.89.210.11.1.6 |
rlOspfNbrStateThe state of the relationship with this neighbor.ro Enumeration .1.3.6.1.4.1.89.210.11.1.7 |
rlOspfNbrEventsThe number of times this neighbor relationship
has changed state or an error has occurred.
Discontinuities in the value of this counter can occur
at re-initialization of the management system, and at other
times as indicated by the value of ospfDiscontinuityTime.ro Counter32 .1.3.6.1.4.1.89.210.11.1.8 |
rlOspfNbrLsRetransQLenThe current length of the retransmission
queue.ro Gauge32 .1.3.6.1.4.1.89.210.11.1.9 |
rlOspfNbmaNbrStatusThis 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.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.89.210.11.1.10 |
rlOspfNbmaNbrPermanenceThis variable displays the status of the entry;
'dynamic' and 'permanent' refer to how the neighbor
became known.ro Enumeration .1.3.6.1.4.1.89.210.11.1.11 |
rlOspfNbrHelloSuppressedIndicates whether Hellos are being suppressed
to the neighbor.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.89.210.11.1.12 |
rlOspfNbrRestartHelperStatusIndicates whether the router is acting
as a graceful restart helper for the neighbor.ro Enumeration .1.3.6.1.4.1.89.210.11.1.13 |
rlOspfNbrRestartHelperAgeRemaining time in current OSPF graceful restart
interval, if the router is acting as a restart
helper for the neighbor.ro Unsigned32 UNITS "seconds" .1.3.6.1.4.1.89.210.11.1.14 |
rlOspfNbrRestartHelperExitReasonDescribes the outcome of the last attempt at acting
as a graceful restart helper for the neighbor.ro Enumeration .1.3.6.1.4.1.89.210.11.1.15 |
rlOspfNbrDeadTimeThe time remaining in seconds within which we need to receive a
hello packet from the neighbor or we declare the adjacency down.
If fast hellos area in use, this value is always set to 1.
If the oper_status is down or ospfPmNbrState is DOWN, then the value
is set to zero and the field is not valid.ro PositiveInteger (OSPF-MIB) .1.3.6.1.4.1.89.210.11.1.16 |
rlOspfNbrAreaIdThe area to which the neighbor belongs. If the oper_status is
down, then this value is set to zero and the field is not valid.ro AreaID (OSPF-MIB) .1.3.6.1.4.1.89.210.11.1.17 |
rlOspfNbrIfIndexThe interface index to whitch the neighbor is connected.ro INTEGER .1.3.6.1.4.1.89.210.11.1.18 |
rlOspfNbrIfIpAddrThe interface IP address to whitch the neighbor is connected.ro IpAddress .1.3.6.1.4.1.89.210.11.1.19 |
rlOspfVirtNbrTableThis table describes all virtual neighbors.
Since virtual links are configured
in the Virtual Interface Table, this table is read-only. SEQUENCE OF RlOspfVirtNbrEntry .1.3.6.1.4.1.89.210.12 |
rlOspfVirtNbrEntryVirtual neighbor information. RlOspfVirtNbrEntry .1.3.6.1.4.1.89.210.12.1 |
rlOspfVirtNbrProcessIdA 32-bit integer uniquely identifying an OSPF process.ro RlOspfProcessID .1.3.6.1.4.1.89.210.12.1.1 |
rlOspfVirtNbrAreaThe Transit Area Identifier.ro AreaID (OSPF-MIB) .1.3.6.1.4.1.89.210.12.1.2 |
rlOspfVirtNbrRtrIdA 32-bit integer uniquely identifying the
neighboring router in the Autonomous System.ro RouterID (OSPF-MIB) .1.3.6.1.4.1.89.210.12.1.3 |
rlOspfVirtNbrIpAddrThe IP address this virtual neighbor is using.ro IpAddress .1.3.6.1.4.1.89.210.12.1.4 |
rlOspfVirtNbrOptionsA bit mask corresponding to the neighbor's
options field.
Bit 1, if set, indicates that the system will
operate on Type of Service metrics other than
TOS 0. If zero, the neighbor will ignore all
metrics except the TOS 0 metric.
Bit 2, if set, indicates that the system is
network multicast capable, i.e., that it
implements OSPF multicast routing.ro Integer32 .1.3.6.1.4.1.89.210.12.1.5 |
rlOspfVirtNbrStateThe state of the virtual neighbor relationship.ro Enumeration .1.3.6.1.4.1.89.210.12.1.6 |
rlOspfVirtNbrEventsThe number of times this virtual link has
changed its state or an error has occurred.
Discontinuities in the value of this counter can occur
at re-initialization of the management system, and at other
times as indicated by the value of ospfDiscontinuityTime.ro Counter32 .1.3.6.1.4.1.89.210.12.1.7 |
rlOspfVirtNbrLsRetransQLenThe current length of the retransmission
queue.ro Gauge32 .1.3.6.1.4.1.89.210.12.1.8 |
rlOspfVirtNbrHelloSuppressedIndicates whether Hellos are being suppressed
to the neighbor.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.89.210.12.1.9 |
rlOspfVirtNbrRestartHelperStatusIndicates whether the router is acting
as a graceful restart helper for the neighbor.ro Enumeration .1.3.6.1.4.1.89.210.12.1.10 |
rlOspfVirtNbrRestartHelperAgeRemaining time in current OSPF graceful restart
interval, if the router is acting as a restart
helper for the neighbor.ro Unsigned32 UNITS "seconds" .1.3.6.1.4.1.89.210.12.1.11 |
rlOspfVirtNbrRestartHelperExitReasonDescribes the outcome of the last attempt at acting
as a graceful restart helper for the neighbor.ro Enumeration .1.3.6.1.4.1.89.210.12.1.12 |
rlOspfVirtNbrDeadTimeThe time remaining in seconds within which we need to receive a
hello packet from the neighbor or we declare the adjacency down.
If fast hellos area in use, this value is always set to 1.
If the oper_status is down or ospfPmVirtNbrState is DOWN, then the value
is set to zero and the field is not valid.ro PositiveInteger (OSPF-MIB) .1.3.6.1.4.1.89.210.12.1.13 |
rlOspfExtLsdbTableThe OSPF Process's external LSA link state database.
This table is identical to the OSPF LSDB Table
in format, but contains only external link state
advertisements. The purpose is to allow external
LSAs to be displayed once for the router rather
than once in each non-stub area.
Note that external LSAs are also in the AS-scope link state
database.deprecated SEQUENCE OF RlOspfExtLsdbEntry .1.3.6.1.4.1.89.210.13 |
rlOspfExtLsdbEntryA single link state advertisement.deprecated RlOspfExtLsdbEntry .1.3.6.1.4.1.89.210.13.1 |
rlOspfExtLsdbProcessIdA 32-bit integer uniquely identifying an OSPF process.ro RlOspfProcessID .1.3.6.1.4.1.89.210.13.1.1 |
rlOspfExtLsdbTypeThe type of the link state advertisement.
Each link state type has a separate advertisement
format.rodeprecated Enumeration .1.3.6.1.4.1.89.210.13.1.2 |
rlOspfExtLsdbLsidThe 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.rodeprecated IpAddress .1.3.6.1.4.1.89.210.13.1.3 |
rlOspfExtLsdbRouterIdThe 32-bit number that uniquely identifies the
originating router in the Autonomous System.rodeprecated RouterID (OSPF-MIB) .1.3.6.1.4.1.89.210.13.1.4 |
rlOspfExtLsdbSequenceThe sequence number field is a signed 32-bit
integer. It starts with the value '80000001'h,
or -'7FFFFFFF'h, and increments until '7FFFFFFF'h.
Thus, a typical sequence number will be very negative.
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.rodeprecated Integer32 .1.3.6.1.4.1.89.210.13.1.5 |
rlOspfExtLsdbAgeThis field is the age of the link state
advertisement in seconds.rodeprecated Integer32 -- Should be 0..MaxAge, except when -- doNotAge bit is set UNITS "seconds" .1.3.6.1.4.1.89.210.13.1.6 |
rlOspfExtLsdbChecksumThis 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.rodeprecated Integer32 .1.3.6.1.4.1.89.210.13.1.7 |
rlOspfExtLsdbAdvertisementThe entire link state advertisement, including
its header.rodeprecated OCTET STRING .1.3.6.1.4.1.89.210.13.1.8 |
rlOspfAreaAggregateTableThe Area Aggregate Table acts as an adjunct
to the Area Table. It describes those address aggregates
that are configured to be propagated from an area.
Its purpose is to reduce the amount of information
that is known beyond an Area's borders.
It contains a set of IP address ranges
specified by an IP address/IP network mask pair.
For example, a 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. SEQUENCE OF RlOspfAreaAggregateEntry .1.3.6.1.4.1.89.210.14 |
rlOspfAreaAggregateEntryA single area aggregate entry.
Information in this table is persistent and when this object
is written the entity SHOULD save the change to non-volatile
storage. RlOspfAreaAggregateEntry .1.3.6.1.4.1.89.210.14.1 |
rlOspfAreaAggregateProcessIdA 32-bit integer uniquely identifying an OSPF process.ro RlOspfProcessID .1.3.6.1.4.1.89.210.14.1.1 |
rlOspfAreaAggregateAreaIDThe area within which the address aggregate is to be
found.ro AreaID (OSPF-MIB) .1.3.6.1.4.1.89.210.14.1.2 |
rlOspfAreaAggregateLsdbTypeThe type of the address aggregate. This field
specifies the Lsdb type that this address
aggregate applies to.ro Enumeration .1.3.6.1.4.1.89.210.14.1.3 |
rlOspfAreaAggregateNetThe IP address of the net or subnet indicated
by the range.ro IpAddress .1.3.6.1.4.1.89.210.14.1.4 |
rlOspfAreaAggregateMaskThe subnet mask that pertains to the net or
subnet.ro IpAddress .1.3.6.1.4.1.89.210.14.1.5 |
rlOspfAreaAggregateStatusThis 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.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.89.210.14.1.6 |
rlOspfAreaAggregateEffectSubnets 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.rw Enumeration .1.3.6.1.4.1.89.210.14.1.7 |
rlOspfAreaAggregateExtRouteTagExternal route tag to be included in NSSA (type-7)
LSAs.rw Unsigned32 .1.3.6.1.4.1.89.210.14.1.8 |
rlOspfLocalLsdbTableThe OSPF Process's link-local link state database
for non-virtual links.
This table is identical to the OSPF LSDB Table
in format, but contains only link-local Link State
Advertisements for non-virtual links. The purpose is
to allow link-local LSAs to be displayed for each
non-virtual interface. This table is implemented to
support type-9 LSAs that are defined
in 'The OSPF Opaque LSA Option'. SEQUENCE OF RlOspfLocalLsdbEntry .1.3.6.1.4.1.89.210.18 |
rlOspfLocalLsdbEntryA single link state advertisement. RlOspfLocalLsdbEntry .1.3.6.1.4.1.89.210.18.1 |
rlOspfLocalLsdbProcessIdIdentifies this OSPF entity. Unsigned32 .1.3.6.1.4.1.89.210.18.1.1 |
rlOspfLocalLsdbIpAddressThe IP address of the interface from
which the LSA was received if the interface is
numbered. IpAddress .1.3.6.1.4.1.89.210.18.1.2 |
rlOspfLocalLsdbAddressLessIfThe interface index of the interface from
which the LSA was received if the interface is
unnumbered. InterfaceIndexOrZero (IF-MIB) .1.3.6.1.4.1.89.210.18.1.3 |
rlOspfLocalLsdbTypeThe type of the link state advertisement.
Each link state type has a separate
advertisement format. Enumeration .1.3.6.1.4.1.89.210.18.1.4 |
rlOspfLocalLsdbLsidThe Link State ID is an LS Type Specific field
containing a 32-bit identifier in IP address format;
it identifies the piece of the routing domain
that is being described by the advertisement. IpAddress .1.3.6.1.4.1.89.210.18.1.5 |
rlOspfLocalLsdbRouterIdThe 32-bit number that uniquely identifies the
originating router in the Autonomous System. RouterID (OSPF-MIB) .1.3.6.1.4.1.89.210.18.1.6 |
rlOspfLocalLsdbSequenceThe sequence number field is a signed 32-bit
integer. It starts with the value '80000001'h,
or -'7FFFFFFF'h, and increments until '7FFFFFFF'h.
Thus, a typical sequence number will be very negative.
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.ro Integer32 .1.3.6.1.4.1.89.210.18.1.7 |
rlOspfLocalLsdbAgeThis field is the age of the link state
advertisement in seconds.ro Integer32 -- Should be 0..MaxAge, except when -- doNotAge bit is set UNITS "seconds" .1.3.6.1.4.1.89.210.18.1.8 |
rlOspfLocalLsdbChecksumThis 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.ro Integer32 .1.3.6.1.4.1.89.210.18.1.9 |
rlOspfLocalLsdbAdvertisementThe entire link state advertisement, including
its header.
Note that for variable length LSAs, SNMP agents
may not be able to return the largest string size.ro OCTET STRING .1.3.6.1.4.1.89.210.18.1.10 |
rlOspfLocalLsdbAreaIdThe OSPF area in which the link belongs.ro AreaID (OSPF-MIB) .1.3.6.1.4.1.89.210.18.1.11 |
rlOspfVirtLocalLsdbTableThe OSPF Process's link-local link state database
for virtual links.
This table is identical to the OSPF LSDB Table
in format, but contains only link-local Link State
Advertisements for virtual links. The purpose is to
allow link-local LSAs to be displayed for each virtual
interface. This table is implemented to support type-9 LSAs
that are defined in 'The OSPF Opaque LSA Option'. SEQUENCE OF RlOspfVirtLocalLsdbEntry .1.3.6.1.4.1.89.210.19 |
rlOspfVirtLocalLsdbEntryA single link state advertisement. RlOspfVirtLocalLsdbEntry .1.3.6.1.4.1.89.210.19.1 |
rlOspfVirtLocalLsdbProcessIdIdentifies this OSPF entity. Unsigned32 .1.3.6.1.4.1.89.210.19.1.1 |
rlOspfVirtLocalLsdbTransitAreaThe transit area that the virtual link
traverses. By definition, this is not 0.0.0.0. AreaID (OSPF-MIB) .1.3.6.1.4.1.89.210.19.1.2 |
rlOspfVirtLocalLsdbNeighborThe Router ID of the virtual neighbor. RouterID (OSPF-MIB) .1.3.6.1.4.1.89.210.19.1.3 |
rlOspfVirtLocalLsdbTypeThe type of the link state advertisement.
Each link state type has a separate
advertisement format. Enumeration .1.3.6.1.4.1.89.210.19.1.4 |
rlOspfVirtLocalLsdbLsidThe Link State ID is an LS Type Specific field
containing a 32-bit identifier in IP address format;
it identifies the piece of the routing domain
that is being described by the advertisement. IpAddress .1.3.6.1.4.1.89.210.19.1.5 |
rlOspfVirtLocalLsdbRouterIdThe 32-bit number that uniquely identifies the
originating router in the Autonomous System. RouterID (OSPF-MIB) .1.3.6.1.4.1.89.210.19.1.6 |
rlOspfVirtLocalLsdbSequenceThe sequence number field is a signed 32-bit
integer. It starts with the value '80000001'h,
or -'7FFFFFFF'h, and increments until '7FFFFFFF'h.
Thus, a typical sequence number will be very negative.
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.ro Integer32 .1.3.6.1.4.1.89.210.19.1.7 |
rlOspfVirtLocalLsdbAgeThis field is the age of the link state
advertisement in seconds.ro Integer32 -- Should be 0..MaxAge, except when -- doNotAge bit is set UNITS "seconds" .1.3.6.1.4.1.89.210.19.1.8 |
rlOspfVirtLocalLsdbChecksumThis 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.ro Integer32 .1.3.6.1.4.1.89.210.19.1.9 |
rlOspfVirtLocalLsdbAdvertisementThe entire link state advertisement, including
its header.ro OCTET STRING .1.3.6.1.4.1.89.210.19.1.10 |
rlOspfEnableTrapsOspfErrorsA bit mask indicating enable SNMP notifications for OSPF errors.
Bit 0, if set, for authenticationFailure trap.
enables only the ospfIfFailure trap.
Allows SNMP notifications to be sent when a packet has been
received on a nonvirtual interface from a neighbor router whose
authentication key or authentication type conflicts with the
authentication key or authentication type of this router.
Bit 1, if set, for badPacket trap.
enables only the ospfIfRxBadPacket trap. Allows SNMP
notifications to be sent when an OSPF packet that has not been parsed
has been received on a nonvirtual interface.
Bit 2, if set, for configError trap.
enables only the ospfIfConfigError trap. Sends SNMP
notifications when a packet has been received in a nonvirtual interface
from a neighbor router whose configuration parameters conflict with the
configuration parameters of this router.
Bit 3, if set, for virtAuthenticationFailure trap.
enables only the ospfVirtIfFailure trap.
Allows SNMP notifications to be sent when a packet has been received on
a virtual interface from a neighbor router whose authentication key or
authentication type conflicts with the authentication key or authentication
type of this router.
Bit 4, if set, for virtBadPacket trap.
enables only the ospfVirtIfRxBadPacket trap. Allows SNMP
notifications to be sent when an OSPF packet that has not been parsed
has been received on a virtual interface.
Bit 5, if set, for virtConfigError trap.
enables only the ospfVirtIfConfigError trap. Sends SNMP
notifications when a packet has been received in a virtual interface from
a neighbor router whose configuration parameters conflict with the configuration
parameters of this router.rw Integer32 .1.3.6.1.4.1.89.210.20 |
rlOspfEnableTrapsOspfLsaA bit mask indicating enable SNMP notifications for OSPF LSA
Bit 0, if set, for maxAgeLsa trap.
enable the ospfMaxAgeLsa trap.
Bit 1, if set, for originateLsa trap.
enable the ospfOriginateLsa trap.
When the originateLsa trap is enabled, it will not be invoked for
simple LSA refreshes that take place every 30 minutes or when an LSA
has reached its maximum age and is being flushed.rw Integer32 .1.3.6.1.4.1.89.210.21 |
rlOspfEnableTrapsOspfRateLimitSecondsSets the rate limit window size, in seconds. A number from 2 to 60.
The default value is 10.rw INTEGER .1.3.6.1.4.1.89.210.22 |
rlOspfEnableTrapsOspfRateLimitTrapNumberSets the maximum number of traps sent during the window time.
A number from 0 to 300.
The default number is 7.rw INTEGER .1.3.6.1.4.1.89.210.23 |
rlOspfEnableTrapsOspfTransmitA bit mask indicating enable SNMP notifications for OSPF transmit
Bit 0, if set, for packets trap.
enables only the ospfTxRetransmit trap.
Allows SNMP notifications to be sent when an OSPF packet has been
re-sent on a nonvirtual interface.
Bit 1, if set, for virtPackets trap.
enables only the ospfVirtTxRetransmit trap.
Allows SNMP notifications to be sent when an OSPF packet has been
re-sent on a virtual interface.rw Integer32 .1.3.6.1.4.1.89.210.24 |
rlOspfEnableTrapsOspfStateChangeA bit mask indicating enable SNMP notifications for OSPF State Change.
Bit 0, if set, for ifStateChange trap.
only the ospfIfStateChange trap.
Sends SNMP notifications when there has been a change in the state
of a non-virtual OSPF interface.
Bit 1, if set, for neighborStateChange trap.
enables only the ospfNbrStateChange trap.
Sends SNMP notifications when there has been a change in the state
of a non-virtual OSPF neighbor.
Bit 2, if set, for ospfVirtIfStateChange trap.
only the ospfVirtIfStateChange trap.
Sends SNMP notifications when there has been a change in the state
of a virtual OSPF interface.
Bit 3, if set, for ospfVirtNbrStateChange trap.
enables only the ospfVirtNbrStateChange trap.
Sends SNMP notifications when there has been a change in the state
of a virtual OSPF neighbor.rw Integer32 .1.3.6.1.4.1.89.210.25 |
rlOspfExt OBJECT IDENTIFIER .1.3.6.1.4.1.89.210.26 |
rlOspfBrRouterTableRouter Link State Advertisement. SEQUENCE OF RlOspfBrRouterEntry .1.3.6.1.4.1.89.210.26.1 |
rlOspfBrRouterEntryA single entry from Router LSA. RlOspfBrRouterEntry .1.3.6.1.4.1.89.210.26.1.1 |
rlOspfBrRouterProcessIdA 32-bit integer uniquely identifying an OSPF process.ro RlOspfProcessID .1.3.6.1.4.1.89.210.26.1.1.1 |
rlOspfBrRouterAreaIdThe 32 bit identifier of the Route Area.ro AreaID (OSPF-MIB) .1.3.6.1.4.1.89.210.26.1.1.2 |
rlOspfBrRouterRouterIdThe 32 bit number that uniquely identifies the
originating router in the Autonomous System.ro RouterID (OSPF-MIB) .1.3.6.1.4.1.89.210.26.1.1.3 |
rlOspfBrRouterNextHopIpThe Hext Hop IP Address.ro IpAddress .1.3.6.1.4.1.89.210.26.1.1.4 |
rlOspfBrRouterOutIfThe outgoing interface toward the destination.ro InterfaceIndexOrZero (IF-MIB) .1.3.6.1.4.1.89.210.26.1.1.5 |
rlOspfBrRouterRouteTypeintra is intra-area route. inter is inter-area route.ro Enumeration .1.3.6.1.4.1.89.210.26.1.1.6 |
rlOspfBrRouterRouteCostCost of using this route.ro Unsigned32 .1.3.6.1.4.1.89.210.26.1.1.7 |
rlOspfBrRouterRouterTypeThe border router type: ABR, ASBR or both ABR and ASBR.ro Enumeration .1.3.6.1.4.1.89.210.26.1.1.8 |