show access-list network-zone

show access-list network-zone {zone_name}

Description

Displays the network-zones configured, the number of attributes configured, and the number of policy files that have the specified zones in it.

Syntax Description

network-zone Specifies the logical group of remote devices.
zone_name Specifies the network-zone name.

Default

N/A.

Usage Guidelines

Use this command to display detailed information about a particular network-zone, the attibutes configured in the zone, and the policies bound to the zone.

Example

The following example displays network-zone statistics for all configured zones:

Switch # sh access-list network-zone
============================================================
Network Zone                       No. of    No. of Policies
Entities       Bound
============================================================
zone1                                5              2
zone2                                3              1
zone3                                0              0
============================================================
Total Network Zones : 3

This example displays statistics for the specified zones, “zone1”, and “zone2”:

Switch #show access-list network-zone zone1
Network-zone     : zone1
Total Attributes : 3
Attributes       : 10.1.1.1 / 32
10.1.1.1 / 30
10.1.1.0 / 24
No. of Policies  : 1
Policies         : test
Switch # sh access-list network-zone zone2
Network-zone    : zone2
No. of Entities : 3
Entities        : 00:00:00:00:00:22 / ff:ff:ff:ff:ff:ff
00:00:00:00:00:23 / ff:ff:ff:ff:00:00
00:00:00:00:00:24 / ff:ff:ff:ff:ff:00
No. of Policies : 0

History

This command was first available in ExtremeXOS 15.2.

Platform Availability

This command is available on all platforms.