<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Error: Refresh failed for policy xxx - ACL install operation failed in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/error-refresh-failed-for-policy-xxx-acl-install-operation-failed/m-p/116626#M22766</link>
    <description>&lt;P&gt;Anyone had found solution?&amp;nbsp;I am faceing same problem with and i am on version 31.7.2.28.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Nov 2024 13:46:16 GMT</pubDate>
    <dc:creator>dandoz</dc:creator>
    <dc:date>2024-11-04T13:46:16Z</dc:date>
    <item>
      <title>Error: Refresh failed for policy xxx - ACL install operation failed</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/error-refresh-failed-for-policy-xxx-acl-install-operation-failed/m-p/87963#M20920</link>
      <description>&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;trying to refresh one of our policies, but I am getting this error. Have you met similar problem? I tried to find out, what this error means. But without success.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error: &amp;nbsp;Refresh failed for policy 'xxx'- ACL install operation failed - vlan *, port 21, rule "yyy", No resources for operation&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;X460g2 with&amp;nbsp;ExtremeXOS version 21.1.4.4 21.1.4.4-patch1-7&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 20:18:20 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/error-refresh-failed-for-policy-xxx-acl-install-operation-failed/m-p/87963#M20920</guid>
      <dc:creator>michal_dolejsi</dc:creator>
      <dc:date>2020-08-12T20:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Refresh failed for policy xxx - ACL install operation failed</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/error-refresh-failed-for-policy-xxx-acl-install-operation-failed/m-p/87964#M20921</link>
      <description>&lt;P&gt;Hi Michal,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First thing I’d check is what new ACL matching criteria have been introduced? The hardware defines TCAM slices based on some groups of compatible criteria, each TCAM slice for ACLs in the hardware is constrained for optimization. In that case too many slices can be reserved for some system features or some new matching conditions came that require allocate a new slice but no free slice.&lt;/P&gt;&lt;P&gt;For further reading on hardware allocation of ACLs I’d recommend ACL chapter of EXOS User Guide: &lt;A href="https://documentation.extremenetworks.com/exos_30.6/downloads/EXOS_User_Guide_30_6.pdf" target="_blank" rel="nofollow noreferrer noopener"&gt;https://documentation.extremenetworks.com/exos_30.6/downloads/EXOS_User_Guide_30_6.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Oh, and consider upgrading if possible, a lot of nice things have happened since 21.1. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Tomasz&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 23:21:07 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/error-refresh-failed-for-policy-xxx-acl-install-operation-failed/m-p/87964#M20921</guid>
      <dc:creator>Tomasz</dc:creator>
      <dc:date>2020-08-12T23:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Refresh failed for policy xxx - ACL install operation failed</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/error-refresh-failed-for-policy-xxx-acl-install-operation-failed/m-p/87965#M20922</link>
      <description>&lt;P&gt;Hi Tomasz,&lt;/P&gt;&lt;P&gt;thanks for reply. I have 17 entries in the policy. If I add 18th entry like bellow (just matching VLAN), I get mentioned refresh error. It looks there is&amp;nbsp;enough space in slices, see the show command bellow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;First two entries looks like this:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;entry entry1&amp;nbsp;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;if {&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;vlan-id xxx;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;ethernet-destination-address 01:00:0c:cc:cc:cd;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;destination-sap 0xaa;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;source-sap 0xaa;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } then {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;replace-ethernet-destination-address 01:00:0c:cd:cd:d0;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;count stp-pvstplus-encap ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&amp;nbsp;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The rest looks like this:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;entry entry3&amp;nbsp;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;if {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;vlan-id&amp;nbsp;&amp;nbsp; &amp;nbsp;xxx;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;} then {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;meter meter1;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color:#000000;"&gt;show access-list usage acl-rule port 21&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Ports 1-34&lt;BR /&gt;Total Rules:&lt;BR /&gt;INGRESS&lt;BR /&gt;Used: 865 Available: 3231&lt;BR /&gt;EGRESS&lt;BR /&gt;Used: 2 Available: 1022&lt;BR /&gt;LOOKUP&lt;BR /&gt;Used: 0 Available: 2048&lt;BR /&gt;EXTERNAL&lt;BR /&gt;Used: 0 Available: 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color:#000000;"&gt;show access-list usage acl-slice port 21&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Ports 1-34&lt;BR /&gt;Stage: INGRESS&lt;BR /&gt;Slices: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Used: 11 &amp;nbsp;Available: 5&lt;BR /&gt;Virtual Slice &amp;nbsp;* (physical slice &amp;nbsp;0) Rules: &amp;nbsp; Used: &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp;Available: &amp;nbsp; &amp;nbsp;256&lt;BR /&gt;Virtual Slice &amp;nbsp;* (physical slice &amp;nbsp;1) Rules: &amp;nbsp; Used: &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp;Available: &amp;nbsp; &amp;nbsp;256&lt;BR /&gt;Virtual Slice &amp;nbsp;* (physical slice &amp;nbsp;2) Rules: &amp;nbsp; Used: &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp;Available: &amp;nbsp; &amp;nbsp;256&lt;BR /&gt;Virtual Slice &amp;nbsp;* (physical slice &amp;nbsp;3) Rules: &amp;nbsp; Used: &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp;Available: &amp;nbsp; &amp;nbsp;256&lt;BR /&gt;Virtual Slice &amp;nbsp;* (physical slice &amp;nbsp;4) Rules: &amp;nbsp; Used: &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp;Available: &amp;nbsp; &amp;nbsp;256&lt;BR /&gt;Virtual Slice &amp;nbsp;5 (physical slice &amp;nbsp;5) Rules: &amp;nbsp; Used: &amp;nbsp; &amp;nbsp; &amp;nbsp;2 &amp;nbsp;Available: &amp;nbsp; &amp;nbsp;254 VLAN statistics&lt;BR /&gt;Virtual Slice &amp;nbsp;6 (physical slice &amp;nbsp;6) Rules: &amp;nbsp; Used: &amp;nbsp; &amp;nbsp; 12 &amp;nbsp;Available: &amp;nbsp; &amp;nbsp;244 system&lt;BR /&gt;Virtual Slice &amp;nbsp;7 (physical slice &amp;nbsp;7) Rules: &amp;nbsp; Used: &amp;nbsp; &amp;nbsp; &amp;nbsp;1 &amp;nbsp;Available: &amp;nbsp; &amp;nbsp;255 system&lt;BR /&gt;Virtual Slice &amp;nbsp;8 (physical slice &amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; Rules: &amp;nbsp; Used: &amp;nbsp; &amp;nbsp; 76 &amp;nbsp;Available: &amp;nbsp; &amp;nbsp;180 system&lt;BR /&gt;Virtual Slice &amp;nbsp;9 (physical slice &amp;nbsp;9) Rules: &amp;nbsp; Used: &amp;nbsp; &amp;nbsp; 10 &amp;nbsp;Available: &amp;nbsp; &amp;nbsp;246 system&lt;BR /&gt;Virtual Slice 10 (physical slice 10) Rules: &amp;nbsp; Used: &amp;nbsp; &amp;nbsp;130 &amp;nbsp;Available: &amp;nbsp; &amp;nbsp;126 user/other&lt;BR /&gt;Virtual Slice 11 (physical slice 11) Rules: &amp;nbsp; Used: &amp;nbsp; &amp;nbsp;127 &amp;nbsp;Available: &amp;nbsp; &amp;nbsp;129 user/other&lt;BR /&gt;Virtual Slice 12 (physical slice 12) Rules: &amp;nbsp; Used: &amp;nbsp; &amp;nbsp;125 &amp;nbsp;Available: &amp;nbsp; &amp;nbsp;131 user/other&lt;BR /&gt;Virtual Slice 13 (physical slice 13) Rules: &amp;nbsp; Used: &amp;nbsp; &amp;nbsp;128 &amp;nbsp;Available: &amp;nbsp; &amp;nbsp;128 user/other&lt;BR /&gt;Virtual Slice 14 (physical slice 14) Rules: &amp;nbsp; Used: &amp;nbsp; &amp;nbsp;128 &amp;nbsp;Available: &amp;nbsp; &amp;nbsp;128 user/other&lt;BR /&gt;Virtual Slice 15 (physical slice 15) Rules: &amp;nbsp; Used: &amp;nbsp; &amp;nbsp;126 &amp;nbsp;Available: &amp;nbsp; &amp;nbsp;130 user/other&lt;BR /&gt;Stage: EGRESS&lt;BR /&gt;Slices: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Used: 1 &amp;nbsp;Available: 3&lt;BR /&gt;Virtual Slice &amp;nbsp;* (physical slice &amp;nbsp;0) Rules: &amp;nbsp; Used: &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp;Available: &amp;nbsp; &amp;nbsp;256&lt;BR /&gt;Virtual Slice &amp;nbsp;* (physical slice &amp;nbsp;1) Rules: &amp;nbsp; Used: &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp;Available: &amp;nbsp; &amp;nbsp;256&lt;BR /&gt;Virtual Slice &amp;nbsp;* (physical slice &amp;nbsp;2) Rules: &amp;nbsp; Used: &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp;Available: &amp;nbsp; &amp;nbsp;256&lt;BR /&gt;Virtual Slice &amp;nbsp;3 (physical slice &amp;nbsp;3) Rules: &amp;nbsp; Used: &amp;nbsp; &amp;nbsp; &amp;nbsp;2 &amp;nbsp;Available: &amp;nbsp; &amp;nbsp;254 VLAN statistics&lt;BR /&gt;Stage: LOOKUP&lt;BR /&gt;Slices: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Used: 0 &amp;nbsp;Available: 4&lt;BR /&gt;Virtual Slice &amp;nbsp;* (physical slice &amp;nbsp;0) Rules: &amp;nbsp; Used: &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp;Available: &amp;nbsp; &amp;nbsp;512&lt;BR /&gt;Virtual Slice &amp;nbsp;* (physical slice &amp;nbsp;1) Rules: &amp;nbsp; Used: &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp;Available: &amp;nbsp; &amp;nbsp;512&lt;BR /&gt;Virtual Slice &amp;nbsp;* (physical slice &amp;nbsp;2) Rules: &amp;nbsp; Used: &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp;Available: &amp;nbsp; &amp;nbsp;512&lt;BR /&gt;Virtual Slice &amp;nbsp;* (physical slice &amp;nbsp;3) Rules: &amp;nbsp; Used: &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp;Available: &amp;nbsp; &amp;nbsp;512&lt;BR /&gt;Stage: EXTERNAL&lt;BR /&gt;&lt;BR /&gt;Virtual Slice : &amp;nbsp;(*) Physical slice not allocated to any virtual slice.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2020 15:37:32 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/error-refresh-failed-for-policy-xxx-acl-install-operation-failed/m-p/87965#M20922</guid>
      <dc:creator>michal_dolejsi</dc:creator>
      <dc:date>2020-08-14T15:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Refresh failed for policy xxx - ACL install operation failed</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/error-refresh-failed-for-policy-xxx-acl-install-operation-failed/m-p/116626#M22766</link>
      <description>&lt;P&gt;Anyone had found solution?&amp;nbsp;I am faceing same problem with and i am on version 31.7.2.28.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 13:46:16 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/error-refresh-failed-for-policy-xxx-acl-install-operation-failed/m-p/116626#M22766</guid>
      <dc:creator>dandoz</dc:creator>
      <dc:date>2024-11-04T13:46:16Z</dc:date>
    </item>
  </channel>
</rss>

