<?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 create privilege AAA for username in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/how-to-create-privilege-aaa-for-username/m-p/48151#M769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an example of using 3 separate levels, MAKE sure you create the usernames first.  I like to disable AAA on the console port also, since this is an element of physical security in most cases.  If someone has physical access, they can still do a password recovery but this depends on your security requirements. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must first log out, and then log back into the router following the inclusion of the aaa authorization commands 15 local if-authenticated command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax may vary somewhat on the AAA commands depending on your version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username rtr_low privilege 1 password xxxxxxx&lt;/P&gt;&lt;P&gt;username rtr_med privilege 7 password xxxxxxx&lt;/P&gt;&lt;P&gt;username rtr_super  privilege 15 password xxxxxx&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 local enable&lt;/P&gt;&lt;P&gt;aaa authentication login NO_AUTHEN none&lt;/P&gt;&lt;P&gt;aaa authorization exec default local if-authenticated&lt;/P&gt;&lt;P&gt;aaa authorization exec NO_AUTHOR none&lt;/P&gt;&lt;P&gt;aaa authorization commands 15 NO_AUTHOR none&lt;/P&gt;&lt;P&gt;aaa authorization commands 1 local if-authenticated&lt;/P&gt;&lt;P&gt;aaa authorization commands 5 local if-authenticated&lt;/P&gt;&lt;P&gt;aaa authorization commands 15 local if-authenticated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line con 0&lt;/P&gt;&lt;P&gt; authorization commands 15 NO_AUTHOR&lt;/P&gt;&lt;P&gt; authorization exec NO_AUTHOR&lt;/P&gt;&lt;P&gt; login authentication NO_AUTHEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you have created 3 sets of command authorization for all users.  If you notice, priv 15 users will be taken into priv level 15 automatically without having to enable.  This is part of EXEC authorization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Privilege level 1 and 15 commands are already configured in IOS.  You will have to set the level of commands for privilege 5 yourself with this command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;privilege-exec level 5 &lt;COMMAND&gt;&lt;/COMMAND&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So to change the level of "sh run" from 15 to 5:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;privilege-exec level 5 show running config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this to custom configure any of your other commands depending on your requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Oct 2002 13:18:36 GMT</pubDate>
    <dc:creator>4brown</dc:creator>
    <dc:date>2002-10-30T13:18:36Z</dc:date>
    <item>
      <title>How to create privilege AAA for username</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-create-privilege-aaa-for-username/m-p/48149#M765</link>
      <description>&lt;P&gt;I do not have any ACS server but would like to create 3 usernames for access to certain list of IOS commands in CISCO IOS ver 12.0 using AAA-model. I tried using CISCO search engine but without much success. Appreciate any available tips to help me to configure 3 different users with different privilege in the router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username xxxxx password xxxx privilege 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, is there any means in the IOS to facilitate changing of password upon logging into the router ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks/Francis&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 18:04:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-create-privilege-aaa-for-username/m-p/48149#M765</guid>
      <dc:creator>fchew</dc:creator>
      <dc:date>2020-02-21T18:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to create privilege AAA for username</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-create-privilege-aaa-for-username/m-p/48150#M767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following URL  includes the information you need regarding the privilege levels:&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/customer/tech/tk648/tk367/technologies_tech_note09186a008009465c.shtml" target="_blank"&gt;http://www.cisco.com/en/US/customer/tech/tk648/tk367/technologies_tech_note09186a008009465c.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nairi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2002 12:02:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-create-privilege-aaa-for-username/m-p/48150#M767</guid>
      <dc:creator>Nairi Adamian</dc:creator>
      <dc:date>2002-10-30T12:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to create privilege AAA for username</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-create-privilege-aaa-for-username/m-p/48151#M769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an example of using 3 separate levels, MAKE sure you create the usernames first.  I like to disable AAA on the console port also, since this is an element of physical security in most cases.  If someone has physical access, they can still do a password recovery but this depends on your security requirements. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must first log out, and then log back into the router following the inclusion of the aaa authorization commands 15 local if-authenticated command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax may vary somewhat on the AAA commands depending on your version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username rtr_low privilege 1 password xxxxxxx&lt;/P&gt;&lt;P&gt;username rtr_med privilege 7 password xxxxxxx&lt;/P&gt;&lt;P&gt;username rtr_super  privilege 15 password xxxxxx&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 local enable&lt;/P&gt;&lt;P&gt;aaa authentication login NO_AUTHEN none&lt;/P&gt;&lt;P&gt;aaa authorization exec default local if-authenticated&lt;/P&gt;&lt;P&gt;aaa authorization exec NO_AUTHOR none&lt;/P&gt;&lt;P&gt;aaa authorization commands 15 NO_AUTHOR none&lt;/P&gt;&lt;P&gt;aaa authorization commands 1 local if-authenticated&lt;/P&gt;&lt;P&gt;aaa authorization commands 5 local if-authenticated&lt;/P&gt;&lt;P&gt;aaa authorization commands 15 local if-authenticated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line con 0&lt;/P&gt;&lt;P&gt; authorization commands 15 NO_AUTHOR&lt;/P&gt;&lt;P&gt; authorization exec NO_AUTHOR&lt;/P&gt;&lt;P&gt; login authentication NO_AUTHEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you have created 3 sets of command authorization for all users.  If you notice, priv 15 users will be taken into priv level 15 automatically without having to enable.  This is part of EXEC authorization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Privilege level 1 and 15 commands are already configured in IOS.  You will have to set the level of commands for privilege 5 yourself with this command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;privilege-exec level 5 &lt;COMMAND&gt;&lt;/COMMAND&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So to change the level of "sh run" from 15 to 5:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;privilege-exec level 5 show running config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this to custom configure any of your other commands depending on your requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2002 13:18:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-create-privilege-aaa-for-username/m-p/48151#M769</guid>
      <dc:creator>4brown</dc:creator>
      <dc:date>2002-10-30T13:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create privilege AAA for username</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-create-privilege-aaa-for-username/m-p/48152#M771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the good tips &amp;amp; it works great..Again, many thanks../Francis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2002 11:12:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-create-privilege-aaa-for-username/m-p/48152#M771</guid>
      <dc:creator>fchew</dc:creator>
      <dc:date>2002-11-04T11:12:37Z</dc:date>
    </item>
  </channel>
</rss>

