User's Guide

Wireless Array
Installing the Wireless Array 75
Array42#
3. Type configure to enter the CLI config mode.
Array42#configure
4. If Xircon access at the XBL level is to be allowed, use the following three
commands to change the XBL username and password from the default
values of admin/admin. In the example below, replace newusername
and newpassword with your desired entries. Note that these entries are
case-sensitive.
Array42#(config)#boot-env
Array42#(config-boot)#set username newusername
Array42#(config-boot)#set password newpassword
Array42#(config-boot)#save
Saving boot environment .... OK
Array42(config-boot)# exit
5. Enter the following commands if you wish to change Xircon access
permission:
Array42#(config)# management
Array42#(config-mgmt)# xircon <management-status>
Array42#(config-mgmt)# save
Array42#(config-mgmt)# exit
Array42#(config)#
<management-status>
may be one of :
z
on enables both CLI and XBL access
z
off disables both CLI and XBL access
z
aos-only enables only CLI (i.e. ArrayOS) access
z
boot-only enables only XBL access
Note that there is a WMI setting for changing Xircon access, timeout
period, and the UDP port used. This may be used instead of CLI if you
wish. See “Management Control” on page 221. Note that you cannot
change the XBL username and password via the WMI.