Administering user accounts 132Models 2603, 2621, and 2635 Getting Started Guide E • Command Line Interface (CLI) Operationip interface ip1 list secondaryipaddresses Secondary IP addresses for interface: ip1ID | IP Address-----|----------------------------------------In this example there was not a secondary IP address. Now save the entire configuration in nonvolatile FLASH mem-ory with the following command.→ system config saveWait for the message that says “Configuration Saved”, then reboot the modem with this command.→ system restartAdministering user accountsAs admin user you can administer user accounts. This section summarizes the CLI commands which can beused to administer user accounts.Adding new usersTo add a new user username, use the command: system add user < username > < Comment >system add login user < username > < Comment >The first command creates a user who can access the system via a dialin connection using PPP for example.The second command creates a user who can login to the system.For example, the commands:system add user fred user with dialin accesssystem add login joe user with login accesscreates two new users called fred and joe. The accounts are created with no passwords. To view details about thenew users, enter:system list usersThe following information is returned:Users:May May AccessID | Name | Conf. | Dialin | Level | Comment-----|--------|----------|----------|-----------|-------------------------1 | fred | disabled | ENABLED | default | user with dialin access2 | joe | ENABLED | disabled | default | user with login access3 | admin | ENABLED | disabled | superuser | Default admin user--------------------------------------------------------------------------Setting user passwordsTo change the password for the user you are currently logged in as, use the command:user passwordEnter the new password twice as prompted:Enter new password: ***Again to verify: ***→