no

application

Removes or resets this application definition‘s configured settings

Supported in the following platforms:

  • Access Points — AP6522, AP6562, AP7161, AP7502, AP7522, AP7532, AP7562, AP7602, AP7612, AP7622, AP763, AP7662, AP8163, AP8543, AP8533
  • Service Platforms — NX5500, NX7500, NX9500, NX9600, VX9000

Syntax

no [app-category|description|https|use]
no [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)#