Table of Contents

Brocade Fabric OS CLI Commands

Brocade Fabric OS RADIUS Configuration Examples



Commands

Check RADIUS

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

Configuration

Add Configuration

aaaconfig --add  IPADDRESS  -conf radius -p 1812 -s SECRETKEY -t 10 -a pap
aaaconfig --authspec "radius;local" -backup

Delete Configuration

aaaconfig --remove IPADDRESS  -conf radius -p 1812 -s SECRETKEY -t 10 -a pap
aaaconfig --authspec "local"






Brocade Fabric OS CLI Commands