<?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: AAA with different level of privileges into a router (using  in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/aaa-with-different-level-of-privileges-into-a-router-using/m-p/195307#M437820</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks gfullage for your answer...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've already tried the Service-Type=Login attribute but it doesn't work either.  Here's the debug for the authorization part:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Mar  5 18:20:22: tty130 AAA/AUTHOR/EXEC (3542376879): Port='tty130' list='' seC&lt;/P&gt;&lt;P&gt;*Mar  5 18:20:22: AAA/AUTHOR/EXEC: tty130 (3542376879) user='albertoff'&lt;/P&gt;&lt;P&gt;*Mar  5 18:20:22: tty130 AAA/AUTHOR/EXEC (3542376879): send AV service=shell&lt;/P&gt;&lt;P&gt;*Mar  5 18:20:22: tty130 AAA/AUTHOR/EXEC (3542376879): send AV cmd*&lt;/P&gt;&lt;P&gt;*Mar  5 18:20:22: tty130 AAA/AUTHOR/EXEC (3542376879): found list "default"&lt;/P&gt;&lt;P&gt;*Mar  5 18:20:22: tty130 AAA/AUTHOR/EXEC (3542376879): Method=radius (radius)&lt;/P&gt;&lt;P&gt;*Mar  5 18:20:22: RADIUS: Unknown service-type in shell-author: type=4&lt;/P&gt;&lt;P&gt;*Mar  5 18:20:22: RADIUS: cisco AVPair "shell:priv-lvl=15"&lt;/P&gt;&lt;P&gt;*Mar  5 18:20:22: RADIUS: no appropriate authorization type for user.&lt;/P&gt;&lt;P&gt;*Mar  5 18:20:22: AAA/AUTHOR (3542376879): Post authorization status = FAIL&lt;/P&gt;&lt;P&gt;*Mar  5 18:20:22: AAA/AUTHOR/EXEC: Authorization FAILED&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;The only difference I see from this to what I post on the first message is that the "Unknown service-type in shell-author" message appears before the "cisco AVPair "shell:priv-lvl=15"" message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, when I try to login to the router it gives me an "Authorization Failed" message at the login prompt.  I can only logon to it via console.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for any suggestions, regards, af.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Sep 2003 10:54:10 GMT</pubDate>
    <dc:creator>albertoff</dc:creator>
    <dc:date>2003-09-01T10:54:10Z</dc:date>
    <item>
      <title>AAA with different level of privileges into a router (using Microsoft IAS)</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-with-different-level-of-privileges-into-a-router-using/m-p/195305#M437818</link>
      <description>&lt;P&gt;Hello...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to configure IAS Radius server to login users into a CISCO 3640 router.  The idea is that different users login with different privileges... Some users with privilege 15.  I've been checking the logs of the IAS server and it's working and authenticating users fine...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The aaa-related commands from the running-config of the router are shown below:&lt;/P&gt;&lt;P&gt;&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 radius local&lt;/P&gt;&lt;P&gt;aaa authentication login if_needed local&lt;/P&gt;&lt;P&gt;aaa authorization exec default group radius if-authenticated&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;username admin privilege 15 password 0 xxxxxxxxx&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;(commands not shown)&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;radius-server host 10.1.2.47 auth-port 1645 acct-port 1646 radius-server retransmit 3 radius-server key 7 xxxxxxx&lt;/P&gt;&lt;P&gt;radius-server vsa send accounting&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;(commands not shown)&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;line con 0&lt;/P&gt;&lt;P&gt; privilege level 15&lt;/P&gt;&lt;P&gt; password 0 xxxxxxxxx&lt;/P&gt;&lt;P&gt; logging synchronous&lt;/P&gt;&lt;P&gt; login authentication if_needed&lt;/P&gt;&lt;P&gt;(I have a 15-level backdoor via console just in case)&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;P&gt;When I remove the "aaa authorization exec" command users are authenticated and logged in the router with level-1 privileges.  When I leave this command with the "shell:priv-lvl=15" attribute in the IAS server the authorization fails.  The debug info is shown below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Mar  1 02:36:18: tty130 AAA/AUTHOR/EXEC (3895993257): Port='tty130' list='' service=EXEC&lt;/P&gt;&lt;P&gt;*Mar  1 02:36:18: AAA/AUTHOR/EXEC: tty130 (3895993257) user='albertoff'&lt;/P&gt;&lt;P&gt;*Mar  1 02:36:18: tty130 AAA/AUTHOR/EXEC (3895993257): send AV service=shell&lt;/P&gt;&lt;P&gt;*Mar  1 02:36:18: tty130 AAA/AUTHOR/EXEC (3895993257): send AV cmd*&lt;/P&gt;&lt;P&gt;*Mar  1 02:36:18: tty130 AAA/AUTHOR/EXEC (3895993257): found list "default"&lt;/P&gt;&lt;P&gt;*Mar  1 02:36:18: tty130 AAA/AUTHOR/EXEC (3895993257): Method=radius (radius)&lt;/P&gt;&lt;P&gt;*Mar  1 02:36:18: RADIUS: cisco AVPair "shell:priv-lvl=15"&lt;/P&gt;&lt;P&gt;*Mar  1 02:36:18: RADIUS: Unknown service-type in shell-author: type=4&lt;/P&gt;&lt;P&gt;*Mar  1 02:36:18: RADIUS: no appropriate authorization type for user.&lt;/P&gt;&lt;P&gt;*Mar  1 02:36:18: AAA/AUTHOR (3895993257): Post authorization status = FAIL&lt;/P&gt;&lt;P&gt;*Mar  1 02:36:18: AAA/AUTHOR/EXEC: Authorization FAILED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do the "Unknown service-type in shell-author: type=4" and "no appropriate authorization type for user" stand for anyway?... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know what's going on and my little experience with radius isn't helping either...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be more than welcome, thanks, af.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 14:27:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-with-different-level-of-privileges-into-a-router-using/m-p/195305#M437818</guid>
      <dc:creator>albertoff</dc:creator>
      <dc:date>2019-03-10T14:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: AAA with different level of privileges into a router (using</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-with-different-level-of-privileges-into-a-router-using/m-p/195306#M437819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Service-Type (Radius attribute number 6) should be set to Login (value 1) for exec sessions, so set this in the user profile also and you should be right.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2003 02:37:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-with-different-level-of-privileges-into-a-router-using/m-p/195306#M437819</guid>
      <dc:creator>gfullage</dc:creator>
      <dc:date>2003-08-29T02:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: AAA with different level of privileges into a router (using</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-with-different-level-of-privileges-into-a-router-using/m-p/195307#M437820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks gfullage for your answer...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've already tried the Service-Type=Login attribute but it doesn't work either.  Here's the debug for the authorization part:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Mar  5 18:20:22: tty130 AAA/AUTHOR/EXEC (3542376879): Port='tty130' list='' seC&lt;/P&gt;&lt;P&gt;*Mar  5 18:20:22: AAA/AUTHOR/EXEC: tty130 (3542376879) user='albertoff'&lt;/P&gt;&lt;P&gt;*Mar  5 18:20:22: tty130 AAA/AUTHOR/EXEC (3542376879): send AV service=shell&lt;/P&gt;&lt;P&gt;*Mar  5 18:20:22: tty130 AAA/AUTHOR/EXEC (3542376879): send AV cmd*&lt;/P&gt;&lt;P&gt;*Mar  5 18:20:22: tty130 AAA/AUTHOR/EXEC (3542376879): found list "default"&lt;/P&gt;&lt;P&gt;*Mar  5 18:20:22: tty130 AAA/AUTHOR/EXEC (3542376879): Method=radius (radius)&lt;/P&gt;&lt;P&gt;*Mar  5 18:20:22: RADIUS: Unknown service-type in shell-author: type=4&lt;/P&gt;&lt;P&gt;*Mar  5 18:20:22: RADIUS: cisco AVPair "shell:priv-lvl=15"&lt;/P&gt;&lt;P&gt;*Mar  5 18:20:22: RADIUS: no appropriate authorization type for user.&lt;/P&gt;&lt;P&gt;*Mar  5 18:20:22: AAA/AUTHOR (3542376879): Post authorization status = FAIL&lt;/P&gt;&lt;P&gt;*Mar  5 18:20:22: AAA/AUTHOR/EXEC: Authorization FAILED&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;The only difference I see from this to what I post on the first message is that the "Unknown service-type in shell-author" message appears before the "cisco AVPair "shell:priv-lvl=15"" message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, when I try to login to the router it gives me an "Authorization Failed" message at the login prompt.  I can only logon to it via console.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for any suggestions, regards, af.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2003 10:54:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-with-different-level-of-privileges-into-a-router-using/m-p/195307#M437820</guid>
      <dc:creator>albertoff</dc:creator>
      <dc:date>2003-09-01T10:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: AAA with different level of privileges into a router (using</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-with-different-level-of-privileges-into-a-router-using/m-p/195308#M437821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This debug output:&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;*Mar 5 18:20:22: RADIUS: Unknown service-type in shell-author: type=4 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seems to indicate that Service-Type is set to 4, not 1 (Login).  Can you cut/paste the user attributes you have in the IAS server so I can have a look at them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2003 22:13:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-with-different-level-of-privileges-into-a-router-using/m-p/195308#M437821</guid>
      <dc:creator>gfullage</dc:creator>
      <dc:date>2003-09-01T22:13:47Z</dc:date>
    </item>
  </channel>
</rss>

