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

show security ipsec control-plane-security-associations

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show security ipsec control-plane-security-associations
<brief | detail>
<sa-name sa-name>

Description

Display information about manual IPsec security associations (SAs) applied to OSPF or OSPFv3 interfaces or virtual links.

Options

  • brief | detail—(Optional) Display the specified level of output.

  • sa-name sa-name—Name of the manual SA.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show security ipsec control-plane-security-associations command. Output fields are listed in the approximate order in which they appear.

Table 1: show security ipsec control-plane-security-associations Output Fields

Field Name

Field Description

Name

Name of the SA.

Algorithm

IPsec protocol followed by encryption algorithm and authentication algorithm.

SPI

SPI value.

Total active security-associations

Total number of active manual SAs for application to OSPF or OSPFv3 interfaces or virtual links.

Sample Output

show security ipsec control-plane-security-associations

content_copy zoom_out_map
user@host> show security ipsec control-plane-security-associations
Name      Algorithm       SPI
test_sa   ESP:3des/md5   3e8     
test_sa   ESP:3des/md5   3e8     
test_sa2  ESP:3des/sha1  7d1     
test_sa2  ESP:3des/sha1  7d1     
Total active security-associations: 2

show security ipsec control-plane-security-associations sa-name

content_copy zoom_out_map
user@host> show security ipsec control-plane-security-associations sa-name test_sa
Name      Algorithm       SPI
test_sa   ESP:3des/md5    3e8     
test_sa   ESP:3des/md5    3e8     
Total active security-associations: 1

show security ipsec control-plane-security-associations detail

content_copy zoom_out_map
user@host> show security ipsec control-plane-security-associations detail
Direction: inbound, SA Name: test_sa,
Protocol: ESP:, Authentication: md5
SPI: 3e8, AUX-SPI: 0,
Mode: transport, Type: manual,
ID: 1,

Direction: outbound, SA Name: test_sa,
Protocol: ESP:, Authentication: md5
SPI: 3e8, AUX-SPI: 0,
Mode: transport, Type: manual,
ID: 2,

Direction: inbound, SA Name: test_sa2,
Protocol: ESP:, Authentication: sha1
SPI: 7d1, AUX-SPI: 0,
Mode: transport, Type: manual,
ID: 3,

Direction: outbound, SA Name: test_sa2,
Protocol: ESP:, Authentication: sha1
SPI: 7d1, AUX-SPI: 0,
Mode: transport, Type: manual,
ID: 4,

Release Information

Command introduced in Junos OS Release 12.1X46-D20.

footer-navigation