no (application-group-config-mode)

Removes this application group‘s configured parameters (application and/or description)

Supported in the following platforms:

  • Access Points — AP-7522, AP 7532

  • Service Platforms — NX 5500, NX 7510, NX 95XX, NX 96XX, VX 9000

Syntax

no [application <APPLICATION-NAME>|description]

Parameters

no [application <APPLICATION-NAME>|description]
no <PARAMETERS> Removes an application associated with this group, and removes this group‘s description

Examples

The following example displays the application-group ‘amazon‘ configuration before the execution of ‘no‘ commands:

nx9500-6C8809(config-app-group-amazon)#show context
application-group amazon
 description "This application-group lists all Amazon applications."
 application amazon-prime-music
 application amazon-prime-video
 application amazon_cloud
 application amazon_shop
nx9500-6C8809(config-app-group-amazon)#
nx9500-6C8809(config-app-group-amazon)#no application amazon_cloud
nx9500-6C8809(config-app-group-amazon)#no description

The following example displays the application-group ‘amazon‘ configuration after the execution of ‘no‘ commands:

nx9500-6C8809(config-app-group-amazon)#show context
application-group amazon
 application amazon-prime-music
 application amazon-prime-video
 application amazon_shop
nx9500-6C8809(config-app-group-amazon)#