Chapter 6 Deploying Wireless Networks for FortiOS 5.0 : Access point deployment : LAN port options : Configuring FortiAP LAN ports : Configuring LAN ports in a custom AP profile - web-based manager
  
Configuring LAN ports in a custom AP profile - web-based manager
When multiple FortiAP units will have the same LAN port configuration, you can create a custom AP profile or edit the default profile for that model.
To configure FortiAP LAN ports in a custom AP profile - web-based manager
1. Go to WiFi Controller > WiFi Network > Custom AP Profiles.
2. Either
Edit the default profile for your model,
or
Select Create New and then in Platform, select your FortiAP model.
3. In the LAN Port section, set mode to Bridge to and select an SSID or WAN Port as needed.
On some models with multiple LAN ports, you can select Custom to configure the ports individually. Enable each port that you want to use and select an SSID or WAN Port as needed.
4. Optionally, adjust other settings. See “Creating a custom AP Profile”.
5. Select OK.
To configure FortiAP LAN ports in a custom AP profile - CLI
In this example, the default FortiAP-11C profile is configured to bridge the LAN port to the office SSID.
config wireless-controller wtp-profile
edit FAP11C-default
config lan
set port-mode bridge-to-ssid
set port-ssid office
end
end
end
In this example, the default FortiAP-28C profile is configured to bridge LAN port1 to the office SSID and to bridge the other LAN ports to the WAN port.
config wireless-controller wtp-profile
edit FAP28C-default
config lan
set port1-mode bridge-to-ssid
set port1-ssid office
set port2-mode bridge-to-wan
set port3-mode bridge-to-wan
set port4-mode bridge-to-wan
set port5-mode bridge-to-wan
set port6-mode bridge-to-wan
set port7-mode bridge-to-wan
set port8-mode bridge-to-wan
end
end