<?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 Hello again Diego :) in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/modify-radius-client-attributes-sent-by-switch/m-p/2521077#M89846</link>
    <description>&lt;P&gt;Hello again Diego &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I checked with a friend that has used NPS more than me and he was also not aware of a way to create "location groups" in NPS or something similar to where you can distinguish between two different NADs.&lt;/P&gt;
&lt;P&gt;However, he did provide an interesting solution. He suggested that we use a&amp;nbsp;&lt;STRONG&gt;regular expression&amp;nbsp;&lt;/STRONG&gt;in the&amp;nbsp;&lt;STRONG&gt;NAS Identifier&amp;nbsp;&lt;/STRONG&gt;field in NPS. The regex would be for the IP subnet for that particular site. For example, let's say that you have two sites:&lt;/P&gt;
&lt;P&gt;1. Site A: With local subnet of 192.168.30.x /24&lt;/P&gt;
&lt;P&gt;2. Site B: With local subnet of 10.10.1.x /24&lt;/P&gt;
&lt;P&gt;In NPS you can build a rules like this:&lt;/P&gt;

&lt;PRE&gt;
&lt;STRONG&gt;If&lt;/STRONG&gt;

&lt;STRONG&gt;NAS Identifier is &lt;/STRONG&gt;10\.10\.1\.*

&lt;STRONG&gt;and&lt;/STRONG&gt;

&lt;STRONG&gt;AD Group is &lt;/STRONG&gt;Site_B_Admins

&lt;STRONG&gt;Then&lt;/STRONG&gt;

Full access&lt;/PRE&gt;

&lt;P&gt;And for&amp;nbsp;&lt;STRONG&gt;Site A&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;
&lt;STRONG&gt;If&lt;/STRONG&gt;

&lt;STRONG&gt;NAS Identifier is &lt;/STRONG&gt;192\.168\.30\.*

&lt;STRONG&gt;and&lt;/STRONG&gt;

&lt;STRONG&gt;AD Group is &lt;/STRONG&gt;Site_A_Admins

&lt;STRONG&gt;Then&lt;/STRONG&gt;

Full access&lt;/PRE&gt;

&lt;P&gt;Of course, for this to work, each site would have to have a unique subnet that does not overlap with any other sites.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this gives you some sort of a solution&lt;/P&gt;</description>
    <pubDate>Sat, 21 Jun 2014 03:33:52 GMT</pubDate>
    <dc:creator>nspasov</dc:creator>
    <dc:date>2014-06-21T03:33:52Z</dc:date>
    <item>
      <title>modify RADIUS client attributes sent by switch</title>
      <link>https://community.cisco.com/t5/network-access-control/modify-radius-client-attributes-sent-by-switch/m-p/2521076#M89845</link>
      <description>&lt;P&gt;I recently started using NPS to authenticate logins to my Cisco devices and I have the basics working.&amp;nbsp; However I have a need to add an additional matching constraint to my NPS network policies.&lt;/P&gt;&lt;P&gt;Right now I am using RADIUS client friendly name and/or IP address but I don't find that the pattern matching syntax of these NPS constraints can do what I need without have to create literally dozens of policies.&amp;nbsp; I need to somehow add a custom attribute to a&amp;nbsp;certain group of switches so that I can "filter" out&amp;nbsp;which Windows AD group can login to them by using a deny policy that matches this custom attribute.&lt;/P&gt;&lt;P&gt;From the NPS constraint list I see I have some options like "Called Station ID", "NAS ID" and "Client Vendor ID", etc&amp;nbsp;available.&amp;nbsp; If there was a way to modify these attributes on the switch and send them to the NPS then I could achieve what I want.&amp;nbsp; For instance I could configure the "Client Vendor ID" of my special switches with some custom data that I could then use to match on the deny NPS policy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 04:48:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/modify-radius-client-attributes-sent-by-switch/m-p/2521076#M89845</guid>
      <dc:creator>tato386</dc:creator>
      <dc:date>2019-03-11T04:48:47Z</dc:date>
    </item>
    <item>
      <title>Hello again Diego :)</title>
      <link>https://community.cisco.com/t5/network-access-control/modify-radius-client-attributes-sent-by-switch/m-p/2521077#M89846</link>
      <description>&lt;P&gt;Hello again Diego &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I checked with a friend that has used NPS more than me and he was also not aware of a way to create "location groups" in NPS or something similar to where you can distinguish between two different NADs.&lt;/P&gt;
