caqMacAceBeforePosition
CISCO-CATOS-ACL-QOS-MIB ·
.1.3.6.1.4.1.9.9.179.1.3.4.1.11
Object
column
r/w
Unsigned32
The object is to control the position of an ACE in the ACL.
Specifies the order position of a new ACE before a ACE which
is already in the ACL. It means that the new ACE will replace
the position of the ACE which the object specifies.
For example, if there are 6 ACEs in an ACL, so the positions
of those 6 ACEs will be 1, 2, 3, 4, 5, 6. If the user would
like to add a new ACE and he specifies 4 to be the value of
this object, the old ACEs in positions, 4, 5, 6 will become
5, 6, 7 while the entry containing the new ACE is active.
The removing is similar. Be careful, for example, if the
user would like to move an ACE whose position is 2 to before
the ACE whose position is 5. He put the status of that entry
to in-active and the position order will be 1, 2, 3, 4, 5.
The old ACEs in positions 3, 4, 5, 6 becomes 2, 3, 4, 5. So,
the user has to specify the object to 4, because the ACE in
old position 5 has been moved to position 4.
If not specified, the default value 0 will be used. And the
new ACE is appended to the end of the ACL. 0 will be always
returned if the status of this row is active. If the entry
is from active to notInService, this object should has default
value.
Context
- MIB
- CISCO-CATOS-ACL-QOS-MIB
- OID
.1.3.6.1.4.1.9.9.179.1.3.4.1.11- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- caqMacAceEntry
- Table
- caqMacAceTable
- Siblings
- 14
Syntax
Unsigned32
Values & Constraints
Object Constraints
range: 0-65535
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| caqMacAceFeature Indicates whether this entry is a Qos ACL or Security ACL. | column | Enumeration | .1.3.6.1.4.1.9.9.179.1.3.4.1.1 |
| caqMacAceOrderPosition The ordering position of this ACE in the ACL. If this entry
is not in active(1) state, this object has value of 0. | column | Unsigned32 | .1.3.6.1.4.1.9.9.179.1.3.4.1.10 |
| caqMacAceStatus The status of this MAC ACE conceptual row entry. This object
is used to manage creation, deletion and modification of rows
in this table.
An entry may not exist in… | column | SNMPv2-TCRowStatus | .1.3.6.1.4.1.9.9.179.1.3.4.1.12 |
| caqMacAceMatchCriteria Indicates which field in the packet header to be matched.
matchCos(0) means that the packet Cos value
will be matched against the value specified by
caqMacAceCos… | column | Bits | .1.3.6.1.4.1.9.9.179.1.3.4.1.13 |
| caqMacAceCos Indicates the packet Cos value to be matched.
The value of this object is ignored whenever the
matchCos(0) bit of caqMacAceMatchCriteria object
is not on. | column | CISCO-QOS-PIB-MIBQosLayer2Cos | .1.3.6.1.4.1.9.9.179.1.3.4.1.14 |
| caqMacAceVlan Indicates the packet VLAN number to be matched.
The value of this object is ignored whenever the
matchVlan(1) bit of caqMacAceMatchCriteria object
is not on. | column | CISCO-VTP-MIBVlanIndex | .1.3.6.1.4.1.9.9.179.1.3.4.1.15 |
| caqMacAclName The name of an ACL. Within a feature (qos or security), this
name is unique across all the ACL tables that identifies the
list to which the entry belongs in the device. | column | CaqAclName | .1.3.6.1.4.1.9.9.179.1.3.4.1.2 |
| caqMacAceIndex The index of an Mac ACE within an ACL. | column | Unsigned32 | .1.3.6.1.4.1.9.9.179.1.3.4.1.3 |
| caqMacAceMatchedAction Indicates the action to be taken if a packet matches this ACE.
If the value of this ACE's caqMacAceFeature object is: 'qos(1)',
then this object contains the index of an active ro… | column | Unsigned32 | .1.3.6.1.4.1.9.9.179.1.3.4.1.4 |
| caqMacAceSrcMac Indicates the 48 bits source MAC address. The packet's source
address is AND-ed with the value of caqMacAceSrcMacMask and then
compared against the value of this object. If this o… | column | SNMPv2-TCMacAddress | .1.3.6.1.4.1.9.9.179.1.3.4.1.5 |
| caqMacAceSrcMacMask Indicates the 48 bit source MAC address mask. | column | SNMPv2-TCMacAddress | .1.3.6.1.4.1.9.9.179.1.3.4.1.6 |
| caqMacAceDestMac Indicates the 48 bits destination MAC address. The packet's
destination address is AND-ed with the value of
caqMacAceDestMacMask and then compared against the value of
this objec… | column | SNMPv2-TCMacAddress | .1.3.6.1.4.1.9.9.179.1.3.4.1.7 |
| caqMacAceDestMacMask Indicates the 48 bit destination MAC address mask. | column | SNMPv2-TCMacAddress | .1.3.6.1.4.1.9.9.179.1.3.4.1.8 |
| caqMacAceEthertype This 16-bit hexadecimal number indicates the matched Ethernet
type. 0x0000 means any Ethernet type will be matched. | column | Unsigned32 | .1.3.6.1.4.1.9.9.179.1.3.4.1.9 |