SRX

last person joined: yesterday 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  Custom user permissions

    Posted 09-30-2016 08:37

    Hi,

     

    I want to create a custom user class that has the ability to view and modify the configuration with the exception of root access/password and other user's access/password.  Is there a way to do that without manually adding the permissions to every section of the configuration one by one (ie access, access-control, interface, interface-control, etc)?

     

    Thanks!



  • 2.  RE: Custom user permissions
    Best Answer

    Posted 10-01-2016 06:53

    Hi,

     

    Please test below :

     

    set system login class TEST permissions all

    set system login class TEST deny-configuration-regexps "system login"

     

     



  • 3.  RE: Custom user permissions

    Posted 10-02-2016 19:06

    Hi ,

     

    Let me know if it works for you.



  • 4.  RE: Custom user permissions

    Posted 10-29-2016 21:50

    Thank you it worked!