fwlStateLocalState
FIREWALL-MIB ·
aricent variant
·
.1.3.6.1.4.1.2076.16.5.1.1.11
Object
column Enumeration
The state information of the local host. The states new, established and related are used in stateful table. The other states are used in TCP init flow table. The partial entry table will not maintain the state of the entry so it carries zero for partial entry table. The default value for stateful table is new (1). The default value for init flow table is listen (10).
Context
- MIB
- FIREWALL-MIB
- OID
.1.3.6.1.4.1.2076.16.5.1.1.11- Type
- column
- Access
- readonly
- 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::fwlStateLocalState'
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::fwlStateLocalState.<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::fwlStateLocalState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | new |
2 | established |
3 | related |
4 | invalid |
10 | listen |
11 | synsent |
12 | synrcvd |
13 | synest |
14 | finwait1 |
15 | finwait2 |
16 | closing |
17 | timewait |
18 | closewait |
19 | lastack |
20 | closed |