adoption-mode
Profile Config Commands
Configures the mode of adoption in
an access point profile. This command is also applicable to the device configuration
context.
By default, any
WiNG AP, on being
powered-up for the first time, starts the following auto-discovery process. The AP:
- Moves to MLCP_DISCOVERY state and
tries to discover a local controller. If a local controller is found, it
- adopts to the controller,
and
- marks itself as
“local-controller” adopted, and
- moves to the MLCP_MODE.
- If a local controller is not
found, the AP switches to the CLOUD_DISCOVERY state, and tries connecting to the
ExtremeCloud. If the AP succeeds in connecting to the cloud, it
- marks itself as
“cloud-adopted”, and
- moves to the
CLOUD_MODE.
- If the AP is unable to discover
and adopt to the ExtremeCloud, it switches to the WS_CONTROLLER_DISCOVERY state,
and tries connecting to the WebSocket (WS) Controller. If it succeeds in
connecting to the ws_controller, it
- marks itself as
“ws-controller-adopted”, and
- moves to the
WS_CONTROLLER_MODE.
- The AP continues to switch between
the three discovery states (local controller, cloud, and ws_controller) until it
gets adopted.
- Once adopted, an AP‘s adoption
mode does not change unless,
- It is changed from the
controller‘s CLI (using the adoption-mode command), the Cloud dashboard, or
the WS controller dashboard.
- If the AP is reverted to
factory settings, in which case the AP starts the auto-discovery process on
bootup.
Supported in the following platforms:
- Access Points — AP7502, AP7522,
AP7532, AP7562, AP7602, AP7612, AP7622, AP7632, AP7662, AP8163, AP8432, AP8533
- Wireless Controller — RFS4010
- Service Platforms — NX5500, NX7500,
NX9500, NX9600, VX9000
Syntax
adoption-mode [cloud|controller|ws-controller]
Parameters
adoption-mode [cloud|controller|ws-controller]
adoption-mode
[cloud|controller|ws-controller] |
Use to set the adoption-mode to:
- cloud – Sets the
adoption-mode to Extreme Cloud. The factory-default, management server
setting, in WiNG AP
profiles contexts, points to the Extreme Cloud Web address. If the
adoption-mode is set to cloud, the AP on coming up, will search for
and adopt to the ExtremeCloud.
- controller – Sets the
adoption mode to the local WiNG controller. This is the default setting. Note, APs with
the ‘controller > host > configuration‘ specified are marked as
local-controller APs and never try adopting to the CLOUD or
WS-Controller
- ws-controller – Sets the
adoption mode to the ExtremeCloud Appliance ws-controller. If
selecting this option, use the ‘management-server‘ command to
configure the ExtremeCloud Appliance controller‘s IP address or
hostname. For information on configuring the management-server, see
management-server.
Note: Alternately, the AP auto-adopts to the WS controller, if its
receives DHCP IP address, and the DHCP option 191 poo1 string
configuration is as shown in the following examples: In the DHCP server
policy, define an alias for option
191: VX(config-dhcp-policy-DHCP)#
dhcp-server-policy DHCP
option AP-adoption 191 ascii
In the DHCP pool config, define the option 191
string: dhcp-pool AP
option AP-adoption pool1=<ws-controller-ip-adress>;
adoption-mode=ws-controller
|
Examples
nx9500-6C8809(config-profile-testAP8432)#adoption-mode cloud
nx9500-6C8809(config-profile-testAP8432)#show context
profile ap8432 testAP8432
no autoinstall configuration
no autoinstall firmware
crypto ikev1 policy ikev1-default
isakmp-proposal default encryption aes-256 group 2 hash sha
crypto ikev2 policy ikev2-default
isakmp-proposal default encryption aes-256 group 2 hash sha
crypto ipsec transform-set default esp-aes-256 esp-sha-hmac
crypto ikev1 remote-vpn
crypto ikev2 remote-vpn
crypto auto-ipsec-secure
crypto load-management
crypto remote-vpn-client
interface radio1
interface radio2
interface bluetooth1
shutdown
interface ge1
interface ge2
interface pppoe1
use firewall-policy default
service pm sys-restart
router ospf
adoption-mode cloud
nx9500-6C8809(config-profile-testAP8432)#
Related Commands
no |
Reverts the adoption-mode to default
(controller) |