etsysFWIntfToGroupIntfDirection
ENTERASYS-FIREWALL-MIB ·
.1.3.6.1.4.1.5624.1.2.37.2.1.3.1.1
Object
column Enumeration
Defines the direction of the packets to inspect, incoming (ingress), or outgoing (egress).
Context
- MIB
- ENTERASYS-FIREWALL-MIB
- OID
.1.3.6.1.4.1.5624.1.2.37.2.1.3.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- etsysFWIntfToGroupEntry
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 'ENTERASYS-FIREWALL-MIB' -M '/opt/observium/mibs/enterasys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ENTERASYS-FIREWALL-MIB::etsysFWIntfToGroupIntfDirection'
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::etsysFWIntfToGroupIntfDirection.<ifIndex>.<etsysFWIntfToGroupIntfDirection>.<etsysFWIntfToGroupName>'
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::etsysFWIntfToGroupIntfDirection'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ingress |
2 | egress |