Link to home
Start Free TrialLog in
Avatar of EK 365
EK 365

asked on

Radius (Steel Belted Radius) configuration for attribute/value

Hi, I am trying to have SAN switches authenticated with SBR. Authentication is fine but after logging in any command results in following error :

no chassis permission

So I researched and found SBR has to set up some attribute and values (around p.164):
http://www.brocade.com/content/dam/common/documents/content-types/administration-guide/fos-740-adminguide.pdf
http://www.manualslib.com/manual/390261/Brocade-Communications-Systems-1606.html?page=146#manual

However, the following dictionary files give me "invalid" syntax error on line 23,24. Please help!

"brocade.dct" [Read only] 24 lines, 966 characters
VALUE   Brocade-AVPairs1        ChassisRole     admin
     1  ##########################################################
     2  # brocade.dct - Brocade Company - Brocade Switch dictionary - 3/9/1999  #
     3  # update: 07/25/2006                                                     #
     4  ##########################################################
     5  #
     6  # Use the Radius specification attributes
     7  @radius.dct
     8  #
     9
    10
    11  #ATTRIBUTE  Brocade-Auth-Role 26 [vid=1588 type1=1 len1=+2 data=string] r
    12  ## VALUE can be Admin, BasicSwitchAdmin, FabricAdmin, Operator, SecurityAdmin
    13  ## SwitchAdmin, User and ZoneAdmin
    14
    15  MACRO Brocade-VSA(t,s) 26 [vid=1588 type1=%t% len1=+2 data=%s%]
    16
    17  ATTRIBUTE Brocade-Auth-Role  Brocade-VSA(1, string)  r
    18  ATTRIBUTE Brocade-AVPairs1  Brocade-VSA(2, string)  r
    19  ATTRIBUTE Brocade-AVPairs2  Brocade-VSA(3, string)  r
    20  ATTRIBUTE Brocade-AVPairs3  Brocade-VSA(4, string)  r
    21  ATTRIBUTE Brocade-AVPairs4  Brocade-VSA(5, string)  r
    22
    23  VALUE   Brocade-Auth-Role       Admin  
    24  VALUE   Brocade-AVPairs1        ChassisRole     Admin
ASKER CERTIFIED SOLUTION
Avatar of EK 365
EK 365

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial