Show Supported and Enabled TLS Ciphers

Contents


1   Description

This instruction describes how to show the supported Transport Layer Security (TLS) and enabled cipher suites for the Managed System (MS).

2   Procedure

2.1   Show Supported and Enabled TLS Ciphers

Prerequisites

Steps

  1. Navigate to Tls managed object, for example:

    >dn ManagedElement=NODE06ST,SystemFunctions=1,SecM=1,Tls=1

  2. Show the supported ciphers:

    (Tls=1)>show supportedCiphers

    The following is an example output:

    [...]
    supportedCiphers="DES-CBC-MD5"
          authentication="aRSA"
          encryption="DES"
          export=""
          keyExchange="kRSA"
          mac="MD5"
          protocolVersion="SSLv2"
    [...]
  3. Show the enabled ciphers, for example:

    (Tls=1)>show enabledCiphers

    The following is an example output:

    enabledCiphers="PSK-AES256-CBC-SHA"
       authentication="aPSK"
       encryption="AES"
       export=""
       keyExchange="kPSK"
       mac="SHA1"
       protocolVersion="SSLv3"
    enabledCiphers="DES-CBC3-SHA"
       authentication="aRSA"
       encryption="3DES"
       export=""
       keyExchange="kRSA"
       mac="SHA1"
       protocolVersion="SSLv3"
    Note:  
    The result depends on the configuration of cipherFilters and can vary depending on systems.