cmdref.net - Cheat Sheet and Example

cmdref.net is command references/cheat sheets/examples for system engineers.

User Tools

Site Tools


Sidebar








Cloud



Etc


Reference














.

hardware:brocade:radius.html



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




hardware/brocade/radius.html.txt ยท Last modified: 2018/09/01 by admin

Page Tools