fwlStateType
FIREWALL-MIB ·
aricent variant
·
.1.3.6.1.4.1.2076.16.5.1.1.1
Object
column Enumeration
This indicates the type of the the entry present in this table. There can be state full entries or init flow entries maintained for TCP connections or partial entries created to create pin holes in firewall
Context
- MIB
- FIREWALL-MIB
- OID
.1.3.6.1.4.1.2076.16.5.1.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- fwlStateEntry
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::fwlStateType'
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::fwlStateType.<fwlStateType>.<fwlStateLocalIpAddrType>.<fwlStateLocalIpAddress>.<fwlStateRemoteIpAddrType>.<fwlStateRemoteIpAddress>.<fwlStateLocalPort>.<fwlStateRemotePort>.<fwlStateProtocol>.<fwlStateDirection>'
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::fwlStateType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | stateful |
2 | partialentry |
3 | initflow |