avipsPeerIsakmpState
AVAYA-IPSEC-MIB ·
.1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.13
Object
column
Enumeration
This object specifies the state of the IKE connection
between the peers.
1. closed - No IKE SA exists between peers because it was
not negotiated yet, or because last IKE closed
normally due to hard timeout, clear by admin,
or DELETE received from the remote peer.
This is also the initial state of the row when
it is created.
2. inProgress - No IKE SA exists between peers, but it is
currently being negotiated in Phase-1.
3. established - IKE SA exists between peers.
4. failed - No IKE SA exists between peers because of a
failure. Possible reasons are:
1. Last time we tried to establish IKE the
negotiation failed.
2. Last time we tried to establish IKE the
remote peer DNS resolution failed.
3. During last connection DPD signaled
a connection failure.
4. During last connection a track object
signaled a connection failure.
5. The interface used for local-address does
not have an IP address asigned to it 1 minute
or more after this row was created.
6. Last time we negotiated Phase-2 the
negotiation timed-out, and the current
IKE was subsequently deleted.
NOTE: When continuous-channel IKE is used, the state shall
remain 'established' during the normal transition time
between one IKE SA and the next. However, if the IKE SA
was deleted due to a suspected problem then the state
will change normally during the transition (i.e. 'closed'
and then 'inProgress').
[Suspected problem: if the last IKE SA was DELETEd by the
remote peer after less then 5 minutes,or if it was
deleted by local admin]
Context
- MIB
- AVAYA-IPSEC-MIB
- OID
.1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.13- Type
- column
- Access
- readonly
- Status
- current
- Parent
- avipsPeerEntry
- Table
- avipsPeerTable
- Siblings
- 31
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | closed |
2 | inProgress |
3 | established |
4 | failed |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| avipsPeerLocalId A synthetic ID that uniquely identifies the local peer for
monitoring purpose.
Note that this ID is persistent for this peer.
This is also the first index component… | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.1 |
| avipsPeerRemotePeerGrpActiveIndex In case the remote is a peer-group, i.e. avipsPeerRemoteType
is peerGroup, this object specifies the index within
the peer-group of the currently active peer. This value
is take… | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.10 |
| avipsPeerRemotePeerGrpActiveIdType In case the remote is a peer-group, i.e. avipsPeerRemoteType
is peerGroup, this object specifies the id-type of the
currently active peer. This value is taken from
avipsIsakmpP… | column | IsakmpIdentityType | .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.11 |
| avipsPeerRemotePeerGrpActiveIdValue In case the remote is a peer-group, i.e. avipsPeerRemoteType
is peerGroup, this object specifies the id-value of the
currently active peer. This value is taken from
avipsIsakmp… | column | IsakmpIdentityValue | .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.12 |
| avipsPeerIsakmpStateLastChange sysUpTime when the last change in avipsPeerIsakmpState
occured, in hundredths of a second. | column | SNMPv2-TCTimeStamp | .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.14 |
| avipsPeerTunnelsClosed The number of IPSec tunnels associated with these peers,
which are in the 'closed' state. | column | SNMPv2-SMIGauge32 | .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.15 |
| avipsPeerTunnelsInProgress The number of IPSec tunnels associated with these peers,
which are in the 'inProgress' state. | column | SNMPv2-SMIGauge32 | .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.16 |
| avipsPeerTunnelsEstablished The number of IPSec tunnels associated with these peers,
which are in the 'established' state. | column | SNMPv2-SMIGauge32 | .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.17 |
| avipsPeerTunnelsFailed The number of IPSec tunnels associated with these peers,
which are in the 'failed' state. | column | SNMPv2-SMIGauge32 | .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.18 |
| avipsPeerInOctets The aggregate number of octets (bytes) successfully received
through all the tunnels between the peers.
This value is accumulated BEFORE determining whether or
not the packet s… | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.19 |
| avipsPeerRemoteId A synthetic ID that uniquely identifies the remote peer for
monitoring purpose.
Note that this ID is persistent for this peer.
This is also the second index compone… | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.2 |
| avipsPeerInOctetsWraps The number of times avipsPeerInOctets has wrapped. | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.20 |
| avipsPeerInDecompOctets The aggregate number of decompressed octets (bytes)
successfully received through all the tunnels between
the peers.
This value is accumulated AFTER the packet is decompressed. … | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.21 |
| avipsPeerInDecompOctetsWraps The number of times avipsPeerInDecompOctets has wrapped. | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.22 |
| avipsPeerInDecompRatio The overall decompression ratio * 100.
This is the ratio between the number of octets received after
decompression and the number of octets received before
decompression. It is c… | column | Ratio * 100 SNMPv2-SMIGauge32 | .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.23 |
| avipsPeerInPkts The aggregate number of packets successfully received through
all the tunnels between the peers.
This number is the sum of avipsTunnelInPkts for all
the tunnels pe… | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.24 |
| avipsPeerInDropPkts The aggregate number of packets dropped after being
received through any of the tunnels between the peers.
This number is the sum of avipsTunnelInDropTotalPkts
fo… | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.25 |
| avipsPeerOutOctets The aggregate number of octets (bytes) successfully
transmitted through all the tunnels between the peers.
This value is accumulated AFTER determining whether or
not the packet… | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.26 |
| avipsPeerOutOctetsWraps The number of times avipsPeerOutOctets has wrapped. | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.27 |
| avipsPeerOutUncompOctets The aggregate number of uncompressed octets (bytes)
successfully transmitted through this IPsec Tunnel.
This value is accumulated BEFORE the packet is compressed.
If compression… | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.28 |
| avipsPeerOutUncompOctetsWraps The number of times avipsPeerInDecompOctets has wrapped. | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.29 |
| avipsPeerLocalType The type of the local peer identity, as it was configured.
If the local peer ID was configured as an interface name,
the value of this object shall be ifName. | column | IsakmpIdentityType | .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.3 |
| avipsPeerOutCompRatio The overall compression ratio * 100.
This is the ratio between the number of outbound octets before
compression and the number of outbound octets after
compression. It is calculat… | column | Ratio * 100 SNMPv2-SMIGauge32 | .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.30 |
| avipsPeerOutPkts The aggregate number of packets successfully transmitted
through all the tunnels between the peers.
This number is the sum of avipsTunnelOutPkts for all
the tunnel… | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.31 |
| avipsPeerOutDropPkts The aggregate number of packets dropped before being
transmitted through any of the tunnels between the peers.
This number is the sum of avipsTunnelOutDropTotalPkt… | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.32 |
| avipsPeerLocalValue The value of the local peer identity.
If the local peer type is an IP Address, then this
is the IP Address used to identify the local peer.
If the lo… | column | IsakmpIdentityValue | .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.4 |
| avipsPeerRemoteType The type of the remote peer identity. | column | IsakmpIdentityType | .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.5 |
| avipsPeerRemoteValue The value of the remote peer identity.
If the remote peer type is an IP Address, then this
is the IP Address used to identify the remote peer.
If the… | column | IsakmpIdentityValue | .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.6 |
| avipsPeerRemoteDescription Free text describing the remote peer or peer-group.
The value of this field is taken from
avipsIsakmpPeerDescription. | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.7 |
| avipsPeerLocalAddress The IP address of the local peer.
This is derived from the local-address specified in the
crypto-list that creates this connection.
If the local pee… | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.8 |
| avipsPeerRemoteAddress The IP address of the remote peer.
If the remote peer type is an IP Address, then this
is identical to avipsPeerRemoteValue.
If the remote peer type … | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.9 |