System information

1-48 ADD USER RSO AR Series Router Reference Manual
Software Release 2.0.1
C613-03018-00 REV A
The IPADDRESS, NETMASK and MTU parameters are only required if the
user is to login in order to make a PPP or SLIP connection to the router over a
modem connected to an asynchronous port.
Examples
To add a user with the login name “BRUCE”, the password “sbfd4Q” and
MANAGER privilege, use the command:
ADD USER=BRUCE DESCRIPTION=“Bruce Wilson” PASSWORD=sbfd4Q
PRIVILEGE=MANAGER
To add a user with the login name “ACCOUNTS”, the password “Cash4Cast”,
and USER privilege, and specify an IP address, network mask and MTU so that
the user can make SLIP connection to the router, use the command:
ADD USER=ACCOUNTS DESCRIPTION=“Accounting Data Entry”
PASSWORD=Cash4Cast PRIVILEGE=USER IPADDRESS=192.168.35.17
NETMASK=255.255.255.0 MTU=1500
To add a user with the login name “CIPHER”, password “sbr4y3” and
SECURITY OFFICER privilege, use the command:
ADD USER=”CIPHER” PASSWORD=”sbr4y3” PRIVILEGE=SECURITYOFFICER
See Also
DELETE USER
DISABLE SYSTEM SECURITY_MODE
DISABLE USER
ENABLE SYSTEM SECURITY_MODE
ENABLE USER
PURGE USER
RESET USER
SET USER
SHOW USER
ADD USER RSO
Syntax
ADD USER RSO IP=ipadd [MASK=ipadd]
where:
ipadd is an IP address in dotted decimal notation.
Description
This command adds a Remote Security Officer address and mask to the remote
access user list. The entire range of addresses defined by the combined IP
address and mask become eligible for Remote Security Officer access.
The IP parameter specifies the base IP address for this range of Remote
Security Officer addresses. All base IP addresses defined with successive use of
this command should be unique, since the base IP address is used to identify
the Remote Security Officer access entry.
The MASK parameter specifies the address mask which extends the range of IP
addresses. If the mask parameter is not present a mask of 255.255.255.255 is
used. The address and mask must be internally consistent in that the result of
ANDing the address and mask should be the address.