User Guide

OmniAccess SafeGuard OS Administration Guide
253
Chapter 6: Configuring Authentication and Role Derivation
The following example configures the a RADIUS server:
(SafeGuardOS) #configure terminal
(SafeGuardOS) (config) #aaa radius-server 1 ip-address 192.200.187.101 key
r0kar0unddaCl0ck port 4078 retransmit timeout 4
(SafeGuardOS) (config) #exit
(SafeGuardOS) #
To remove a RADIUS server, use the no version of the command. For example:
(SafeGuardOS) (config) #no aaa radius-server 1
Displaying RADIUS Configurations
There are Privileged Exec show commands to display RADIUS configurations:
Show AAA RADIUS Server Configuration
The show aaa radius-server configuration command displays information about
RADIUS configurations. The Privileged Exec command has the following syntax:
show aaa radius-server configuration {id [0|1]}
In this example we are requesting the configuration information of RADIUS server 0:
(SafeGuardOS) # show aaa radius-server configuration id 0
(SafeGuardOS) #
The following output is representative of the command:
(SafeGuardOS) # show aaa radius-server configuration id 0
Secret Message
Current IP Address Port Type Configured Authenticator
------- ---------------- ---- --------- ---------- -------------
* 172.16.0.20 1812 Primary Yes Enable
(SafeGuardOS) #
seconds Number of seconds between retries to the
backend server. The default is 3.
Command Use
show aaa radius server configuration Displays either a specific RADIUS server
configuration or all RADIUS configurations.
show aaa radius server statistics Displays the statistics.
Syntax Description id (Optional) Unique numeric identifier for the
RADIUS server. Valid range is 0 and 1.