<?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: Match named access-list is not supported for this interface when trying to ratelimit by output policy with trunk interface in Switching</title>
    <link>https://community.cisco.com/t5/switching/match-named-access-list-is-not-supported-for-this-interface-when/m-p/3749145#M452905</link>
    <description>&lt;P&gt;Hello George,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your suggestion, now it shows&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Match numbered access-list is not supported for this interface&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not sure why it only have problem of "service-policy output " only? service-policy input can apply successfully without any problem....&lt;/P&gt;</description>
    <pubDate>Mon, 19 Nov 2018 10:06:54 GMT</pubDate>
    <dc:creator>danielchau</dc:creator>
    <dc:date>2018-11-19T10:06:54Z</dc:date>
    <item>
      <title>Match named access-list is not supported for this interface when trying to ratelimit by output policy with trunk interface</title>
      <link>https://community.cisco.com/t5/switching/match-named-access-list-is-not-supported-for-this-interface-when/m-p/3749047#M452888</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Currently have a cisco 7600 router with IOS 12.2(33)SRE12 and would like to rate limit the udp traffic from a host. Currently have this setup:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;ip access-list extended LIMIT-UDP-IN&lt;BR /&gt;&amp;nbsp;remark LIMIT-UDP-IN&lt;BR /&gt;&amp;nbsp;permit udp host 1.2.3.4 any&lt;BR /&gt;&lt;BR /&gt;!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ip access-list extended LIMIT-UDP-OUT&lt;BR /&gt;&amp;nbsp;remark LIMIT-UDP-OUT&lt;BR /&gt;&amp;nbsp;permit udp any host 1.2.3.4&lt;BR /&gt;!&lt;BR /&gt;&lt;BR /&gt;class-map match-any LIMIT-Traffic-IN&lt;BR /&gt;&amp;nbsp; match access-group name LIMIT-UDP-IN&lt;BR /&gt;&lt;BR /&gt;class-map match-any LIMIT-Traffic-OUT&lt;BR /&gt;&amp;nbsp; match access-group name LIMIT-UDP-OUT&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;policy-map LIMIT-2Mbps-OUT-UDP&lt;BR /&gt;&amp;nbsp; class LIMIT-Traffic-OUT&lt;BR /&gt;&amp;nbsp; police cir 3600000 bc 8000 be 8000 conform-action transmit exceed-action drop violate-action drop&lt;BR /&gt;&amp;nbsp; shape average 1600000&lt;BR /&gt;&lt;BR /&gt;policy-map LIMIT-2Mbps-IN-UDP&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; class LIMIT-Traffic-IN&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; police cir 3600000 bc 8000 be 8000 conform-action transmit exceed-action drop violate-action drop&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;There is no problem of apply the input proicy to the interface, but when apply the output policy:&lt;/P&gt;
