rlSslCertificateGenerationAction
NETGEAR-RADLAN-SSL ·
.1.3.6.1.4.1.4526.17.100.1.1.12
Object
column r/w
Enumeration
Setting to a regenerateCertificate causes a new certificate to be generated and to be used for all new sessions.
Context
- MIB
- NETGEAR-RADLAN-SSL
- OID
.1.3.6.1.4.1.4526.17.100.1.1.12- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rlSslCertificateGenerationEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NETGEAR-RADLAN-SSL' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-RADLAN-SSL::rlSslCertificateGenerationAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETGEAR-RADLAN-SSL' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-RADLAN-SSL::rlSslCertificateGenerationAction.<rlSslCertificateGenerationIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETGEAR-RADLAN-SSL' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETGEAR-RADLAN-SSL::rlSslCertificateGenerationAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | generateRsaKeyAndSelfSignedCertificate |
2 | generateSelfSignedCertificate |
3 | generatePkcs12 |
4 | generateCertificateRequest |