Specifications
3-467
Cisco Wide Area Application Services Command Reference
OL-16451-01
Chapter 3 CLI Commands
(config) ip
(config) ip
To change the 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 | domain-name name1 name2 name3 |
ip host hostname ip-address | ip name-server ip-addresses |
ip path-mtu-discovery enable | ip route dest_addrs net_addrs gateway_addrs}
no ip {default-gateway ip-address | domain-name name1 name2 name3 |
ip host hostname ip-address | 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. You can only configure one default
gateway. 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.
To define a default domain name, use the ip domain-name command. To remove the IP default domain
name, use the no form of this command. You can enter up to three domain names. If a request arrives
without a domain name appended in its hostname, the proxy tries to resolve the hostname by appending
name1, name2, and name3 in that order until one of these names succeeds.
default-gateway ip-address Specifies the IP address of the default gateway (if not routing IP).
domain-name name1
name2 name3
Specifies domain names (up to three can be specified).
host hostname ip-address Adds an entry to the /etc/hosts file on the device, mapping the specified
hostname to the specified IP address of the host.
name-server ip-addresses Specifies the address of the name server and IP addresses of the name
servers (up to a maximum of eight).
path-mtu-discovery
enable
Enables RFC 1191 Path Maximum Transmission Unit (MTU) discovery.
route dest_addrs net_addrs
gateway_addrs
Specifies the net route (destination route address, netmask address, and
gateway address).