cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3157
Views
0
Helpful
5
Replies

ISE Configure TACACS on Brocade

bforan
Level 1
Level 1

I am trying to setup TACACS on some older Brocade switches running 7.4 OS.  I have configured one attribute in the Shell Policy brcd-role=admin and that seems to work.  However I need to also add a ChassisRole as well to have all the security attributes applied when I login.  I am not able to find the proper syntax to have the ChassisRole applied along with the brcd-role.  Anyone have any familiarity with setting up Brocade switches with TACACS?

5 Replies 5

bforan
Level 1
Level 1

Supposedly the following Syntax works on other TACACS platforms but I have not been able to get the Radius responses to work.  Is there anyway to apply this in ISE besides one attribute at a time in the shell policy?

 

 service = exec {
                brcd-role = admin
                brcd-AV-Pair1 = "homeLF=128;LFRoleList=admin:1,3,4;securityAdmin:5,6"
                brcd-AV-Pair2 = "chassisRole=admin"
        } 

hslai