Chapter 28 AAA Server

Table 112 aaa group server radius Commands (continued)

COMMAND

DESCRIPTION

[no] server nas-ip

Specifies the Network Access Server IP address

<nas_address>

attribute value if the RADIUS server requires it. The no

 

command clears this setting.

[no] server acct-interim

Enable this to have the NXC send subscriber status

activate

updates to the RADIUS server. The no command has

 

the NXC not send subscriber status updates to the

 

RADIUS server.

 

 

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.

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)#

192

 

NXC CLI Reference Guide