Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
keyboard_arrow_right

cipher-list (REST API)

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
cipher-list [ cipher-1 cipher-2 cipher-3 ...];

Hierarchy Level

content_copy zoom_out_map
[edit system services rest https]

Description

Specify the set of ciphers the server can use to perform encryption and decryption functions. If this option is not configured, the server accepts any supported suite that is available.

Options

  • rsa-with-RC4-128-md5— RSA, 128- bit RC4, MD5 hash

  • rsa-with-RC4-128-sha— RSA, 128-bit RC4, SHA hash

  • rsa-with-3DES-ede-cbc-sha— RSA, 3DES EDE/CBC, SHA hash

  • dhe-rsa-with-3DES-ede-cbc-sha— DHE/RSA, 3ES/EDE CBC, SHA hash

  • rsa-with-aes-128-cbc-sha— RSA, 128-bit AES/CBC, SHA hash

  • dhe-rsa-with-aes-128-cbc-sha— DHE/RSA, 128-bit AES/CBC, SHA hash

  • rsa-with-aes-256-cbc-sha— RSA, 256 bit AES/CBC, SHA hash

  • dhe-rsa-with-aes-256-cbc-sha— DHE/RSA, 256 bit AES/CBC, SHA hash

  • ecdhe-rsa-with-RC4-128-sha— ECDHE/RSA, 128-bit RC4, SHA hash

  • ecdhe-rsa-with-3DES-ede-cbc-sha— ECDHE/RSA, 128-bit 3DES EDE/CBC SHA hash

  • ecdhe-rsa-with-aes-128-cbc-sha— ECDHE/RSA, 128-bit AES/CBC, SHA hash

  • ecdhe-rsa-with-aes-256-cbc-sha— ECDHE/RSA, 256 bit AES/CBC, SHA hash

  • rsa-with-aes-128-cbc-SHA256— RSA, 128-bit AES/CBC, SHA256 hash

  • rsa-with-aes-256-cbc-SHA256— RSA, 256 bit AES/CBC, SHA256 hash

  • dhe-rsa-with-aes-128-cbc-SHA256— DHE/RSA, 128-bit AES/CBC, SHA256 hash

  • dhe-rsa-with-aes-256-cbc-SHA256— DHE/RSA, 256 bit AES/CBC, SHA256 hash

  • rsa-with-aes-128-gcm-SHA256— RSA, 128-bit AES/GCM, SHA256 hash

  • rsa-with-aes-256-gcm-SHA384— RSA, 256 bit AES/GCM, SHA384 hash

  • dhe-rsa-with-aes-128-gcm-SHA256— DHE/RSA, 128-bit AES/GCM, SHA256 hash

  • dhe-rsa-with-aes-256-gcm-SHA384— DHE/RSA, 256 bit AES/GCM, SHA384 hash

  • ecdhe-rsa-with-aes-128-cbc-SHA256— ECDHE/RSA, 128-bit AES/CBC, SHA256 hash

  • ecdhe-rsa-with-aes-256-cbc-SHA384— ECDHE/RSA, 256 bit AES/CBC, SHA384 hash

  • ecdhe-rsa-with-aes-128-gcm-SHA256— ECDHE/RSA, 128-bit AES/GCM, SHA256 hash

  • ecdhe-rsa-with-aes-256-gcm-SHA384— ECDHE/RSA, 256 bit AES/GCM, SHA384 hash

Note:

For Junos OS in FIPS mode, only the following FIPS-compliant cipher algorithms are supported:

  • rsa-with-aes-256-gcm-SHA384— RSA, 256 bit AES/GCM, SHA384 hash

  • dhe-rsa-with-aes-128-gcm-SHA256— DHE/RSA, 128-bit AES/GCM, SHA256 hash

  • dhe-rsa-with-aes-256-gcm-SHA384— DHE/RSA, 256 bit AES/GCM, SHA384 hash

  • ecdhe-rsa-with-aes-128-gcm-SHA256— ECDHE/RSA, 128-bit AES/GCM, SHA256 hash

  • ecdhe-rsa-with-aes-256-gcm-SHA384— ECDHE/RSA, 256 bit AES/GCM, SHA384 hash

Required Privilege Level

system—To view this statement in the configuration.

system-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 14.2.

external-footer-nav