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
- No documents are required.
- No tools are required.
- The following conditions must apply:
- The user has the System Security Administrator or System Administrator role.
- An Ericsson Command-Line Interface (ECLI) session in Exec mode is in progress.
Steps
- Navigate to Tls managed object, for example:
>dn ManagedElement=NODE06ST,SystemFunctions=1,SecM=1,Tls=1
- 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" [...] - 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.

Contents