aclIpAceStatus
V2H124-24-MIB ·
.1.3.6.1.4.1.52.4.12.30.1.17.7.1.1.23
Object
The status of this conceptual row entry. This object isused to manage the
creation and deletion of conceptual rows.
The status column has six defined values:
- `active', which indicates that the conceptual row is
available for use by the managed device;
- `notInService', which indicates that the conceptual
row exists in the agent, but is unavailable for use by
the managed device (see NOTE below);
- `notReady', which indicates that the conceptual row
exists in the agent, but is missing information
necessary in order to be available for use by the
managed device;
- `createAndGo', which is supplied by a management
station wishing to create a new instance of a
conceptual row and to have its status automatically set
to active, making it available for use by the managed
device;
- `createAndWait', which is supplied by a management
station wishing to create a new instance of a
conceptual row (but not make it available for use by
the managed device); and,
- `destroy', which is supplied by a management station
wishing to delete all of the instances associated with
an existing conceptual row.
Whereas five of the six values (all except `notReady') may
be specified in a management protocol set operation, only
three values will be returned in response to a management
protocol retrieval operation: `notReady', `notInService' or
`active'. That is, when queried, an existing conceptual row
has only three states: it is either available for use by
the managed device (the status column has value `active');
it is not available for use by the managed device, though
the agent has sufficient information to make it so (the
status column has value `notInService'); or, it is not
available for use by the managed device, and an attempt to
make it so would fail because the agent has insufficient
information (the state column has value `notReady').
For detail description of this object, please ref to
SNMPv2-TC MIB.
Context
- MIB
- V2H124-24-MIB
- OID
.1.3.6.1.4.1.52.4.12.30.1.17.7.1.1.23- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- aclIpAceEntry
- Table
- aclIpAceTable
- Siblings
- 22
Values & Constraints
Type Values
1 | active |
2 | notInService |
3 | notReady |
4 | createAndGo |
5 | createAndWait |
6 | destroy |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| aclIpAceName The name of an ACL. Within a feature the
name is unique used to identifies
the list to which the entry belongs in the device | column | OctetString | .1.3.6.1.4.1.52.4.12.30.1.17.7.1.1.1 |
| aclIpAcePrec | column | Integer32 | .1.3.6.1.4.1.52.4.12.30.1.17.7.1.1.10 |
| aclIpAceTos | column | Integer32 | .1.3.6.1.4.1.52.4.12.30.1.17.7.1.1.11 |
| aclIpAceDscp | column | Integer32 | .1.3.6.1.4.1.52.4.12.30.1.17.7.1.1.12 |
| aclIpAceSourcePortOp | column | Enumeration | .1.3.6.1.4.1.52.4.12.30.1.17.7.1.1.13 |
| aclIpAceMinSourcePort | column | Integer32 | .1.3.6.1.4.1.52.4.12.30.1.17.7.1.1.14 |
| aclIpAceMaxSourcePort | column | Integer32 | .1.3.6.1.4.1.52.4.12.30.1.17.7.1.1.15 |
| aclIpAceSourcePortBitmask | column | Integer32 | .1.3.6.1.4.1.52.4.12.30.1.17.7.1.1.16 |
| aclIpAceDestPortOp | column | Enumeration | .1.3.6.1.4.1.52.4.12.30.1.17.7.1.1.17 |
| aclIpAceMinDestPort | column | Integer32 | .1.3.6.1.4.1.52.4.12.30.1.17.7.1.1.18 |
| aclIpAceMaxDestPort | column | Integer32 | .1.3.6.1.4.1.52.4.12.30.1.17.7.1.1.19 |
| aclIpAceIndex The unique index of an ACE within an ACL | column | Integer32 | .1.3.6.1.4.1.52.4.12.30.1.17.7.1.1.2 |
| aclIpAceDestPortBitmask | column | Integer32 | .1.3.6.1.4.1.52.4.12.30.1.17.7.1.1.20 |
| aclIpAceControlCode Indicates how a the control flags of TCP packet's to be compared
to be compared. aceIpControlCode is AND-ed with aceIpControlCodeBitmask | column | Integer32 | .1.3.6.1.4.1.52.4.12.30.1.17.7.1.1.21 |
| aclIpAceControlCodeBitmask Indicates how a the control flags of TCP packet's to be compared
to be compared. it can be used to check multiple flags of the FIN, SYN, RST, PSH, ACK, URG by sum of
FIN=1, SYN=2… | column | Integer32 | .1.3.6.1.4.1.52.4.12.30.1.17.7.1.1.22 |
| aclIpAcePrecedence Specifies the IP precedence value | column | Integer32 | .1.3.6.1.4.1.52.4.12.30.1.17.7.1.1.3 |
| aclIpAceAction the aclIpAceAction of aces which have the same aclIpAceName must be the same | column | Enumeration | .1.3.6.1.4.1.52.4.12.30.1.17.7.1.1.4 |
| aclIpAceSourceIpAddr The specified source IP address. The packet's source address is
AND-ed with the value of aclIpAceSourceIpAddrBitmask and then compared
against the value of this object. | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.52.4.12.30.1.17.7.1.1.5 |
| aclIpAceSourceIpAddrBitmask The specified source IP address mask | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.52.4.12.30.1.17.7.1.1.6 |
| aclIpAceDestIpAddr The specified destination IP address. The packet's destination address is
AND-ed with the value of aclIpAceDestIpAddrBitmask and then compared
against the value of this object | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.52.4.12.30.1.17.7.1.1.7 |
| aclIpAceDestIpAddrBitmask The specified destination IP address mask | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.52.4.12.30.1.17.7.1.1.8 |
| aclIpAceProtocol The protocol number field in the IP header used to indicate
the higher layer protocol as specified in RFC 1700. A value
value of 0 matches every IP packet. the object=256, means … | column | Integer32 | .1.3.6.1.4.1.52.4.12.30.1.17.7.1.1.9 |