
Accessing the IPLink software CLI task list
45
IPLink Software Configuration Guide
4 • Accessing the CLI
Example:
Create an operator account
The following example shows how to add a new operator account with a login name support and a matching
password of s4DF&qw. The changed configuration is then saved.
IPLink>enable
IPLink#configure
IPLink(cfg)#operator support password s4DF&qw
IPLink(cfg)#copy running-config startup-config
Creating an administrator account
Administrators can run the
enable
command and access additional information within the IPLink software
configuration modes. Therefore administrators can modify the system configuration, as well as view all relevant
system information.
Creating a new administrator account is described in the following procedure:
Mode:
Operator execution
Example:
Create an administrator account
The following example shows how to add a new administrator account with a login name super and a matching
password Gh3*Ke4h.
IPLink>enable
IPLink#configure
IPLink(cfg)#administrator super password Gh3*Ke4h
IPLink(cfg)#copy running-config startup-config
Displaying the CLI version
This procedure displays the version of the currently running IPLink software CLI.
3
node(cfg)# operator
name
password
password
Creates a new operator account
name
and
password
password
4
copy running-config startup-config
Saves the change made to the running config-
uration of the IPLink, so that it will be used fol-
lowing a reload
Step
Command
Purpose
1
node>enable
Enters administration execution mode
2
node#configure
Enters configuration mode
3
node(cfg)# administrator
name
password
password
Creates a new administrator account
name
and password
password
4
node(cfg)#copy running-config startup-config
Permanently stores the new administrator
account parameters.
Step
Command
Purpose