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 109
4 - CONFIGURATION-MODE
C
OMMANDS
Parameters
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) #
<interface> Specifies the interface name: aux, lan0_0, wan0_0, primary, in-
path0_0.
<network prefix> Specifies the network prefix.
<network mask> Specifies the netmask.
<next hop IP address
or WAN gateway>
Specifies the next hop IP address in this route or WAN gateway.
<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.