no

application

Removes or resets this application definition‘s configured settings

Supported on the following WiNG 7.1.2 APs:

  • Access Points — AP505i, AP510i/e, AP560i/h

Syntax

no [app-category|description|https|purview-app-category|use]
Note

Note

The 'purview-app-category' parameter is applicable only on the WiNG 7.1.X, AP5XX model APs.
no [app-category|purview-app-category|description]
no https server-cert common-name [contains|ends-with] <WORD>  
no use [network-service <NETWORK-SERVICE-ALIAS-NAME>|url-list <URL-LIST-NAME>]

Parameters

no <PARAMETERS>
no <PARAMETERS> Removes or resets this application definition‘s configured settings based on the parameters passed

Examples

The following example displays the application definition ‘Bing‘ parameters before the ‘no‘ commands are executed:

nx9500-6C8809(config-application-Bing)#show context
application Bing
 description "Bing is Microsoft's web search engine"
 app-category streaming
 use url-list Bing
 https server-cert common-name exact bing.com
nx9500-6C8809(config-application-Bing)#
nx9500-6C8809(config-application-Bing)#no description
nx9500-6C8809(config-application-Bing)#no https server-cert common-name exact bing.com

The following example displays the application definition ‘Bing‘ parameters after the ‘no‘ commands are executed:

nx9500-6C8809(config-application-Bing)#show context
application Bing
 app-category streaming
 use url-list Bing
nx9500-6C8809(config-application-Bing)#