beautypg.com

Radius configuration examples, Radius authentication, At th – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual

Page 1265

background image

RADIUS Introduction and Configuration

Software Reference for x310 Series Switches

C613-50046-01 REV A

AlliedWare Plus

TM

Operating System - Version 5.4.4C

46.15

RADIUS Configuration Examples

The following sections provide RADIUS configuration examples:

RADIUS Authentication

Single RADIUS Server Configuration

Multiple RADIUS Server Configuration

RADIUS Server Group Configuration

RADIUS Server Configuration using Server Groups

RADIUS Authentication

Example

The following example shows how to configure the switch to authenticate using RADIUS:

The lines in this example RADIUS authentication and accounting configuration are
defined as follows:

The

radius-server host

command defines the IP address of the RADIUS server host.

The

radius-server key

command defines the shared secret text string between the

network access server and the RADIUS server host.

The

aaa authentication login

command defines a method list named admin for

login authentication.

Example

The following example shows how to configure the switch to authenticate logins using
RADIUS:

This sample RADIUS authentication configuration is defined as follows:

The aaa authentication login radius-login group radius command configures the
switch to use RADIUS for authentication at the login prompt.

Figure 46-6: Sample RADIUS Authentication to configure the switch to authenticate
users

!
radius-server host 172.10.10.1
radius-server key radiuspass
username newuser password newpass
aaa authentication login admin
!

Figure 46-7: Sample RADIUS Authentication to authenticate logins

!
aaa authentication login radius-login group radius
!