<?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: How to hide line console parameters through Cisco ACS in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/how-to-hide-line-console-parameters-through-cisco-acs/m-p/1028711#M385043</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This thing is possible with local authorization on IOS device. With ACS this is not possible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In acs you can set what all commands a specific user can issue. That feature is called command authorization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For show run you need to give priv 15. ACS works in a different way if you compare it with setting up local priv lvls on router/switch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best way to set it up is to give all user priv lvl 15 and then define what all commands user can execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Having priv 15 does not mean that user will able to issue all commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We will set up command authorization on acs to have control on users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how your config should look,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authorization exec 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 authorization config-commands&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa accounting commands 1 default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting commands 15 default start-stop group tacacs+&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/products/sw/secursw/ps2086/products_configuration_example09186a00808d9138.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/secursw/ps2086/products_configuration_example09186a00808d9138.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;~JG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do rate helpful posts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jul 2008 12:03:03 GMT</pubDate>
    <dc:creator>Jagdeep Gambhir</dc:creator>
    <dc:date>2008-07-09T12:03:03Z</dc:date>
    <item>
      <title>How to hide line console parameters through Cisco ACS</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-hide-line-console-parameters-through-cisco-acs/m-p/1028710#M384999</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one of you please help me in the following scenario ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to hide the line console, line aux and line vty configuration parameters of the cisco devices based on user level privillages through Cisco ACS. For example, if a user logs into the devices with privilege level 7, then he should not be able to see the line paramenters on the cisco devices for which he had privilege level 7 access. &lt;/P&gt;&lt;P&gt;Can you please help me out how to achieve this?? Your help in this regard is highly appriciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 22:57:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-hide-line-console-parameters-through-cisco-acs/m-p/1028710#M384999</guid>
      <dc:creator>sk_claassic</dc:creator>
      <dc:date>2019-03-10T22:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide line console parameters through Cisco ACS</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-hide-line-console-parameters-through-cisco-acs/m-p/1028711#M385043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This thing is possible with local authorization on IOS device. With ACS this is not possible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In acs you can set what all commands a specific user can issue. That feature is called command authorization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For show run you need to give priv 15. ACS works in a different way if you compare it with setting up local priv lvls on router/switch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best way to set it up is to give all user priv lvl 15 and then define what all commands user can execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Having priv 15 does not mean that user will able to issue all commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We will set up command authorization on acs to have control on users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how your config should look,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authorization exec 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 authorization config-commands&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa accounting commands 1 default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting commands 15 default start-stop group tacacs+&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/products/sw/secursw/ps2086/products_configuration_example09186a00808d9138.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/secursw/ps2086/products_configuration_example09186a00808d9138.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;~JG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do rate helpful posts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 12:03:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-hide-line-console-parameters-through-cisco-acs/m-p/1028711#M385043</guid>
      <dc:creator>Jagdeep Gambhir</dc:creator>
      <dc:date>2008-07-09T12:03:03Z</dc:date>
    </item>
  </channel>
</rss>

