User's Manual
Chapter 28 AAA Server
NXC CLI Reference Guide
192
28.2.4 aaa group server Command Example
The following example creates a RADIUS server group with two members and sets the secret
key to “12345678” and the timeout to 100 seconds. Then this example also shows how to view
the RADIUS group settings.
[no] server nas-ip
<nas_address>
Specifies the Network Access Server IP address
attribute value if the RADIUS server requires it. The no
command clears this setting.
[no] server acct-interim
activate
Enable this to have the NXC send subscriber status
updates to the RADIUS server. The no command has
the NXC not send subscriber status updates to the
RADIUS server.
Table 112 aaa group server radius Commands (continued)
COMMAND DESCRIPTION
Router# configure terminal
Router(config)# aaa group server radius RADIUSGroup1
Router(group-server-radius)# server host 192.168.1.100 auth-port 1812
Router(group-server-radius)# server host 172.16.22.100 auth-port 1812
Router(group-server-radius)# server key 12345678
Router(group-server-radius)# server timeout 100
Router(group-server-radius)# exit
Router(config)# show aaa group server radius RADIUSGroup1
Router(config)# show aaa group server radius RADIUSGroup1
key : 12345678
timeout : 100
description :
group attribute : 11
nas-ip : 127.0.0.1
nas-id :
case-sensitive : yes
No. Host Member Auth. Port
===========================================================================
1 192.168.1.100 1812
2 172.16.22.100 1812
Router(config)#