I.3. Firebrick-specific structures for IPSec

I.3.1. Structure definitions

I.3.1.1. fbIPsecGeneral

OID: iso.3.6.1.4.1.24693.100.500.1.X

Table I.4. Fields

XMIB nameTypeMeaning
1fbIPsecEstablishedInteger32The count of currently established IKE connections.
2fbIPsecHalfOpenInteger32The count of incoming IKE connections which have not yet authorized.

I.3.1.2. The list of IPsec connections for this Firebrick

OID: iso.3.6.1.4.1.24693.100.500.2.1.X.fbIPsecConnectionIndex

Table I.5. Indices

NameTypeMeaning
fbIPsecConnectionIndexInteger32The index for the connection table

Table I.6. Fields

XMIB nameTypeMeaning
2fbIPsecConnectionNameDisplayStringThe config name for this connection
3fbIPsecConnectionStateFbIPsecConState (Table I.7)The current state for this connection
4fbIPsecConnectionUptimeTimeTicksThe uptime for this connection
5fbIPsecConnectionLocalIDDisplayStringThe local IKE ID for this connection
6fbIPsecConnectionPeerIDDisplayStringThe peer IKE ID for this connection
7fbIPsecConnectionPeerAddressDisplayStringThe peer's IP address for this connection

I.3.2. Enum Definitions

Table I.7. FbIPsecConState - The state of an IPsec connection

ValueMeaning
0Bad config (item ignored)
1disabled by profile
2Not up (waiting for peer to initiate)
3Not up (on-demand connection)
4Lingering (old connection waiting to be cleared)
5Waiting to reconnect after failure
6Down
7Initiating - processing EAP
8Initiating - processing authorization
9Initiating - initial negotiation
10Closing
11Childless - IKE connection established but no data channel present
12Connected