fortinet.fortimanager.fmgr_widsprofile module – Configure wireless intrusion detection system
Note
This module is part of the fortinet.fortimanager collection (version 2.3.0).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install fortinet.fortimanager
.
To use it in a playbook, specify: fortinet.fortimanager.fmgr_widsprofile
.
New in fortinet.fortimanager 2.0.0
Synopsis
This module is able to configure a FortiManager device.
Examples include all parameters and values which need to be adjusted to data sources before usage.
Parameters
Parameter |
Comments |
---|---|
The token to access FortiManager without using username and password. |
|
the parameter (adom) in requested url |
|
Only set to True when module schema diffs with FortiManager API structure, module continues to execute without validating parameters. Choices:
|
|
Enable/Disable logging for task. Choices:
|
|
Authenticate Ansible client with forticloud API access token. |
|
The overridden method for the underlying Json RPC request. Choices:
|
|
The rc codes list with which the conditions to fail will be overriden. |
|
The rc codes list with which the conditions to succeed will be overriden. |
|
The directive to create, update or delete an object. Choices:
|
|
the top level parameters set |
|
Enable/disable on-wire rogue AP auto-suppression Choices:
|
|
Ap-Bgscan-Disable-Day. Choices:
|
|
End time, using a 24-hour clock in the format of hh |
|
(list or str) Firewall schedules for turning off FortiAP radio background scan. |
|
Start time, using a 24-hour clock in the format of hh |
|
Listening time on a scanning channel |
|
Waiting time for channel inactivity before scanning this channel |
|
Period of time between scanning two channels |
|
Period of time between background scans |
|
Period of time between background scan reports |
|
Period of time between foreground scan reports |
|
Enable/disable rogue AP detection. Choices:
|
|
(list) no description |
|
(list) no description |
|
Enable/disable passive scanning. Choices:
|
|
Minimum signal level/threshold in dBm required for the AP to report detected rogue AP |
|
Enable/disable asleap attack detection Choices:
|
|
The threshold value for association frame flooding. |
|
Number of seconds after which a station is considered not connected. |
|
Enable/disable association frame flooding detection Choices:
|
|
The threshold value for authentication frame flooding. |
|
Number of seconds after which a station is considered not connected. |
|
Enable/disable authentication frame flooding detection Choices:
|
|
Comment. |
|
Enable/disable broadcasting de-authentication detection Choices:
|
|
Threshold value per second to deauth unknown src for DoS attack |
|
Enable/disable EAPOL-Failure flooding Choices:
|
|
The detection interval for EAPOL-Failure flooding |
|
The threshold value for EAPOL-Failure flooding in specified interval. |
|
Enable/disable EAPOL-Logoff flooding Choices:
|
|
The detection interval for EAPOL-Logoff flooding |
|
The threshold value for EAPOL-Logoff flooding in specified interval. |
|
Enable/disable premature EAPOL-Failure flooding Choices:
|
|
The detection interval for premature EAPOL-Failure flooding |
|
The threshold value for premature EAPOL-Failure flooding in specified interval. |
|
Enable/disable premature EAPOL-Success flooding Choices:
|
|
The detection interval for premature EAPOL-Success flooding |
|
The threshold value for premature EAPOL-Success flooding in specified interval. |
|
Enable/disable EAPOL-Start flooding Choices:
|
|
The detection interval for EAPOL-Start flooding |
|
The threshold value for EAPOL-Start flooding in specified interval. |
|
Enable/disable EAPOL-Success flooding Choices:
|
|
The detection interval for EAPOL-Success flooding |
|
The threshold value for EAPOL-Success flooding in specified interval. |
|
Enable/disable invalid MAC OUI detection. Choices:
|
|
Enable/disable long duration attack detection based on user configured threshold Choices:
|
|
Threshold value for long duration attack detection |
|
WIDS profile name. |
|
Enable/disable null SSID probe response detection Choices:
|
|
Enable/disable rogue AP on-wire scan. Choices:
|
|
Scan WiFi nearby stations Choices:
|
|
Enable/disable spoofed de-authentication attack detection Choices:
|
|
Enable/disable weak WEP IV Choices:
|
|
Enable/disable wireless bridge detection Choices:
|
|
The adom to lock for FortiManager running in workspace mode, the value can be global and others including root. |
|
The maximum time in seconds to wait for other user to release the workspace lock. Default: |
Notes
Note
Running in workspace locking mode is supported in this FortiManager module, the top level parameters workspace_locking_adom and workspace_locking_timeout help do the work.
To create or update an object, use state present directive.
To delete an object, use state absent directive.
Normally, running one module can fail when a non-zero rc is returned. you can also override the conditions to fail or succeed with parameters rc_failed and rc_succeeded
Examples
- hosts: fortimanager-inventory
collections:
- fortinet.fortimanager
connection: httpapi
vars:
ansible_httpapi_use_ssl: True
ansible_httpapi_validate_certs: False
ansible_httpapi_port: 443
tasks:
- name: Configure wireless intrusion detection system
fmgr_widsprofile:
bypass_validation: False
workspace_locking_adom: <value in [global, custom adom including root]>
workspace_locking_timeout: 300
rc_succeeded: [0, -2, -3, ...]
rc_failed: [-2, -3, ...]
adom: <your own value>
state: <value in [present, absent]>
widsprofile:
ap-auto-suppress: <value in [disable, enable]>
ap-bgscan-disable-day:
- sunday
- monday
- tuesday
- wednesday
- thursday
- friday
- saturday
ap-bgscan-disable-end: <string>
ap-bgscan-disable-start: <string>
ap-bgscan-duration: <integer>
ap-bgscan-idle: <integer>
ap-bgscan-intv: <integer>
ap-bgscan-period: <integer>
ap-bgscan-report-intv: <integer>
ap-fgscan-report-intv: <integer>
ap-scan: <value in [disable, enable]>
ap-scan-passive: <value in [disable, enable]>
asleap-attack: <value in [disable, enable]>
assoc-flood-thresh: <integer>
assoc-flood-time: <integer>
assoc-frame-flood: <value in [disable, enable]>
auth-flood-thresh: <integer>
auth-flood-time: <integer>
auth-frame-flood: <value in [disable, enable]>
comment: <string>
deauth-broadcast: <value in [disable, enable]>
deauth-unknown-src-thresh: <integer>
eapol-fail-flood: <value in [disable, enable]>
eapol-fail-intv: <integer>
eapol-fail-thresh: <integer>
eapol-logoff-flood: <value in [disable, enable]>
eapol-logoff-intv: <integer>
eapol-logoff-thresh: <integer>
eapol-pre-fail-flood: <value in [disable, enable]>
eapol-pre-fail-intv: <integer>
eapol-pre-fail-thresh: <integer>
eapol-pre-succ-flood: <value in [disable, enable]>
eapol-pre-succ-intv: <integer>
eapol-pre-succ-thresh: <integer>
eapol-start-flood: <value in [disable, enable]>
eapol-start-intv: <integer>
eapol-start-thresh: <integer>
eapol-succ-flood: <value in [disable, enable]>
eapol-succ-intv: <integer>
eapol-succ-thresh: <integer>
invalid-mac-oui: <value in [disable, enable]>
long-duration-attack: <value in [disable, enable]>
long-duration-thresh: <integer>
name: <string>
null-ssid-probe-resp: <value in [disable, enable]>
sensor-mode: <value in [disable, foreign, both]>
spoofed-deauth: <value in [disable, enable]>
weak-wep-iv: <value in [disable, enable]>
wireless-bridge: <value in [disable, enable]>
ap-bgscan-disable-schedules: <list or string>
rogue-scan: <value in [disable, enable]>
ap-scan-threshold: <string>
ap-scan-channel-list-2G-5G: <list or string>
ap-scan-channel-list-6G: <list or string>
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
The result of the request. Returned: always |
|
The full url requested. Returned: always Sample: |
|
The status of api request. Returned: always Sample: |
|
The api response. Returned: always |
|
The descriptive message of the api response. Returned: always Sample: |
|
The information of the target system. Returned: always |
|
The status the request. Returned: always Sample: |
|
Warning if the parameters used in the playbook are not supported by the current FortiManager version. Returned: complex |