<?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 Radius server to Authenticate in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/radius-server-to-authenticate/m-p/301895#M5952</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to setup the radius server, so whenever anyone try to login into a cisco switch (telneting), I want the radius server to authenicate them. Is it possible?&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 18:10:47 GMT</pubDate>
    <dc:creator>shansuresh</dc:creator>
    <dc:date>2020-02-21T18:10:47Z</dc:date>
    <item>
      <title>Radius server to Authenticate</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-server-to-authenticate/m-p/301895#M5952</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to setup the radius server, so whenever anyone try to login into a cisco switch (telneting), I want the radius server to authenicate them. Is it possible?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 18:10:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-server-to-authenticate/m-p/301895#M5952</guid>
      <dc:creator>shansuresh</dc:creator>
      <dc:date>2020-02-21T18:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Radius server to Authenticate</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-server-to-authenticate/m-p/301896#M5955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes this is possible provided you configure your switches to authenticate against the Radius server. To achieve this you have to use a feature called AAA. This feature can work with protocols like Radius, TACACS+, to name a few. The following link will give you an idea as to how to configure it on IOS based switches specifically the 3550:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/partner/products/hw/switches/ps646/products_configuration_guide_chapter09186a00801a6b15.html" target="_blank"&gt;http://www.cisco.com/en/US/partner/products/hw/switches/ps646/products_configuration_guide_chapter09186a00801a6b15.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure that you apply the authentication list to vty lines to ensure that telnet access is authenticated against the radius server. Fot CatOS based switches the following link will prove helpful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/partner/tech/tk583/tk642/technologies_tech_note09186a0080094ea4.shtml" target="_blank"&gt;http://www.cisco.com/en/US/partner/tech/tk583/tk642/technologies_tech_note09186a0080094ea4.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Aug 2004 05:25:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-server-to-authenticate/m-p/301896#M5955</guid>
      <dc:creator>a.awan</dc:creator>
      <dc:date>2004-08-02T05:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Radius server to Authenticate</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-server-to-authenticate/m-p/301897#M5963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, That's really helped me. &lt;/P&gt;&lt;P&gt;Do you know where I can find the documentation on how to setup on the Radius server? As the above doucmentation only tells what I needed to configure on the Cisco switch but it fails to tell what what I need to configure on the RADIUS server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Aug 2004 23:53:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-server-to-authenticate/m-p/301897#M5963</guid>
      <dc:creator>shansuresh</dc:creator>
      <dc:date>2004-08-04T23:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Radius server to Authenticate</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-server-to-authenticate/m-p/301898#M5966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The way you configure the Radius server depends on the kind of Radius server you are using. However, to get the basic authentication process up and running all you need to configure on the Radius server is the client (your router or switch) and a way to authenticate the user logging into the client. Pretty much all radius servers support authentication against an internal user database which means that you configure the username and password on the radius server itself. They also let you integrate with an LDAP database or maybe with MS Windows Active Directory natively.To put you in the right direction i can suggest a few Radius servers you can look at:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Cisco System ACS. (supports both Radius and TACACS)&lt;/P&gt;&lt;P&gt;2. Funk Software Steel Belted Radius.&lt;/P&gt;&lt;P&gt;3. Microsoft IAS.&lt;/P&gt;&lt;P&gt;4. Free Radius (yes it is free as it is open source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2004 04:53:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-server-to-authenticate/m-p/301898#M5966</guid>
      <dc:creator>a.awan</dc:creator>
      <dc:date>2004-08-05T04:53:56Z</dc:date>
    </item>
  </channel>
</rss>

