299
Cisco Nexus 5500 Series NX-OS Security Command Reference
OL-27883-02
Chapter Show Commands
show radius-server
show radius-server
To display RADIUS server information, use the show radius-server command.
show radius-server [hostname | ipv4-address | ipv6-address] [directed-request | groups
[group-name] | sorted | statistics hostname | ipv4-address | ipv6-address]
Syntax Description
Command Default Displays the global RADIUS server configuration.
Command Modes EXEC mode
Command History
Usage Guidelines RADIUS preshared keys are not visible in the show radius-server command output. Use the show
running-config radius command to display the RADIUS preshared keys.
Examples This example shows how to display information for all RADIUS servers:
switch# show radius-server
retransmission count:1
timeout value:5
deadtime value:0
source interface:any available
total number of servers:1
following RADIUS servers are configured:
192.168.1.1:
available for authentication on port:1812
available for accounting on port:1813
RADIUS shared secret:********
switch#
hostname (Optional) RADIUS server Domain Name Server (DNS) name. The name is
alphanumeric, case sensitive, and has a maximum of 256 characters.
ipv4-address (Optional) RADIUS server IPv4 address in the A.B.C.D format.
ipv6-address (Optional) RADIUS server IPv6 address in the X:X::X:X format.
directed-request (Optional) Displays the directed request configuration.
groups [group-name] (Optional) Displays information about the configured RADIUS server
groups. Supply a group-name to display information about a specific
RADIUS server group.
sorted (Optional) Displays sorted-by-name information about the RADIUS servers.
statistics (Optional) Displays RADIUS statistics for the RADIUS servers. A hostname
or IP address is required.
Release Modification
5.2(1)N1(1) This command was introduced.