jnxIkePeerIdState
JUNIPER-IPSEC-FLOW-MON-MIB ·
.1.3.6.1.4.1.2636.3.52.1.1.5.1.1
Object
column JnxPeerStateType
The state of the peer, it can be:
1. active - The IKE peer is currently associated by an active IKE SA.
There is at least one active IKE SA or Tunnel
termination on the managed entity from the peer.
2. down - The IKE peer was associated with a previously
active IKE SA.
Context
- MIB
- JUNIPER-IPSEC-FLOW-MON-MIB
- OID
.1.3.6.1.4.1.2636.3.52.1.1.5.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- jnxIkePeerIdEntry
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 'JUNIPER-IPSEC-FLOW-MON-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkePeerIdState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'JUNIPER-IPSEC-FLOW-MON-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkePeerIdState.<jnxIkePeerIdState>.<jnxIkePeerIdRemoteIdType>.<jnxIkePeerIdRemoteIdValue>.<jnxIkePeerIdLocalIdType>.<jnxIkePeerIdLocalIdValue>.<jnxIkePeerIdAAAUserName>.<jnxIkePeerInternalIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'JUNIPER-IPSEC-FLOW-MON-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkePeerIdState'
Syntax
- Source
- JnxPeerStateType
- Base type
Enumeration
Values & Constraints
Type Values
1 | active |
2 | inactive |