a3ComRoutePolicyRowStatus
A3COM-SWITCHING-SYSTEMS-ROUTEPOLICY-MIB ·
.1.3.6.1.4.1.43.29.4.23.1.1.13
Object
column
mandatory
r/w
RowStatus
The status column for a routing policy. This object can be set to:
active(1),
createAndGo(4),
createAndWait(5),
destroy(6)
The following values may be read:
inactive(2)
active(1)
A new policy entry in this table is created by setting this
object to createAndGo(4) or createAndWait(5), indexed by the
next available index (a3ComRoutePolicyNextFreeIndex). An error will
be returned when an existing policy entry is set to
createAndGo(4) or createAndWait(5), and that is a mechanism to
detect racing conditions. Setting this object to active(1)
causes the agent to attempt to commit to row based on the
contents of the object in the row. If all necessary information
is present in the row and the values are acceptable to the
agent, the agent will change the status to active(1). If any of
the necessary objects are not available or result in error, the
agent will reject the request. Once a policy entry is made
active(1), most fields can still be modified.
Setting this object to destroy(6) will remove the entry.
Context
- MIB
- A3COM-SWITCHING-SYSTEMS-ROUTEPOLICY-MIB
- OID
.1.3.6.1.4.1.43.29.4.23.1.1.13- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- a3ComRoutePolicyEntry
- Table
- a3ComRoutePolicyTable
- Siblings
- 12
Syntax
RowStatus
- Source
- RowStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | active |
2 | notInService |
3 | notReady |
4 | createAndGo |
5 | createAndWait |
6 | destroy |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| a3ComRoutePolicyIndex mandatory Unique identifier of a row in the policy table. The actual number
of rows that can be created on any particular device depends on
the memory and processing resources available a… | column | Integer32 | .1.3.6.1.4.1.43.29.4.23.1.1.1 |
| a3ComRoutePolicyMetric mandatory This object is the value by which an additional adjustment
can be performed on a matched route metric. The actual
operation performed is defined by a3ComRoutePolicyAdjustMetric… | column | Integer32 | .1.3.6.1.4.1.43.29.4.23.1.1.10 |
| a3ComRoutePolicyWeight mandatory This object assigns an administrative weight to the policy entry.
A policy with a higher value takes precedence over a policy with
a lower value. Usage of a3ComRoutePolicyWeight… | column | Integer32 | .1.3.6.1.4.1.43.29.4.23.1.1.11 |
| a3ComRoutePolicyExportType mandatory This object describes which type of route advertisement
the router will use when a given protocol can export routes in
multiple ways.
In situations when there i… | column | Enumeration | .1.3.6.1.4.1.43.29.4.23.1.1.12 |
| a3ComRoutePolicyProtocolType mandatory This mandatory object defines the protocol in which a policy will
be used. Once such protocol family is defined, the agent will use
this information to parse the source, route, … | column | Enumeration | .1.3.6.1.4.1.43.29.4.23.1.1.2 |
| a3ComRoutePolicyType mandatory This object specifies what type of policy this is. The type
import regards to ingress -- where a route advertised
externally is learned by the device managed. And the type
expo… | column | Enumeration | .1.3.6.1.4.1.43.29.4.23.1.1.3 |
| a3ComRoutePolicyOriginProtocol mandatory This object is only used when a3ComRoutePolicyType is set to
export(2). It makes up a mask of protocols, within the protocol
suite, that matches the policy entry. If set to zer… | column | Integer32 | .1.3.6.1.4.1.43.29.4.23.1.1.4 |
| a3ComRoutePolicySourceAddress mandatory This DisplayString is the network address of the gateway
to the route address. Note that when the policy
is of the type import(1), this object will correspond to
a neighboring … | column | OctetString | .1.3.6.1.4.1.43.29.4.23.1.1.5 |
| a3ComRoutePolicyRouteAddress mandatory This DisplayString is the network address of the route to
which this policy applies. Such address will be known when a route
advertisement is received by the device being manag… | column | OctetString | .1.3.6.1.4.1.43.29.4.23.1.1.6 |
| a3ComRoutePolicyRouteMask mandatory This DisplayString is the network mask of the route to
which this policy applies. The following formats can be used:
IP cccc - ipAddress MIB
IP n… | column | OctetString | .1.3.6.1.4.1.43.29.4.23.1.1.7 |
| a3ComRoutePolicyAction mandatory This object specifies whether the protocol rejects a route that
matches the policy or accepts it. a3ComRoutePolicyAction can be
modified at any time. | column | Enumeration | .1.3.6.1.4.1.43.29.4.23.1.1.8 |
| a3ComRoutePolicyAdjustMetric mandatory This object defines what type of operation that can be
additionally performed at a route metric. Note that
this object will be always ignored if a3ComRoutePolicyAction is of
t… | column | Enumeration | .1.3.6.1.4.1.43.29.4.23.1.1.9 |