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 system services outbound-ssh jefflee

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show system services outbound-ssh client <name> (brief | detail)

Description

Display information about an outbound-ssh client.

Options

This command has no options.

Required Privilege Level

system services

Output Fields

Table 1 lists the output fields for the show system services outbound-ssh client command. Output fields are listed in the approximate order in which they appear.

Table 1: show system services outbound-ssh client Output Fields

Field Name

Field Description

Client Name

Name of client.

Current Application Server

IP address of application server.

Proxy In Use

Type of proxy used (DHCP of Static).

Connection Status

Status of connection (Up or Down).

Connection Uptime

Duration of connection.

Sample Output

show system services outbound-ssh client

content_copy zoom_out_map
user@host> show system services outbound-ssh client             

------------   ------------------------   ------    -----------  ----------
Client         Current Application        Proxy     Connection   Connection
Name           Server                     In Use    Status       Uptime
------------   ------------------------   ------    -----------  ----------
nsm_cont       10.220.0.191:6066          Static    Up           00:01:24
nsm_cont_2     10.220.0.191:6066          DHCP      Down         None

show system services outbound-ssh client brief

content_copy zoom_out_map
user@host> show system services outbound-ssh client brief             

------------   ------------------------   ------    -----------  ----------
Client         Current Application        Proxy     Connection   Connection
Name           Server                     In Use    Status       Uptime
------------   ------------------------   ------    -----------  ----------
nsm_cont       10.220.0.191:6066          Static    Up           00:01:46
nsm_cont_2     10.220.0.191:6066          DHCP      Down         None

show system services outbound-ssh client detail

content_copy zoom_out_map
user@host> show system services outbound-ssh client detail             

------------------------------
Outbound SSH Connection Status
------------------------------

Application ID :  nsm_cont
   Device ID                  :  dsm_new
   Current Application Server :  10.220.0.191:6066
   Proxy Type                 :  Static
   Proxy Server               :  10.209.0.224:8443
   Proxy Authentication       :  Enabled
   Connection Status          :  Up
   Connection Uptime          :  00:01:55

Application ID :  nsm_cont_2
   Device ID                  :  dsm_new_2
   Current Application Server :  10.220.0.191:6066
   Proxy Type                 :  DHCP
   Proxy Authentication       :  Disabled
   Connection Status          :  Down
   Connection Uptime          :  None

show system services outbound-ssh client nsm_cont

content_copy zoom_out_map
user@host> show system services outbound-ssh client nsm_cont             

------------   ------------------------   ------    -----------  ----------
Client         Current Application        Proxy     Connection   Connection
Name           Server                     In Use    Status       Uptime
------------   ------------------------   ------    -----------  ----------
nsm_cont       10.220.0.191:6066          Static    Up           00:00:05

show system services outbound-ssh client nsm_cont brief

content_copy zoom_out_map
user@host> show system services outbound-ssh client nsm_cont brief             

------------   ------------------------   ------    -----------  ----------
Client         Current Application        Proxy     Connection   Connection
Name           Server                     In Use    Status       Uptime
------------   ------------------------   ------    -----------  ----------
nsm_cont       10.220.0.191:6066          Static    Up           00:00:08

show system services outbound-ssh client nsm_cont detail

content_copy zoom_out_map
user@host> show system services outbound-ssh client nsm_cont detail             

------------------------------
Outbound SSH Connection Status
------------------------------

Application ID :  nsm_cont
   Device ID                  :  dsm_new
   Current Application Server :  10.220.0.191:6066
   Proxy Type                 :  Static
   Proxy Server               :  10.209.0.224:8443
   Proxy Authentication       :  Enabled
   Connection Status          :  Up
   Connection Uptime          :  00:00:13

Command introduced in Junos OS Release 23.4.

footer-navigation