fwlAclAction
FIREWALL-MIB ·
aricent variant
·
.1.3.6.1.4.1.2076.16.2.5.1.4
Object
column r/w
Enumeration
This specifies the action to be taken against the packet. If the action value is 'permit', then the packet will be permitted if the filter or rule matches. If it is 'reject', then the packet will be rejected and an ICMP message will be sent as response, if the global Switch for generation of ICMP message is enabled.
Context
- MIB
- FIREWALL-MIB
- OID
.1.3.6.1.4.1.2076.16.2.5.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- fwlDefnAclEntry
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 'FIREWALL-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FIREWALL-MIB::fwlAclAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FIREWALL-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FIREWALL-MIB::fwlAclAction.<fwlAclIfIndex>.<fwlAclAclName>.<fwlAclDirection>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FIREWALL-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FIREWALL-MIB::fwlAclAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | permit |
2 | reject |