Brocade OS Command Reference Manual Supporting Fabric OS v6.0.0 (53-1000599-01, October 2007)

8 Fabric OS Command Reference
53-1000599-01
aaaConfig
2
“ldap;local” Enables the current LDAP configuration as the primary AAA service and the
switch-local database as the secondary AAA service. When “ldap” and “local”
are specified, if the ADir servers are reachable and the user credentials are
correct the user authentication succeeds. If the user provides credentials
from the switch database, ADir authentication would fail but login would still
succeed through the switch database.
-backup For use with "radius;local" and the "radius;local" options only.The backup
option states to try the secondary AAA service only if none of the primary AAA
services is available.
--help Displays command usage.
Examples To display the current RADIUS configuration:
switch:admin> aaaconfig --show
RADIUS CONFIGURATIONS
=====================
Position Server Port Secret Timeout(s) Auth-Protocol
1 192.168.233.48 1812 sharedsecret 3 CHAP
2 192.168.233.44 1812 sharedsecret 3 CHAP
3 radserver 1812 private 5 CHAP
Primary AAA Service: Switch database
Secondary AAA Service: None
LDAP CONFIGURATIONS
===================
LDAP configuration does not exist.
To move the RADIUS server "radserver" from position 3 to position 1:
switch:admin> aaaconfig --move radserver -conf radius 1
To change the configuration for RADIUS server 192.168.233.48:
switch:admin> aaaconfig --change 192.168.233.48 -conf ldap -p 3002 -s newsecret -t 1
To replace the AAA service with backup option:
switch:admin> aaaconfig --authspec “ldap;local” -backup
See Also none