adoption

Profile Config Commands

Configures a minimum and maximum delay time in the initiation of the device adoption process. When configured, devices do not attempt adoption immediately on coming up. The process is initiated after the lapse of a specified period of time (configured using this command as the start-delay minimum time).

Once configured and applied, this setting is applicable on all devices using this profile. This option is also available in the device-configuration mode.

Supported in the following platforms:

  • Access Points — AP505i, AP510i/e, AP560i/h
  • Service Platforms — NX5500, NX7500, NX9500, NX9600, VX9000

Syntax

adoption start-delay min <0-30> max <0-30>

Parameters

adoption start-delay min <0-30> max <0-30>
adoption start-delay min <0-30> max <0-30> Delays start of the device adoption process
  • min <0-30> – Configures the minimum time to lapse before a device attempts adoption. Specify a value from 0 - 30 seconds.

A device, on coming up, attempts adoption only after the lapse of the time specified here. The default is 5 seconds.

  • max <0-30> – Configures the maximum time to lapse before a device attempts adoption. Specify a value from 0 - 30 seconds. The default is 20 seconds.

Example

nx9500-6C8809(config-profile-test4K)#adoption start-delay min 10 max 30
nx9500-6C8809(config-profile-test4K)#show context include-factory | include  adoption
 enforce-version adoption strict
 controller adoption
 adoption start-delay min 10 max 30
 adoption-mode controller
nx9500-6C8809(config-profile-test4K)#

Related Commands

no Removes the configured minimum start-delay value. When removed, devices attempt adoption immediately on coming up.