HP StorageWorks Enterprise File Services WAN Accelerator 2.1.7 Command-Line Interface Reference Manual (392361-004, June 2006)

HP STORAGEWORKS EFS WAN ACCELERATOR COMMAND-LINE INTERFACE REFERENCE MANUAL 73
4 - CONFIGURATION-MODE
C
OMMANDS
Usage The order determines how the remote user mapping behaves. If the authenticated user
name is valid locally, no mapping is performed.The setting has the following
behaviors:
remote-first. If a local-user mapping attribute is returned and it is a valid local
user name, map the authenticated user to the local user specified in the attribute.
If the attribute is not present or not valid locally, use the username specified by
the default-user command. (This is the default behavior.)
remote-only. Map only to a remote authenticated user if the authentication server
sends a local-user mapping attribute. If the attribute does not specify a valid local
user, no further mapping is attempted.
local-only. All remote users are mapped to the user specified by the aaa
authorization map default-user <user name> command. Any vendor attributes
received by an authentication server are ignored.
To set TACACS+ authorization levels (admin and read-only) to allow certain
members of a group to log in, add the following attribute to users on the TACACS+
server:
service = rbt-exec {
local-user-name = "monitor"
}
where you replace monitor with admin for write access. To turn off general
authentication in the HP EFS WAN Accelerator, enter the following command at the
system prompt:
aaa authorization map order remote-only
Example minna (config) # aaa authorization map order remote-only
minna (config) #
arp
Description Creates static Address Resolution Protocol (ARP) entries in the ARP table. The no
command option disables ARP static entries.
Syntax arp <addr> <MACaddr>
Parameters
Example
minna (config) # arp 10.0.0.0 00:07:E9:55:10:09
minna (config) #
banner
Description Creates a login banner and message of the day (MOTD) in the HP EFS WAN
Accelerator Manager.
<addr> Specifies the Internet Protocol (IP) address of the machine.
<MACaddr> Specifies the Media Access Control (MAC) address.