Intrusion Prevention Policy
These policies prevent the network against any wireless threats that may be harmful. The system can protect multiple threats too depending on the intrusion prevention level. You can be prevented against any unwanted communication in your 802.11 network by Wireless Manager.
JSON Table
Parameter | Data Type | Description |
---|---|---|
policyCreatedAtLocId | application/json | ID of the location at which the policy has been defined. For details about the JSON, click Location ID. |
policyType | String | A read-only field for internal use. |
categorizedRogueAP | boolean | A true or false value indicating whether the intrusion prevention setting for APs categorized as Rogue is enabled. True indicates that the setting is enabled. |
uncatApPotentiallyRogue | boolean | A true or false value indicating whether the intrusion prevention setting for APs categorized as potential Rogue is enabled. True indicates that the setting is enabled. |
uncatApPotentiallyAuth | boolean | A true or false value indicating whether the intrusion prevention setting for APs categorized as potential Rogue is enabled. True indicates that the setting is enabled. |
uncatIndeterminateAp | boolean | A true or false value indicating whether the intrusion prevention setting for uncategorized indeterminate APs is enabled. True indicates that the setting is enabled. |
bannedAp | boolean | A true or false value indicating whether the intrusion prevention setting for banned APs is enabled. True indicates that the setting is enabled. |
misconfInsecureAuthAp | boolean | A true or false value indicating whether the intrusion prevention setting for misconfigured authorized APs is enabled. True indicates that the setting is enabled. |
authClientConnectedToGuestAp | boolean | A true or false value indicating whether the intrusion prevention setting for authorized clients connected to a guest AP is enabled. True indicates that intrusion prevention setting for authorized clients connected to a guest AP |
authClientConnectedToUncatPotIndtAp | boolean | A true or false value indicating whether the intrusion prevention setting for authorized clients connected to an external or a potentially external AP is enabled. True indicates that intrusion prevention setting for the clients is enabled. |
authClientsInAdhoc | boolean | A true or false value indicating whether the intrusion prevention setting for authorized clients participating in any adhoc network is enabled. True indicates that the intrusion prevention setting is enabled. |
apSpoofingAuthAp | boolean | A true or false value indicating whether the intrusion prevention setting for APs spoofing the MAC address of any authorized AP is enabled. True indicates that the intrusion prevention seting is enabled. |
authClientConnectionToHoneypotAp | boolean | A true or false value indicating whether the intrusion prevention setting for Authorized Clients connecting to Honeypot/Evil Twin APs is enabled. True indicates that the intrusion prevention setting is enabled. |
devDisruptAuthNetwork | boolean | A true or false value indicating whether the intrusion prevention setting against any device launching a Denial of Service (DoS) attack on the network is enabled. True indicates that the intrusion prevention setting is enabled. |
autoIpLevel | String | The applicable values are:
|
activeWepCracking | boolean | A true or false value indicating whether the intrusion prevention setting for an authorized AP under active WEP key cracking attack is enabled. |
clientFingerPrintMismatch | boolean | A true or false value indicating whether the intrusion prevention setting for an authorized client with an RF Signature mismatch is enabled. True indicates that the intrusion prevention setting is enabled. |
authClientBridging | boolean | A true or false value indicating whether the intrusion prevention setting for an authorized client in the Bridging/ICS configuration is enabled. True indicates that the intrusion prevention setting is enabled. |
unauthUncatClientBridging | boolean | A true or false value indicating whether the intrusion prevention setting for an extrenal, uncategorized client in the Bridging/ICS configuration is enabled. True indicates that the intrusion prevention setting is enabled. |
enterpriseClientBridging | boolean | A true or false value indicating whether the intrusion prevention setting for a bridging/ICS client connected to an enterprise monitored subnet is enabled. True indicates that the intrusion prevention setting is enabled. |
nonAuthClientConnectedToAuthAP | boolean | A true or false value indicating whether the intrusion prevention setting for unauthorized clients connecting to authorized APs is enabled. |
guestClientConnectedToUncatPotIndtAP | boolean | A true or false value indicating whether the intrusion prevention setting for guest clients connecting to uncategorized APs that are Indeterminate is enabled. True indicates that the intrusion prevention setting is enabled. |
guestClientInAdhoc | boolean | A true or false value indicating whether the intrusion prevention setting for guest clients participating in any adhoc network is enabled. |
rogueClientInAdhoc | boolean | A true or false value indicating whether the intrusion prevention setting for rogue clients participating in any adhoc network is enabled. |
guestClientBridging | boolean | A true or false value indicating whether the intrusion prevention setting for a guest client in Bridging/ICS configuration is enabled. |
rogueClientBridging | boolean | A true or false value indicating whether the intrusion prevention setting for a rogue client in the Bridging/ICS configuration is enabled. |
extClientConnectedToAuthGuestAP | boolean | A true or false value indicating whether the intrusion prevention setting for external clients connecting to guest APs is enabled. |
uncatClientConnectedToAuthGuestAP | boolean | A true or false value indicating whether the intrusion prevention setting for uncategorized client connecting to Guest APs is enabled. |
rogueClientConnectedToAuthGuestAP | boolean | A true or false value indicating whether the intrusion prevention setting for rogue client connecting to guest APs is enabled. |
authClientConnectedToExtApAndUncatPotExtAPs | boolean | A true or false value indicating whether the intrusion prevention setting for authorized clients connecting to external and uncategorized potentially external APs. |
bannedClientConnectionToAuthAndGuestAP | boolean | A true or false value indicating whether the intrusion prevention setting for a banned client connecting to authorized and guest APs. |
bannedClientConnectionToUncatIndtAP | boolean | A true or false value indicating whether the intrusion prevention setting for a banned client connecting to uncategorized, indeterminate APs is enabled. |
guestClientConnectedToExtApAndUncatPotExtAP | boolean | A true or false value indicating whether the intrusion prevention setting for guest client connecting to potential external and uncategorized APs is enabled. |
rogueClientConnectedToAnyAP | boolean | A true or false value indicating whether the intrusion prevention setting for rogue clients connecting to any AP (for non-WiFi environments) is enabled. |
unapprovedSmartDeviceHandlingEnabled | boolean | A true or false value indicating whether the special handling of unapproved smart devices is enabled. |
intrusionPreventSDConnectingToAuth | boolean | A true or false value indicating whether smart devices connecting to guest AP, but not authorized AP, are allowed. True indicates that the smart devices connecting to a guest AP are allowed. |
intrusionPrevensionSDConnectingToGuestOrAuth | boolean | A true or false value indicating whether smart devices connecting to guest and authorized AP are disallowed. |
authClientConnectionToDisallowedSSIDs | boolean | It allow user to set Authorized SSIDs for the selected Clients. |
Copy Sample JSON
Sample JSON
{ "policyCreatedAtLocId": { "type": "locallocationid", "id": 0 }, "policyType": "INTRUSION_PREVENTION_POLICY", "categorizedRogueAP": true, "uncatApPotentiallyRogue": false, "uncatApPotentiallyAuth": true, "uncatIndeterminateAp": false, "bannedAp": true, "misconfInsecureAuthAp": true, "authClientConnectedToGuestAp": false, "authClientConnectedToUncatPotIndtAp": true, "authClientsInAdhoc": true, "apSpoofingAuthAp": false, "authClientConnectionToHoneypotAp": true, "devDisruptAuthNetwork": false, "autoIpLevel": "DISRUPT_ID", "activeWepCracking": false, "clientFingerPrintMismatch": false, "authClientBridging": true, "unauthUncatClientBridging": false, "enterpriseClientBridging": true, "nonAuthClientConnectedToAuthAP": false, "guestClientConnectedToUncatPotIndtAP": false, "guestClientInAdhoc": false, "rogueClientInAdhoc": false, "guestClientBridging": false, "rogueClientBridging": true, "extClientConnectedToAuthGuestAP": false, "uncatClientConnectedToAuthGuestAP": false, "rogueClientConnectedToAuthGuestAP": true, "authClientConnectedToExtApAndUncatPotExtAPs": true, "bannedClientConnectionToAuthAndGuestAP": true, "bannedClientConnectionToUncatIndtAP": false, "guestClientConnectedToExtApAndUncatPotExtAP": false, "rogueClientConnectedToAnyAP": false, "unapprovedSmartDeviceHandlingEnabled": false, "intrusionPreventSDConnectingToAuth": false, "intrusionPrevensionSDConnectingToGuestOrAuth": false, "authClientConnectionToDisallowedSSIDs": true }
API Calls
/V5/policies/intrusionprevention/{fetch_factory_default}
/V5/policies/intrusionprevention
<Base_URL>/V2/analytics/associationdata/{startdate}/{enddate}
/V5/policies/intrusionprevention
/V5/policies/intrusionprevention