APPLICATION-MIB :: applOpenFileMode

MIB Reference — IPNetwork Monitor · Updated September 14, 2026

All MIBsAPPLICATION-MIBapplOpenFileMode

applOpenFileMode

Module: APPLICATION-MIB

OID (symbolic): APPLICATION-MIB::applOpenFileMode

OID (numeric): 1.3.6.1.2.1.62.1.2.2.1.4

Node type: OBJECT-TYPE

Type: INTEGER

Access: read-only

Description: This attribute reports the current mode of this file from the perspective of this running application element.

These values have the following meanings:

read(1) - file opened for reading only write(2) - file opened for writing only readWrite(3) - file opened for read and write.

These values correspond to the POSIX/ANSI C library function fopen() 'type' parameter, using the following mappings:

r -> read(1) w -> write(2) a -> write(2) + -> readWrite(3)

What is applOpenFileMode?

Indicates how the application has opened a file, such as read-only, write-only, or read-write. This attribute provides visibility into the access mode being used for each open file.

Examples

Walk all instances (SNMPv2c):

snmpwalk -v2c -c public <target> 1.3.6.1.2.1.62.1.2.2.1.4
snmpwalk -v2c -c public <target> APPLICATION-MIB::applOpenFileMode

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.3.6.1.2.1.62.1.2.2.1.4.1
snmpget -v2c -c public <target> APPLICATION-MIB::applOpenFileMode.1

Start monitoring Servers running managed distributed applications with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the APPLICATION-MIB::applOpenFileMode OID value, configure state conditions and alerts, and monitor any Servers running managed distributed applications from a single console.

OID Breakdown

Upper-level ancestors (6 from the standard OID tree / other modules)
Numeric OIDNameModule
1isoLANART-AGENT
1.3orgAirPair-MIB
1.3.6dodAirPair-MIB
1.3.6.1internetAirPair-MIB
1.3.6.1.2mgmtAXON-MIB
1.3.6.1.2.1mib_2AXON-MIB
Numeric OIDNameModule
1.3.6.1.2.1.62applicationMibAPPLICATION-MIB
1.3.6.1.2.1.62.1applicationMibObjectsAPPLICATION-MIB
1.3.6.1.2.1.62.1.2applChannelGroupAPPLICATION-MIB
1.3.6.1.2.1.62.1.2.2applOpenFileTableAPPLICATION-MIB
1.3.6.1.2.1.62.1.2.2.1applOpenFileEntryAPPLICATION-MIB
1.3.6.1.2.1.62.1.2.2.1.4applOpenFileModeAPPLICATION-MIB