Chapter 60 RADIUS Commands
Ethernet Switch CLI Reference Guide
244
60.2 Command Examples
This example sets up one primary RADIUS server (172.16.10.10) and one secondary
RADIUS server (172.16.10.11). The secondary RADIUS server is also the accounting server.
radius-accounting host <index>
<ip> [acct-port <socket-number>]
[key <key-string>]
Specifies the IP address of the RADIUS accounting server.
Optionally, sets the port number and key of the external
RADIUS accounting server.
index: 1 or 2.
key-string: 1-32 alphanumeric characters.
C13
no radius-accounting <index> Resets the specified RADIUS accounting server to its default
values.
C13
Table 132 radius-accounting Command Summary (continued)
COMMAND DESCRIPTION M P
sysname# configure
sysname(config)# radius-server mode index-priority
sysname(config)# radius-server host 1 172.16.10.10
sysname(config)# radius-server host 2 172.16.10.11
sysname(config)# radius-accounting host 1 172.16.10.11
sysname(config)# exit