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 unified-edge tdf aaa radius server status

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show unified-edge tdf aaa radius server status
<brief | detail>
<fpc-slot fpc-slot>
<gateway gateway>
<name name>
<pic-slot pic-slot>

Description

Display RADIUS server status. If a TDF gateway is not specified, then statistics for all TDF gateways are displayed.

Options

none

(Same as brief) Display consolidated statistics for all TDF gateways.

brief | detail

(Optional) Display the specified level of output.

The brief option is the default.

fpc-slot fpc-slot

(Optional) Display statistics for the specified Flexible PIC Concentrator (FPC).

gateway gateway

(Optional) Display statistics for the specified TDF gateway.

pic-slot pic-slot

(Optional) Display statistics for the specified PIC slot number. You must first specify an FPC slot number before specifying the PIC slot number.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show unified-edge tdf aaa radius server status command. Output fields are listed in the approximate order in which they appear.

Table 1: show unified-edge tdf aaa radius server status Output Fields

Field Name

Field Description

Level of Output

Server

Name of the RADIUS server.

brief

RADIUS Server

Name of the RADIUS server.

detail

FPC/PIC

FPC and PIC slot numbers for which the statistics are displayed.

All levels

Address

IP address of the RADIUS server.

All levels

State

State of the RADIUS server: Active or Inactive (dead).

All levels

Duration

Duration, in weeks:days:MM:SS format, for which the RADIUS server has been in the current state.

All levels

Previous duration

Duration, in HH:MM:SS format, for which the RADIUS server was in the previous state.

All levels

Flaps

Number of times that the RADIUS server transitioned from the active to inactive state.

All levels

Authentication Information

Pending requests

Number of access requests waiting for responses from the RADIUS server.

detail

Round trip time (ms)

Time taken to receive the response from the RADIUS server for access requests. The minimum, maximum, and average round-trip times are also displayed.

detail

Accounting Information

Pending requests

Number of accounting requests waiting for responses from the RADIUS server.

detail

Round trip time (ms)

Time taken to receive the response from the RADIUS server for accounting requests. The minimum, maximum, and average round-trip times are also displayed.

detail

Sample Output

show unified-edge tdf aaa radius server status brief

content_copy zoom_out_map
user@host> show unified-edge tdf aaa radius server status brief
             FPC/                                   Previous
Server       PIC     Address          State   Duration      Duration    Flaps
-------------------------------------------------------------------------------
radius1      5/2     192.0.2.2        Active  1w5d 23:12    00:00:00    0
radius2      5/2     198.51.100.100   Active  1w5d 23:12    00:00:00    0
radius3      5/2     203.0.113.100     Active  1w5d 23:12    00:00:00    0
radius4      5/2     203.0.113.100     Active  1w5d 23:12    00:00:00    0

show unified-edge tdf aaa radius server status detail

content_copy zoom_out_map
user@host> show unified-edge tdf aaa radius server status detail
RADIUS server: pgwcl (FPC/PIC: 4/0)
Address           : 198.51.100.100
State             : Active
Duration          : 1w6d 11:29
Previous Duration : 00:00:00
Flaps             : 0
Authentication Information:
    Pending requests     : 0
    Round trip time (ms) : 1 (Min: 1 Max: 1 Avg: 1)
Accounting Information:
    Pending requests     : 0
    Round trip time (ms) : 0 (Min: 0 Max: 0 Avg: 0)

Release Information

Statement introduced in Junos OS Release 17.1.

footer-navigation