Brocade Fabric OS CLI Commands
B5300:admin> aaaconfig --show RADIUS CONFIGURATIONS ===================== Position : 1 Server : test-server Port : 1812 Secret : TestKey Timeout(s) : 10 Auth-Protocol: PAP LDAP CONFIGURATIONS =================== LDAP configuration does not exist. Primary AAA Service: RADIUS <- First RADIUS authentication Secondary AAA Service: Switch database as Backup <- Second Local authentication
aaaconfig --add IPADDRESS -conf radius -p 1812 -s SECRETKEY -t 10 -a pap aaaconfig --authspec "radius;local" -backup
aaaconfig --remove IPADDRESS -conf radius -p 1812 -s SECRETKEY -t 10 -a pap aaaconfig --authspec "local"