Wireless Controller
Dedicated Wi-Fi control and management for high density and mobility
ssteo
Staff
Staff
Article Id 270670
Description This article describes how to enable voice-enterprise under wireless-controller vap profile.
Scope FortiGate Wireless controller.
Solution

The below example shows two vap profiles configured:

 

config wireless-controller vap
    edit "vap1"
        set ssid "abc"
        set security captive-portal
        set portal-type disclaimer
    next
        edit "vap2"
            set ssid "abcd"
        set passphrase ENC ACHxXTDg1BaqDwb5168JKjQNLaiUplJdj+aTJnI0fuRNsWpj8uhpG1ofGHpOc7lnTeTwCQE6FgogCh3x6uMWbb8CYaK53cDYXFez

R9Ij1Va+NQUJAh4RUWYAkTEaOzVXv4k/CUHRx0mLEQzVhmohjfkGqIZ53ELD90K657pF/vrxm32QcRZ308ZsuRPGJQNxlXUNEw==
    next
end

 

Can enable voice-enterprise on vap2 profile but not vap1 profile.

 

For the vap1 profile, the voice-enterprise command is not available:

 

voice-enterprise.png

 

To solve the issue, unset the security for vap1 profile and then enable voice-enterprise:

 

vap1.png

Contributors