&lt;P&gt;ROUTER(config-if)#service-policy output&amp;nbsp; LIMIT-2Mbps-OUT-UDP&lt;/P&gt;
&lt;P&gt;Match named access-list is not supported for this interface&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would you please let me know how can i fix this?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Sat, 09 Mar 2019 00:38:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/match-named-access-list-is-not-supported-for-this-interface-when/m-p/3749047#M452888</guid>
      <dc:creator>danielchau</dc:creator>
      <dc:date>2019-03-09T00:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Match named access-list is not supported for this interface when trying to ratelimit by output policy with trunk interface</title>
      <link>https://community.cisco.com/t5/switching/match-named-access-list-is-not-supported-for-this-interface-when/m-p/3749072#M452890</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you are running a very outdated IOS version. Try to match on a numbered access list:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ip access-list 101&amp;nbsp;permit udp host 1.2.3.4 any&lt;BR /&gt; remark LIMIT-UDP-IN&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;ip access-list 102&amp;nbsp;permit udp any host 1.2.3.4&lt;BR /&gt; remark LIMIT-UDP-OUT&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;class-map match-any LIMIT-Traffic-IN&lt;BR /&gt; match access-group 101&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;class-map match-any LIMIT-Traffic-OUT&lt;BR /&gt; match access-group 102&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 08:07:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/match-named-access-list-is-not-supported-for-this-interface-when/m-p/3749072#M452890</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2018-11-19T08:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Match named access-list is not supported for this interface when trying to ratelimit by output policy with trunk interface</title>
      <link>https://community.cisco.com/t5/switching/match-named-access-list-is-not-supported-for-this-interface-when/m-p/3749145#M452905</link>
      <description>&lt;P&gt;Hello George,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your suggestion, now it shows&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Match numbered access-list is not supported for this interface&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not sure why it only have problem of "service-policy output " only? service-policy input can apply successfully without any problem....&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 10:06:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/match-named-access-list-is-not-supported-for-this-interface-when/m-p/3749145#M452905</guid>
      <dc:creator>danielchau</dc:creator>
      <dc:date>2018-11-19T10:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Match named access-list is not supported for this interface when trying to ratelimit by output policy with trunk interface</title>
      <link>https://community.cisco.com/t5/switching/match-named-access-list-is-not-supported-for-this-interface-when/m-p/3749186#M452912</link>
      <description>&lt;P&gt;apologies replied by mistake&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 11:38:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/match-named-access-list-is-not-supported-for-this-interface-when/m-p/3749186#M452912</guid>
      <dc:creator>Samer R. Saleem</dc:creator>
      <dc:date>2018-11-19T11:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Match named access-list is not supported for this interface when trying to ratelimit by output policy with trunk interface</title>
      <link>https://community.cisco.com/t5/switching/match-named-access-list-is-not-supported-for-this-interface-when/m-p/3749204#M452914</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;which interface are you applying the service policy to ?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 12:29:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/match-named-access-list-is-not-supported-for-this-interface-when/m-p/3749204#M452914</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2018-11-19T12:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Match named access-list is not supported for this interface when trying to ratelimit by output policy with trunk interface</title>
      <link>https://community.cisco.com/t5/switching/match-named-access-list-is-not-supported-for-this-interface-when/m-p/3749300#M452916</link>
      <description>&lt;P&gt;Hello Georg&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Basically a 1G Trunk port.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;interface GigabitEthernet3/1&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;switchport&lt;BR /&gt;&amp;nbsp;switchport trunk encapsulation dot1q&lt;BR /&gt;&amp;nbsp;switchport trunk allowed vlan 2-100&lt;BR /&gt;&amp;nbsp;switchport mode trunk&lt;BR /&gt;&amp;nbsp;mls qos trust dscp&lt;BR /&gt;&amp;nbsp;service-policy input LIMIT-2Mbps-IN-UDP&lt;BR /&gt;end&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Router#sh int gigabitEthernet 3/1&lt;BR /&gt;GigabitEthernet3/1 is up, line protocol is up (connected)&lt;BR /&gt;&amp;nbsp; Hardware is C6k 1000Mb 802.3, address is &lt;BR /&gt;&amp;nbsp; MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; reliability 255/255, txload 17/255, rxload 45/255&lt;BR /&gt;&amp;nbsp; Encapsulation ARPA, loopback not set&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 15:08:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/match-named-access-list-is-not-supported-for-this-interface-when/m-p/3749300#M452916</guid>
      <dc:creator>danielchau</dc:creator>
      <dc:date>2018-11-19T15:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Match named access-list is not supported for this interface when trying to ratelimit by output policy with trunk interface</title>
      <link>https://community.cisco.com/t5/switching/match-named-access-list-is-not-supported-for-this-interface-when/m-p/3749387#M452926</link>
      <description>&lt;P&gt;It looks like you are trying to apply a layer 3 access list (does not matter whether numbered or named) to an interface operating at layer 2. Where is the layer 3 interface for the device you want to control?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rick&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 16:35:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/match-named-access-list-is-not-supported-for-this-interface-when/m-p/3749387#M452926</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2018-11-19T16:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Match named access-list is not supported for this interface when trying to ratelimit by output policy with trunk interface</title>
      <link>https://community.cisco.com/t5/switching/match-named-access-list-is-not-supported-for-this-interface-when/m-p/3749685#M452968</link>
      <description>&lt;P&gt;Hello Richard,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have also tried on a layer3 port, say i have this config in the other router now&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;access-list 192 remark **LIMIT-UDP-OUT**&lt;BR /&gt;access-list 192 permit udp any host 1.2.3.4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;class-map match-any LIMIT-Traffic-OUT&lt;BR /&gt;&amp;nbsp; match access-group 192&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;policy-map LIMIT-6Mbps-OUT-UDP&lt;BR /&gt;&amp;nbsp; class LIMIT-Traffic-OUT&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; shape average 6600000&lt;BR /&gt;!&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But it now have this error.&lt;/P&gt;
&lt;P&gt;Router (config-subif)#service-policy output&amp;nbsp; LIMIT-6Mbps-OUT-UDP&lt;BR /&gt;shape average command is not supported in output direction for this interface&lt;BR /&gt;Configuration failed on GigabitEthernet5/1.3252&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not sure if the direction is wrong? "permit udp any host 1.2.3.4" I always confusing with the output like the BGP "out" direction&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2018 05:21:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/match-named-access-list-is-not-supported-for-this-interface-when/m-p/3749685#M452968</guid>
      <dc:creator>danielchau</dc:creator>
      <dc:date>2018-11-20T05:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Match named access-list is not supported for this interface when trying to ratelimit by output policy with trunk interface</title>
      <link>https://community.cisco.com/t5/switching/match-named-access-list-is-not-supported-for-this-interface-when/m-p/3750263#M453003</link>
      <description>&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In reading through the complete discussion I realize that several of us have made a significant mistake in our suggestions. We kept focusing on the type of access list (is it named, is it numbered, is it layer 3) as the issue. But in the original post you told us that applying the policy (with its access list) works for inbound but has problems for outbound. If it works in one direction and not in the other direction then I do not see how the type of access list could make any difference. Instead we should be looking at why applying the policy outbound is a problem. And right now I do not have a good answer for that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rick&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2018 20:01:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/match-named-access-list-is-not-supported-for-this-interface-when/m-p/3750263#M453003</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2018-11-20T20:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Match named access-list is not supported for this interface when t</title>
      <link>https://community.cisco.com/t5/switching/match-named-access-list-is-not-supported-for-this-interface-when/m-p/4488525#M512453</link>
      <description>&lt;P&gt;Hi danielchau,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;It is an old topic, but i'm facing the same issue with C1000 series switch. Have you managed to overcome this issue?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Thanks&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 13:15:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/match-named-access-list-is-not-supported-for-this-interface-when/m-p/4488525#M512453</guid>
      <dc:creator>m.eshrair</dc:creator>
      <dc:date>2021-10-19T13:15:01Z</dc:date>
    </item>
  </channel>
</rss>

