ipFwAccDir
UCD-IPFWACC-MIB ·
.1.3.6.1.4.1.2021.13.1.1.1.10
Object
column Enumeration
Whether the rule applies to packets entering or exiting the kernel.
Context
- MIB
- UCD-IPFWACC-MIB
- OID
.1.3.6.1.4.1.2021.13.1.1.1.10- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ipFwAccEntry
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 'UCD-IPFWACC-MIB' -M '/opt/observium/mibs/net-snmp:/opt/observium/mibs/rfc' 'udp:<hostname>:161' 'UCD-IPFWACC-MIB::ipFwAccDir'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'UCD-IPFWACC-MIB' -M '/opt/observium/mibs/net-snmp:/opt/observium/mibs/rfc' 'udp:<hostname>:161' 'UCD-IPFWACC-MIB::ipFwAccDir.<ipFwAccIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'UCD-IPFWACC-MIB' -M '/opt/observium/mibs/net-snmp:/opt/observium/mibs/rfc' 'UCD-IPFWACC-MIB::ipFwAccDir'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | both |
2 | in |
3 | out |