rcType
IBM-ENETDISPATCHER-MIB ·
.1.3.6.1.4.1.2.6.144.1.2.2.5.1.3
Object
column
mandatory
r/w
Enumeration
The type of rule
true (0), rules of this type are always true
ip (1), the rule is based on the client IP address
port (2), the rule is based on the client port
time (3), the rule is based on the time of day
connection (4), the rule is based on the number of
connections per second for the port
active (5) the rule is based on the number total
active connections for the port
Context
- MIB
- IBM-ENETDISPATCHER-MIB
- OID
.1.3.6.1.4.1.2.6.144.1.2.2.5.1.3- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- indRulesCnfgEntry
- Table
- indRulesCnfgTable
- Siblings
- 6
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | true |
1 | ip |
2 | port |
3 | time |
4 | connection |
5 | active |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| rcIndex mandatory A unique number assigned to each rule in
a cluster, port combination | column | Integer32 | .1.3.6.1.4.1.2.6.144.1.2.2.5.1.1 |
| rcName mandatory The user defined name of the rule. Rule names are
not necessarily unique. | column | SNMPv2-TC-v1DisplayString | .1.3.6.1.4.1.2.6.144.1.2.2.5.1.2 |
| rcBeginRange mandatory The lower value in the range used to determine
if the rule is true or not. The data is
meaningless for rule type 0. | column | SNMPv2-SMI-v1Integer32 | .1.3.6.1.4.1.2.6.144.1.2.2.5.1.4 |
| rcEndRange mandatory The higher value in the range used to determine
if the rule is true or not. The data is
meaningless for rule type 0. | column | SNMPv2-SMI-v1Integer32 | .1.3.6.1.4.1.2.6.144.1.2.2.5.1.5 |
| rcPriority mandatory The rule priority. Lower numbers are a
higher priority. Rule priority determines
the order in which rules are evaluated. | column | SNMPv2-SMI-v1Integer32 | .1.3.6.1.4.1.2.6.144.1.2.2.5.1.6 |
| rcSrvrList mandatory The list of servers this rule services. The server addresses
are represented as strings in dotted decimal notation, separated
by plus signs. For example, 37.44.24.13+12.23.54.76… | column | SNMPv2-TC-v1DisplayString | .1.3.6.1.4.1.2.6.144.1.2.2.5.1.7 |