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 network-access radsec state

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show network-access radsec state
<destination destination-id>

Description

Display the connection state of RADSEC destinations.

Options

destination destination–id

(Optional) Display detailed information about the request specified by this RADSEC destination.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show network-access state command. Output fields are listed in the approximate order in which they appear.

Table 1: show network-access radsec state Output Fields

Field Name

Field Description

Level of Output

Radsec state

State information for the RADSEC destination.

all

state

State of the RADSEC connection.

  • connecting—Establishing TCP connection.

  • ssl-handshake—SSL negotiation in progress.

  • open—RADSEC session is established for exchange of RADIUS messages.

  • pause—Pause for restart of connection process. The length of the pause is determined by the reason for restarting.

  • local-cert-wait—Connection initiated but waiting for local certificate to complete negotiation.

all

secs-in-state

Length of time in seconds of the current state.

all

remaining-secs

Length of time in seconds remaining for the current state.

all

pause-reason

The reason for restarting the connection, which triggers the pause state. The pause reason determines the length of the pause until reattempting the connection.

all

acct-support

Shows whether the remote server supports accounting.

  • Y—Remote server supports accounting. This is the default value.

  • N—If the client receives a NAK response to an accounting request, all accounting requests will be dropped.

all

remote-failures

Number of consecutive failures on the remote side.

all

tx-requests

Number of RADIUS request messages transmitted.

all

tx-responses

Number of RADIUS response messages transmitted.

all

Sample Output

show network-access radsec state

content_copy zoom_out_map
user@host> show network-access radsec state 
Radsec state:
    destination                                   895
    state                                         open
    secs-in-state                                 66
    remaining-secs                                4294967295
    pause-reason                                  none
    acct-support                                  Y
    remote-failures                               0
    tx-requests                                   0
    tx-responses                                  0

Release Information

Command introduced in Junos OS Release 19.1R1.

footer-navigation