<?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: Authorization Problem. in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/authorization-problem/m-p/320223#M433457</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if I don't have access to a TACACS+ server? Can it be done in IOS on the box?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Oct 2005 13:40:47 GMT</pubDate>
    <dc:creator>mark.webster</dc:creator>
    <dc:date>2005-10-19T13:40:47Z</dc:date>
    <item>
      <title>Authorization Problem.</title>
      <link>https://community.cisco.com/t5/network-access-control/authorization-problem/m-p/320220#M433454</link>
      <description>&lt;P&gt;I use the CISCO Secure ACS 3.3 for windows and 2511 as a Network Access Server with sixteen host map for reverse-telnet. All people use the reverse-telnet connect to my routers.  i just want some people can login a part of the routers. I look for some case. but all configuration is for UNIX version. How can config the Windows version ACS authorization user use some host map.   &lt;/P&gt;&lt;P&gt; thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 20:50:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/authorization-problem/m-p/320220#M433454</guid>
      <dc:creator>honggangli</dc:creator>
      <dc:date>2019-03-10T20:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Problem.</title>
      <link>https://community.cisco.com/t5/network-access-control/authorization-problem/m-p/320221#M433455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might give you some idea,&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/access/acs_soft/csacs4nt/acs33/user/index.htm" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/access/acs_soft/csacs4nt/acs33/user/index.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2004 20:27:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/authorization-problem/m-p/320221#M433455</guid>
      <dc:creator>wong34539</dc:creator>
      <dc:date>2004-10-07T20:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Problem.</title>
      <link>https://community.cisco.com/t5/network-access-control/authorization-problem/m-p/320222#M433456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you only want certian people to have access to certian devices or certian commands on certian devices, you are going to have to do several things.  FIrst you are going to have to use TACASS+ because RADIUS does not support "SHELL COMMAND AUTHORIZATION SETS". You can set this up through the "Shared Profile Components" tab.  Here you can specifiy what commands people have access to. Next you have to assign the devices to "Network Device Groups" and users to specific groups.  Under the group settings, go to "TACACS+ Setting".  Check the Shell(Exec) box and the Privilege level box and assign it to 15. Scroll down to the Shell Command Authorization Set area. Choose the "Assign a Shell Command Authorization Set on a per Network Device Group Basis" option.  Here you can assign a specific shell command authorization set to a specific network device group.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you must configure you device(s) to use this function.  Your config should look something like this:&lt;/P&gt;&lt;P&gt;&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 tacacs+ line&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+ if-authenticated&lt;/P&gt;&lt;P&gt;aaa accounting exec default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa authorization config-commands&lt;/P&gt;&lt;P&gt;aaa authorization commands 0 default group tacacs+ if-authenticated &lt;/P&gt;&lt;P&gt;aaa authorization commands 1 default group tacacs+ if-authenticated &lt;/P&gt;&lt;P&gt;aaa authorization commands 15 default group tacacs+ if-authenticated &lt;/P&gt;&lt;P&gt;aaa accounting exec default start-stop group tacacs+ &lt;/P&gt;&lt;P&gt;aaa accounting commands 0 default stop-only group tacacs+ &lt;/P&gt;&lt;P&gt;aaa accounting commands 1 default stop-only group tacacs+ &lt;/P&gt;&lt;P&gt;aaa accounting commands 15 default stop-only group tacacs+ &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;tacacs-server host x.x.x.x key ***********&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Oct 2004 13:30:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/authorization-problem/m-p/320222#M433456</guid>
      <dc:creator>scottosan</dc:creator>
      <dc:date>2004-10-08T13:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Problem.</title>
      <link>https://community.cisco.com/t5/network-access-control/authorization-problem/m-p/320223#M433457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if I don't have access to a TACACS+ server? Can it be done in IOS on the box?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 13:40:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/authorization-problem/m-p/320223#M433457</guid>
      <dc:creator>mark.webster</dc:creator>
      <dc:date>2005-10-19T13:40:47Z</dc:date>
    </item>
  </channel>
</rss>

