All MIBs › BLUEARC-SERVER-MIB › snmpProtocolMode
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 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.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.11096 | blueArc | BLUEARC-SERVER-MIB |
| 1.3.6.1.4.1.11096.6 | blueArcPrivate | BLUEARC-SERVER-MIB |
| 1.3.6.1.4.1.11096.6.1 | blueArcServer | BLUEARC-SERVER-MIB |
| 1.3.6.1.4.1.11096.6.1.1 | blueArcServerObjs | BLUEARC-SERVER-MIB |
| 1.3.6.1.4.1.11096.6.1.1.5 | mgmnt | BLUEARC-SERVER-MIB |
| 1.3.6.1.4.1.11096.6.1.1.5.6 | snmpAgent | BLUEARC-SERVER-MIB |
| 1.3.6.1.4.1.11096.6.1.1.5.6.1 | snmpProtocolMode | BLUEARC-SERVER-MIB |