<?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 in Radius Attribute in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/send-interface-description-in-radius-attribute/m-p/3566904#M521170</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-top: 5px; margin-bottom: 10.5px; color: #58585b; font-family: CiscoSans, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px;"&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 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;&lt;/P&gt;&lt;P style="margin-top: 10.5px; margin-bottom: 10.5px; color: #58585b; font-family: CiscoSans, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px;"&gt;&lt;A href="https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-13" rel="nofollow noopener noreferrer" style="background: transparent; color: #049fd9;" target="_blank"&gt;https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-13&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Mar 2018 16:24:53 GMT</pubDate>
    <dc:creator>Joshua Robertson</dc:creator>
    <dc:date>2018-03-30T16:24:53Z</dc:date>
    <item>
      <title>Send interface description in Radius Attribute</title>
      <link>https://community.cisco.com/t5/network-access-control/send-interface-description-in-radius-attribute/m-p/3566901#M521153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any way to send interface description or any other value which can uniquely identify an interface from radius requests ?&lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;P&gt;interface f0/0&lt;/P&gt;&lt;P&gt;description AP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to send "AP" in any of the radius attributes or Cisco VSAs to ISE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words I want to send an attribute which can be set to an interface via CLI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if anyone can think of any idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2017 03:15:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/send-interface-description-in-radius-attribute/m-p/3566901#M521153</guid>
      <dc:creator>umahar</dc:creator>
      <dc:date>2017-10-02T03:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Send interface description in Radius Attribute</title>
      <link>https://community.cisco.com/t5/network-access-control/send-interface-description-in-radius-attribute/m-p/3566902#M521156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if there is a NAD config that would send the interface description, but have you tried interpreting the &lt;STRONG&gt;NAS-Port&lt;/STRONG&gt; attribute, using &lt;STRONG&gt;attribute nas-port format&lt;/STRONG&gt; in IOS to give you interface naming?&amp;nbsp; Your mileage may vary based on what IOS you're using, and what port type you're using.&amp;nbsp; But worth testing in the lab if you can.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cisco IOS has a VSA that may also help&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;radius-server vsa&amp;nbsp; send authentication&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;aaa nas&amp;nbsp; port&amp;nbsp; extended &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2017 23:38:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/send-interface-description-in-radius-attribute/m-p/3566902#M521156</guid>
      <dc:creator>Arne Bier</dc:creator>
      <dc:date>2017-10-02T23:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Send interface description in Radius Attribute</title>
      <link>https://community.cisco.com/t5/network-access-control/send-interface-description-in-radius-attribute/m-p/3566903#M521164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Utkarsh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I asked a similar question here : &lt;A href="https://supportforums.cisco.com/t5/aaa-identity-and-nac/send-interface-description-to-ise/td-p/3093103" title="https://supportforums.cisco.com/t5/aaa-identity-and-nac/send-interface-description-to-ise/td-p/3093103"&gt;https://supportforums.cisco.com/t5/aaa-identity-and-nac/send-interface-description-to-ise/td-p/3093103&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I was testing I enabled RADIUS debugs on the switch and modified various options to see if the description was ever sent and unfortunately it was not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you find a way to do it would you mind letting me know?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Likewise if you raise an enhancement request if you give me the reference I will attach my own case to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 09:46:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/send-interface-description-in-radius-attribute/m-p/3566903#M521164</guid>
      <dc:creator>ITCOMMS</dc:creator>
      <dc:date>2017-10-03T09:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Send interface description in Radius Attribute</title>
      <link>https://community.cisco.com/t5/network-access-control/send-interface-description-in-radius-attribute/m-p/3566904#M521170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-top: 5px; margin-bottom: 10.5px; color: #58585b; font-family: CiscoSans, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px;"&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 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;&lt;/P&gt;&lt;P style="margin-top: 10.5px; margin-bottom: 10.5px; color: #58585b; font-family: CiscoSans, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px;"&gt;&lt;A href="https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-13" rel="nofollow noopener noreferrer" style="background: transparent; color: #049fd9;" target="_blank"&gt;https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-13&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2018 16:24:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/send-interface-description-in-radius-attribute/m-p/3566904#M521170</guid>
      <dc:creator>Joshua Robertson</dc:creator>
      <dc:date>2018-03-30T16:24:53Z</dc:date>
    </item>
  </channel>
</rss>

