<?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 per user ACL's and QoS in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/per-user-acl-s-and-qos/m-p/659070#M422590</link>
    <description>&lt;P&gt;I there !!1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a network that uses MS IAS for Radius auth in a wireless network. I'd like to setup 802.1x in all the switchs we have. The auth thing is simple (I hope). I've Found information on assigning user to a Vlan thru a radius response, but i'm trying to go beond that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to find if it's possible to use per user ACL's in 2950 Switches? &lt;/P&gt;&lt;P&gt;I've been searching, and I found DACL's, but all the nformation only points to PIX/ASA/Router products. Is it possible to use this in switches?? or theres something like his.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Want to stop traffic in this switchs, so it doesn't clutter the network. And because a have several groups of users inside a master group, i.e.: I have TEachers and then inside that I have Mecanics Theachers, Computer  ENG Teachers, ... You get the picture.. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible and where can I find Information. (IOS version no problem, I'll buy the version needed)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rui Silva&lt;/P&gt;&lt;P&gt;Instituto Polit?cnico de Leiria&lt;/P&gt;&lt;P&gt;Portugal&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 21:48:37 GMT</pubDate>
    <dc:creator>rui.silva</dc:creator>
    <dc:date>2019-03-10T21:48:37Z</dc:date>
    <item>
      <title>per user ACL's and QoS</title>
      <link>https://community.cisco.com/t5/network-access-control/per-user-acl-s-and-qos/m-p/659070#M422590</link>
      <description>&lt;P&gt;I there !!1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a network that uses MS IAS for Radius auth in a wireless network. I'd like to setup 802.1x in all the switchs we have. The auth thing is simple (I hope). I've Found information on assigning user to a Vlan thru a radius response, but i'm trying to go beond that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to find if it's possible to use per user ACL's in 2950 Switches? &lt;/P&gt;&lt;P&gt;I've been searching, and I found DACL's, but all the nformation only points to PIX/ASA/Router products. Is it possible to use this in switches?? or theres something like his.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Want to stop traffic in this switchs, so it doesn't clutter the network. And because a have several groups of users inside a master group, i.e.: I have TEachers and then inside that I have Mecanics Theachers, Computer  ENG Teachers, ... You get the picture.. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible and where can I find Information. (IOS version no problem, I'll buy the version needed)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rui Silva&lt;/P&gt;&lt;P&gt;Instituto Polit?cnico de Leiria&lt;/P&gt;&lt;P&gt;Portugal&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 21:48:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/per-user-acl-s-and-qos/m-p/659070#M422590</guid>
      <dc:creator>rui.silva</dc:creator>
      <dc:date>2019-03-10T21:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: per user ACL's and QoS</title>
      <link>https://community.cisco.com/t5/network-access-control/per-user-acl-s-and-qos/m-p/659071#M422591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;he following example shows that per-user QoS is being configured using the AAA policy name "policy_class_1_2":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-all class1 &lt;/P&gt;&lt;P&gt; match access-group 101 &lt;/P&gt;&lt;P&gt;class-map match-all class2 &lt;/P&gt;&lt;P&gt; match qos-group 4 &lt;/P&gt;&lt;P&gt; match access-group 101 &lt;/P&gt;&lt;P&gt;policy-map policy_class_1_2 &lt;/P&gt;&lt;P&gt; class class1 &lt;/P&gt;&lt;P&gt; bandwidth 3000 &lt;/P&gt;&lt;P&gt; queue-limit 30 &lt;/P&gt;&lt;P&gt; class class2 &lt;/P&gt;&lt;P&gt; bandwidth 2000&lt;/P&gt;&lt;P&gt; class class-default &lt;/P&gt;&lt;P&gt; bandwidth 500 &lt;/P&gt;&lt;P&gt;peruser_qos_1    Password = "lab" &lt;/P&gt;&lt;P&gt; Service-Type = Framed, &lt;/P&gt;&lt;P&gt; Framed-Protocol = PPP, &lt;/P&gt;&lt;P&gt; Cisco:Cisco-avpair = "ip:sub-policy-In=ssspolicy"&lt;/P&gt;&lt;P&gt;!ssspolicy in the above line is the name of the policy.&lt;/P&gt;&lt;P&gt;peruser_qos_2    Password = "lab" &lt;/P&gt;&lt;P&gt; Service-Type = Framed, &lt;/P&gt;&lt;P&gt; Framed-Protocol = PPP, &lt;/P&gt;&lt;P&gt; Cisco:Cisco-avpair = "ip:sub-policy-Out=ssspolicy" &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 17:36:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/per-user-acl-s-and-qos/m-p/659071#M422591</guid>
      <dc:creator>sbilgi</dc:creator>
      <dc:date>2006-10-31T17:36:52Z</dc:date>
    </item>
  </channel>
</rss>

