Connectivity Guide

Table Of Contents
3 Apply the newly-created ACL table prole to the switch.
OS10(config)# hardware acl-table-profile V4-USER-SCALE
The system prompts you to save and reload the switch.
4 Save the conguration and reload the switch for the changes to take eect.
OS10# write memory
OS10# reload
After the switch reloads, the user-dened prole that you created earlier replaces the default ACL table prole.
5 Verify the conguration changes using the show acl-table-profile command. This command displays the current and next-
boot ACL table prole congurations.
OS10# show acl-table-profile
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 congured for a feature is
displayed in the congured rules column. The number of used rows depends on the number of ports the congured 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
------------------------------------------------------------------------------------------------
-------
Access Control Lists
707