aclIfAclType
NETGEAR-QOS-ACL-MIB ·
.1.3.6.1.4.1.4526.10.3.2.8.1.4
Object
column Enumeration
The type of this ACL, which is used to interpret the
aclIfId object value. Each type of ACL uses its own
numbering scheme for identification (see aclIfAclId object
for details).
The aclIfAclId object must be specified along with this
object.
Context
- MIB
- NETGEAR-QOS-ACL-MIB
- OID
.1.3.6.1.4.1.4526.10.3.2.8.1.4- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- aclIfEntry
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 'NETGEAR-QOS-ACL-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-QOS-ACL-MIB::aclIfAclType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETGEAR-QOS-ACL-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-QOS-ACL-MIB::aclIfAclType.<aclIfIndex>.<aclIfDirection>.<aclIfSequence>.<aclIfAclType>.<aclIfAclId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETGEAR-QOS-ACL-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETGEAR-QOS-ACL-MIB::aclIfAclType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ip |
2 | mac |
3 | ipv6 |