beautypg.com

2 command examples – ZyXEL Communications ZyXEL Dimension ES-2024PWR User Manual

Page 190

background image

Chapter 51 RADIUS Commands

Ethernet Switch CLI Reference Guide

190

51.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.

C

13

no radius-accounting <index>

Resets the specified RADIUS accounting server to its default

values.

C

13

Table 108 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