aclBindDirection
RAD-ACL-MIB ·
.1.3.6.1.4.1.164.6.1.14.2.1.8.1.3
Object
column Enumeration
This object indicates the direction on which the access list works, which may be either inbound (for traffic entering the entity) or outbound (for traffic transmitted out of the entity).
Context
- MIB
- RAD-ACL-MIB
- OID
.1.3.6.1.4.1.164.6.1.14.2.1.8.1.3- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- aclBindEntry
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::aclBindDirection'
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::aclBindDirection.<aclBindEntityType>.<aclBindEntityIndex>.<aclBindDirection>.<aclBindAclType>'
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::aclBindDirection'
Syntax
Enumeration
Values & Constraints
Enumerated Values
2 | inbound |
3 | outbound |