Table I.3. fbIPsecGeneral - iso.3.6.1.4.1.24693.100.500.1.
| ...OID | MIB name | Type | Meaning | 
| 1 | fbIPsecEstablished | Integer32 | The count of currently established IKE connections. | 
| 2 | fbIPsecHalfOpen | Integer32 | The count of incoming IKE connections which have not yet authorized. | 
Table I.4. The list of IPsec connections for this Firebrick - iso.3.6.1.4.1.24693.100.500.2.fbIPsecConnectionIndex.
| ...OID | MIB name | Type | Meaning | 
| 1 | fbIPsecConnectionIndex | Integer32 | The index for the connection table | 
| 2 | fbIPsecConnectionName | DisplayString | The config name for this connection | 
| 3 | fbIPsecConnectionState | FbIPsecConState (Table I.5) | The current state for this connection | 
| 4 | fbIPsecConnectionUptime | TimeTicks | The uptime for this connection | 
| 5 | fbIPsecConnectionLocalID | DisplayString | The local IKE ID for this connection | 
| 6 | fbIPsecConnectionPeerID | DisplayString | The peer IKE ID for this connection | 
| 7 | fbIPsecConnectionPeerAddress | DisplayString | The peer's IP address for this connection | 
Table I.5. FbIPsecConState - The state of an IPsec connection
| Value | Meaning | 
| 0 | Bad config (item ignored) | 
| 1 | disabled by profile | 
| 2 | Not up (waiting for peer to initiate) | 
| 3 | Not up (on-demand connection) | 
| 4 | Lingering (old connection waiting to be cleared) | 
| 5 | Waiting to reconnect after failure | 
| 6 | Down | 
| 7 | Initiating - processing EAP | 
| 8 | Initiating - processing authorization | 
| 9 | Initiating - initial negotiation | 
| 10 | Closing | 
| 11 | Childless - IKE connection established but no data channel present | 
| 12 | Connected |