HP StorageWorks Enterprise File Services WAN Accelerator Manager 2.1.2 User's Guide (392360-004, June 2006)

180 A - HP EFS WAN ACCELERATOR MANAGER COMMAND-LINE INTERFACE
ip route
Description Adds a static route. The no command option disables the static route. If no ip route
command is called with no parameters, it removes all static routes. If it is called with
only a network prefix and mask, it deletes all routes for that prefix.
Syntax ip route {<network prefix> <netmask> <next-hop-IP-addr>}
Parameters
Example
minna (config) # ip route 193.166.0/24 10.10.10.1
minna (config) #
show ip
Description Displays IP settings such as host name, Domain Name Service (DNS), and static
route.
Syntax show ip {default-gateway [static] |route [static]}
Parameters
Example
minna # show ip route
Destination Mask Gateway
10.0.0.4 255.255.0.0 0.0.0.0
default 0.0.0.0 10.0.0.1
minna #
ARP Commands
The following section describes the Address Resolution Protocol commands. It
contains the following commands:
“arp,” next
“clear arp-cache” on page 181
“show arp” on page 181
<network prefix> Specifies the network prefix.
<network netmask> Specifies the netmask.
<next-hop-IP-addr> Specifies the next hop IP address.
default gateway
[static]
Displays the default gateway or static default gateway.
route [static] Displays the IP route or IP static route.