Specifications
3-426
Cisco Wide Area Application Services Command Reference
OL-11817-01
Chapter 3 CLI Commands
(config-if) ip
(config-if) ip
To configure the IP address or subnet mask, or to negotiate an IP address from DHCP on the interface
of the WAAS device, use the ip interface configuration command. To disable this function, use the
no
form of this command.
ip address {ip-address ip-subnet [secondary] | dhcp [client-id id [hostname name] | hostname
name [client-id id]]}
Syntax Description
Defaults No default behavior or values
Command Modes interface configuration
Device Modes application-accelerator
central-manager
Usage Guidelines Use this command to set or change the IP address, subnet mask, or DHCP IP address negotiation of the
network interfaces of the WAAS device. The change in the IP address takes place immediately.
The ip address interface configuration command allows configuration of secondary IP addresses for a
specified interface as follows.
WAE(config-if)# ip address
ip_address netmask
[secondary]
Up to four secondary IP addresses can be specified for each interface. The same IP address cannot be
assigned to more than one interface. The secondary IP address becomes active only after a primary
IP
address is configured. The following command configures the primary IP address.
WAE(config-if)# ip address
ip_address netmask
The secondary IP addresses are disabled when the interface is shut down, and are enabled when the
interface is brought up.
Use the no form of the command to disable a specific IP address.
WAE(config-if)# no ip address
ip_address netmask
address Sets the IP address of an interface.
ip-address IP address.
ip-subnet IP subnet mask.
secondary (Optional) Makes this IP address a secondary address.
dhcp Sets the IP address negotiated over DHCP.
client-id (Optional) Specifies client identifier.
id Client identifier.
hostname (Optional) Specifies the hostname.
name Hostname.