Setup guide

[admin@Wandy] user group> add name=reboot policy=telnet,reboot,read
[admin@Wandy] user group> print
0 ;;; users with read only permission
name="read"
policy=local,telnet,ssh,!ftp,reboot,read,!write,!policy,test,web
1 ;;; users with write permission
name="write"
policy=local,telnet,ssh,!ftp,reboot,read,write,!policy,test,web
2 ;;; users with complete access
name="full" policy=local,telnet,ssh,ftp,reboot,read,write,policy,test,web
3 name="reboot"
policy=!local,telnet,!ssh,!ftp,reboot,read,!write,!policy,!test,!web
[admin@Wandy] user group>
Router Users
user
Property Description
name (name) - user name. Although it must start with an alphanumeric character, it may "*", "_",
".", "@" symbols
group (name) - name of the group the user belongs to
password (text; default: "") - user password. If not specified, it is left blank (hit [Enter] when
logging in). It conforms to standard Unix characteristics of passwords and can contain letters, digits,
"*" and "_" symbols
address (IP address/mask; default: 0.0.0.0/0) - IP address from which the user is allowed to log in
Notes
There is one predefined user that cannot be deleted:
[admin@Wandy] user> print
Flags: X - disabled
# NAME GROUP ADDRESS
0 ;;; system default user
admin full 0.0.0.0/0
[admin@Wandy] user>
When the user has logged in he can change his password using the /password command. The user
is required to enter his/her current password before entering the new password. When the user logs
out and logs in for the next time, the new password must be entered.
Example
To add user joe with password j1o2e3 belonging to write group:
[admin@Wandy] user> add name=joe password=j1o2e3 group=write
[admin@Wandy] user> print
Flags: X - disabled
0 ;;; system default user
name="admin" group=full address=0.0.0.0/0
1 name="joe" group=write address=0.0.0.0/0
[admin@Wandy] user>