All MIBs › TRIP-MIB › tripPeerState
tripPeerState
Module: TRIP-MIB
OID (symbolic): TRIP-MIB::tripPeerState
OID (numeric): 1.3.6.1.2.1.116.1.4.1.5
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: TRIP Peer Finite State Machine state.
idle(1) : The initial state. Local LS refuses all incoming connections. No application resources are allocated to processing information about the remote peer.
connect(2) : Local LS waiting for a transport protocol connection to be completed to the peer, and is listening for inbound transport connections from the peer.
active(3) : Local LS is listening for an inbound connection from the peer, but is not in the process of initiating a connection to the remote peer.
openSent(4) : Local LS has sent an OPEN message to its peer and is waiting for an OPEN message from the remote peer.
openConfirm(5): Local LS has sent an OPEN message to the remote peer, received an OPEN message from the remote peer, and sent a KEEPALIVE message in response to the OPEN. The local LS is now waiting for a KEEPALIVE message or a NOTIFICATION message in response to its OPEN message.
established(6): LS can exchange UPDATE, NOTIFICATION, and KEEPALIVE messages with its peer.
What is tripPeerState?
This reports where a TRIP peer connection currently sits in its finite state machine: idle, connect, active, openSent, openConfirm, or established — with established meaning the two peers can freely exchange UPDATE, NOTIFICATION, and KEEPALIVE messages. Admins watch this to diagnose a peering session stuck in an intermediate state instead of reaching established.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.116.1.4.1.5 snmpwalk -v2c -c public <target> TRIP-MIB::tripPeerState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.116.1.4.1.5.1 snmpget -v2c -c public <target> TRIP-MIB::tripPeerState.1
Start monitoring vendor-neutral, standards-based IETF MIB (RFC 3872), VoIP gateway/softswitch acting as TRIP Location Server (admin/oper status) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the TRIP-MIB::tripPeerState OID value, configure state conditions and alerts, and monitor any vendor-neutral, standards-based IETF MIB (RFC 3872), VoIP gateway/softswitch acting as TRIP Location Server (admin/oper status) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.2 | mgmt | AXON-MIB |
| 1.3.6.1.2.1 | mib_2 | AXON-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.2.1.116 | tripMIB | TRIP-MIB |
| 1.3.6.1.2.1.116.1 | tripMIBObjects | TRIP-MIB |
| 1.3.6.1.2.1.116.1.4 | tripPeerTable | TRIP-MIB |
| 1.3.6.1.2.1.116.1.4.1 | tripPeerEntry | TRIP-MIB |
| 1.3.6.1.2.1.116.1.4.1.5 | tripPeerState | TRIP-MIB |