Enables an access point as a virtual-controller (VC) or a dynamic virtual controller (DVC)
When configured without the ‘auto‘ option, this command manually enables an AP as a VC. The ‘auto‘ option allows dynamic enabling of APs as VCs. When DVC is enabled on an AP‘s device or profile context, the AP is dynamically enabled as the VC on being elected as the RF-Domain manager.
Note
DVC is not supported on the new 802.11ax APs.virtual-controller auto
virtual-controller auto | Enables this AP as a VC |
auto | Optional. This option enables/disables auto-election of AP as VC.
|
virtual-controller {management-interface [ip address <IP/M>|vlan <1-4094>]}
virtual-controller {management-interface [ip address <IP/M>|vlan <1-4094>]} | If enabling DVC,
use this option to configure management interface details.
|
ap8533-9A1529(config-device-74-67-F7-9A-15-29)#virtual-controller auto ap8533-9A1529(config-device-74-67-F7-9A-15-29)#virtual-controller management-interface ip address 110.110.110.120/24 ap8533-9A1529(config-device-74-67-F7-9A-15-29)#virtual-controller management-interface vlan 100 ap8533-9A1529(config-device-74-67-F7-9A-15-29)#show context | include virtual-controller virtual-controller auto virtual-controller management-interface ip address 110.110.110.120/24 virtual-controller management-interface vlan 100 ap8533-9A1529(config-device-74-67-F7-9A-15-29)#
The following example shows the management interface VLAN IP address being configured as the secondary IP address.
ap8533-9A1529(config-device-74-67-F7-9A-15-29)#show ip interface brief ------------------------------------------------------------------------------- INTERFACE IP-ADDRESS/MASK TYPE STATUS PROTOCOL ------------------------------------------------------------------------------- vlan1 10.1.1.11/24 primary UP up vlan100 110.110.110.110/24 primary UP up vlan100 110.110.110.120/24 secondary UP up -------------------------------------------------------------------------------