no

purview-application-policy

Removes or resets this Purview application policy‘s settings

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 [allow|deny|description|enforcement-time|logging|mark|rate-limit]
no allow [app-category [<PURVIEW-APP-CATEGORY-NAME>|all]|application <PURVIEW-APP-NAME>] precedence <1-256>
no deny [app-category [<PURVIEW-APP-CATEGORY-NAME>|all]|application <PURVIEW-APP-NAME>] precedence <1-256>
no description
no enforcement-time days [sunday|monday|tuesday|wednesday|thursday|friday|saturday|all|weekends|weekdays]
no logging [level|on]
no mark [app-category [<PURVIEW-APP-CATEGORY-NAME>|all]|application <PURVIEW-APP-NAME>] precedence <1-256>
no rate-limit [app-category [<PURVIEW-APP-CATEGORY-NAME>|all]|application <PURVIEW-APP-NAME>] precedence <0-256>

Parameters

no <PARAMETERS>
no <PARAMETERS> Removes or resets this Purview application policy settings based on the parameters passed

Examples

The following example shows the Purview application policy ‘Bing‘ settings before the ‘no‘ commands are executed:

nx9500-6C8809(config-purview-app-policy-Bing)#show context
purview-application-policy Bing
 description "This application policy allows Bing search engine packets"
 enforcement-time days weekdays start-time 12:30 end-time 20:00
 allow application Bing precedence 1
 allow app-category business precedence 2
 deny app-category "social networking" precedence 3
 mark app-category video dscp 9 precedence 4
 mark application facetime dscp 10 precedence 5
 rate-limit application BGP ingress rate 100 max-burst-size 25 egress rate 50 max-burst-size 25 precedence 6
 logging level critical
nx9500-6C8809(config-purview-app-policy-Bing)#
nx9500-6C8809(config-purview-app-policy-Bing)#no allow app-category business precedence 2
nx9500-6C8809(config-purview-app-policy-Bing)#no deny app-category social\ networking precedence 3

The following example shows the Purview application policy ‘Bing‘ settings after the ‘no‘ commands are executed:

nx9500-6C8809(config-purview-app-policy-Bing)#show context
purview-application-policy Bing
 description "This application policy allows Bing search engine packets"
 enforcement-time days weekdays start-time 12:30 end-time 20:00
 allow application Bing precedence 1
 mark app-category video dscp 9 precedence 4
 mark application facetime dscp 10 precedence 5
 rate-limit application BGP ingress rate 100 max-burst-size 25 egress rate 50 max-burst-size 25 precedence 6
 logging level critical
nx9500-6C8809(config-purview-app-policy-Bing)#