ioDigitalSSLCipherKeyExchange
PERLE-IOLAN-SDS-MIB ·
.1.3.6.1.4.1.1966.12.1.45.2.1.2.6.1.7
Object
column r/w
Enumeration
The type of key to exchange for the encryption format:
Any-Any key exchange that is valid is used (this does
not, however, include ADH keys).
RSA-This is an RSA key exchange using an RSA key and
certificate.
EDHRSA-This is an EDH key exchange using an RSA key
and certificate.
EDHDSS-This is an EDH key exchange using a DSA key
and certificate.
ADH-This is an anonymous key exchange which does not
require a private key or certificate. Choose this
key if you do not want to authenticate the peer device,
but you want the data encrypted on the SSL/TLS connection.
The default is Any.
Context
- MIB
- PERLE-IOLAN-SDS-MIB
- OID
.1.3.6.1.4.1.1966.12.1.45.2.1.2.6.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ioDigitalSSLCipherEntry
- Groups
- 1
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 'PERLE-IOLAN-SDS-MIB' -M '/opt/observium/mibs/perle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PERLE-IOLAN-SDS-MIB::ioDigitalSSLCipherKeyExchange'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PERLE-IOLAN-SDS-MIB' -M '/opt/observium/mibs/perle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PERLE-IOLAN-SDS-MIB::ioDigitalSSLCipherKeyExchange.<ioDigitalSSLChanIndex>.<ioDigitalSSLCipherIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PERLE-IOLAN-SDS-MIB' -M '/opt/observium/mibs/perle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PERLE-IOLAN-SDS-MIB::ioDigitalSSLCipherKeyExchange'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | any |
2 | rsa |
3 | edhrsa |
4 | edhdss |
5 | adh |
Conformance
Member of