Specifications

3-656
Cisco Wide Area Application Services Command Reference
OL-21611-01
Chapter 3 CLI Commands
(config-if) ip
Use the no form of the command to disable a specific IP address:
WAE(config-if)# no ip address
ip_address netmask
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 1
WAE(config-if)# ip address 10.10.10.10 255.0.0.0
The following example shows how to delete the IP address configured on the interface:
WAE(config-if)# no ip address
The following example shows how to enable an interface for DHCP:
WAE(config-if)# ip address dhcp
The following example shows how to configure 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 GigabitEthernet
show interface
show running-config
show startup-config