show security key-manager clients
Syntax
show security key-manager clients <brief | detail> <client-index unsigned-int>
Description
Displays information about clients currently connected.
Options
| brief | Display the specified level of output. |
| detail | Display the detailed output. |
| client-index | Index of the configured client key profile. |
Required Privilege Level
view
Output Fields
Table 1 lists the
output fields for the show security key-manager clients brief command.
Output fields are listed in the approximate order in which they appear.
| Field Name | Field Description |
|---|---|
| Index | Index of the client application currently connected to Junos Key Manager (JKM). |
| Name | Name of the client application currently connected to JKM. |
| Pid | The process ID of the client application connected to JKM. |
| Received | The number of requests received from the client. |
| In-progress | Number of requests currently being processed. |
| Success | Number of requests that were successfully processed. |
| Failed | Number of requests that were unsuccessful. |
| Connected at | Time at which the client application connected. |
| Time elapsed | Duration of time since the client application is connected. |
| Request stats | Statistics related to requests received from the client. |
Sample Output
show security key-manager clients brief
user@host> show security key-manager clients brief Index Name Pid Received In-progress Success Failed 1 iked 20514 25 1 18 6 2 ikemd 19324 25 2 17 6
show security key-manager clients detail
user@host> show security key-manager clients detail
Name: iked, Index: 1, Pid: 20514
Connected at: 01.12.21 (09:11:30)
Time elapsed: 3 hrs 10 mins 30 secs
Request stats:
Received: 25
In-progress: 1
Success: 18
Failed: 6
Name: ikemd Index: 2. Pid: 19324
Connected at: 01.12.21 (09:11:30.10)
Time elapsed: 3 hrs 10 mins 30 secs
Request stats:
Received: 25
In-progress: 1
Success: 18
Failed: 6
Release Information
Statement introduced in Junos OS Release 22.4R1.