rlSslCertificateExportType
NETGEAR-RADLAN-SSL ·
.1.3.6.1.4.1.4526.17.100.2.1.2
Object
column Enumeration
Identifies the type of data the current entry shows.
Context
- MIB
- NETGEAR-RADLAN-SSL
- OID
.1.3.6.1.4.1.4526.17.100.2.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rlSslCertificateExportEntry
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::rlSslCertificateExportType'
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::rlSslCertificateExportType.<rlSslCertificateExportId>.<rlSslCertificateExportType>.<rlSslCertificateExportFragmentId>'
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::rlSslCertificateExportType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | certificateRequestPemFormat |
2 | certificatePemFormat |
3 | certificateOpenSslFormat |
4 | certificateAndKeyPkcs12 |