Users Guide

Table Of Contents
Dell PowerConnect ArubaOS 5.0 | User Guide Management Access | 521
Setting the Maximum Time for Guest Accounts
You can set the maximum expiration time (in minutes) for guest accounts. If the guest-provisioning user attempt
to add a guest account that expires beyond this time period, an error message is displayed and the guest account
is created with the maximum time you configured.
Using the WebUI to set the maximum time for guest accounts
1. Navigate to the Configuration > Security > Authentication page.
2. Select Internal DB.
3. Under Internal DB Maintenance, enter a value in Maximum Expiration.
4. Click Apply.
Using the CLI to set the maximum time for guest accounts
(host)# local-userdb maximum-expiration <minutes>
Managing Files on the Controller
You can transfer the following types of files between the controller and an external server or host:
z ArubaOS image file
z A specified file in the controller’s flash file system, or a compressed archive file that contains the entire
content of the flash file system
z Configuration file, either the active running configuration or a startup configuration
z Log files
You can use the following protocols to copy files to or from a controller:
z File Transfer Protocol (FTP): Standard TCP/IP protocol for exchanging files between computers.
z Trivial File Transfer Protocol (TFTP): Software protocol that does not require user authentication and is
simpler to implement and use than FTP.
z Secure Copy (SCP): Protocol for secure transfer of files between computers that relies on the underlying
Secure Shell (SSH) protocol to provide authentication and security.
Table 112 lists the parameters that you configure to copy files to or from a controller.
Note: If you set the maximum expiration time, it applies to all users in the internal database whether they are guests or not.
Note: You back up the entire content of the flash file system to a compressed archive file, which you can then copy from the
flash system to another destination.
Note: You can use SCP only for transferring image files to or from the controller, or transferring files between the flash file
system on the controller and a remote host. The SCP server or remote host must support SSH version 2 protocol.