Removes or resets this application definition‘s configured settings
Access Points — AP-7522, AP 7532
Service Platforms — NX 5500, NX 7510, NX 95XX, NX 96XX, VX 9000
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>]
no <PARAMETERS>
|
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-6C8809config-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)#