To configure address
information for an interface, use the
config interface
address command.
config interface
address
{ ap-manager IP_address netmask gateway
|
management IP_address netmask gateway
|
service-port IP_address netmask |
virtual
IP_address
|
dynamic-interface
IP_address
dynamic_interface
netmask
gateway
|
redundancy-management
IP_address
peer-redundancy-management
IP_address
}
Syntax Description
ap-manager
|
Specifies the access point
manager interface.
|
IP_address
|
IP address— IPv4 only.
|
netmask
|
Network mask.
|
gateway
|
IP address of the gateway.
|
management
|
Specifies the management
interface.
|
service-port
|
Specifies the out-of-band
service port interface.
|
virtual
|
Specifies the virtual gateway
interface.
|
interface-name
|
Specifies the interface
identified by the
interface-name parameter.
|
interface-name
|
Interface name.
|
redundancy-management
|
Configures redundancy management interface IP address.
|
peer-redundancy-management
|
Configures the peer redundancy management interface IP address.
|
Command History
Release |
Modification |
7.6
|
This command was introduced in a release earlier than Release 7.6.
|
Usage Guidelines
For Cisco 5500 Series Controllers, you are not required to configure an AP-manager interface. The management interface acts like an AP-manager interface by default.
This command is
applicable for IPv4 addresses only.
Ensure that the management interfaces of both controllers are in the same subnet. Ensure that the Redundant Management IP
address for both controllers is the same. Likewise, ensure that the Peer Redundant Management IP address for both the controllers
is the same.
Examples
The following example shows how to configure an access point
manager interface with IP address 209.165.201.31, network mask 255.255.0.0, and
gateway address 209.165.201.30:
(Cisco Controller) > config interface address ap-manager 209.165.201.31 255.255.0.0 209.165.201.30
The following example shows how to configure a redundancy
management interface on the controller:
(Cisco Controller) > config interface address redundancy-management 209.4.120.5 peer-redundancy-management 209.4.120.6
The following example shows
how to configure a virtual interface:
(Cisco Controller) > config interface address virtual 192.0.2.1