Wireless Security Policy
The wireless security policy is needed to ensure that no unauthorized access is enabled to the network. The rules can be manually set up using WIPS under configuration category. Wireless Manager enables to make the changes based on all the locations in the organization or even specific location wise WIPS policy can be set up for individual locations. Only thing to be noted before configuring is to ensure that the location tree is already defined.
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. |
noWiFiNetworks | List of strings | Contains the No-WiFi networks i.e. networks at this location that cannot have any WiFi APs connected to them. |
defaultTemplateIds | List of integers | Contains the authorized template IDs that are applied in this policy. |
rssiBasedClassification | application/json | A group of attributes related to the RSSI-based classification of the APs in the wireless security policy. |
rssiBasedClassification/ signalThresholdBasedClassification | application/json | A group of attributes related to signal threshold-based classification. |
rssiBasedClassification/ signalThresholdBasedClassification/threshold | int | Signal strength in dBm i.e. the x dBm for the preclassified APs. |
rssiBasedClassification/ signalThresholdBasedClassification/enabled | boolean | A true or false value indicating whether APs with signal strength stronger than x dBm can be preclassified as Rogue or Authorized APs. True indicates that the APs are preclassified as Rogue or Authorized APs. |
rssiBasedClassification/ monitoredSubnetBasedClassification | application/json | A group of attributes related to the monitored subnet-based classification. |
rssiBasedClassification/ monitoredSubnetBasedClassification/enabled | boolean | A true or false value indicating whether APs connected to monitored subnets can be preclassified as Rogue or Authorized APs. |
Copy Sample JSON
Sample JSON
{ "policyCreatedAtLocId": { "type": "locallocationid", "id": 0 }, "policyType": "WIRELESS_SECURITY_POLICY", "noWiFiNetworks": [], "defaultTemplateIds": [], "rssiBasedClassification": { "signalThresholdBasedClassification": { "threshold": -55, "enabled": false }, "monitoredSubnetBasedClassification": { "enabled": true } } }
API Calls
/V5/policies/wirelesssecurity/{fetch_factory_default}
/V5/policies/wirelesssecurity
<Base_URL>/V2/analytics/associationdata/{startdate}/{enddate}
/V5/policies/wirelesssecurity
/V5/policies/wirelesssecurity