All MIBs › SNMPv2-MIB › snmpInSetRequests
snmpInSetRequests
Module: SNMPv2-MIB
OID (symbolic): SNMPv2-MIB::snmpInSetRequests
OID (numeric): 1.3.6.1.2.1.11.17
Node type: OBJECT-TYPE
Type: Counter32
Access: read-only
Description:
The total number of SNMP Set-Request PDUs which have been accepted and processed by the SNMP protocol entity.
What is snmpInSetRequests?
This is a running count of configuration-change requests the device has received. It tracks automation activity and helps detect unauthorized or unexpected changes. Zero or very low counts indicate the device is read-only.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.11.17 snmpwalk -v2c -c public <target> SNMPv2-MIB::snmpInSetRequests
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.11.17.1 snmpget -v2c -c public <target> SNMPv2-MIB::snmpInSetRequests.1