Removes or resets this application definition‘s configured settings
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>
no <PARAMETERS> | Removes or resets this application definition‘s configured settings based on the parameters passed |
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)#