midcomRuleOperStatus
MIDCOM-MIB ·
.1.3.6.1.2.1.171.1.1.3.1.5
Object
column
Enumeration
The actual status of the policy rule. The
midcomRuleOperStatus object may have the following values:
- newEntry(1) indicates that the entry in the
midcomRuleTable was created, but not modified yet.
Such an entry needs to be filled with values specifying
a request first.
- setting(2) indicates that the entry has been already
modified after generating it, but no request was made
yet.
- checkingRequest(3) indicates that midcomRuleAdminStatus
has recently been set and that the MIDCOM-MIB
implementation is currently checking the parameters of
the request. This is a transient state. The value of
this object will change to either incorrectRequest(4)
or processingRequest(5) without any external
interaction. A MIDCOM-MIB implementation MAY return
this value while checking request parameters.
- incorrectRequest(4) indicates that checking a request
resulted in detecting an incorrect value in one of the
objects containing request parameters. The failure
reason is indicated by the value of midcomRuleError.
- processingRequest(5) indicates that
midcomRuleAdminStatus has recently been set and that
the MIDCOM-MIB implementation is currently processing
the request and trying to configure the middlebox
accordingly. This is a transient state. The value of
this object will change to either requestRejected(6),
reserved(7), or enabled(8) without any external
interaction. A MIDCOM-MIB implementation MAY return
this value while processing a request.
- requestRejected(6) indicates that a request to establish
a policy rule specified by the entry was rejected. The
reason for rejection is indicated by the value of
midcomRuleError.
- reserved(7) indicates that the entry describes an
established policy reserve rule.
These values of MidcomRuleEntry are meaningful
for a reserved policy rule:
- midcomRuleMaxIdleTime
- midcomRuleInterface
- midcomRuleTransportProtocol
- midcomRulePortRange
- midcomRuleInternalIpVersion
- midcomRuleExternalIpVersion
- midcomRuleInternalIpAddr
- midcomRuleInternalIpPrefixLength
- midcomRuleInternalPort
- midcomRuleOutsideIpAddr
- midcomRuleOutsidePort
- midcomRuleLifetime
- enabled(8) indicates that the entry describes an
established policy enable rule.
These values of MidcomRuleEntry are meaningful
for an enabled policy rule:
- midcomRuleFlowDirection
- midcomRuleInterface
- midcomRuleMaxIdleTime
- midcomRuleTransportProtocol
- midcomRulePortRange
- midcomRuleInternalIpVersion
- midcomRuleExternalIpVersion
- midcomRuleInternalIpAddr
- midcomRuleInternalIpPrefixLength
- midcomRuleInternalPort
- midcomRuleExternalIpAddr
- midcomRuleExternalIpPrefixLength
- midcomRuleExternalPort
- midcomRuleInsideIpAddr
- midcomRuleInsidePort
- midcomRuleOutsideIpAddr
- midcomRuleOutsidePort
- midcomRuleLifetime
- timedOut(9) indicates that the lifetime of a previously
established policy rule has expired and that the policy
rule is terminated for this reason.
- terminatedOnRequest(10) indicates that a previously
established policy rule was terminated by an SNMP
manager setting the midcomRuleLifetime to 0 or
setting midcomGroupLifetime to 0.
- terminated(11) indicates that a previously established
policy rule was terminated by the MIDCOM-MIB
implementation for a reason other than lifetime
expiration or an explicit request from a MIDCOM client.
- genericError(12) indicates that the policy rule
specified by the entry is not established due to
an error condition not listed above.
The states timedOut(9), terminatedOnRequest(10), and
terminated(11) are referred to as termination states.
The states incorrectRequest(4), requestRejected(6),
and genericError(12) are referred to as error states.
The checkingRequest(3) and processingRequest(5)
states are transient states, which will lead to either
one of the error states or the reserved(7) state or the
enabled(8) state. MIDCOM-MIB implementations MAY return
these values when checking or processing requests.
Context
- MIB
- MIDCOM-MIB
- OID
.1.3.6.1.2.1.171.1.1.3.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- midcomRuleEntry
- Table
- midcomRuleTable
- Siblings
- 25
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | newEntry |
2 | setting |
3 | checkingRequest |
4 | incorrectRequest |
5 | processingRequest |
6 | requestRejected |
7 | reserved |
8 | enabled |
9 | timedOut |
10 | terminatedOnRequest |
11 | terminated |
12 | genericError |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| midcomRuleOwner The manager who owns this row in the midcomRuleTable.
This object SHOULD uniquely identify an authenticated
MIDCOM client. This object is part of the table index t… | column | OctetString | .1.3.6.1.2.1.171.1.1.3.1.1 |
| midcomRuleFlowDirection This parameter specifies the direction of enabled
communication, either inbound(1), outbound(2), or
biDirectional(3).
The semantics of this object depends on the pr… | column | Enumeration | .1.3.6.1.2.1.171.1.1.3.1.10 |
| midcomRuleMaxIdleTime Maximum idle time of the policy rule in seconds.
If no packet to which the policy rule applies passes the
middlebox for the specified midcomRuleMaxIdleTime, then
th… | column | seconds SNMPv2-SMIUnsigned32 | .1.3.6.1.2.1.171.1.1.3.1.11 |
| midcomRuleTransportProtocol The transport protocol.
Valid values for midcomRuleTransportProtocol
other than zero are defined at:
http://www.iana.org/assignments/protocol-numbers
… | column | Unsigned32 | .1.3.6.1.2.1.171.1.1.3.1.12 |
| midcomRulePortRange The range of port numbers.
This object is used as input to a request for establishing
a policy rule as well as for indicating the properties of
an established polic… | column | Enumeration | .1.3.6.1.2.1.171.1.1.3.1.13 |
| midcomRuleInternalIpVersion IP version of the internal address (A0) and the inside
address (A1). Allowed values are ipv4(1), ipv6(2),
ipv4z(3), and ipv6z(4).
This object is used as input to a… | column | INET-ADDRESS-MIBInetAddressType | .1.3.6.1.2.1.171.1.1.3.1.14 |
| midcomRuleExternalIpVersion IP version of the external address (A3) and the outside
address (A2). Allowed values are ipv4(1) and ipv6(2).
This object is used as input to a request for establi… | column | INET-ADDRESS-MIBInetAddressType | .1.3.6.1.2.1.171.1.1.3.1.15 |
| midcomRuleInternalIpAddr The internal IP address (A0).
This object is used as input to a request for establishing
a policy rule as well as for indicating the properties of
an established po… | column | INET-ADDRESS-MIBInetAddress | .1.3.6.1.2.1.171.1.1.3.1.16 |
| midcomRuleInternalIpPrefixLength The prefix length of the internal IP address used for
wildcarding. A value of 0 indicates a full wildcard;
in this case, the value of midcomRuleInternalIpAddr is
irrelevant. If … | column | INET-ADDRESS-MIBInetAddressPrefixLength | .1.3.6.1.2.1.171.1.1.3.1.17 |
| midcomRuleInternalPort The internal port number. A value of 0 is a wildcard.
This object is used as input to a request for establishing
a policy rule as well as for indicating the proper… | column | INET-ADDRESS-MIBInetPortNumber | .1.3.6.1.2.1.171.1.1.3.1.18 |
| midcomRuleExternalIpAddr The external IP address (A3).
This object is used as input to a request for establishing
a policy rule as well as for indicating the properties of
an established po… | column | INET-ADDRESS-MIBInetAddress | .1.3.6.1.2.1.171.1.1.3.1.19 |
| midcomRuleExternalIpPrefixLength The prefix length of the external IP address used for
wildcarding. A value of 0 indicates a full wildcard;
in this case, the value of midcomRuleExternalIpAddr is
irrelevant. If … | column | INET-ADDRESS-MIBInetAddressPrefixLength | .1.3.6.1.2.1.171.1.1.3.1.20 |
| midcomRuleExternalPort The external port number. A value of 0 is a wildcard.
This object is used as input to a request for establishing
a policy rule as well as for indicating the proper… | column | INET-ADDRESS-MIBInetPortNumber | .1.3.6.1.2.1.171.1.1.3.1.21 |
| midcomRuleInsideIpAddr The inside IP address at the middlebox (A1).
The value of this object is relevant only if
object midcomRuleOperStatus of the same entry has
a value of either reserv… | column | INET-ADDRESS-MIBInetAddress | .1.3.6.1.2.1.171.1.1.3.1.22 |
| midcomRuleInsidePort The inside port number at the middlebox.
A value of 0 is a wildcard.
The value of this object is relevant only if
object midcomRuleOperStatus of the same entry has
… | column | INET-ADDRESS-MIBInetPortNumber | .1.3.6.1.2.1.171.1.1.3.1.23 |
| midcomRuleOutsideIpAddr The outside IP address at the middlebox (A2).
The value of this object is relevant only if
object midcomRuleOperStatus of the same entry has
a value … | column | INET-ADDRESS-MIBInetAddress | .1.3.6.1.2.1.171.1.1.3.1.24 |
| midcomRuleOutsidePort The outside port number at the middlebox.
A value of 0 is a wildcard.
The value of this object is relevant only if
object midcomRuleOperStatus of the same entry has… | column | INET-ADDRESS-MIBInetPortNumber | .1.3.6.1.2.1.171.1.1.3.1.25 |
| midcomRuleLifetime The remaining lifetime in seconds of this policy rule.
Lifetime of a policy rule starts when object
midcomRuleOperStatus in the same entry enters either
state reser… | column | seconds SNMPv2-SMIUnsigned32 | .1.3.6.1.2.1.171.1.1.3.1.26 |
| midcomRuleRowStatus A control that allows entries to be added and removed from
this table.
Entries can also be removed from this table by setting
objects midcomRuleLifetime and midcomR… | column | SNMPv2-TCRowStatus | .1.3.6.1.2.1.171.1.1.3.1.27 |
| midcomRuleIndex The value of this object must be unique in
combination with the values of the objects
midcomRuleOwner and midcomGroupIndex in this row. | column | Unsigned32 | .1.3.6.1.2.1.171.1.1.3.1.3 |
| midcomRuleAdminStatus The value of this object indicates the desired status of
the policy rule. See the definition of midcomRuleOperStatus
for a description of the values.
When a midcom… | column | Enumeration | .1.3.6.1.2.1.171.1.1.3.1.4 |
| midcomRuleStorageType When retrieved, this object returns the storage
type of the policy rule. Writing to this object can
change the storage type of the particular row from
volatile(2) to nonVolatile(… | column | SNMPv2-TCStorageType | .1.3.6.1.2.1.171.1.1.3.1.6 |
| midcomRuleStorageTime The value of this object specifies how long this row
can exist in the midcomRuleTable after the
midcomRuleOperStatus switched to a termination state or
to an error state. This ob… | column | seconds SNMPv2-SMIUnsigned32 | .1.3.6.1.2.1.171.1.1.3.1.7 |
| midcomRuleError This object contains a descriptive error message if
the transition into the operational status reserved(7)
or enabled(8) failed. Implementations must reset the
error message to a… | column | SNMP-FRAMEWORK-MIBSnmpAdminString | .1.3.6.1.2.1.171.1.1.3.1.8 |
| midcomRuleInterface This object indicates the IP interface for which
enforcement of a policy rule is requested or performed,
respectively.
The interface is identified by its index in t… | column | IF-MIBInterfaceIndexOrZero | .1.3.6.1.2.1.171.1.1.3.1.9 |