show radius host

Syntax

show radius host <IP-ADDR/FQDN>

Description

Shows RADIUS status and statistics information.

Command context

config

Parameters

IP-ADDR

Specifies server IPv4 address.

FQDN

Specifies server FQDN.

Example

Following is an example of show radius host with IP address 192.168.1.252:

switch(config)# show radius host 192.168.1.252         

Status and Counters - RADIUS Server Information


  Server IP Addr : 192.168.1.252         TLS Enabled : Yes

  Authentication Port     : 2083         Accounting Port      : 2083
  Round Trip Time         : 16           Round Trip Time      : 0
  Pending Requests        : 0            Pending Requests     : 0
  Retransmissions         : 0            Retransmissions      : 0
  Timeouts                : 21           Timeouts             : 0
  Malformed Responses     : 0            Malformed Responses  : 0
  Bad Authenticators      : 0            Bad Authenticators   : 0
  Unknown Types           : 0            Unknown Types        : 0
  Packets Dropped         : 3            Packets Dropped      : 0
  Access Requests         : 104          Accounting Requests  : 0
  Access Challenges       : 0            Accounting Responses : 0
  Access Accepts          : 0
  Access Rejects          : 80
  Connection Status       : RadSec Connection established
  Connection Error        : NA
 

Following is an example of show radius host with FQDN as radsec.com

HP-VSF-Switch# sh radius host radsec.com

Status and Counters - RADIUS Server Information


  Server IP Addr : 192.168.1.252         TLS Enabled : Yes

  Authentication Port     : 2083         Accounting Port      : 2083
  Round Trip Time         : 17           Round Trip Time      : 0
  Pending Requests        : 0            Pending Requests     : 0
  Retransmissions         : 0            Retransmissions      : 0
  Timeouts                : 0            Timeouts             : 0
  Malformed Responses     : 0            Malformed Responses  : 0
  Bad Authenticators      : 0            Bad Authenticators   : 0
  Unknown Types           : 0            Unknown Types        : 0
  Packets Dropped         : 0            Packets Dropped      : 0
  Access Requests         : 0            Accounting Requests  : 0
  Access Challenges       : 0            Accounting Responses : 0
  Access Accepts          : 0
  Access Rejects          : 0
  Connection Status       : RadSec Connection established
  Connection Error        : NA