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 services web-proxy session

date_range 18-Mar-25

Syntax

content_copy zoom_out_map
show services web-proxy session

Description

Display information about the secure Web proxy session.

Options

detail

Shows the web proxy session detail.

summary

Shows the web proxy session summary.

Required Privilege Level

view

Output Fields

Table 1 describes the output fields for the show services web-proxy session command. Output fields are listed in the approximate order in which they appear.

Table 1: show services web-proxy session Output Fields

Field Name

Field Description

Client Session

Session originating from the client to proxy server.

Proxy Session

Session originating from the proxy server to the client.

Client Session ID

Number that identifies the client session. Use this ID to get more information about the session.

Proxy Session ID

Number that identifies the proxy session. Use this ID to get more information about the session.

Proxy Request

Connect request details.

Dynamic Web App

Dynamic Web application details.

Sample Output

show services web-proxy session summary

content_copy zoom_out_map
user@host> show services web-proxy session summary 

Web Proxy sessions: 
Client Session                                 Proxy Session  
[34] 6.0.0.1/62746 ---> 5.0.0.1/8080          [35] 6.0.0.1/62746 ---> 208.80.154.224/443  
[37] 6.0.0.1/62747 ---> 5.0.0.1/8080          [38] 6.0.0.1/62747 ---> 208.80.154.224/443 

Sample Output

show services web-proxy session detail

content_copy zoom_out_map
user@host> show services web-proxy session detail 

Web Proxy sessions:
Client Session ID: 36994, Proxy Session ID: 36995
Client: 6.0.0.1/61324 ---> 5.0.0.1/8080
Proxy : 6.0.0.1/61324 ---> 74.125.195.188/443
Proxy Request: CONNECT:mtalk.google.com:443
Dynamic Web App: junos:GOOGLE-MAPS

Client Session ID: 38037, Proxy Session ID: 38038
Client: 6.0.0.1/57342 ---> 5.0.0.1/8080
Proxy : 6.0.0.1/57342 ---> 216.58.194.202/443
Proxy Request: CONNECT:safebrowsing.googleapis.com:443
Dynamic Web App: junos:GOOGLE-GEN

Release Information

Command introduced in Junos OS Release 19.2R1.

footer-navigation