<?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: how to restrict a ISE  tacacs user from logging-in to another device? Our company has a manufacturing in many location arround the world and we wanted to restrict all of our engineers base on their geographic locations. in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/how-to-restrict-a-ise-tacacs-user-from-logging-in-to-another/m-p/3535404#M529100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is a common setup for world wide deployments.&amp;nbsp; You have two methods to tackle this.&amp;nbsp; You can write rules from the perspective of the geographic region or from the device type perspective.&amp;nbsp;&amp;nbsp;&amp;nbsp; Device Type might be the easiest and would look something like this given standard region names (only showing router and switches and a few regions):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Device Types&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All Device Types&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Switch&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Router&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;Locations&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;All Locations&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; North America&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Wisconsin&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Illinois&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EMEA&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Germany&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; England&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; APAC&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; China&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Japan&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Switch Policy Set&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Policy Set Criteria- Device Type equals All Device Types#Switch&lt;/P&gt;&lt;P&gt;Authentication Criteria- wherever you are authenticating users against&lt;/P&gt;&lt;P&gt;Authorization Rules:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;If member of Global Network Admin group then full access&lt;/LI&gt;&lt;LI&gt;If member of North America Network Admin group and switch location begins with&amp;nbsp; All Locations#North America then full access&lt;/LI&gt;&lt;LI&gt;If member of EMEA Network Admin group and switch location begins with All Locations#EMEA then full access&lt;/LI&gt;&lt;LI&gt;If member of AsiaPac Network Admin group and switch location begins with All Locations#APAC then full access&lt;/LI&gt;&lt;/OL&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;Router Policy Set&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Policy Set Criteria- Device Type equals All Device Types#Router&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Authentication Criteria- wherever you are authenticating users against&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Authorization Rules:&lt;/P&gt;&lt;OL style="font-size: 13.3333px;"&gt;&lt;LI&gt;If member of Global Network Admin group then full access&lt;/LI&gt;&lt;LI&gt;If member of North America Network Admin group and switch location begins with&amp;nbsp; All Locations#North America then full access&lt;/LI&gt;&lt;LI&gt;If member of EMEA Switch Network group and switch location begins with All Locations#EMEA then full access&lt;/LI&gt;&lt;LI&gt;If member of AsiaPac Switch Network group and switch location begins with All Locations#APAC then full access&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then build this out as needed.&amp;nbsp; I usually break out device types even if the access rules are identical to allow for future use cases where different users may administer routers vs. switches.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jun 2017 21:26:17 GMT</pubDate>
    <dc:creator>paul</dc:creator>
    <dc:date>2017-06-14T21:26:17Z</dc:date>
    <item>
      <title>how to restrict a ISE  tacacs user from logging-in to another device? Our company has a manufacturing in many location arround the world and we wanted to restrict all of our engineers base on their geographic locations.</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-restrict-a-ise-tacacs-user-from-logging-in-to-another/m-p/3535403#M529098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="color: #333333; font-size: 14.4px; font-family: Arial, sans-serif;"&gt;how to restrict a tacacs user from logging-in to another device? Our company has a manufacturing in many location arround the world and we wanted to restrict all of our engineers base on their geographic locations.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 19:36:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-restrict-a-ise-tacacs-user-from-logging-in-to-another/m-p/3535403#M529098</guid>
      <dc:creator>kumarrak1</dc:creator>
      <dc:date>2017-06-14T19:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to restrict a ISE  tacacs user from logging-in to another device? Our company has a manufacturing in many location arround the world and we wanted to restrict all of our engineers base on their geographic locations.</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-restrict-a-ise-tacacs-user-from-logging-in-to-another/m-p/3535404#M529100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is a common setup for world wide deployments.&amp;nbsp; You have two methods to tackle this.&amp;nbsp; You can write rules from the perspective of the geographic region or from the device type perspective.&amp;nbsp;&amp;nbsp;&amp;nbsp; Device Type might be the easiest and would look something like this given standard region names (only showing router and switches and a few regions):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Device Types&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All Device Types&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Switch&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Router&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;Locations&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;All Locations&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; North America&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Wisconsin&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Illinois&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EMEA&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Germany&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; England&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; APAC&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; China&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Japan&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Switch Policy Set&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Policy Set Criteria- Device Type equals All Device Types#Switch&lt;/P&gt;&lt;P&gt;Authentication Criteria- wherever you are authenticating users against&lt;/P&gt;&lt;P&gt;Authorization Rules:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;If member of Global Network Admin group then full access&lt;/LI&gt;&lt;LI&gt;If member of North America Network Admin group and switch location begins with&amp;nbsp; All Locations#North America then full access&lt;/LI&gt;&lt;LI&gt;If member of EMEA Network Admin group and switch location begins with All Locations#EMEA then full access&lt;/LI&gt;&lt;LI&gt;If member of AsiaPac Network Admin group and switch location begins with All Locations#APAC then full access&lt;/LI&gt;&lt;/OL&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;Router Policy Set&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Policy Set Criteria- Device Type equals All Device Types#Router&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Authentication Criteria- wherever you are authenticating users against&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Authorization Rules:&lt;/P&gt;&lt;OL style="font-size: 13.3333px;"&gt;&lt;LI&gt;If member of Global Network Admin group then full access&lt;/LI&gt;&lt;LI&gt;If member of North America Network Admin group and switch location begins with&amp;nbsp; All Locations#North America then full access&lt;/LI&gt;&lt;LI&gt;If member of EMEA Switch Network group and switch location begins with All Locations#EMEA then full access&lt;/LI&gt;&lt;LI&gt;If member of AsiaPac Switch Network group and switch location begins with All Locations#APAC then full access&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then build this out as needed.&amp;nbsp; I usually break out device types even if the access rules are identical to allow for future use cases where different users may administer routers vs. switches.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 21:26:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-restrict-a-ise-tacacs-user-from-logging-in-to-another/m-p/3535404#M529100</guid>
      <dc:creator>paul</dc:creator>
      <dc:date>2017-06-14T21:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to restrict a ISE  tacacs user from logging-in to another device? Our company has a manufacturing in many location arround the world and we wanted to restrict all of our engineers base on their geographic locations.</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-restrict-a-ise-tacacs-user-from-logging-in-to-another/m-p/3535405#M529101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also use user groups, say if your users are part of Active directory user groups.&lt;/P&gt;&lt;P&gt;If you want greater granularity to accommodate a pool of common administrators accessing many devices, you can use a combination of Network device groups and Active directory groups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Krishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 16:00:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-restrict-a-ise-tacacs-user-from-logging-in-to-another/m-p/3535405#M529101</guid>
      <dc:creator>kthiruve</dc:creator>
      <dc:date>2017-06-16T16:00:41Z</dc:date>
    </item>
  </channel>
</rss>

