sysPacketFilterAction
F5-BIGIP-SYSTEM-MIB ·
.1.3.6.1.4.1.3375.2.1.2.6.1.2.1.3
Object
column Enumeration
The action the filter takes. The action part of the rule can be any one of the values accept, discard, reject or none. The reject behaves as discard, but also returns an ICMP packet to the sender indicating that the traffic matching the rule was explicitly rejected. The ICMP will be of type 3 (destination unreachable), code 13 (administratively prohibited), and contain most or all of the L3 and L4 headers of the packet being rejected. The none is special in that it indicates no action. It can be used for pure accounting or logging purposes without making a decision on how to handle the traffic.
Context
- MIB
- F5-BIGIP-SYSTEM-MIB
- OID
.1.3.6.1.4.1.3375.2.1.2.6.1.2.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- sysPacketFilterEntry
- Groups
- 1
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 'F5-BIGIP-SYSTEM-MIB' -M '/opt/observium/mibs/f5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'F5-BIGIP-SYSTEM-MIB::sysPacketFilterAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'F5-BIGIP-SYSTEM-MIB' -M '/opt/observium/mibs/f5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'F5-BIGIP-SYSTEM-MIB::sysPacketFilterAction.<sysPacketFilterRname>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'F5-BIGIP-SYSTEM-MIB' -M '/opt/observium/mibs/f5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'F5-BIGIP-SYSTEM-MIB::sysPacketFilterAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | accept |
2 | discard |
3 | reject |
4 | continue |
Conformance
Member of