HP StorageWorks Enterprise File Services WAN Accelerator 2.1 Command Line Interface Reference Guide (November 2005)
HP STORAGEWORKS EFS WAN ACCELERATOR COMMAND-LINE INTERFACE REFERENCE MANUAL 65
4 - CONFIGURATION-MODE
C
OMMANDS
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) #
boot system
Description Boots the specified partition the next time the HP EFS WAN Accelerator is rebooted.
Syntax boot system <partition>
Parameters
Example
minna (config) # boot system 1
minna (config) #
clear arp-cache
Description Clears dynamic entries in the ARP cache. This command does not delete static ARP
entries configured with the arp command.
Syntax clear arp-cache
<addr> Specifies the Internet Protocol (IP) address of the machine.
<MACaddr> Specifies the Media Access Control (MAC) address.
<partition> Specifies the partition to boot: 1 or 2.