Forum Discussion

Thiyagu_343098's avatar
Thiyagu_343098
Icon for Nimbostratus rankNimbostratus
Aug 01, 2018

Need help to edit,exit and save the configuration for creating the new role

Hello All, I'm working to enable role based access on LTM and for that I'm trying to create a new role on LTM.

 

Could you please provide me steps of how to add the below configuration and I tried in the bash shell it is not working.

 

remoterole role info Netadm '{ attribute "F5-LTM-User-Info-1=Netadm" role administrator user partition all console enable deny disable line order 2 }'

 

Regards, Thiyagu

 

1 Reply

  • Try below command in test load balancer and replicate to production. Hope it will work for you during automation.

    tmsh auth remote-role role-info add { Netadm { attribute "F5-LTM-User-Info-1=Netadm" role 0 user-partition all console tmsh deny disabled line-order 2 } }
    

    Suggest to land to bash-->

    run /util bash
    mode and run above command.