All MIBs › LBMSH-MIB › snmpOutSetRequests
snmpOutSetRequests
Module: LBMSH-MIB
OID (symbolic): LBMSH-MIB::snmpOutSetRequests
OID (numeric): 1.3.6.1.2.1.11.27
Node type: OBJECT-TYPE
Type: Counter
Access: read-only
Description:
The total number of SNMP Set-Request PDUs which have been generated by the SNMP protocol entity.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.11.27 snmpwalk -v2c -c public <target> LBMSH-MIB::snmpOutSetRequests
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.11.27.1 snmpget -v2c -c public <target> LBMSH-MIB::snmpOutSetRequests.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> snmpOutSetRequests.1