agentDigitalSignatureVerifyMode
NETGEAR-SWITCHING-MIB ·
.1.3.6.1.4.1.4526.10.1.2.26.1
Object
scalar r/w
Enumeration
To configure the digital signature verify option for the downloading
image and config files. The selected option is stored in config data.
The following options are supported:
noverify - no digital signature verification of image or config script file
image - digital signature verification of image only
config - digital signature verification of config script only
all - digital signature verification of image and config script file
Context
- MIB
- NETGEAR-SWITCHING-MIB
- OID
.1.3.6.1.4.1.4526.10.1.2.26.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- agentDigitalSignatureConfigGroup
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETGEAR-SWITCHING-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-SWITCHING-MIB::agentDigitalSignatureVerifyMode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETGEAR-SWITCHING-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETGEAR-SWITCHING-MIB::agentDigitalSignatureVerifyMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | noverify |
1 | image |
2 | config |
3 | all |