- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
vap-switch same to WiFi SSID?
I am trying to migrate from FortiGate 400E version 6.4.6 to FortiGate 600F version 7.2.6, but when migrating the Access Points, I see that it appears as a 'VAP switch'. Does this option change when it updates?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
"vap-switch" appears only at the SSID's interface config and that's the only option for SSIDs. And, this should be the same between 6.4 and 7.2.
Below is an example from my 40F with 7.2.8.
config system interface
edit "fapxxxx"
set vdom "root"
set ip 192.168.5.1 255.255.255.240
set allowaccess ping https ssh
set type vap-switch
set device-identification enable
set role lan
set snmp-index 14
next
end
Toshi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
"vap-switch" appears only at the SSID's interface config and that's the only option for SSIDs. And, this should be the same between 6.4 and 7.2.
Below is an example from my 40F with 7.2.8.
config system interface
edit "fapxxxx"
set vdom "root"
set ip 192.168.5.1 255.255.255.240
set allowaccess ping https ssh
set type vap-switch
set device-identification enable
set role lan
set snmp-index 14
next
end
Toshi
