cgactMtp3TableId
CISCO-ITP-GACT-MIB ·
.1.3.6.1.4.1.9.9.333.1.1.1.1.1
Object
column Enumeration
The accounting table identifier.
'passed' : signifies that this table instance
represents statistics for packets that
matched an Access Control List (ACL) in
the linkset's inbound ACL and in the
outbound ACL.
'violation' : signifies that this table instance
represents statistics for packets that
did not match an ACL in the linkset's
inbound ACL and in the outbound ACL.
'unroutable' : packets that pass access list verification
but can not be sent to destination point
code. This could be caused by incorrect
or missing route statements or inaccessible
destination.
Context
- MIB
- CISCO-ITP-GACT-MIB
- OID
.1.3.6.1.4.1.9.9.333.1.1.1.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- cgactMtp3TableEntry
Net-SNMP examples
How SNMP and these commands workWalk 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-ITP-GACT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-ITP-GACT-MIB::cgactMtp3TableId'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-ITP-GACT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-ITP-GACT-MIB::cgactMtp3TableId.<cgspInstNetwork>.<cgactMtp3TableId>.<cgactMtp3LinksetName>.<cgactMtp3Dpc>.<cgactMtp3Opc>.<cgactMtp3SI>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-ITP-GACT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-ITP-GACT-MIB::cgactMtp3TableId'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | passed |
2 | violation |
3 | unroutable |