&lt;P&gt;However, he did provide an interesting solution. He suggested that we use a&amp;nbsp;&lt;STRONG&gt;regular expression&amp;nbsp;&lt;/STRONG&gt;in the&amp;nbsp;&lt;STRONG&gt;NAS Identifier&amp;nbsp;&lt;/STRONG&gt;field in NPS. The regex would be for the IP subnet for that particular site. For example, let's say that you have two sites:&lt;/P&gt;
&lt;P&gt;1. Site A: With local subnet of 192.168.30.x /24&lt;/P&gt;
&lt;P&gt;2. Site B: With local subnet of 10.10.1.x /24&lt;/P&gt;
&lt;P&gt;In NPS you can build a rules like this:&lt;/P&gt;

&lt;PRE&gt;
&lt;STRONG&gt;If&lt;/STRONG&gt;

&lt;STRONG&gt;NAS Identifier is &lt;/STRONG&gt;10\.10\.1\.*

&lt;STRONG&gt;and&lt;/STRONG&gt;

&lt;STRONG&gt;AD Group is &lt;/STRONG&gt;Site_B_Admins

&lt;STRONG&gt;Then&lt;/STRONG&gt;

Full access&lt;/PRE&gt;

&lt;P&gt;And for&amp;nbsp;&lt;STRONG&gt;Site A&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;
&lt;STRONG&gt;If&lt;/STRONG&gt;

&lt;STRONG&gt;NAS Identifier is &lt;/STRONG&gt;192\.168\.30\.*

&lt;STRONG&gt;and&lt;/STRONG&gt;

&lt;STRONG&gt;AD Group is &lt;/STRONG&gt;Site_A_Admins

&lt;STRONG&gt;Then&lt;/STRONG&gt;

Full access&lt;/PRE&gt;

&lt;P&gt;Of course, for this to work, each site would have to have a unique subnet that does not overlap with any other sites.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this gives you some sort of a solution&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jun 2014 03:33:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/modify-radius-client-attributes-sent-by-switch/m-p/2521077#M89846</guid>
      <dc:creator>nspasov</dc:creator>
      <dc:date>2014-06-21T03:33:52Z</dc:date>
    </item>
    <item>
      <title>Neno,Yes, this is what I</title>
      <link>https://community.cisco.com/t5/network-access-control/modify-radius-client-attributes-sent-by-switch/m-p/2521078#M89847</link>
      <description>&lt;P&gt;Neno,&lt;/P&gt;&lt;P&gt;Yes, this is what I ended up doing.&amp;nbsp; It is not the most elegant solution but will do for now.&amp;nbsp; It would be great if I could have added some type of identifier to individual devices for more granular control but then again I guess that is what ACS is for, right?&amp;nbsp; Beggars can't be choosers.&lt;/P&gt;&lt;P&gt;Thanks for your help and input.&lt;/P&gt;&lt;P&gt;Diego&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2014 14:01:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/modify-radius-client-attributes-sent-by-switch/m-p/2521078#M89847</guid>
      <dc:creator>tato386</dc:creator>
      <dc:date>2014-06-23T14:01:32Z</dc:date>
    </item>
    <item>
      <title>Ha ha "Beggars can't be</title>
      <link>https://community.cisco.com/t5/network-access-control/modify-radius-client-attributes-sent-by-switch/m-p/2521079#M89848</link>
      <description>&lt;P&gt;Ha ha "Beggars can't be choosers" very well put Diego &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; But yes, I also wish there was a better way to group things in NPS. That is why ACS and ISE are paid and NPS comes for free &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Glad you were able to figure it out (+5) from me. If your issue is resolved you should probably mark is as "answered"&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2014 08:25:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/modify-radius-client-attributes-sent-by-switch/m-p/2521079#M89848</guid>
      <dc:creator>nspasov</dc:creator>
      <dc:date>2014-06-24T08:25:19Z</dc:date>
    </item>
  </channel>
</rss>

