<?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: Using two ACS for two different authentication on one router in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/using-two-acs-for-two-different-authentication-on-one-router/m-p/618346#M422638</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you take a look at ACS v4.0 NAP (Network Access Profiles) you should be able to consolidate your ACSs down to a single server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a NAP for each service with its own config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe worth looking at.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Oct 2006 09:36:52 GMT</pubDate>
    <dc:creator>darpotter</dc:creator>
    <dc:date>2006-10-18T09:36:52Z</dc:date>
    <item>
      <title>Using two ACS for two different authentication on one router</title>
      <link>https://community.cisco.com/t5/network-access-control/using-two-acs-for-two-different-authentication-on-one-router/m-p/618343#M422633</link>
      <description>&lt;P&gt;I have a router with needs to be authenticated by two ACS Server for two different functions. Eg. for ISDN dialing into the router, it gets the authentication from ACS A. While for command authentications, the router needs to talk to ACS B. Can this be done. If yes, how?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;sweeann&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 21:48:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/using-two-acs-for-two-different-authentication-on-one-router/m-p/618343#M422633</guid>
      <dc:creator>sweeann</dc:creator>
      <dc:date>2019-03-10T21:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using two ACS for two different authentication on one router</title>
      <link>https://community.cisco.com/t5/network-access-control/using-two-acs-for-two-different-authentication-on-one-router/m-p/618344#M422635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sure can. You just need seperate groups for each. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;radius-server host 1.1.1.1 key secretkey&lt;/P&gt;&lt;P&gt;radius-server host 2.2.2.2 key secretkey&lt;/P&gt;&lt;P&gt;aaa group server radius consolegrp&lt;/P&gt;&lt;P&gt; server 1.1.1.1 auth-port 1812 acct-port 1813&lt;/P&gt;&lt;P&gt;aaa group server radius isdngrp&lt;/P&gt;&lt;P&gt; server 2.2.2.2 auth-port 1812 acct-port 1813&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login default group consolegrp&lt;/P&gt;&lt;P&gt;aaa authorization exec default group consolegrp&lt;/P&gt;&lt;P&gt;aaa authentication ppp default group isdngrp&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;You can change that as neccesary (e.g. change console to TACACS) but that is the general template for multiple server groups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 03:55:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/using-two-acs-for-two-different-authentication-on-one-router/m-p/618344#M422635</guid>
      <dc:creator>ethiel</dc:creator>
      <dc:date>2006-10-18T03:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using two ACS for two different authentication on one router</title>
      <link>https://community.cisco.com/t5/network-access-control/using-two-acs-for-two-different-authentication-on-one-router/m-p/618345#M422637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe that'll do the job. Thanks for the input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-sweeann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 06:15:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/using-two-acs-for-two-different-authentication-on-one-router/m-p/618345#M422637</guid>
      <dc:creator>sweeann</dc:creator>
      <dc:date>2006-10-18T06:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using two ACS for two different authentication on one router</title>
      <link>https://community.cisco.com/t5/network-access-control/using-two-acs-for-two-different-authentication-on-one-router/m-p/618346#M422638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you take a look at ACS v4.0 NAP (Network Access Profiles) you should be able to consolidate your ACSs down to a single server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a NAP for each service with its own config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe worth looking at.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 09:36:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/using-two-acs-for-two-different-authentication-on-one-router/m-p/618346#M422638</guid>
      <dc:creator>darpotter</dc:creator>
      <dc:date>2006-10-18T09:36:52Z</dc:date>
    </item>
  </channel>
</rss>

