Skip to main content
gakshay
Staff
Staff
February 19, 2020

Technical Tip: WTP Profile changes

  • February 19, 2020
  • 0 replies
  • 1258 views
Description
This article describes WTP profile changes.

Scope
For version 6.2.3.

Solution
The default extension information setting in wtp-profile has changed from disable to enable.

Previous releases.
# config wireless-controller wtp-profile
    edit <FAP-Profile>
        set ext-info-enable disable
    next
end
6.2.3 release.
# config wireless-controller wtp-profile
    edit <FAP-Profile>
    set ext-info-enable enable <== changed
    next
end