adClientSSLPolicyCipherSuite
WSD-MIB ·
.1.3.6.1.4.1.89.35.1.40.52.8.1.3
Object
column r/w
Enumeration
Cipher suite to be used in the context of this policy. When user-defined suite is selected it should be specified in adClientSSLPolicyUserDefinedCipher.
Context
- MIB
- WSD-MIB
- OID
.1.3.6.1.4.1.89.35.1.40.52.8.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Default
rsa- Parent
- adClientSSLPolicyEntry
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 'WSD-MIB' -M '/opt/observium/mibs/radware:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WSD-MIB::adClientSSLPolicyCipherSuite'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'WSD-MIB' -M '/opt/observium/mibs/radware:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WSD-MIB::adClientSSLPolicyCipherSuite.<adClientSSLPolicyName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WSD-MIB' -M '/opt/observium/mibs/radware:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WSD-MIB::adClientSSLPolicyCipherSuite'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | rsa |
2 | all |
3 | allNonNullCiphers |
4 | sslV3 |
5 | tlsV1 |
6 | export |
7 | low |
8 | medium |
9 | high |
10 | rsaRc4-128Md5 |
11 | rsaRc4-128Sha1 |
12 | rsaDesSha1 |
13 | rsa3desSha1 |
14 | rsaAes128Sha1 |
15 | rsaAes256Sha1 |
16 | msieExport56 |
17 | userDefined |
18 | pciDss |