<?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: Different servers for dialup-access and exec-access in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/different-servers-for-dialup-access-and-exec-access/m-p/576724#M427622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was hoping to get debug for authentication and authorization of the same attempt to login. But this output gives us some insight. The authorization debug pretty clearly shows that the device is sending authorization request to tacacs and the server is returning an error. I am not entirely clear at this point what causes the error, though I do have a theory. I may need to ask you to run debug tacacs packet to determine if my theory is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The inconsistency that I refer to is this:&lt;/P&gt;&lt;P&gt;- what group is specified for authentication?&lt;/P&gt;&lt;P&gt;answer: group = tacacs+&lt;/P&gt;&lt;P&gt;- what group is specified for authorization?&lt;/P&gt;&lt;P&gt;answer: group = vtyaccess&lt;/P&gt;&lt;P&gt;I suspect that the membership of group tacacs+ is different from the membership of group vtyaccess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My suggestion is to use the same group name for both authentication and authorization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Mar 2006 21:43:49 GMT</pubDate>
    <dc:creator>Richard Burts</dc:creator>
    <dc:date>2006-03-09T21:43:49Z</dc:date>
    <item>
      <title>Different servers for dialup-access and exec-access</title>
      <link>https://community.cisco.com/t5/network-access-control/different-servers-for-dialup-access-and-exec-access/m-p/576718#M427616</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to configure a 3640 for authorization. The 'tricky' part is that I have to make a difference between dialup-access on one hand and exec-access on the other hand.&lt;/P&gt;&lt;P&gt;I am using TACACS+ for authentication and authorization.&lt;/P&gt;&lt;P&gt;The original configuration of the router (without exec-authorization) is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+&lt;/P&gt;&lt;P&gt;aaa authentication login no_login enable&lt;/P&gt;&lt;P&gt;aaa authentication login sd_routers group tacacs+ enable&lt;/P&gt;&lt;P&gt;aaa authentication login sd_console enable&lt;/P&gt;&lt;P&gt;aaa authentication ppp default local group tacacs+&lt;/P&gt;&lt;P&gt;aaa authorization network default group tacacs+ none&lt;/P&gt;&lt;P&gt;aaa accounting exec default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting network default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tacacs-server host x.x.x.x&lt;/P&gt;&lt;P&gt;tacacs-server host x.x.x.x&lt;/P&gt;&lt;P&gt;tacacs-server timeout 15&lt;/P&gt;&lt;P&gt;tacacs-server directed-request&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To configure exec authorization I added this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tacacs-server host y.y.y.y&lt;/P&gt;&lt;P&gt;tacacs-server host y.y.y.y&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa group server tacacs+ dialup&lt;/P&gt;&lt;P&gt;  server x.x.x.x&lt;/P&gt;&lt;P&gt;  server x.x.x.x&lt;/P&gt;&lt;P&gt;aaa group server tacacs+ vtyaccess&lt;/P&gt;&lt;P&gt;  server y.y.y.y&lt;/P&gt;&lt;P&gt;  server y.y.y.y&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authorization network default group dialup&lt;/P&gt;&lt;P&gt;aaa authorization exec default group vtyaccess&lt;/P&gt;&lt;P&gt;aaa authorization commands 0 default group vtyaccess none&lt;/P&gt;&lt;P&gt;aaa authorization commands 1 default group vtyaccess none&lt;/P&gt;&lt;P&gt;aaa authorization commands 15 default group vtyaccess none&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I tried to setup 2 different server groups with each 2 servers so authorization for dialup would be controlled by 1 server (and 1 in backup) and authorization for exec would be controlled by another server (and 1 in backup).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something I don't understand quite well because it does not seem to work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly regards,&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 21:30:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/different-servers-for-dialup-access-and-exec-access/m-p/576718#M427616</guid>
      <dc:creator>SDWorx_2</dc:creator>
      <dc:date>2019-03-10T21:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Different servers for dialup-access and exec-access</title>
      <link>https://community.cisco.com/t5/network-access-control/different-servers-for-dialup-access-and-exec-access/m-p/576719#M427617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be helpful if you would post the complete current config of aaa. In your post you show the original authentication was:&lt;/P&gt;&lt;P&gt;aaa authentication ppp default local group tacacs+ &lt;/P&gt;&lt;P&gt;but you do not indicate whether this part changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps you could help us understand better what is happening and what symptoms you are seeing? Are authentication transactions being sent from the router to the server? Is the server authenticating? Are authorization transactions being sent from the router to the server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do exec users work as you expect? If not, what is happening with exec users?&lt;/P&gt;&lt;P&gt;Do dialup users work as you expect? If not, what is happening with dialup users?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we knew these things better we would be able to give you better suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2006 15:23:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/different-servers-for-dialup-access-and-exec-access/m-p/576719#M427617</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2006-03-07T15:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Different servers for dialup-access and exec-access</title>
      <link>https://community.cisco.com/t5/network-access-control/different-servers-for-dialup-access-and-exec-access/m-p/576720#M427618</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;Thanks for the reply. I indeed provided not enough info.&lt;/P&gt;&lt;P&gt;The 'final' config was like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa group server tacacs+ dialup&lt;/P&gt;&lt;P&gt; server x.x.x.x&lt;/P&gt;&lt;P&gt; server x.x.x.x&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa group server tacacs+ vtyaccess&lt;/P&gt;&lt;P&gt; server y.y.y.y&lt;/P&gt;&lt;P&gt; server y.y.y.y&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+&lt;/P&gt;&lt;P&gt;aaa authentication login no_login enable&lt;/P&gt;&lt;P&gt;aaa authentication login sd_routers group tacacs+ enable&lt;/P&gt;&lt;P&gt;aaa authentication login sd_console enable&lt;/P&gt;&lt;P&gt;aaa authentication ppp default local group tacacs+&lt;/P&gt;&lt;P&gt;aaa authorization exec default group vtyaccess &lt;/P&gt;&lt;P&gt;aaa authorization commands 0 default group vtyaccess none &lt;/P&gt;&lt;P&gt;aaa authorization commands 1 default group vtyaccess none &lt;/P&gt;&lt;P&gt;aaa authorization commands 15 default group vtyaccess none &lt;/P&gt;&lt;P&gt;aaa authorization network default group dialup tacacs+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this config the dialup-part kept working. The exec-part on the other hand changed. We were unable to log into the router, that is we were able to fill in the username and password but immediatly after this we got disconnected, due to 'not authorized'.&lt;/P&gt;&lt;P&gt;With other routers (without dialup), authorization is no problem.&lt;/P&gt;&lt;P&gt;So it seems authentication works, but I think there is something wrong with the authorization.&lt;/P&gt;&lt;P&gt;I'll post more info when needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2006 16:17:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/different-servers-for-dialup-access-and-exec-access/m-p/576720#M427618</guid>
      <dc:creator>SDWorx_2</dc:creator>
      <dc:date>2006-03-07T16:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Different servers for dialup-access and exec-access</title>
      <link>https://community.cisco.com/t5/network-access-control/different-servers-for-dialup-access-and-exec-access/m-p/576721#M427619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might be helpful if you could run debug tacacs authentication and debug tacacs authorization and post the output. I believe this would help us get to the bottom of the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I will take a guess at the issue without that information. I believe your problem is inconsistency in how you configure authentication versus authorization. You are configuring authentication with group tacacs+ and authorization exec with group vtyaccess. I suggest you change the authentication to use vtyaccess and I suspect that your authorization problem will be solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2006 19:53:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/different-servers-for-dialup-access-and-exec-access/m-p/576721#M427619</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2006-03-07T19:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Different servers for dialup-access and exec-access</title>
      <link>https://community.cisco.com/t5/network-access-control/different-servers-for-dialup-access-and-exec-access/m-p/576722#M427620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for this late reply, but I only could test this tonight due to change-management.&lt;/P&gt;&lt;P&gt;I again configured the router and this is what I get.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At login:&lt;/P&gt;&lt;P&gt;Username:xxxxx&lt;/P&gt;&lt;P&gt;Password:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Access Permitted&lt;/P&gt;&lt;P&gt;% Authorization failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connection to host lost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;authen debug:&lt;/P&gt;&lt;P&gt;Mar  9 19:51:08: AAA: parse name=tty131 idb type=-1 tty=-1&lt;/P&gt;&lt;P&gt;Mar  9 19:51:08: AAA: name=tty131 flags=0x11 type=5 shelf=0 slot=0 adapter=0 port=131 channel=0&lt;/P&gt;&lt;P&gt;Mar  9 19:51:08: AAA/MEMORY: create_user (0x616BDB04) user='NULL' ruser='NULL' ds0=0 port='tty131' rem_addr='x.x.x.x' authen_type=ASCII service=LOGIN priv=1 initial_task_id='0'&lt;/P&gt;&lt;P&gt;Mar  9 19:51:08: AAA/AUTHEN/START (1932337086): port='tty131' list='sd_routers'action=LOGIN service=LOGIN&lt;/P&gt;&lt;P&gt;Mar  9 19:51:08: AAA/AUTHEN/START (1932337086): found list sd_routers&lt;/P&gt;&lt;P&gt;Mar  9 19:51:08: AAA/AUTHEN/START (1932337086): Method=tacacs+ (tacacs+)&lt;/P&gt;&lt;P&gt;Mar  9 19:51:08: TAC+: send AUTHEN/START packet ver=192 id=1932337086&lt;/P&gt;&lt;P&gt;Mar  9 19:51:08: TAC+: ver=192 id=1932337086 received AUTHEN status = GETUSER&lt;/P&gt;&lt;P&gt;Mar  9 19:51:08: AAA/AUTHEN (1932337086): status = GETUSER&lt;/P&gt;&lt;P&gt;Mar  9 19:51:10: AAA/AUTHEN/CONT (1932337086): continue_login (user='(undef)')&lt;/P&gt;&lt;P&gt;Mar  9 19:51:10: AAA/AUTHEN (1932337086): status = GETUSER&lt;/P&gt;&lt;P&gt;Mar  9 19:51:10: AAA/AUTHEN (1932337086): Method=tacacs+ (tacacs+)&lt;/P&gt;&lt;P&gt;Mar  9 19:51:10: TAC+: send AUTHEN/CONT packet id=1932337086&lt;/P&gt;&lt;P&gt;Mar  9 19:51:11: TAC+: ver=192 id=1932337086 received AUTHEN status = GETPASS&lt;/P&gt;&lt;P&gt;Mar  9 19:51:11: AAA/AUTHEN (1932337086): status = GETPASS&lt;/P&gt;&lt;P&gt;Mar  9 19:51:14: AAA/AUTHEN/CONT (1932337086): continue_login (user='xxxxx')&lt;/P&gt;&lt;P&gt;Mar  9 19:51:14: AAA/AUTHEN (1932337086): status = GETPASS&lt;/P&gt;&lt;P&gt;Mar  9 19:51:14: AAA/AUTHEN (1932337086): Method=tacacs+ (tacacs+)&lt;/P&gt;&lt;P&gt;Mar  9 19:51:14: TAC+: send AUTHEN/CONT packet id=1932337086&lt;/P&gt;&lt;P&gt;Mar  9 19:51:15: TAC+: ver=192 id=1932337086 received AUTHEN status = PASS&lt;/P&gt;&lt;P&gt;Mar  9 19:51:15: AAA/AUTHEN (1932337086): status = PASS&lt;/P&gt;&lt;P&gt;Mar  9 19:51:17: AAA/MEMORY: free_user (0x616BDB04) user='xxxxx' ruser='NULL' port='tty131' rem_addr='x.x.x.x' authen_type=ASCII service=LOGIN priv=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;author debug:&lt;/P&gt;&lt;P&gt;Mar  9 19:42:50: AAA: parse name=tty131 idb type=-1 tty=-1&lt;/P&gt;&lt;P&gt;Mar  9 19:42:50: AAA: name=tty131 flags=0x11 type=5 shelf=0 slot=0 adapter=0 port=131 channel=0&lt;/P&gt;&lt;P&gt;Mar  9 19:42:50: AAA/MEMORY: create_user (0x6183BA20) user='NULL' ruser='NULL' ds0=0 port='tty131' rem_addr='x.x.x.x' authen_type=ASCII service=LOGIN priv=1 initial_task_id='0'&lt;/P&gt;&lt;P&gt;Mar  9 19:42:57: tty131 AAA/AUTHOR/EXEC (657940182): Port='tty131' list='' service=EXEC&lt;/P&gt;&lt;P&gt;Mar  9 19:42:57: AAA/AUTHOR/EXEC: tty131 (657940182) user='xxxxx'&lt;/P&gt;&lt;P&gt;Mar  9 19:42:57: tty131 AAA/AUTHOR/EXEC (657940182): send AV service=shell&lt;/P&gt;&lt;P&gt;Mar  9 19:42:57: tty131 AAA/AUTHOR/EXEC (657940182): send AV cmd*&lt;/P&gt;&lt;P&gt;Mar  9 19:42:57: tty131 AAA/AUTHOR/EXEC (657940182): found list "default"&lt;/P&gt;&lt;P&gt;Mar  9 19:42:57: tty131 AAA/AUTHOR/EXEC (657940182): Method=vtyaccess (tacacs+)&lt;/P&gt;&lt;P&gt;Mar  9 19:42:57: AAA/AUTHOR/TAC+: (657940182): user=xxxxx&lt;/P&gt;&lt;P&gt;Mar  9 19:42:57: AAA/AUTHOR/TAC+: (657940182): send AV service=shell&lt;/P&gt;&lt;P&gt;Mar  9 19:42:57: AAA/AUTHOR/TAC+: (657940182): send AV cmd*&lt;/P&gt;&lt;P&gt;Mar  9 19:42:57: AAA/AUTHOR (657940182): Post authorization status = ERROR&lt;/P&gt;&lt;P&gt;Mar  9 19:42:57: tty131 AAA/AUTHOR/EXEC (657940182): Method=NOT_SET&lt;/P&gt;&lt;P&gt;Mar  9 19:42:57: tty131 AAA/AUTHOR/EXEC (657940182): no methods left to try&lt;/P&gt;&lt;P&gt;Mar  9 19:42:57: AAA/AUTHOR (657940182): Post authorization status = ERROR&lt;/P&gt;&lt;P&gt;Mar  9 19:42:57: AAA/AUTHOR/EXEC: Authorization FAILED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not really sure what you mean with changing the authentication and the inconsistency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2006 19:03:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/different-servers-for-dialup-access-and-exec-access/m-p/576722#M427620</guid>
      <dc:creator>SDWorx_2</dc:creator>
      <dc:date>2006-03-09T19:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Different servers for dialup-access and exec-access</title>
      <link>https://community.cisco.com/t5/network-access-control/different-servers-for-dialup-access-and-exec-access/m-p/576723#M427621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And this is the config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;config:&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa group server tacacs+ dialup&lt;/P&gt;&lt;P&gt; server x.x.x.x&lt;/P&gt;&lt;P&gt; server x.x.x.x&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa group server tacacs+ vtyaccess&lt;/P&gt;&lt;P&gt; server y.y.y.y&lt;/P&gt;&lt;P&gt; server y.y.y.y&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+&lt;/P&gt;&lt;P&gt;aaa authentication login no_login enable&lt;/P&gt;&lt;P&gt;aaa authentication login sd_routers group tacacs+ enable&lt;/P&gt;&lt;P&gt;aaa authentication login sd_console enable&lt;/P&gt;&lt;P&gt;aaa authentication ppp default local group tacacs+&lt;/P&gt;&lt;P&gt;aaa authorization exec default group vtyaccess&lt;/P&gt;&lt;P&gt;aaa authorization commands 0 default group vtyaccess none&lt;/P&gt;&lt;P&gt;aaa authorization commands 1 default group vtyaccess none&lt;/P&gt;&lt;P&gt;aaa authorization commands 15 default group vtyaccess none&lt;/P&gt;&lt;P&gt;aaa authorization network default group dialup&lt;/P&gt;&lt;P&gt;aaa accounting exec default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting network default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2006 19:04:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/different-servers-for-dialup-access-and-exec-access/m-p/576723#M427621</guid>
      <dc:creator>SDWorx_2</dc:creator>
      <dc:date>2006-03-09T19:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Different servers for dialup-access and exec-access</title>
      <link>https://community.cisco.com/t5/network-access-control/different-servers-for-dialup-access-and-exec-access/m-p/576724#M427622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was hoping to get debug for authentication and authorization of the same attempt to login. But this output gives us some insight. The authorization debug pretty clearly shows that the device is sending authorization request to tacacs and the server is returning an error. I am not entirely clear at this point what causes the error, though I do have a theory. I may need to ask you to run debug tacacs packet to determine if my theory is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The inconsistency that I refer to is this:&lt;/P&gt;&lt;P&gt;- what group is specified for authentication?&lt;/P&gt;&lt;P&gt;answer: group = tacacs+&lt;/P&gt;&lt;P&gt;- what group is specified for authorization?&lt;/P&gt;&lt;P&gt;answer: group = vtyaccess&lt;/P&gt;&lt;P&gt;I suspect that the membership of group tacacs+ is different from the membership of group vtyaccess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My suggestion is to use the same group name for both authentication and authorization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2006 21:43:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/different-servers-for-dialup-access-and-exec-access/m-p/576724#M427622</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2006-03-09T21:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Different servers for dialup-access and exec-access</title>
      <link>https://community.cisco.com/t5/network-access-control/different-servers-for-dialup-access-and-exec-access/m-p/576725#M427623</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;Sorry for the late reply.&lt;/P&gt;&lt;P&gt;Thanks to your help I managed this to work. The problem was indeed the mixed ways I used authorization and authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The final config is like this:&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa group server tacacs+ dialup&lt;/P&gt;&lt;P&gt; server x.x.x.x&lt;/P&gt;&lt;P&gt; server x.x.x.x&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa group server tacacs+ vtyaccess&lt;/P&gt;&lt;P&gt; server y.y.y.y&lt;/P&gt;&lt;P&gt; server y.y.y.y&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+&lt;/P&gt;&lt;P&gt;aaa authentication login no_login enable&lt;/P&gt;&lt;P&gt;aaa authentication login sd_routers group vtyaccess enable&lt;/P&gt;&lt;P&gt;aaa authentication login sd_console enable&lt;/P&gt;&lt;P&gt;aaa authentication ppp default local group dialup&lt;/P&gt;&lt;P&gt;aaa authorization commands 0 default group vtyaccess none&lt;/P&gt;&lt;P&gt;aaa authorization commands 1 default group vtyaccess none&lt;/P&gt;&lt;P&gt;aaa authorization commands 15 default group vtyaccess none&lt;/P&gt;&lt;P&gt;aaa authorization network default group dialup none&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also think following line isn't necessary but I'll keep that in mind when I have a little more time:&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 08:57:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/different-servers-for-dialup-access-and-exec-access/m-p/576725#M427623</guid>
      <dc:creator>SDWorx_2</dc:creator>
      <dc:date>2006-03-24T08:57:30Z</dc:date>
    </item>
  </channel>
</rss>

