beautypg.com

Copy local-radius-user-db (from file), Copy local-radius-user-db (from, File) – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual

Page 1337

background image

Local RADIUS Server Commands

Software Reference for x310 Series Switches

C613-50046-01 REV A

AlliedWare Plus

TM

Operating System - Version 5.4.4C

51.9

copy local-radius-user-db (from file)

Use this command to copy the Local RADIUS server user data from a file. The file, including
the RADIUS user data in the file, must be in the CSV (Comma Separated Values) format.

You can select add or replace as the copy method. The add parameter option copies the
contents of specified file to the local RADIUS server user database. If the same user exists
then the old user is removed before adding a new user. The replace parameter option
deletes all contents of the local RADIUS server user database before copying the contents
of specified file.

Syntax

copy <source-url> local-radius-user-db [add|replace]

Default

When no copy method is specified with this command the replace option is applied.

Mode

Privileged Exec

Examples

To replace the current local RADIUS server user data to the contents of http://datahost/
user.csv, use the following command:

To add the contents of http://datahost/user.csv to the current local RADIUS server user
database, use the following command:

Related commands

copy fdb-radius-users (to file)
copy local-radius-user-db (to file)

Parameter

Description

<source-url>

URL of the source file.

add

Add file contents to local RADIUS server user database.

replace

Replace current local RADIUS server user database with
file contents.

awplus#

copy http://datahost/user.csv local-radius-user-db

awplus#

copy http://datahost/user.csv local-radius-user-db add