mpeSysDevIpDefFilterAction
PDN-MPE-FILTER-MIB ·
.1.3.6.1.4.1.1795.2.24.12.23.1.1.1.1.2
Object
column mandatory
r/w
Enumeration
The value of this object corresponds to the default action taken on a particular IP packet based on the filter rule. forward - the packet is forwarded discard - the packet is discarded. delete - the rule of a particular filter or the filter as a whole is deleted.
Context
- MIB
- PDN-MPE-FILTER-MIB
- OID
.1.3.6.1.4.1.1795.2.24.12.23.1.1.1.1.2- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- mpeSysDevIpFilterConfigTableEntry
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 'PDN-MPE-FILTER-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-MPE-FILTER-MIB::mpeSysDevIpDefFilterAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PDN-MPE-FILTER-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-MPE-FILTER-MIB::mpeSysDevIpDefFilterAction.<entPhysicalIndex>.<mpeSysDevIpFilterName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PDN-MPE-FILTER-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PDN-MPE-FILTER-MIB::mpeSysDevIpDefFilterAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | forward |
2 | discard |
3 | delete |