networkRulesConnectionState
MX-NFW-MIB ·
.0.2250.1.600.1.750
Object
column r/w
Enumeration
Connection State
Connection state associated with the incoming packet.
The connection state can be one of the following:
* All: Match packets in any state.
* New: Match packets that are not part of an existing
connection.
* EstablishedOrRelated: Match packets that are part of an
existing connection.
Context
- MIB
- MX-NFW-MIB
- OID
.0.2250.1.600.1.750- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- networkRulesEntry
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 'MX-NFW-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-NFW-MIB::networkRulesConnectionState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-NFW-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-NFW-MIB::networkRulesConnectionState.<networkRulesPriority>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-NFW-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-NFW-MIB::networkRulesConnectionState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | all |
200 | new |
300 | establishedOrRelated |