HUAWEI-OSPFV2-MIB
AI MIB Summary
The HUAWEI-OSPFV2-MIB provides SNMP access to configure and monitor Open Shortest Path First version 2 (OSPFv2) protocol parameters and operational states on Huawei network devices. It exposes specific objects for managing OSPF areas, interfaces, neighbor adjacencies, and routing table entries to facilitate system-wide protocol administration.
The HUAWEI-OSPFV2-MIB contains objects to manage the system configuration. It defines the model used to represent configuration data that exists elsewhere in the system and on peripheral devices. The MIB is proper for system configuration. There are no constraints on this MIB.
Main OID:
hwOspfv2MIB.1.3.6.1.4.1.2011.5.25.155
115
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
115 total| Object Name |
|---|
hwOspfv2MIBThe HUAWEI-OSPFV2-MIB contains objects to manage the system configuration.
It defines the model used to represent configuration data that exists elsewhere
in the system and on peripheral devices. The MIB is proper for system configuration.
There are no constraints on this MIB. MODULE-IDENTITY .1.3.6.1.4.1.2011.5.25.155 |
hwOspfv2MIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.2011.5.25.155.1 |
hwOspfv2MIBBindingThe ID of OSPF process that is bound to OSPF public MIB and the process will respond to
SNMP requests from OSPF public MIB. The default value 0 means that no process is bound
to OSPF public MIB.rw Integer32 .1.3.6.1.4.1.2011.5.25.155.1.1 |
hwOspfv2ChangeTable OBJECT IDENTIFIER .1.3.6.1.4.1.2011.5.25.155.2 |
hwOspfv2MIBObjectsChangeThis node is used to record the time ticks when hwOspfv2MIBObjectsTable changed last time.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.2011.5.25.155.2.1 |
hwOspfv2ProcessChangeThis node is used to record the time ticks when hwOspfv2ProcessTable changed last time.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.2011.5.25.155.2.2 |
hwOspfv2AreaChangeThis node is used to record the time ticks when hwOspfv2AreaTable changed last time.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.2011.5.25.155.2.3 |
hwOspfv2NetworkChangeThis node is used to record the time ticks when hwOspfv2NetworkTable changed last time.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.2011.5.25.155.2.4 |
hwOspfv2ProcessTableInformation describes the configured parameters of the router's attached OSPF processes. SEQUENCE OF HwOspfv2ProcessEntry .1.3.6.1.4.1.2011.5.25.155.3 |
hwOspfv2ProcessEntryInformation describes the configured parameters of the router's attached OSPF processes. HwOspfv2ProcessEntry .1.3.6.1.4.1.2011.5.25.155.3.1 |
hwOspfv2ProcessIdIndexThe process ID indicates the OSPF process number. The value ranges from 1 to 65535. Integer32 .1.3.6.1.4.1.2011.5.25.155.3.1.1 |
hwOspfv2VpnNameThe name of VPN instance to which the process belongs.
The process instance needs to be specified when the process is created,
and then cannot be changed.rw DisplayString .1.3.6.1.4.1.2011.5.25.155.3.1.2 |
hwOspfv2ConfigRouterIdA 32-bit integer uniquely identifies the router in the Autonomous System.
OSPF private router ID can be configured through this node. The default
value is 0.0.0.0. If the value of this node is 0.0.0.0, it means that no
private router ID is set for this process.rw IpAddress .1.3.6.1.4.1.2011.5.25.155.3.1.3 |
hwOspfv2ActualRouterIdThis node is used to get actual router ID of process and it is a read-only
node. If the node hwOspfv2ConfigRouterId is not set, the actual router ID should
default to the value of one of the router's IP interface addresses. By default,
the value is '00000000'H.ro IpAddress .1.3.6.1.4.1.2011.5.25.155.3.1.4 |
hwOspfv2BandwidthReferenceThe reference value that is used to calculate the link cost.
If there is no explicit link cost, OSPF calculates the cost according to the
bandwidth of the link (cost = reference value (M)/bandwidth).rw Unsigned32 UNITS "Mbit/s" .1.3.6.1.4.1.2011.5.25.155.3.1.5 |
hwOspfv2DescriptionThe description of the OSPF process.rw DisplayString .1.3.6.1.4.1.2011.5.25.155.3.1.6 |
hwOspfv2LsaArriveIntvlTo avoid wasting network resources due to network changes, OSPF defines that the
interval for receiving LSAs is 1 second.
In a stable network, if the fast speed of route convergence is required, you can
cancel the interval of receiving LSAs by setting it to 0 seconds.
Routers can thus detect changes of topology and route in time. This speeds up route
convergence. By default, this object is -1, indicating that an intelligent
timer is enabled instead. Note that -1 is not a configurable value.
Instead, by set the intelligent timer (hwOspfv2LsaArriveMaxIntvl,
hwOspfv2LsaArriveStartIntvl and hwOspfv2LsaArriveHoldIntvl) to default value,
it will get back to default configuration.rw Integer32 (-1 | 0..10000) UNITS "millionSecond" .1.3.6.1.4.1.2011.5.25.155.3.1.7 |
hwOspfv2LsaArriveMaxIntvlThis object indicates the maximum interval of intelligent-timer for receiving
OSPF LSAs. When hwOspfv2LsaArriveMaxIntvl is specified, you need also specify
hwOspfv2LsaArriveStartIntvl and hwOspfv2LsaArriveHoldIntvl, but you cannot
specify hwOspfv2LsaArriveIntvl. Note that -1 is not a configurable value.
Instead, by set the intelligent timer to default value, it will get back to
default configuration.rw Integer32 (-1 | 1..10000) UNITS "millionSecond" .1.3.6.1.4.1.2011.5.25.155.3.1.8 |
hwOspfv2LsaArriveStartIntvlThis object indicates the initial interval of intelligent-timer for receiving
OSPF LSAs. When hwOspfv2LsaArriveStartIntvl is specified, you need also specify
hwOspfv2LsaArriveMaxIntvl and hwOspfv2LsaArriveHoldIntvl, but you cannot
specify hwOspfv2LsaArriveIntvl. Note that -1 is not a configurable value.
Instead, by set the intelligent timer to default value, it will get back to
default configuration.rw Integer32 (-1 | 0..1000) UNITS "millionSecond" .1.3.6.1.4.1.2011.5.25.155.3.1.9 |
hwOspfv2LsaArriveHoldIntvlThis object indicates the Holdtime interval of intelligent-timer for receiving
OSPF LSAs. After an intelligent timer is enabled, the interval for receiving
LSAs is as follows: The initial interval for receiving LSAs is specified by
the parameter start-interval. The interval for receiving LSAs for the nth (n>2)
time is equal to hold-interval*2(n-1). When the interval specified by
hold-interval*2(n-1) reaches the maximum interval specified by max-interval,
OSPF receives LSAs at the maximum interval for three consecutive times.
Then, OSPF receives LSAs at the initial interval specified by start-interval.
When hwOspfv2LsaArriveHoldIntvl is specified, you need also specify
wOspfv2LsaArriveMaxIntvl and hwOspfv2LsaArriveStartIntvl, but you cannot
specify hwOspfv2LsaArriveIntvl. Note that -1 is not a configurable value.
Instead, by set the intelligent timer to default value, it will get back to
default configuration.rw Integer32 (-1 | 1..5000) UNITS "millionSecond" .1.3.6.1.4.1.2011.5.25.155.3.1.10 |
hwOspfv2LsaOrigIntvlTo avoid wasting network source due to network changes, OSPF defines that the
interval for updating LSAs is 5 seconds.
In a stable network, if the speed of route convergence is required to be fast,
you can cancel the interval for updating LSAs by setting it to 0 seconds.
So, routers can detect changes of topology and route in time. This speeds up
route convergence. By default, this object is -1, indicating that an intelligent
timer is enabled instead. Note that -1 is not a configurable value.
Instead, by set the intelligent timer (hwOspfv2LsaOrigMaxIntvl,
hwOspfv2LsaOrigStartIntvl, and hwOspfv2LsaOrigHoldIntvl) to default value,
it will get back to default configuration.rw Integer32 (-1 | 0) UNITS "millionSecond" .1.3.6.1.4.1.2011.5.25.155.3.1.11 |
hwOspfv2LsaOrigMaxIntvlThis object indicates the maximum interval of intelligent-timer for updating
OSPF LSAs. When hwOspfv2LsaOrigMaxIntvl is specified, you need also specify
hwOspfv2LsaOrigStartIntvl and hwOspfv2LsaOrigHoldIntvl, but you cannot specify
hwOspfv2LsaOrigIntvl. Note that -1 is not a configurable value.
Instead, by set the intelligent timer to default value, it will get back to
default configuration.rw Integer32 (-1 | 1..10000) UNITS "millionSecond" .1.3.6.1.4.1.2011.5.25.155.3.1.12 |
hwOspfv2LsaOrigStartIntvlThis object indicates the initial interval of intelligent-timer for updating
OSPF LSAs. When hwOspfv2LsaOrigStartIntvl is specified, you need also specify
hwOspfv2LsaOrigMaxIntvl and hwOspfv2LsaOrigHoldIntvl, but you cannot specify
hwOspfv2LsaOrigIntvl. Note that -1 is not a configurable value.
Instead, by set the intelligent timer to default value, it will get back to
default configuration.rw Integer32 (-1 | 0..1000) UNITS "millionSecond" .1.3.6.1.4.1.2011.5.25.155.3.1.13 |
hwOspfv2LsaOrigHoldIntvlThis object indicates the Holdtime interval of intelligent-timer for updating
OSPF LSAs. After an intelligent timer is enabled, the interval for updating
LSAs is as follows: The initial interval for updating LSAs is specified by the
parameter start-interval. The interval for updating LSAs for the nth (n>2)
time is equal to hold-interval*2(n-1). When the interval specified by
hold-interval*2(n-1) reaches the maximum interval specified by max-interval,
OSPF updates LSAs at the maximum interval for three consecutive times. Then,
OSPF updates LSAs at the initial interval specified by start-interval. When
hwOspfv2LsaOrigHoldIntvl is specified, you need also specify
hwOspfv2LsaOrigMaxIntvl and hwOspfv2LsaOrigStartIntvl, but you cannot specify
hwOspfv2LsaOrigIntvl. Note that -1 is not a configurable value.
Instead, by set the intelligent timer to default value, it will get back to
default configuration.rw Integer32 (-1 | 1..5000) UNITS "millionSecond" .1.3.6.1.4.1.2011.5.25.155.3.1.14 |
hwOspfv2LsaOrigIntvlOtherTypeThis object indicates the interval for updating LSAs, excluding OSPF router
LSAs and network LSAs. hwOspfv2LsaOrigIntvlOtherType and hwOspfv2LsaOrigIntvl
cannot be specified together. Here -1 indicated that hwOspfv2LsaOrigIntvl is
enabled instead. Note that -1 is not a configurable value. Instead, by set
this node to default value, it will get back to default configuration.rw Integer32 (-1 | 0..10) UNITS "second" .1.3.6.1.4.1.2011.5.25.155.3.1.15 |
hwOspfv2LsdbOverflowLimitThe maximum number of external LSAs in OSPF LSDB.
When this node is set to 0, it means that no limits exist.rw Integer32 .1.3.6.1.4.1.2011.5.25.155.3.1.16 |
hwOspfv2MaxLoadBalaNumberThe maximum number of equal-cost routes to a destination in the routing table.rw Integer32 .1.3.6.1.4.1.2011.5.25.155.3.1.17 |
hwOspfv2AseRouteMaxNumberThe maximum number of ASE routes that are supported by OSPF.rw Integer32 .1.3.6.1.4.1.2011.5.25.155.3.1.18 |
hwOspfv2InterRouteMaxNumberThe maximum number of inter-area routes that are supported by OSPF.rw Integer32 .1.3.6.1.4.1.2011.5.25.155.3.1.19 |
hwOspfv2IntraRouteMaxNumberThe maximum number of intra-area routes that are supported by OSPF.rw Integer32 .1.3.6.1.4.1.2011.5.25.155.3.1.20 |
hwOspfv2RetransLimitMaxNumberThe maximum count of retransmission. The value is an integer that ranges from 2 to 255.
When the retransmission limit is disabled, the value is set to 0.rw Integer32 (0 | 2..255) .1.3.6.1.4.1.2011.5.25.155.3.1.21 |
hwOspfv2Rfc1583CompatibilityIt is used to enable the routing rule for compatible RFC 1583.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2011.5.25.155.3.1.22 |
hwOspfv2ShamHelloIt is used to enable the sham-hello feature of OSPF.
After the feature is enabled, OSPF updates the timeout timer of the neighbor when
receiving protocol packets of various types.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2011.5.25.155.3.1.23 |
hwOspfv2SpfSchIntvlUnitThe value of the object identifies the interval unit for OSPF to calculate
routes. This object must be specified together with hwOspfv2SpfSchIntervalNumber.
By default, this object is none, indicating that an intelligent timer is
enabled instead. Note that none is not a configurable value.
Instead, by set the intelligent timer (hwOspfv2SpfSchMaxIntvl,
hwOspfv2SpfSchStartIntvl, and hwOspfv2SpfSchHoldIntvl) to default value,
it will get back to default configuration.rw Enumeration .1.3.6.1.4.1.2011.5.25.155.3.1.24 |
hwOspfv2SpfSchIntvlNumberThe value of the object identifies the interval for OSPF to calculate routes.
This object must be specified together with hwOspfv2SpfSchIntervalUnit. By
default, this object is -1, indicating that an intelligent timer is
enabled instead. Note that -1 is not a configurable value.
Instead, by set the intelligent timer (hwOspfv2SpfSchMaxIntvl,
hwOspfv2SpfSchStartIntvl, and hwOspfv2SpfSchHoldIntvl) to default value,
it will get back to default configuration.rw Integer32 (-1 | 0 | 1..10000) .1.3.6.1.4.1.2011.5.25.155.3.1.25 |
hwOspfv2SpfSchMaxIntvlThis object indicates the maximum interval of intelligent timer for OSPF to
perform the SPF calculation. When hwOspfv2SpfSchMaxIntvl is specified, you
need also specify hwOspfv2SpfSchStartIntvl and hwOspfv2SpfSchHoldIntvl, but
you cannot specify hwOspfv2SpfSchIntvlUnit or hwOspfv2SpfSchIntvlNumber.
Note that -1 is not a configurable value. Instead, by set the intelligent
timer to default value, it will get back to default configuration.rw Integer32 (-1 | 1..20000) UNITS "millionSecond" .1.3.6.1.4.1.2011.5.25.155.3.1.26 |
hwOspfv2SpfSchStartIntvlThis object indicates the initial interval of intelligent timer for OSPF to
perform the SPF calculation. When hwOspfv2SpfSchStartIntvl is specified, you
need also specify hwOspfv2SpfSchMaxIntvl and hwOspfv2SpfSchHoldIntvl, but
you cannot specify hwOspfv2SpfSchIntvlUnit or hwOspfv2SpfSchIntvlNumber.
Note that -1 is not a configurable value. Instead, by set the intelligent
timer to default value, it will get back to default configuration.rw Integer32 (-1 | 1..1000) UNITS "millionSecond" .1.3.6.1.4.1.2011.5.25.155.3.1.27 |
hwOspfv2SpfSchHoldIntvlThis object indicates the Holdtime interval of intelligent timer for OSPF to
perform the SPF calculation. After an intelligent timer is enabled, the
interval for the SPF calculation is as follows: The initial interval for
the SPF calculation is specified by the parameter start-interval. The
interval for the SPF calculation for the nth (n>2) time is equal to
hold-interval*2(n-1). When the interval specified by hold-interval*2(n-1)
reaches the maximum interval specified by max-interval, OSPF performs the
SPF calculation at the maximum interval for three consecutive times. Then,
OSPF performs the SPF calculation at the initial interval specified by
start-interval. When hwOspfv2SpfSchHoldIntvl is specified, you need also
specify hwOspfv2SpfSchMaxIntvl and hwOspfv2SpfSchStartIntvl, but you cannot
specify hwOspfv2SpfSchIntvlUnit or hwOspfv2SpfSchIntvlNumber. Note that -1
is not a configurable value. Instead, by set the intelligent timer to default
value, it will get back to default configuration.rw Integer32 (-1 | 1..5000) UNITS "millionSecond" .1.3.6.1.4.1.2011.5.25.155.3.1.28 |
hwOspfv2OpaqueCapabilityIt is used to enable opaque-LSAs capability. When the capability is enabled,
then the OSPF process can generate opaque LSAs and process the opaque LSAs
received from neighbors.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2011.5.25.155.3.1.29 |
hwOspfv2TrafficAdjustmentIt is used to enable IGP-shortcut feature. The value false means disable.
Otherwise, the value true means enable. If you want to set this node to false,
please check whether Local MT feature is disabled. When Local MT feature is
enabled, this node cannot be set to false.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2011.5.25.155.3.1.30 |
hwOspfv2TrafficAdvertiseIt is used to enable IGP-shortcut and Forwarding Adjacency feature.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2011.5.25.155.3.1.31 |
hwOspfv2FlushTimerThe value of the flush timer. When configuring or undoing OSPF process,
flush self-originated LSAs first.
If the timer expires, stop flushing LSAs, and then reset the process.
This timer is one-off. When flushing is finished, it recovers to 0.rw Integer32 .1.3.6.1.4.1.2011.5.25.155.3.1.32 |
hwOspfv2ProcessRowStatusThis node is used to create and destroy rows.
Because CreateAndWait is not supported, you can set this node to CreatAndGo
to create a new process. If the process is created successfully, the value of
this node changes to active.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2011.5.25.155.3.1.33 |
hwOspfv2AreaTableInformation describes the configured parameters of the router's attached OSPF areas. SEQUENCE OF HwOspfv2AreaEntry .1.3.6.1.4.1.2011.5.25.155.4 |
hwOspfv2AreaEntryInformation describes the configured parameters of the router's attached OSPF areas. HwOspfv2AreaEntry .1.3.6.1.4.1.2011.5.25.155.4.1 |
hwOspfv2AreaIdIndexA 32-bit integer uniquely identifies an area.
Area ID 0.0.0.0 is used for the OSPF backbone. IpAddress .1.3.6.1.4.1.2011.5.25.155.4.1.1 |
hwOspfv2AreaTypeSpecify the type of area: nssa(1), stub(2), normal(3).rw Enumeration .1.3.6.1.4.1.2011.5.25.155.4.1.2 |
hwOspfv2AreaNoSummaryThis node is used to reduce the number of LSAs that are transmitted to the NSSA
or Stub area. You can configure this node as an ABR. This also prevents the ABR
from transmitting Summary LSA (Type-3 LSA) to the NSSA or Stub area.
Note:
All nodes about NSSA property (hwOspfv2AreaType, hwOspfv2AreaNoSummary,
hwOspfv2AreaNssaFlushTimer, hwOspfv2AreaNssaNoImportRoute, hwOspfv2AreaNssaDefAdvertise,
hwOspfv2AreaNssaTransAlways, hwOspfv2AreaNssaTransTimer, hwOspfv2AreaNssaAllowFaZero,
hwOspfv2AreaNssaSuppressFa, and hwOspfv2AreaNssaSetNBit) should be set together.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2011.5.25.155.4.1.3 |
hwOspfv2AreaNssaFlushTimerThe value of the flush timer. When configuring or undoing NSSA feature, flush self-originated
Type-5 and Type-7 LSAs first.
If the timer expires, stop flushing LSAs, and then reset the area.
This timer is one-off. When flushing is finished, it recovers to 0.rw Integer32 .1.3.6.1.4.1.2011.5.25.155.4.1.4 |
hwOspfv2AreaNssaDefAdvertiseThis node is used to decide whether default Type-7 LSAs should be originated.
When this node is set to true, for ABR router it must originate Type-7 LSAs, while for ASBR
router only if the route to 0.0.0.0 exists, it should originate Type-7 LSAs.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2011.5.25.155.4.1.5 |
hwOspfv2AreaNssaNoImportRouteThis node is used to decide whether the external route is imported to NSSA area. On ASBR,
if this node is set to true, the external route can not be advertised to the NSSA area.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2011.5.25.155.4.1.6 |
hwOspfv2AreaNssaTransAlwaysThis node specifies whether or not an NSSA router will unconditionally translate Type-7
LSAs to Type-5 LSAs when acting as an NSSA border router.
When hwOspfAreaNssaTranslateAlways is set to true, Type-7 LSAs are always translated
regardless of the translator state of other NSSA border routers.
When hwOspfAreaNssaTranslateAlways is set to false, an NSSA border router will participate
in the translator election process. The router will translate Type-7 LSAs to Type-5 LSAs only
after being selected.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2011.5.25.155.4.1.7 |
hwOspfv2AreaNssaTransTimerThis node is used to configure translator stability interval.
This minimizes excessive flushing of translated Type-7 LSAs and provides a more stable
translator transition.
If the area type is not NSSA, the default value of the translator stability interval
parameter is 0 seconds, and hwOspfv2AreaType is stub(2) or normal(3).
If the type of the area is NSSA, the default value of the translator stability interval
parameter is 40 seconds, and hwOspfv2AreaType is nssa(1).rw Integer32 .1.3.6.1.4.1.2011.5.25.155.4.1.8 |
hwOspfv2AreaNssaAllowFaZeroWhen this node is set to true, the forwarding address of Type-7 LSAs can be filled with zero
when the router generates Type-7 LSAs.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2011.5.25.155.4.1.9 |
hwOspfv2AreaNssaSuppressFaWhen this node is set to true, the forwarding address of Type-7 LSAs can be filled with zero
when the ABR translates Type-7 LSAs into Type-5 LSAs.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2011.5.25.155.4.1.10 |
hwOspfv2AreaNssaSetNBitWhen this node is set to true, N-bit should be set in the option when sending DD packets.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2011.5.25.155.4.1.11 |
hwOspfv2AreaDefCostThis node is used to specify the cost of the default routes that flush to stub area by the ABR.
The value ranges from 0 to 16777214. The default value is -1.rw Integer32 (-1 | 0..16777214) .1.3.6.1.4.1.2011.5.25.155.4.1.12 |
hwOspfv2AreaDescriptionThis node is used to specify the description of the area.rw DisplayString .1.3.6.1.4.1.2011.5.25.155.4.1.13 |
hwOspfv2AreaFilterExpAclThis object indicates the number of basic ACL.
The ACL number ranges from 2000 to 2999.
The default value is 0, indicating no configuration.
The object is used to filter the Summary LSAs that leave the area.
It is incompatible with hwOspfv2AreaFilterExpAclName, hwOspfv2AreaFilterExpPrefix,
and hwOspfv2AreaFilterExpPolicy. Only one object can be configured each time.rw Integer32 (0 | 2000..2999) .1.3.6.1.4.1.2011.5.25.155.4.1.14 |
hwOspfv2AreaFilterExpPrefixThis object indicates the name of the address prefix list.
The name is a string of 1 to 169 characters.
The object is used to filter the Summary LSAs that leave the area.
It is incompatible with hwOspfv2AreaFilterExpAcl, hwOspfv2AreaFilterExpAclName,
and hwOspfv2AreaFilterExpPolicy. Only one object can be configured each time.rw DisplayString .1.3.6.1.4.1.2011.5.25.155.4.1.15 |
hwOspfv2AreaFilterExpPolicyThis object indicates the name of the routing policy.
The name is a string of 1 to 40 characters.
The object is used to filter the Summary LSAs that leave the area.
It is incompatible with hwOspfv2AreaFilterExpAcl, hwOspfv2AreaFilterExpAclName, and
hwOspfv2AreaFilterExpPrefix. Only one object can be configured each time.rw DisplayString .1.3.6.1.4.1.2011.5.25.155.4.1.16 |
hwOspfv2AreaFilterImpAclThis object indicates the number of basic ACL. The value ranges from 2000 to 2999.
The default value is 0, indicating no configuration.
The object is used to filter the Summary LSAs that enter the area.
It is incompatible with hwOspfv2AreaFilterImpAclName, hwOspfv2AreaFilterImpPrefix,
and hwOspfv2AreaFilterImpPolicy. Only one object can be configured each time.rw Integer32 (0 | 2000..2999) .1.3.6.1.4.1.2011.5.25.155.4.1.17 |
hwOspfv2AreaFilterImpPrefixThis object indicates the name of the address prefix list.
The name is a string of 1 to 169 characters.
The object is used to filter the Summary LSAs that enter the area.
It is incompatible with hwOspfv2AreaFilterImpAcl, hwOspfv2AreaFilterImpAclName, and
hwOspfv2AreaFilterImpPolicy. Only one node can be configured each time.rw DisplayString .1.3.6.1.4.1.2011.5.25.155.4.1.18 |
hwOspfv2AreaFilterImpPolicyThis object indicates the name of the routing policy.
The name is a string of 1 to 40 characters.
The object is used to filter the Summary LSAs that enter the area.
It is incompatible with hwOspfv2AreaFilterImpAcl, hwOspfv2AreaFilterImpAclName and
hwOspfv2AreaFilterImpPrefix. Only one node can be configured each time.rw DisplayString .1.3.6.1.4.1.2011.5.25.155.4.1.19 |
hwOspfv2AreaAuthModeTypeThe type of the OSPF area authentication mode.
none(1): not configured.
simple(2): indicates the simple authentication mode.
md5(3): indicates the md5 cipher mode.
hmd5(4): indicates the hmac-md5 cipher mode.
keychain(5): indicates the keychain authentication mode.
hmacSha256(6): indicates the hmac-Sha256 cipher mode.
Note:
If this value is set to simple(2), you should specify hwOspfv2AreaAuthPasswordType
and hwOspfv2AreaAuthText, but cannot specify hwOspfv2AreaAuthKeyId.
To configure the simple authentication mode with the authentication key being NULL,
set hwOspfv2AreaAuthPasswordType to plainText(2) and set hwOspfv2AreaAuthText to
a string of 0 characters.
If this value is set to md5(3) or hmd5(4) or hsha256(6), you can specify hwOspfv2AreaAuthKeyId
or not. Once you specify hwOspfv2AreaAuthKeyId, you should specify hwOspfv2AreaAuthPasswordType
and hwOspfv2AreaAuthText at the same time.
If this value is set to keychain(5), you should specify it and hwOspfv2AreaAuthText together, or specify it and hwOspfv2AreaAuthKeychName together,
but should not specify hwOspfv2AreaAuthKeyId and hwOspfv2AreaAuthPasswordType, and should not specify hwOspfv2AreaAuthText and hwOspfv2AreaAuthKeychName at the same time.rw Enumeration .1.3.6.1.4.1.2011.5.25.155.4.1.20 |
hwOspfv2AreaAuthPasswordTypeSpecify the type of area authentication key.
plaintext(2): If this node is set to plaintext(2), you can specify only the plain text
authentication key on the node hwOspfAreaAuthText. When viewing the configuration file,
display the password in plain mode.
ciphertext(3): If this node is set to ciphertext(3), you can specify the cipher text
authentication key or cipher text authentication key in node hwOspfv2AreaAuthText. When
viewing the configuration file, display the password in cipher mode.
Note:
If you set this node to plaintext(2) or ciphertext(3), you should set the node
hwOspfv2AreaAuthText at the same time.rw Enumeration .1.3.6.1.4.1.2011.5.25.155.4.1.21 |
hwOspfv2AreaAuthKeyIdSpecify the authentication key ID for MD5 or HMAC-MD5 authentication mode.
The value of the ID is an integer that ranges from 1 to 255. The default value 0 means
no configuration.rw Integer32 .1.3.6.1.4.1.2011.5.25.155.4.1.22 |
hwOspfv2AreaAuthTextIn simple authentication, this object indicates the authentication key.
It's a string of 1 to 8 characters in plain text or 24 characters in cipher text.
In MD5 or HMAC-MD5 or HMAC-SHA256 authentication, this object also indicates the authentication key.
It's a string of 1 to 255 characters in plain text or 20 to 392 characters in cipher text.
In keychain authentication, this object indicates the keychain name.
It's a string of 1 to 47 characters.
When read, hwOspfv2AreaAuthText always returns an octet string of length zero.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.2011.5.25.155.4.1.23 |
hwOspfv2AreaMplsTeThe node is used to enable the MPLS-TE capability.
disable(1): no configuration.
stdEnable(2): accepts only the LSAs in the standard format. That is, an LSA is rejected
if it has more than one Top level TLV.
stdDisable(3): accepts the LSAs not in the standard format.rw Enumeration .1.3.6.1.4.1.2011.5.25.155.4.1.24 |
hwOspfv2AreaAreaRowStatusThis node is used to create and destroy rows.
Because CreateAndWait is not supported, you can set this node to CreatAndGo to create a new
area. If the area is created successfully, the value of this node changes to active.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2011.5.25.155.4.1.25 |
hwOspfv2AreaFilterExpAclNameThis object indicates the ACL name. Note that the ACL can only be used as basic ACL.
The object is used to filter the Summary LSAs that leave the area.
It is incompatible with hwOspfv2AreaFilterExpAcl, hwOspfv2AreaFilterExpPrefix,
and hwOspfv2AreaFilterExpPolicy. Only one object can be configured each time.rw DisplayString .1.3.6.1.4.1.2011.5.25.155.4.1.26 |
hwOspfv2AreaFilterImpAclNameThis object indicates the ACL name. Note that the ACL can only be used as basic ACL.
The object is used to filter the Summary LSAs that enter the area.
It is incompatible with hwOspfv2AreaFilterImpAcl, hwOspfv2AreaFilterImpPrefix,
and hwOspfv2AreaFilterImpPolicy. Only one object can be configured each time.rw DisplayString .1.3.6.1.4.1.2011.5.25.155.4.1.27 |
hwOspfv2AreaAuthKeychNameThis object indicates the keychain name. It's a string of 1 to 47 characters.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.2011.5.25.155.4.1.28 |
hwOspfv2NetworkTableInformation describes the configured parameters of the router's attached OSPF networks. SEQUENCE OF HwOspfv2NetworkEntry .1.3.6.1.4.1.2011.5.25.155.5 |
hwOspfv2NetworkEntryInformation describes the configured parameters of the router's attached OSPF networks. HwOspfv2NetworkEntry .1.3.6.1.4.1.2011.5.25.155.5.1 |
hwOspfv2NetworkIpAddrIndexNetwork IP address: specifies the address of the network segment where the interface resides. IpAddress .1.3.6.1.4.1.2011.5.25.155.5.1.1 |
hwOspfv2NetworkIpMaskIndexNetwork IP mask: specifies the wildcard mask of an IP address, which is similar to the
reversed form of the mask of an IP address.
'1' represents that the corresponding bit in the IP address is ignored and '0' represents
that this bit must be reserved. IpAddress .1.3.6.1.4.1.2011.5.25.155.5.1.2 |
hwOspfv2NetworkRowStatusThis node is used to create and destroy rows.
Because CreateAndWait is not supported, you can set this node to CreatAndGo to create a new
network. If the network is created successfully, the value of this node changes to active.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2011.5.25.155.5.1.3 |
hwOspfv2NeighborTableThis object indicates the configured parameters of the OSPF neighbors attached to the router. SEQUENCE OF HwOspfv2NeighborEntry .1.3.6.1.4.1.2011.5.25.155.6 |
hwOspfv2NeighborEntryThis object indicates the configured parameters of the OSPF neighbors attached to the router. HwOspfv2NeighborEntry .1.3.6.1.4.1.2011.5.25.155.6.1 |
hwOspfv2SelfIfnetIndexThis object indicates the unique value for each interface. Integer32 .1.3.6.1.4.1.2011.5.25.155.6.1.1 |
hwOspfv2NbrIpAddrIndexThis object indicates the IP address of the OSPF neighbor. IpAddress .1.3.6.1.4.1.2011.5.25.155.6.1.2 |
hwOspfv2SelfRouterIdThis object indicates the 32-bit integer that uniquely identifies the router in the Autonomous System.
It is the router ID of itself.ro IpAddress .1.3.6.1.4.1.2011.5.25.155.6.1.3 |
hwOspfv2SelfIfIpAddressThis object indicates the IP address of the OSPF interface associated with this neighbor.ro IpAddress .1.3.6.1.4.1.2011.5.25.155.6.1.4 |
hwOspfv2SelfIfNameThe name of the OSPF interface associated with this neighbor.ro DisplayString .1.3.6.1.4.1.2011.5.25.155.6.1.5 |
hwOspfv2NbrIfDesignatedRouterThis object indicates the IP address of the designated router that is obtained from the DD packets
from this neighbor. By default, the value is '00000000'H.ro IpAddress .1.3.6.1.4.1.2011.5.25.155.6.1.6 |
hwOspfv2NbrIfBackupDesignatedRouterThis object indicates the IP address of the backup designated router which is obtained from the
DD packets from this neighbor. By default, the value is '00000000'H.ro IpAddress .1.3.6.1.4.1.2011.5.25.155.6.1.7 |
hwOspfv2NbrIfMtuThis object indicates the size of the largest IP datagram that can be sent out the sending interface
without fragmentation. It is obtained from the DD packets from this neighbor. By default, the value is 0.
The MTU of the interface should be set to 0 in the DD packets when the MTU is not enabled on the OSPF
interface.ro Integer32 .1.3.6.1.4.1.2011.5.25.155.6.1.8 |
hwOspfv2NbrRouterIdThis object indicates the router ID of this neighbor.ro IpAddress .1.3.6.1.4.1.2011.5.25.155.6.1.9 |
hwOspfv2NbrStateThis object indicates the state of the relationship with this neighbor. By default, the state is down.ro Enumeration .1.3.6.1.4.1.2011.5.25.155.6.1.10 |
hwOspfv2NbrModeThis object indicates whether this neighbor is master or slave through the DD negotiation.ro Enumeration .1.3.6.1.4.1.2011.5.25.155.6.1.11 |
hwOspfv2NbrPriorityThis object indicates the 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. By default, the value is 1.ro Integer32 .1.3.6.1.4.1.2011.5.25.155.6.1.12 |
hwOspfv2NbrUpTimeThis object indicates the time (in seconds) since the state of this neighbor has been full.ro Unsigned32 .1.3.6.1.4.1.2011.5.25.155.6.1.13 |
hwOspfv2NbrAuthSequenceThis object indicates the unsigned 32-bit non-decreasing sequence number. Used to guard against replay attacks.
By default, the value is 0.ro Unsigned32 .1.3.6.1.4.1.2011.5.25.155.6.1.14 |
hwOspfv2NbrDeadTimeLeftThis object indicates the period (in seconds) after which this neighbor is declared dead.ro Gauge32 .1.3.6.1.4.1.2011.5.25.155.6.1.15 |
hwOspfv2NbrGrStatusThis object indicates whether the neighbor performs GR or functions as a GR helper. By default, the state is normal.ro Enumeration .1.3.6.1.4.1.2011.5.25.155.6.1.16 |
hwOspfv2InterfaceTableThe Interface Table describes the interfaces from the viewpoint of OSPF. SEQUENCE OF HwOspfv2InterfaceEntry .1.3.6.1.4.1.2011.5.25.155.7 |
hwOspfv2InterfaceEntryInformation describes the configured parameters of the OSPF interfaces. HwOspfv2InterfaceEntry .1.3.6.1.4.1.2011.5.25.155.7.1 |
hwOspfv2InterfaceIndexA unique value for each interface. Integer32 .1.3.6.1.4.1.2011.5.25.155.7.1.1 |
hwOspfv2InterfaceNameThe name of the OSPF interface.ro DisplayString .1.3.6.1.4.1.2011.5.25.155.7.1.2 |
hwOspfv2TrapsObjects OBJECT IDENTIFIER .1.3.6.1.4.1.2011.5.25.155.30 |
hwOspfv2NbrChgReasonThe reason of the OSPF neighbor state change.ro Enumeration .1.3.6.1.4.1.2011.5.25.155.30.1 |
hwOspfv2IfChgReasonThe reason of the OSPF interface state change.ro Enumeration .1.3.6.1.4.1.2011.5.25.155.30.2 |
hwOspfv2Traps OBJECT IDENTIFIER .1.3.6.1.4.1.2011.5.25.155.31 |
hwOspfV2NeighborUnavailableThese objects are used to monitor/manage changed OSPF neighbor alarm parameters. NOTIFICATION-TYPE .1.3.6.1.4.1.2011.5.25.155.31.1 |
hwOspfV2NeighborUnavailableClearThese objects are used to monitor/manage changed OSPF neighbor clear alarm parameters. NOTIFICATION-TYPE .1.3.6.1.4.1.2011.5.25.155.31.2 |
hwOspfv2IntraAreaRouteridConflictThe object is used to monitor router ID conflict in an intra area. NOTIFICATION-TYPE .1.3.6.1.4.1.2011.5.25.155.31.3 |
hwOspfv2IntraAreaDRIpAddressConflictThe object is used to monitor conflicted IP addresses of DRs in an intra area. NOTIFICATION-TYPE .1.3.6.1.4.1.2011.5.25.155.31.4 |
hwOspfv2Conformance OBJECT IDENTIFIER .1.3.6.1.4.1.2011.5.25.155.32 |
hwOspfv2Compliances OBJECT IDENTIFIER .1.3.6.1.4.1.2011.5.25.155.32.1 |
hwOspfv2Groups OBJECT IDENTIFIER .1.3.6.1.4.1.2011.5.25.155.32.2 |
hwOspfv2Statistic OBJECT IDENTIFIER .1.3.6.1.4.1.2011.5.25.155.33 |
hwOspfv2ProcessStatisticTableInformation describes the statistics of the router's attached OSPF processes. SEQUENCE OF HwOspfv2ProcessStatisticEntry .1.3.6.1.4.1.2011.5.25.155.33.1 |
hwOspfv2ProcessStatisticEntryInformation describes the statistics of the router's attached OSPF processes. HwOspfv2ProcessStatisticEntry .1.3.6.1.4.1.2011.5.25.155.33.1.1 |
hwospfv2ProcessPeerNumberThe peer number of OSPF process.ro Integer32 .1.3.6.1.4.1.2011.5.25.155.33.1.1.1 |