<?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 4506 switch ip access list based policy marking in Switching</title>
    <link>https://community.cisco.com/t5/switching/4506-switch-ip-access-list-based-policy-marking/m-p/877148#M44579</link>
    <description>&lt;P&gt;it does not work. this is what I have on L2 interface. ALs are classic IP extended access lists. Why doesn't it work? None of packets are marked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-any c5&lt;/P&gt;&lt;P&gt;	match access-group name c5_1&lt;/P&gt;&lt;P&gt;	match access-group name c5_2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-any c2&lt;/P&gt;&lt;P&gt;	match access-group name c2_2&lt;/P&gt;&lt;P&gt;	match access-group name c2_2&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;class-map match-any c3&lt;/P&gt;&lt;P&gt;	match access-group name c3_1&lt;/P&gt;&lt;P&gt;	match access-group name c3_2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-any c4&lt;/P&gt;&lt;P&gt;	match access-group name c4_1&lt;/P&gt;&lt;P&gt;	match access-group name c4_2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map OUT&lt;/P&gt;&lt;P&gt; class c4&lt;/P&gt;&lt;P&gt;  set ip precedence 4&lt;/P&gt;&lt;P&gt; class c3&lt;/P&gt;&lt;P&gt;  set ip precedence 3&lt;/P&gt;&lt;P&gt; class c5&lt;/P&gt;&lt;P&gt;  set ip precedence 5&lt;/P&gt;&lt;P&gt; class c2&lt;/P&gt;&lt;P&gt;  set ip precedence 2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet9/99&lt;/P&gt;&lt;P&gt; switchport access vlan 55&lt;/P&gt;&lt;P&gt; switchport mode access&lt;/P&gt;&lt;P&gt; service-policy output OUT&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Mar 2019 03:56:22 GMT</pubDate>
    <dc:creator>dragec</dc:creator>
    <dc:date>2019-03-06T03:56:22Z</dc:date>
    <item>
      <title>4506 switch ip access list based policy marking</title>
      <link>https://community.cisco.com/t5/switching/4506-switch-ip-access-list-based-policy-marking/m-p/877148#M44579</link>
      <description>&lt;P&gt;it does not work. this is what I have on L2 interface. ALs are classic IP extended access lists. Why doesn't it work? None of packets are marked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-any c5&lt;/P&gt;&lt;P&gt;	match access-group name c5_1&lt;/P&gt;&lt;P&gt;	match access-group name c5_2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-any c2&lt;/P&gt;&lt;P&gt;	match access-group name c2_2&lt;/P&gt;&lt;P&gt;	match access-group name c2_2&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;class-map match-any c3&lt;/P&gt;&lt;P&gt;	match access-group name c3_1&lt;/P&gt;&lt;P&gt;	match access-group name c3_2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-any c4&lt;/P&gt;&lt;P&gt;	match access-group name c4_1&lt;/P&gt;&lt;P&gt;	match access-group name c4_2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map OUT&lt;/P&gt;&lt;P&gt; class c4&lt;/P&gt;&lt;P&gt;  set ip precedence 4&lt;/P&gt;&lt;P&gt; class c3&lt;/P&gt;&lt;P&gt;  set ip precedence 3&lt;/P&gt;&lt;P&gt; class c5&lt;/P&gt;&lt;P&gt;  set ip precedence 5&lt;/P&gt;&lt;P&gt; class c2&lt;/P&gt;&lt;P&gt;  set ip precedence 2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet9/99&lt;/P&gt;&lt;P&gt; switchport access vlan 55&lt;/P&gt;&lt;P&gt; switchport mode access&lt;/P&gt;&lt;P&gt; service-policy output OUT&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 03:56:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/4506-switch-ip-access-list-based-policy-marking/m-p/877148#M44579</guid>
      <dc:creator>dragec</dc:creator>
      <dc:date>2019-03-06T03:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: 4506 switch ip access list based policy marking</title>
      <link>https://community.cisco.com/t5/switching/4506-switch-ip-access-list-based-policy-marking/m-p/877149#M44580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;acording to manuals, this should be possible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 07:37:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/4506-switch-ip-access-list-based-policy-marking/m-p/877149#M44580</guid>
      <dc:creator>dragec</dc:creator>
      <dc:date>2007-12-12T07:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: 4506 switch ip access list based policy marking</title>
      <link>https://community.cisco.com/t5/switching/4506-switch-ip-access-list-based-policy-marking/m-p/877150#M44581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In some environment i have experienced in matching the Access-group "name" in the Class-map statements. ==&amp;gt; Failure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it works when done with Access-group "index-number".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; As per manual it should work but i doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this your problem ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guru Prasad R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 07:56:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/4506-switch-ip-access-list-based-policy-marking/m-p/877150#M44581</guid>
      <dc:creator>guruprasadr</dc:creator>
      <dc:date>2007-12-12T07:56:08Z</dc:date>
    </item>
  </channel>
</rss>

