Specifications
3-302
Cisco Wide Area Application Services Command Reference
OL-11817-01
Chapter 3 CLI Commands
(config) ip
(config) ip
To change initial network device configuration settings, use the ip global configuration command. To
delete or disable these settings, use the no form of this command.
ip default-gateway ip-address
ip domain-name name1 name2 name3
ip name-server ip-addresses
ip path-mtu-discovery enable
ip route dest_addrs net_addrs gateway_addrs
Syntax Description
Defaults No default behavior or values
Command Modes global configuration
Device Modes application-accelerator
central-manager
Usage Guidelines To define a default gateway, use the ip default-gateway command. Only one default gateway can be
configured. To remove the IP default gateway, use the no form of this command. The WAAS device uses
the default gateway to route IP packets when there is no specific route found to the destination.
default-gateway Specifies the default gateway (if not routing IP).
ip-address IP address of the default gateway.
domain-name Specifies domain names.
name1 through name3 Domain name (up to three can be specified).
name-server Specifies the address of the name server.
ip-addresses IP addresses of the name servers (up to a maximum of eight).
path-mtu-discovery Configures RFC 1191 Path Maximum Transmission Unit (MTU)
discovery.
enable Enables Path MTU discovery.
route Specifies the net route.
dest_addrs Destination route address.
net_addrs Netmask address.
gateway_addrs Gateway address.