HP StorageWorks Enterprise File Services WAN Accelerator 3.0.4 Command-Line Interface reference manual (AG421-96004, March 2007)

82 4 - CONFIGURATION-MODE COMMANDS
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 removes static entries from the ARP cache.
Syntax [no] 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.
The no command option resets the banner to the default.
Syntax [no] banner login <message string> motd <message string>
Parameters
Example
minna (config) # banner motd this is a test
minna (config) #
<addr> Specifies the Internet Protocol (IP) address of the machine.
<MACaddr> Specifies the Media Access Control (MAC) address.
<message
string>
Specifies the login or MOTD message.