<?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: 10 devices on ACS, 20 users mapped from windows. How to spec in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/10-devices-on-acs-20-users-mapped-from-windows-how-to-specify/m-p/1131184#M368847</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, you didn't mention Windows. Well, if you only have 20 users, the most groups you would need are 20. Or, if you only have 20 users, I would suggest configuring the users directly on ACS and use Windows AD for authentication only. They keep their normal login, but you have control over them. I am assuming that these users are device administrators requiring access control to network devices through ACS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Jan 2009 21:21:44 GMT</pubDate>
    <dc:creator>jhillend</dc:creator>
    <dc:date>2009-01-05T21:21:44Z</dc:date>
    <item>
      <title>10 devices on ACS, 20 users mapped from windows. How to specify access?</title>
      <link>https://community.cisco.com/t5/network-access-control/10-devices-on-acs-20-users-mapped-from-windows-how-to-specify/m-p/1131181#M368844</link>
      <description>&lt;P&gt;I have 10 devices and I want the administrative access to be authenticated agaist an ACS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 20 users who will be allowed to authenticate on them, but they must have different access like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User A access -&amp;gt; 1,5,8,9&lt;/P&gt;&lt;P&gt;User B access -&amp;gt; 8,9,10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to use NAR to say wich user have access to wich device, but this way I must create a windows group for each combination of user device access wich is extremaly huge for 10 devices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would need one group for who can access device 1,5,8. Other for 4,8,9 and so on. Besides that for each change I would need creating a new group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The total number of combinations is more then 3,600,00 for 10 devices.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 23:15:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/10-devices-on-acs-20-users-mapped-from-windows-how-to-specify/m-p/1131181#M368844</guid>
      <dc:creator>guibarati</dc:creator>
      <dc:date>2019-03-10T23:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: 10 devices on ACS, 20 users mapped from windows. How to spec</title>
      <link>https://community.cisco.com/t5/network-access-control/10-devices-on-acs-20-users-mapped-from-windows-how-to-specify/m-p/1131182#M368845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you were to create a user group for each NAR combination you would need (2^10)-1 groups, or 1023 user groups. Still a big number and more than twice the number of available user groups in ACS. In this case you are better off configuring the NAR capability in each individual user configuration. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To explain the above number, the following list will explain:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;devs | grps&lt;/P&gt;&lt;P&gt;  3      7&lt;/P&gt;&lt;P&gt;  4     15&lt;/P&gt;&lt;P&gt;  5     31&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For 3 devices, a, b and c, the combinations are: abc, ab, ac, bc, a, b, c (= 7)&lt;/P&gt;&lt;P&gt;For 5 devices, a, b, c, d and e, the combinations are: abcde, abcd, abce, abde, acde, bcde, abc, abd, abe, acd, ace, ade, bcd, bce, bde, cde, ab, ac, ad, ae, bc, bd, be, cd, ce, de, a, b, c, d and e (= 31)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and so on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 20:14:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/10-devices-on-acs-20-users-mapped-from-windows-how-to-specify/m-p/1131182#M368845</guid>
      <dc:creator>jhillend</dc:creator>
      <dc:date>2009-01-05T20:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: 10 devices on ACS, 20 users mapped from windows. How to spec</title>
      <link>https://community.cisco.com/t5/network-access-control/10-devices-on-acs-20-users-mapped-from-windows-how-to-specify/m-p/1131183#M368846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I had misused the 10! instead of 2^10-1, but that is not the point, the point is there would be necessary too many groups and you cach that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you sugested using user lever NAR, but can I use that for users in windows? Like mapping a individual windows user to an ACS user?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or should I create local ACS database users to do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 20:28:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/10-devices-on-acs-20-users-mapped-from-windows-how-to-specify/m-p/1131183#M368846</guid>
      <dc:creator>guibarati</dc:creator>
      <dc:date>2009-01-05T20:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: 10 devices on ACS, 20 users mapped from windows. How to spec</title>
      <link>https://community.cisco.com/t5/network-access-control/10-devices-on-acs-20-users-mapped-from-windows-how-to-specify/m-p/1131184#M368847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, you didn't mention Windows. Well, if you only have 20 users, the most groups you would need are 20. Or, if you only have 20 users, I would suggest configuring the users directly on ACS and use Windows AD for authentication only. They keep their normal login, but you have control over them. I am assuming that these users are device administrators requiring access control to network devices through ACS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 21:21:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/10-devices-on-acs-20-users-mapped-from-windows-how-to-specify/m-p/1131184#M368847</guid>
      <dc:creator>jhillend</dc:creator>
      <dc:date>2009-01-05T21:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: 10 devices on ACS, 20 users mapped from windows. How to spec</title>
      <link>https://community.cisco.com/t5/network-access-control/10-devices-on-acs-20-users-mapped-from-windows-how-to-specify/m-p/1131185#M368848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Acctualy I mentioned on the title "mapped from windows" but I guess I should had said it in conversations body.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my big problem is the growing number of users, so I would like a way to limit the access of users somehow that I don't need one group per access combination.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 10:25:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/10-devices-on-acs-20-users-mapped-from-windows-how-to-specify/m-p/1131185#M368848</guid>
      <dc:creator>guibarati</dc:creator>
      <dc:date>2009-01-06T10:25:36Z</dc:date>
    </item>
  </channel>
</rss>

