All MIBs › TRIP-MIB › tripCfgOperStatus
tripCfgOperStatus
Module: TRIP-MIB
OID (symbolic): TRIP-MIB::tripCfgOperStatus
OID (numeric): 1.3.6.1.2.1.116.1.1.1.5
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: The current operational state of the TRIP protocol.
unknown(0): The operating status of the application is unknown.
up(1): The application is operating normally, and is ready to process (receive and issue) TRIP requests and responses.
down(2): The application is currently not processing TRIP messages. This occurs if the TRIP application is in an initialization state or if tripCfgAdminStatus is set to down(2).
faulty(3): The application is not operating normally due to a fault in the system.
If tripCfgAdminStatus is down(2) then tripOperStatus SHOULD be down(2). If tripAdminStatus is changed to up(1) then tripOperStatus SHOULD change to up(1) if there is no fault that prevents the TRIP protocol from moving to the up(1) state.
What is tripCfgOperStatus?
This reports the actual operational state of the TRIP protocol on this server: unknown, up (processing requests normally), down (not processing, matching an admin-down setting or still initializing), or faulty (a system fault is preventing normal operation). Admins compare it against tripCfgAdminStatus to catch a server that's stuck faulty even though it was told to come up.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.116.1.1.1.5 snmpwalk -v2c -c public <target> TRIP-MIB::tripCfgOperStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.116.1.1.1.5.1 snmpget -v2c -c public <target> TRIP-MIB::tripCfgOperStatus.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::tripCfgOperStatus 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.1 | tripCfgTable | TRIP-MIB |
| 1.3.6.1.2.1.116.1.1.1 | tripCfgEntry | TRIP-MIB |
| 1.3.6.1.2.1.116.1.1.1.5 | tripCfgOperStatus | TRIP-MIB |