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 97
4 - CONFIGURATION-MODE
C
OMMANDS
Usage In-path interfaces use routes from an in-path route table. To configure in-path routes
you set a new in-path route that points to your WAN gateway. You must also copy any
static routes that you have added to the main table (if they apply to the in-path
interface).
Example
minna (config) # ip in-path route 193.140.0.0 255.255.0.0 190.160.0.0
minna (config) #
ip name-server
Description Adds a DNS name server. The no command option removes a DNS name server.
Syntax ip name-server <addr>
Parameters
Example
minna (config) # ip name-server 10.10.10.1
minna (config) #
ip route
Description Adds a static route. The no command option disables the static route. If no ip route
command is run without parameters, it removes all static routes. If it is run with only
a network prefix and mask, it deletes all routes for that prefix.
Syntax ip route <network prefix> <netmask> <netmask length> <next-hop-IP-addr>
Parameters
Example
minna (config) # ip route 193.166.0/24 10.10.10.1
minna (config) #
ip security authentication policy
Description Sets the authentication algorithms in order of priority. You must specify at least one
algorithm. The algorithm is used to guarantee the authenticity of each packet.
Syntax ip security authentication policy <policy> [<policy>]
<addr> Specifies the name server IP address.
<network prefix> Specifies the network prefix.
<netmask> Specifies the netmask. For example: 255.255.255.0
<mask length> Specifies the netmask length. For example: /24
<next hop IP addr> Specifies the next hop IP address.