fbIPsecConnectionState
FIREBRICK-IPSEC-MIB ·
.0.500.2.1.3
Object
column FbIPsecConState
The current state for this connection
Context
- MIB
- FIREBRICK-IPSEC-MIB
- OID
.0.500.2.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- fbIPsecConnectionEntry
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 'FIREBRICK-IPSEC-MIB' -M '/opt/observium/mibs/firebrick:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FIREBRICK-IPSEC-MIB::fbIPsecConnectionState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FIREBRICK-IPSEC-MIB' -M '/opt/observium/mibs/firebrick:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FIREBRICK-IPSEC-MIB::fbIPsecConnectionState.<fbIPsecConnectionIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FIREBRICK-IPSEC-MIB' -M '/opt/observium/mibs/firebrick:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FIREBRICK-IPSEC-MIB::fbIPsecConnectionState'
Syntax
- Source
- FbIPsecConState
- Base type
Enumeration
Values & Constraints
Type Values
0 | badConfig |
1 | profileOff |
2 | awaitPeer |
3 | awaitDemand |
4 | lingering |
5 | awaitRecon |
6 | down |
7 | initEAP |
8 | initAuth |
9 | initNeg |
10 | closing |
11 | childless |
12 | connected |