no

application-group

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

Configured on WiNG 7.1.X controller and pushed to the following WiNG 5.9.X APs:

  • Access Points — AP7502, AP7522, AP7532, AP7562, AP7602, AP7612, AP7622, AP7632, AP7662, AP8163, AP8543, AP8533

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)#