Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

key-chain (Authentication Keychain)

date_range 11-Sep-24

Syntax

content_copy zoom_out_map
key-chain key-chain-name {
    description text-string;
    key key {
        algorithm (md5 | hmac-sha-1);
        options (basic | isis-enhanced);
        key-name authentication-key-name;
        secret secret-data;
        start-time yyyy-mm-dd.hh:mm:ss;
    }
    tolerance seconds;
}

Hierarchy Level

content_copy zoom_out_map
[edit security authentication-key-chains]

Description

Create the key-chain configuration for the Border Gateway Protocol (BGP) and the Label Distribution Protocol (LDP) routing protocols, the Bidirectional Forwarding Detection (BFD) protocol, and the Intermediate System-to-Intermediate System (IS-IS) protocol.

Options

key-chain-name

Authentication keychain name. It can be up to 32 characters. Characters can include any ASCII strings. If you include spaces, enclose all characters in quotation marks (“ ”).

description text-string

Configure the description for this authentication keychain. Put the text string in quotes (“text description”).

tolerance seconds

Configure the clock-skew tolerance in seconds for accepting keys for this authentication keychain.

  • Range: 0 through 4294967295 seconds

  • Default: 3600 seconds

The remaining statements are explained separately. Search for a statement in CLI Explorer or click a linked statement in the Syntax section for details.

Required Privilege Level

security—To view this statement in the configuration.

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

Release Information

Statement introduced in Junos OS Release 7.6.

Support for the BFD protocol introduced in Junos OS Release 9.6.

Support for the BFD protocol introduced in Junos OS Release 9.6 for EX Series switches.

Support for IS-IS introduced in Junos OS Release 11.2.

footer-navigation