Configures the priority of a zone; moves an application from one zone to another at a specified priority; adds an application to a zone with a specified priority, or changes the priority of an application within a zone; deletes an application from a zone.
name | Specifies a a zone name. |
zone-priority number | Sets the priority of the zone. |
move-application appl_name | Specifies the name of an application to be moved. |
to-zone name | Specifies the zone to which the application is moved. |
application-priority number | Sets the priority of the application within the zone. The range is from 0 (highest priority) to 7 (lowest priority). |
add | Adds an application to a zone at a specified priority. |
application appl_name | Specifies the application to be added to the zone. |
application_priority number number | Sets the priority of a new or existing application within a zone. The range is from 0 (highest priority) to 7 (lowest priority). |
N/A.
To configure the priority of a specific zone, use the syntax:
configure access-list zone name zone-priority numberTo move an application from one zone to another, and set its priority in the new zone, use the syntax:
configure access-list zone name move-application appl-name to-zone name application-priority numberTo add an application to a zone and specify its priority or to change the priority of an application within a zone, use the syntax:
configure access-list zone name {add} application appl-name application_priority numberTo delete an application from a zone, use the syntax:
configure access-list zone name delete application appl-nameThe following command adds the CLI application to the zone myzone at a priority of 6:
configure access-list zone myzone add cli application-priority 6
This command was first available in ExtremeXOS 11.6.
This command is available on ExtremeSwitching X435, X440-G2, X450-G2, X460-G2, X465, X590, X620, and X695 series switches.