Navigation
Supported Platforms
Related Documentation
Configuring System Identification and User Classes for Your Branch SRX Series
After assigning a root password, you must set up a hostname, domain name, and user accounts. All the users logging in to the SRX Series must be mapped to a login class. You can use the predefined login classes: operator, read-only, super-user, and unauthorized, or create a new login class. You can then apply one login class to an individual user account.
To configure system identification settings and user classes:
- Set the system hostname.[edit]root@host# set system host-name srx210-host
- Create an administrative user to manage the SRX Series.[edit]root@host# set system login user admin-user class super-userroot@host# set system login user admin-user authentication plain-text-password
Enter the password and retype the password when prompted.
- Create a read-only administrative user.[edit]root@host# set system login user read-only-user class read-onlyroot@host# set system login user read-only-user authentication plain-text-password
Enter the password and retype the password when prompted.