aclInvAceType
RAD-ACL-MIB ·
.1.3.6.1.4.1.164.6.1.14.2.1.11.1.2
Object
column Enumeration
This object specify ACE type: Remark, Deny or Permit. Remark type ACE must include pointer (aclAcePointer) to aclAceRemarkTable Permit or Deny type ACE must include pointer to one of the other auxilliary tables (aclAceIP Table, aclAceICMPTable, aclAceTCPTable or aclAceUDPTable).
Context
- MIB
- RAD-ACL-MIB
- OID
.1.3.6.1.4.1.164.6.1.14.2.1.11.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- aclInvAceEntry
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 'RAD-ACL-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-ACL-MIB::aclInvAceType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-ACL-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-ACL-MIB::aclInvAceType.<aclName>.<aclAceSequenceNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-ACL-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-ACL-MIB::aclInvAceType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | remark |
2 | deny |
3 | permit |