show

Use the show command to display RADIUS server configuration information. The show command is accessible from the vnsmode:radius context of the CLI.

show [RADIUS_server]

Parameters

RADIUS_server Specifies to display information about the specific RADIUS server

Examples

The following example displays a list of RADIUS server configuration information:

EWC.extremenetworks.com:vnsmode:radius# show
Strict: disable
Radius MAC format: 1. XXXXXXXXXXXX
Client Access-Request includes Service-Type Attribute: disable
Name      IP address   Protocol  Retries(Auth:Acct)  Timeout(Auth:Acct)  Ports(Auth:Acct)  Priority(Auth:Acct)
RADIUS_1  192.0.1.202  PAP       3:3                 5:5                 1812:1813         1:1

The following example displays configuration information for the RADIUS server named “RADIUS_1”:

EWC.extremenetworks.com:vnsmode:radius# show RADIUS_1 
Authentication port: 1812
Accounting port: 1813
Authentication priority: 1
Accounting priority: 1
Authentication total number of tries: 3
Accounting total number of tries: 3
Authentication RADIUS request timeout: 5
Accounting RADIUS request timeout: 5
Interim accounting interval: 30
Default protocol: PAP
Shared secret: **********
Name: RADIUS_1
Radius IP: 192.0.1.202