BLUEARC-SERVER-MIB :: snmpProtocolMode

MIB Reference — IPNetwork Monitor · Updated September 14, 2026

All MIBsBLUEARC-SERVER-MIBsnmpProtocolMode

snmpProtocolMode

Module: BLUEARC-SERVER-MIB

OID (symbolic): BLUEARC-SERVER-MIB::snmpProtocolMode

OID (numeric): 1.3.6.1.4.1.11096.6.1.1.5.6.1

Node type: OBJECT-TYPE

Type: INTEGER

Access: read-only

Description: Indicates the protocol to be used by the agent:

bilingual(1) - the agent will process SNMP version 1 or SNMP version 2c requests. The protocol version used in the response will be that used in the request. version1(2) - the agent will only process requests made using SNMP version 1. The response will be sent using SNMP version 1. version2c(3) - the agent will only process requests made using SNMP version 2c. The response will be sent using SNMP version 2c.

NOTE: requests made using a protocol version which does not comply with the agents protocol configuration will result in the badVersions statistic being incremented and the SNMP packet being discarded.

What is snmpProtocolMode?

This reports which SNMP protocol version the agent will accept from managers: bilingual accepts either SNMPv1 or SNMPv2c and replies in the same version used in the request, while version1 or version2c restrict the agent to only that one version. Requests sent using a version the agent isn't configured for get dropped and increment the badVersions counter, so admins can use this to diagnose why a manager suddenly stops getting responses.

Examples

Walk all instances (SNMPv2c):

snmpwalk -v2c -c public <target> 1.3.6.1.4.1.11096.6.1.1.5.6.1
snmpwalk -v2c -c public <target> BLUEARC-SERVER-MIB::snmpProtocolMode

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.3.6.1.4.1.11096.6.1.1.5.6.1.1
snmpget -v2c -c public <target> BLUEARC-SERVER-MIB::snmpProtocolMode.1

SNMPv3 example:

snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> snmpProtocolMode.1

Start monitoring BlueArc (Hitachi Data Systems) NAS storage servers (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the BLUEARC-SERVER-MIB::snmpProtocolMode OID value, configure state conditions and alerts, and monitor any BlueArc (Hitachi Data Systems) NAS storage servers (legacy) 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.4privateAirPair-MIB
1.3.6.1.4.1enterprisesAirPair-MIB
Numeric OIDNameModule
1.3.6.1.4.1.11096blueArcBLUEARC-SERVER-MIB
1.3.6.1.4.1.11096.6blueArcPrivateBLUEARC-SERVER-MIB
1.3.6.1.4.1.11096.6.1blueArcServerBLUEARC-SERVER-MIB
1.3.6.1.4.1.11096.6.1.1blueArcServerObjsBLUEARC-SERVER-MIB
1.3.6.1.4.1.11096.6.1.1.5mgmntBLUEARC-SERVER-MIB
1.3.6.1.4.1.11096.6.1.1.5.6snmpAgentBLUEARC-SERVER-MIB
1.3.6.1.4.1.11096.6.1.1.5.6.1snmpProtocolModeBLUEARC-SERVER-MIB