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
Groups
1

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-SP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SP-MIB::cSpAclType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-SP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SP-MIB::cSpAclType.<cSpAclId>.<cSpAclEntryNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-SP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-SP-MIB::cSpAclType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1dpc
2opc
3pattern
4sio

Conformance