etsysFWFirewallIntfFilterDirection

ENTERASYS-FIREWALL-MIB · .1.3.6.1.4.1.5624.1.2.37.1.13.1.2

Object

column r/w Enumeration
The direction which the filter is applied.
none - Denies the packet that matched the filter type.
in   - Allows the packet that matched the filter type 
       to enter the interface.
out  - Allows the packet that matched the filter type 
       to exit the interface.
both - Allows the packet that matched the filter type 
       to enter and exit the interface.

Context

MIB
ENTERASYS-FIREWALL-MIB
OID
.1.3.6.1.4.1.5624.1.2.37.1.13.1.2
Type
column
Access
readwrite
Status
current
Parent
etsysFWFirewallIntfFilterEntry
Groups
1

Walk 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 'ENTERASYS-FIREWALL-MIB' -M '/opt/observium/mibs/enterasys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ENTERASYS-FIREWALL-MIB::etsysFWFirewallIntfFilterDirection'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ENTERASYS-FIREWALL-MIB' -M '/opt/observium/mibs/enterasys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ENTERASYS-FIREWALL-MIB::etsysFWFirewallIntfFilterDirection.<ifIndex>.<etsysFWFirewallIntfFilterType>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ENTERASYS-FIREWALL-MIB' -M '/opt/observium/mibs/enterasys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ENTERASYS-FIREWALL-MIB::etsysFWFirewallIntfFilterDirection'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1none
2in
3out
4both

Conformance