<?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 vlan via Radius with 802.1x Authentication in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/send-vlan-via-radius-with-802-1x-authentication/m-p/415306#M428363</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not an expert in this area either.  In fact I am trying to accomplish the same exact thing that you are doing except that I don't have the freeradius expertise that you seem to have.  Any insight on freeradius you can provide such as configs and files would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What version of code do you have on the 2950, I would try to upgrade that to a more recent release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, where did you find out about the variables that should be passed to the Cisco device?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jul 2006 18:10:30 GMT</pubDate>
    <dc:creator>stephen</dc:creator>
    <dc:date>2006-07-07T18:10:30Z</dc:date>
    <item>
      <title>Send vlan via Radius with 802.1x Authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/send-vlan-via-radius-with-802-1x-authentication/m-p/415301#M428345</link>
      <description>&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to set up 802.1x authentication using Windows XP Supplicant, Catalyst 2950 and FreeRadius as radius server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can login correctly so I have the port in Authorized mode, but I can't download the vlan id through the radius server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reading docs, I have found these attributes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cisco-avpair="tunnel-type(#64)=VLAN(13)"&lt;/P&gt;&lt;P&gt;cisco-avpair="tunnel-medium-type(#65)=802 media(6)"&lt;/P&gt;&lt;P&gt;cisco-avpair="tunnel-private-group-ID(#81)=2" (2 is my vlan id)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when I insert these into radius DB (I have also tryed with text file config...) I can see from Radius debugs that only the first one (cisco-avpair="tunnel-type(#64)=VLAN(13)" is passed in the access-accept packet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are some outputs:&lt;/P&gt;&lt;P&gt;Sending Access-Challenge of id 80 to 128.0.0.21:1812&lt;/P&gt;&lt;P&gt;        Cisco-AVPair = "tunnel-type=VLAN"&lt;/P&gt;&lt;P&gt;        EAP-Message = 0x0101001604103ee52f729eb199689ef4fc77a18a6a08&lt;/P&gt;&lt;P&gt;        Message-Authenticator = 0x00000000000000000000000000000000&lt;/P&gt;&lt;P&gt;        State = 0xf88b9673c199cb13def96563250cf8a7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I issued a "debug radius" on the switch Catalyst 2950 also, and the output is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;02:49:39: RADIUS: Received from id 73 128.0.0.243:1812, Access-Accept, len 129&lt;/P&gt;&lt;P&gt;02:49:39:         Attribute 26 75 0000000901457475&lt;/P&gt;&lt;P&gt;02:49:39:         Attribute 79 6 03010004&lt;/P&gt;&lt;P&gt;02:49:39:         Attribute 80 18 1ABB3507&lt;/P&gt;&lt;P&gt;02:49:39:         Attribute 1 10 74657374&lt;/P&gt;&lt;P&gt;02:49:39: RADIUS: EAP-login: length of eap packet = 4 &lt;/P&gt;&lt;P&gt;02:49:39: RADIUS: EAP-login: radius didn't send any vlan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I can see that radius is not sending anything about vlan...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone alredy tried this set up?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Massimo Magnani.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 21:20:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/send-vlan-via-radius-with-802-1x-authentication/m-p/415301#M428345</guid>
      <dc:creator>m.magnani</dc:creator>
      <dc:date>2019-03-10T21:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Send vlan via Radius with 802.1x Authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/send-vlan-via-radius-with-802-1x-authentication/m-p/415302#M428349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you remember the following command?&lt;/P&gt;&lt;P&gt;aaa authorization network default group radius&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is a 2950 SI platform, support for this did not come until 12.1(22)EA3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2005 11:44:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/send-vlan-via-radius-with-802-1x-authentication/m-p/415302#M428349</guid>
      <dc:creator>jafrazie</dc:creator>
      <dc:date>2005-10-17T11:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Send vlan via Radius with 802.1x Authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/send-vlan-via-radius-with-802-1x-authentication/m-p/415303#M428351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this command in place and I have upgraded my 2950 to IOS 12.1(22)EA5, the latest version available for this platform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunatly I have the same behaviour as before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know if I am using the right "Cisco-AV-Pair", and where I can find a list of Cisco-AV-Pair?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been surfing Cisco website to find the above informations, but I couldn't manage to find anything else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for your kind help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Massimo Magnani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 09:17:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/send-vlan-via-radius-with-802-1x-authentication/m-p/415303#M428351</guid>
      <dc:creator>m.magnani</dc:creator>
      <dc:date>2005-10-19T09:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Send vlan via Radius with 802.1x Authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/send-vlan-via-radius-with-802-1x-authentication/m-p/415304#M428356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have solved the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Infact, the right attributes are not cisco-avpair, but IETF attributed contained in dictionary.tunnel in freeradius.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The correct ones are:&lt;/P&gt;&lt;P&gt; Tunnel-Type=VLAN&lt;/P&gt;&lt;P&gt; Tunnel-Medium=IEEE-802&lt;/P&gt;&lt;P&gt; Tunnel-Private-Group-ID=2 (2= VLAN ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now everything is working well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Massimo Magnani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 10:13:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/send-vlan-via-radius-with-802-1x-authentication/m-p/415304#M428356</guid>
      <dc:creator>m.magnani</dc:creator>
      <dc:date>2005-10-19T10:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Send vlan via Radius with 802.1x Authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/send-vlan-via-radius-with-802-1x-authentication/m-p/415305#M428359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, so I may have glossed over that before. From your debug post, you had:&lt;/P&gt;&lt;P&gt; Cisco-AVPair = "tunnel-type=VLAN" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unless I'm missing something, that looks like a VSA (or RADIUS Attribute [26\9\1].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don't need VSAs for VLAN Assignment. You can do this with three standard RADIUS Attributes. Here they are (and an example of what they should look like):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[64] Tunnel-Type &amp;#150; &amp;#147;VLAN&amp;#148; (13)&lt;/P&gt;&lt;P&gt;[65] Tunnel-Medium-Type &amp;#150; &amp;#147;802&amp;#148; (6)&lt;/P&gt;&lt;P&gt;[81] Tunnel-Private-Group-ID - "&lt;VLAN-NAME&gt;" OR "&lt;VLAN-NUMBER&gt;"&lt;/VLAN-NUMBER&gt;&lt;/VLAN-NAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They are defined in RFC 2868.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 14:28:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/send-vlan-via-radius-with-802-1x-authentication/m-p/415305#M428359</guid>
      <dc:creator>jafrazie</dc:creator>
      <dc:date>2005-10-19T14:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Send vlan via Radius with 802.1x Authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/send-vlan-via-radius-with-802-1x-authentication/m-p/415306#M428363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not an expert in this area either.  In fact I am trying to accomplish the same exact thing that you are doing except that I don't have the freeradius expertise that you seem to have.  Any insight on freeradius you can provide such as configs and files would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What version of code do you have on the 2950, I would try to upgrade that to a more recent release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, where did you find out about the variables that should be passed to the Cisco device?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 18:10:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/send-vlan-via-radius-with-802-1x-authentication/m-p/415306#M428363</guid>
      <dc:creator>stephen</dc:creator>
      <dc:date>2006-07-07T18:10:30Z</dc:date>
    </item>
  </channel>
</rss>

