Brocade Mobility RFS7000-GR Controller CLI Reference Guide (Supporting software release 4.1.0.0-040GR and later) User Manual

Page 185

Advertising
background image

Brocade Mobility RFS7000-GR Controller CLI Reference Guide

171

53-1001945-01

Global Configuration Commands

5

aaa

Global Configuration Commands

Use this command to configure current Authentication,Authorization and Accounting (aaa) login
settings.

Syntax

aaa [authentication|nas|vpn-authentication]

aaa authentication login default [local (radius)|radius (local)]

aaa nas <name>

aaa vpn-authentication [primary|secondary] <IP Address> (key)[0|2|WORD]

Parameters

Usage Guidelines
Use AAA login to determine whether management user authentication must be performed against
a local user database or an external RADIUS server.

Example

RFS7000(config)#username Brocadeadmin password Brocade

RFS7000(config)#username Brocadeadmin privilege superuser

RFS7000(config)#aaa authentication login default local

RFS7000(config)#

authentication

Authentication configuration parameters.

login – Sets an authentication list for logins.

default – The default authentication list.

local (radius) – Uses the local user database.

radius (local) – Uses an external RADIUS server.

nas <nameWORD>

Identifies the NAS originating the RADIUS access request (for VPN only).
WORD – A strting of up to 64 characters.

vpn-authentication
[primary|secondary]
<IP Address> (key)
[0|2|WORD]

Configures the RADIUS server.

[primary|secondary] – Primary / Secondary RADIUS server.

IP Address – RADIUS server’s IP Address.

key – The RADIUS client preshared key. This must match with RADIUS server.

0 – Password is specified UNENCRYPTED.

2 – Password is encrypted with password-encryption secret.

word – Shared secret upto 32 characters.

Advertising