Specifications

3-427
Cisco Wide Area Application Services Command Reference
OL-11817-01
Chapter 3 CLI Commands
(config-if) ip
Note No two interfaces can have IP addresses in the same subnet.
Use the ip-address dhcp command to negotiate a reusable IP address from DHCP.
Examples The following example shows how to configure the port channel interface with an IP address of
10.10.10.10 and a netmask of 255.0.0.0:
WAE# configure
WAE(config)# interface PortChannel 2
WAE(config-if)# ip address 10.10.10.10 255.0.0.0
The following example deletes the IP address configured on the interface:
WAE(config-if)# no ip address
The following example enables an interface for DHCP:
WAE(config-if)# ip address dhcp
The following example configures a client identifier and hostname on the WAAS device to be sent to the
DHCP server:
WAE(config-if)# ip address dhcp client-id
myclient
hostname
myhost
Related Commands (config) interface
show interface
show running-config
show startup-config