D • Command Line Interface (CLI) Operation Model 3201 G.SHDSL Integrated Access Device User Guide
126 Administering user accounts
The <name> of the interface. In this instance the interface name is ip1. It is important that you do the “?” inquiry to
determine whether additional parameters follow.
→
ip interface ip1 ?
add
delete
clear
list
→
ip interface ip1 list ?
secondaryipaddresses
→
ip interface ip1 list secondaryipaddresses ?
ip interface ip1 list secondaryipaddresses <enter>
Secondary IP addresses for interface: ip1
ID | 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 save
Wait for the message that says “Configuration Saved”, then reboot the modem with this command.
→
system restart
Administering user accounts
As admin user you can administer user accounts. This section summarizes the CLI commands which can be
used to administer user accounts.
Adding new users
To 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 access
system add login joe user with login access
creates two new users called fred and joe. The accounts are created with no passwords. To view details about the
new users, enter:
system list users