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 ike peers statistics

date_range 13-Dec-23

Syntax

content_copy zoom_out_map
show security ike peers statistics <gateway-name value | summary> 

Description

Display the global or per IKE gateway level statistics.

Options

statistics

Display global IKE gateway statistics for the remote peers to show details for all the gateways.

gateway-name value

(Optional) Enter the IKE gateway name to display the statistics for a specific gateway.

summary

(Optional) Display the IKE statistics summary with active, in progress, failed, blocked, and backoff peers.

Required Privilege Level

View

Output Fields

The Table 1 lists the output fields for the show security ike peers statistics command.

Table 1: show security ike peers statistics Output Fields

Field Name

Field Description

Gateway name IKE gateway name of the remote peer. This field is not seen with the CLI option summary.
Active Number of successful IKE negotiations with the remote peers.
In-progress Number of in progress IKE negotiations with the remote peers.
Failed Number of failed IKE negotiations with the remote peers.
Blocked Number of blocked IKE negotiations with the remote peers.
Backoff Number of backed off IKE negotiations with the remote peers.

Sample Output

show security ike peers statistics

content_copy zoom_out_map
user@host> show security ike peers statistics
content_copy zoom_out_map
 Gateway name     Active   In-progress   Failed    Blocked   Backoff                                       
                                                                                
 IKE_GW1             2          10                  2            3              4                     
 IKE_GW2             3          11                  1            3              2

show security ike peers statistics summary

content_copy zoom_out_map
user@host> show security ike peers statistics summary
content_copy zoom_out_map
 Active   In-progress   Failed    Blocked   Backoff                                     
                                                                                
 2          10                  2            3              4

Release Information

Command introduced in Junos OS Release 23.4R1

footer-navigation