Users Guide

Table Of Contents
seq 15 deny udp any any capture session 2 count bytes (0 bytes)
seq 20 deny tcp any any capture session 3 count bytes (0 bytes)
View monitor sessions
OS10(conf-if-eth1/1/1)# show monitor session all
S.Id Source Destination Dir SrcIP DstIP DSCP TTL State Reason
----------------------------------------------------------------------------
1 ethernet1/1/1 ethernet1/1/4 both N/A N/A N/A N/A true Is UP
View ACL table utilization report
The show acl-table-usage detail command shows the ingress and egress ACL tables for the various features and their
utilization.
The hardware pool area displays the ingress application groups (pools), the features mapped to each of these groups, and the
amount of used and free space available in each of the pools. The amount of space required to store a single ACL rule in a pool
depends on the keywidth of the TCAM slice.
The service pool displays the amount of used and free space for each of the features. The number of ACL rules configured
for a feature is displayed in the configured rules column. The number of used rows depends on the number of ports the
configured rules are applied on. Under Allocated pools, you can view the percentage of dedicated space reserved for a particular
feature or the phrase Shared if you have not reserved space for each of the features individually, against the total number of
pools allocated for the application group. In the example given below, the SYSTEM_FLOW feature has 15 percentage of space
reserved in ingress app-group-1 with a pool count of 1, which is represented by 15:1.
OS10# show acl-table-usage detail
Ingress ACL utilization
Hardware Pools
-----------------------------------------------------------------------------------------
--------------
Pool ID App(s) Used rows Free
rows Max rows
-----------------------------------------------------------------------------------------
--------------
0 SYSTEM_FLOW 49
975 1024
1 SYSTEM_FLOW 49
975 1024
2 USER_IPV4_ACL 3
1021 1024
3 USER_L2_ACL 2
1022 1024
4 USER_IPV6_ACL 2
510 512
5 USER_IPV6_ACL 2
510 512
6 FCOE 55
457 512
7 FCOE 55
457 512
8 ISCSI_SNOOPING 12
500 512
9 FREE 0
512 512
10 PBR_V6 1
511 512
11 PBR_V6 1
511 512
-----------------------------------------------------------------------------------------
--------------
Service Pools
-----------------------------------------------------------------------------------------
--------------
App Allocated pools App group Configured rules Used rows Free
rows Max rows
-----------------------------------------------------------------------------------------
--------------
USER_L2_ACL Shared:1 G3 1 2
Access Control Lists
1247