<?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: Send interface description to ISE. in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/send-interface-description-to-ise/m-p/3358119#M25653</link>
    <description>&lt;P&gt;I had a similar requirement from a customer (tag certain ports to be treated differently), and I was able to utilize the NAS-Port-Type attribute to send a Port-Type other than Ethernet and filter on the new type being sent for those ports.&amp;nbsp; Not ideal, but may be a&amp;nbsp;usable workaround for you.&amp;nbsp; On the switch port, configure with 'radius attribute nas-port-type &amp;lt;type id&amp;gt;'.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-13" target="_blank"&gt;https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-13&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Mar 2018 16:25:46 GMT</pubDate>
    <dc:creator>Joshua Robertson</dc:creator>
    <dc:date>2018-03-30T16:25:46Z</dc:date>
    <item>
      <title>Send interface description to ISE.</title>
      <link>https://community.cisco.com/t5/network-access-control/send-interface-description-to-ise/m-p/3093103#M25650</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Does anyone know if it is possible to send an interface description to ISE as part of the RADIUS access request?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The interface ID is included in various elements e.g. 'nas-port-id' and 'cisco-nas-port', but not the description.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Intent would be to 'tag' an interface for a special use-case, and ISE would match this to apply specific policy.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Cheers.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 07:53:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/send-interface-description-to-ise/m-p/3093103#M25650</guid>
      <dc:creator />
      <dc:date>2019-03-11T07:53:18Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/network-access-control/send-interface-description-to-ise/m-p/3093104#M25651</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;There is a feature called "&lt;G class="gr_ gr_67 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" id="67" data-gr-id="67"&gt;Vlan&lt;/G&gt;-ID based MAC authentication" that is available only for MAB authentication.&lt;/P&gt;
&lt;P&gt;Using this we can send the &lt;G class="gr_ gr_94 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" id="94" data-gr-id="94"&gt;Vlan&lt;/G&gt; id to Radius Server but not in attribute 81 but attribute 32.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;More info on this link:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3750x_3560x/software/release/12-2_55_se/configuration/guide/3750xscg/sw8021x.html#wp1275357&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Aditya&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Please rate helpful and mark correct answers&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 04:36:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/send-interface-description-to-ise/m-p/3093104#M25651</guid>
      <dc:creator>Aditya Ganjoo</dc:creator>
      <dc:date>2017-07-25T04:36:52Z</dc:date>
    </item>
    <item>
      <title>Thanks Aditya.</title>
      <link>https://community.cisco.com/t5/network-access-control/send-interface-description-to-ise/m-p/3093105#M25652</link>
      <description>&lt;P&gt;Thanks Aditya.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This is a great suggestion however&amp;nbsp;ideally we would want to use something that doesn't have an operational impact.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;We use standardised interface&amp;nbsp;configurations with the same access VLAN across our environment.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;In order to stage changes, it would be ideal if for example we could tag multiple interfaces locally, and have ISE apply policy based on this.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Currently we use a match on network device and interface, but this gets complicated for more than a few interfaces.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;So rather than:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;IF switch X interface A OR switch X interface B OR switch Y interface A THEN test_policy&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;we use something like&amp;nbsp;:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;IF interface_tag THEN test_policy&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Say we were testing a specific DACL, we wouldn't necessarily want to modify the access VLAN, as it wouldn't be representative of the final setup.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;To me the requirement is similar to VLAN-ID based MAC authentication, in that we are sending information from the locally configured interface, just rather than VLAN ID it is another attribute, e.g. interface description.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hopefully I've explained in a concise manner, but if you have questions please let me know.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Cheers.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 10:51:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/send-interface-description-to-ise/m-p/3093105#M25652</guid>
      <dc:creator />
      <dc:date>2017-07-25T10:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Send interface description to ISE.</title>
      <link>https://community.cisco.com/t5/network-access-control/send-interface-description-to-ise/m-p/3358119#M25653</link>
      <description>&lt;P&gt;I had a similar requirement from a customer (tag certain ports to be treated differently), and I was able to utilize the NAS-Port-Type attribute to send a Port-Type other than Ethernet and filter on the new type being sent for those ports.&amp;nbsp; Not ideal, but may be a&amp;nbsp;usable workaround for you.&amp;nbsp; On the switch port, configure with 'radius attribute nas-port-type &amp;lt;type id&amp;gt;'.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-13" target="_blank"&gt;https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-13&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Mar 2018 16:25:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/send-interface-description-to-ise/m-p/3358119#M25653</guid>
      <dc:creator>Joshua Robertson</dc:creator>
      <dc:date>2018-03-30T16:25:46Z</dc:date>
    </item>
  </channel>
</rss>

