configure access-list zone

configure access-list zone name zone-priority number
configure access-list zone name move-application appl_name to-zone name application-priority number
configure access-list zone name {add} application appl_name application_priority number
configure access-list zone name delete application appl_name

Description

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.

Syntax Description

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

Default

N/A.

Usage Guidelines

To configure the priority of a specific zone, use the syntax:

configure access-list zone name zone-priority number

To 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 number

To 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 number

To delete an application from a zone, use the syntax:

configure access-list zone name delete application appl-name

Example

The 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

History

This command was first available in ExtremeXOS 11.6.

Platform Availability

This command is available on ExtremeSwitching 5320, 5420, 5520, and 5720 series switches.