ipWolRuleAction
BINTEC-IPEXT-MIB ·
.0.67.1.3
Object
column r/w
Enumeration
This object specifies the action to be performed if the
rule's associated filter matches. If set to ignore the
filter is not consulted and the next rule is processed
immediately.
invoke, invoke WoL if filter matches
invoke-if-not, invoke if filter not matches
deny, deny WoL if filter matches
deny-if-not, deny WoL if filter not matches
ignore, ignore rule and skip to next rule
delete delete the entry from the table
Context
- MIB
- BINTEC-IPEXT-MIB
- OID
.0.67.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ipWolRuleEntry
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 'BINTEC-IPEXT-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-IPEXT-MIB::ipWolRuleAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BINTEC-IPEXT-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-IPEXT-MIB::ipWolRuleAction.<ipWolRuleFilterIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BINTEC-IPEXT-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BINTEC-IPEXT-MIB::ipWolRuleAction'
Syntax
Enumeration
Values & Constraints
No enumerated values or constraints recorded.