no

purview-application-group

Removes this purview application group‘s configurations (application and/or description)

Supported in the following platforms:

  • Access Points — AP505i, AP510i/e, AP560i/h
Note

Note

Purview DPI engine is not supported on the WiNG 7.1.2 enabled NX5500, NX7500, NX9500, NX9600 and VX9000 platforms. This support will be introduced in future releases.

Syntax

no [application <PURVIEW-APP-NAME>|description]

Parameters

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

Examples

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

nx9500-6C8809(config-purview-app-group-PurvAppGrp)#show context
application-group PurvAppGrp
 description “This Purview Application Group contains Alibaba application.”
 application Alipay
 application Alibaba
 application AliExpress
 nx9500-6C8809(config-purview-app-group-PurvAppGrp)#
nx9500-6C8809(config-purview-app-group-PurvAppGrp)#no application Alipay
nx9500-6C8809(config-app-group-amazon)#no description

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

nx9500-6C8809(config-purview-app-group-PurvAppGrp)#show context
application-group PurvAppGrp
 application Alibaba
 application AliExpress
 nx9500-6C8809(config-purview-app-group-PurvAppGrp)#