Siemens S223 User Manual

Page of 381
User Manual                                                                               UMN:CLI 
SURPASS hiD 6615 S223/S323 R1.5 
A50010-Y3-C150-2-7619                                                                         55 
4.2.8 Sample 
Configuration 
 
[Sample Configuration 1] Configuration RADIUS server 
The following is an example of configuring authorization method in SURPASS hiD 6615. It 
is configured to add RADIUS to default method in case of clients connecting through con-
sole and telnet. And, the priority is given to RADIUS in case of clients connecting through 
console and to default method in case of clients connecting through telnet.   
Then, show the configuration. And The following is an example of configuring frequency 
of retransmit and timeout of response after registering RADIUS server. 
 
SWITCH(config)# user add user test1 
Changing password for user 
Enter the new password (minimum of 5, maximum of 8 characters) 
Please use a combination of upper and lower case letters and numbers. 
Enter new password:vertex 
Re-enter new password:vertex 
Password changed. 
SWITCH(config)# login local radius enable 
SWITCH(config)# login remote radius enable 
SWITCH(config)# login local radius primary 
SWITCH(config)# login remote host primary 
SWITCH(config)# login radius server add 100.1.1.1 1 
SWITCH(config)# login radius retransmit 5 
SWITCH(config)# login radius timeout 10 
SWITCH(config)# show login 
[AUTHEN] 
Local login  : radius host 
Remote login : host radius 
Accounting mode : both 
------------------------------------ 
[HOST] 
maximum_login_counts : 8 
 
------------------------------------ 
[RADIUS] 
<Radius Servers & Key> 
100.1.1.1 1 
Radius Retries : 5 
Radius Timeout : 10 
Radius Interface : default 
------------------------------------ 
[TACACS] 
<Tacacs Servers & Key> 
Tacacs Timeout : 3 
Tacacs Socket Port : 49 
Tacacs Interface : default 
Tacacs PPP Id : 1 
Tacacs Authen Type : ASCII 
Tacacs Priority Level : MIN 
SWITCH(config)# 
 
Displayed according to priority.