Chapter 17 Authentication Objects
NWA/WAC Series CLI Reference Guide
95
17.2.1 aaa authentication Command Example
The following example creates an authentication profile to authenticate users using the local user
database.
17.3 test aaa Command
The following table lists the test aaa command you use to teat a user account on an
authentication server.
[no] aaa authentication default
member1 [member2] [member3]
[member4]
Sets the default profile to use the authentication method(s) in the
order specified.
member = group radius, or local.
Note: You must specify at least one member for each profile. Each
type of member can only be used once in a profile.
The no command clears the specified authentication method(s) for
the profile.
[no] aaa authentication profile-
name member1 [member2] [member3]
[member4]
Sets the profile to use the authentication method(s) in the order
specified.
member = group radius, or local.
Note: You must specify at least one member for each profile. Each
type of member can only be used once in a profile.
The no command clears the specified authentication method(s) for
the profile.
Table 58 aaa authentication Commands (continued)
COMMAND DESCRIPTION
Router# configure terminal
Router(config)# aaa authentication LDAPuser group local
Router(config)# show aaa authentication LDAPuser
No. Method
===========================================================================
0 ldap
1 local
Router(config)#
Table 59 test aaa Command
COMMAND DESCRIPTION
test aaa {server|secure-server}
{ad|ldap} host {hostname|ipv4-
address} [host {hostname|ipv4-
address}] port <1..65535> base-dn
base-dn-string [bind-dn bind-dn-
string password password] login-
name-attribute attribute
[alternative-login-name-
attribute attribute] account
account-name
Tests whether a user account exists on the specified authentication
server.