cSpAclType
CISCO-SP-MIB ·
.1.3.6.1.4.1.9.10.73.1.5.1.1.3
Object
column
Enumeration
This indicates which columns are used in determining
the matching criteria for this access control.
'dpc' : cSpAclDpc and cSpAclDpcMask are the relevant
columns. The packet is compared to cSpAclDpc
in conjunction with cSpAclDpcMask to determine
if the packet matches this access control.
'opc' : cSpAclOpc and cSpAclOpcMask are the relevant
columns. The packet is compared to cSpAclOpc
in conjunction with cSpAclOpcMask to determine
if the packet matches this access control.
'pattern' : cSpAclPattern and cSpAclOffset are the
relevant columns. The matching criteria is
based on matching the pattern specified by
cSpAclPattern at offset cSpAclOffset from
the start of the packet.
'sio' : cSpAclSi is the relevant column. The SIO
field of the packet is compared to cSpAclSi
and a match is based on equality.
Context
- MIB
- CISCO-SP-MIB
- OID
.1.3.6.1.4.1.9.10.73.1.5.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cSpAclTableEntry
- Table
- cSpAclTable
- Siblings
- 10
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | dpc |
2 | opc |
3 | pattern |
4 | sio |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| cSpAclId The identifier for this ACL. | column | CSpAclId | .1.3.6.1.4.1.9.10.73.1.5.1.1.1 |
| cSpAclOffset The offset into the packet were we begin matching the
pattern specified by cSpAclPattern is to start. | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.9.10.73.1.5.1.1.10 |
| cSpAclAction The action to be performed on the packet that matched
this access control. | column | CSpAclAction | .1.3.6.1.4.1.9.10.73.1.5.1.1.11 |
| cSpAclEntryNumber An numeric value assigned to each access list entry.
The values start with zero and increase by one. | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.9.10.73.1.5.1.1.2 |
| cSpAclDpc The destination point code specified for this ACL. | column | CSpPointCode | .1.3.6.1.4.1.9.10.73.1.5.1.1.4 |
| cSpAclDpcMask The mask used to define which part of the point code
in the packet is significant when comparing the
destination point code with cSpAclDpc. | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.9.10.73.1.5.1.1.5 |
| cSpAclOpc The origin point code specified in this ACL. | column | CSpPointCode | .1.3.6.1.4.1.9.10.73.1.5.1.1.6 |
| cSpAclOpcMask The mask used to define which part of the origin
point code in the packet is significant when comparing
the origin point code with cSpAclDpc. | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.9.10.73.1.5.1.1.7 |
| cSpAclSi The Service Indicator Octet. | column | CSpAclSi | .1.3.6.1.4.1.9.10.73.1.5.1.1.8 |
| cSpAclPattern The pattern used to match a packet at offset
cSpAclOffset. | column | OctetString | .1.3.6.1.4.1.9.10.73.1.5.1.1.9 |