FIREBRICK-IPSEC-MIB
14 objects
Firebrick-specific structures for IPSec
Imported Objects
| FIREBRICK-MIB | firebrickNewStyle |
| INET-ADDRESS-MIB | InetAddress InetAddressType |
| SNMPv2-SMI | enterprises MODULE-IDENTITY OBJECT-TYPE TimeTicks |
| SNMPv2-TC | DisplayString |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.24693.100.500 | IdentityfbIPsecMib | Firebrick-specific structures for IPSec | ||
| 1.3.6.1.4.1.24693.100.500.1 | NodefbIPsecGeneral | |||
| 1.3.6.1.4.1.24693.100.500.1.1 | ScalarfbIPsecEstablished | read-only | current | The count of currently established IKE connections. |
| 1.3.6.1.4.1.24693.100.500.1.2 | ScalarfbIPsecHalfOpen | read-only | current | The count of incoming IKE connections which have not yet authorized. |
| 1.3.6.1.4.1.24693.100.500.2 | TablefbIPsecConnectionTable | not-accessible | current | The list of IPsec connections for this Firebrick |
| 1.3.6.1.4.1.24693.100.500.2.1 | RowfbIPsecConnectionEntry | not-accessible | current | An entry in the IPsec connection table |
| 1.3.6.1.4.1.24693.100.500.2.1.1 | ColumnfbIPsecConnectionIndex | not-accessible | current | The index for the connection table |
| 1.3.6.1.4.1.24693.100.500.2.1.2 | ColumnfbIPsecConnectionName | read-only | current | The config name for this connection |
| 1.3.6.1.4.1.24693.100.500.2.1.3 | ColumnfbIPsecConnectionState | read-only | current | The current state for this connection |
| 1.3.6.1.4.1.24693.100.500.2.1.4 | ColumnfbIPsecConnectionUptime | read-only | current | The uptime for this connection |
| 1.3.6.1.4.1.24693.100.500.2.1.5 | ColumnfbIPsecConnectionLocalID | read-only | current | The local IKE ID for this connection |
| 1.3.6.1.4.1.24693.100.500.2.1.6 | ColumnfbIPsecConnectionPeerID | read-only | current | The peer IKE ID for this connection |
| 1.3.6.1.4.1.24693.100.500.2.1.7 | ColumnfbIPsecConnectionPeerAddress | read-only | current | The peer's IP address for this connection |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| FbIPsecConState | INTEGER { badConfig(0), profileOff(1), awaitPeer(2), awaitDemand(3), lingering(4), awaitRecon(5), down(6), initEAP(7), initAuth(8), initNeg(9), closing(10), childless(11), connected(12) } | current | The state of an IPsec connection |