<?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 Authorization Using Local Database in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-using-local-database/m-p/1308748#M373297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For allowing limited read only access , use this example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need these commands on the switch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switch(config)#do sh run | in priv&lt;/P&gt;&lt;P&gt;username admin privilege 15 password 0 cisco123!&lt;/P&gt;&lt;P&gt;username test privilege 0 password 0 cisco&lt;/P&gt;&lt;P&gt;privilege exec level 0 show ip interface brief&lt;/P&gt;&lt;P&gt;privilege exec level 0 show ip interface&lt;/P&gt;&lt;P&gt;privilege exec level 0 show interface&lt;/P&gt;&lt;P&gt;privilege exec level 0 show switch&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;No need for user to login to enable mode. All priv 0 commands are now there in the user mode. See below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User Access Verification&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Username: test&lt;/P&gt;&lt;P&gt;Password:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switch&amp;gt;show ?&lt;/P&gt;&lt;P&gt;  diagnostic  Show command for diagnostic&lt;/P&gt;&lt;P&gt;  flash1:     display information about flash1: file system&lt;/P&gt;&lt;P&gt;  flash:      display information about flash: file system&lt;/P&gt;&lt;P&gt;  interfaces  Interface status and configuration&lt;/P&gt;&lt;P&gt;  ip          IP information&lt;/P&gt;&lt;P&gt;  switch      show information about the stack ring&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switch&amp;gt;show switch&lt;/P&gt;&lt;P&gt;Switch/Stack Mac Address : 0015.f9c1.ca80&lt;/P&gt;&lt;P&gt;                                           H/W   Current&lt;/P&gt;&lt;P&gt;Switch#  Role   Mac Address     Priority Version  State&lt;/P&gt;&lt;P&gt;----------------------------------------------------------&lt;/P&gt;&lt;P&gt;*1       Master 0015.f9c1.ca80     1      0       Ready&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switch&amp;gt;show run&lt;/P&gt;&lt;P&gt;            ^&lt;/P&gt;&lt;P&gt;% Invalid input detected at '^' marker.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switch&amp;gt;show aaa server&lt;/P&gt;&lt;P&gt;            ^&lt;/P&gt;&lt;P&gt;% Invalid input detected at '^' marker.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switch&amp;gt;show inter&lt;/P&gt;&lt;P&gt;Switch&amp;gt;show interfaces&lt;/P&gt;&lt;P&gt;Vlan1 is up, line protocol is up&lt;/P&gt;&lt;P&gt;  Hardware is EtherSVI, address is 0015.f9c1.cac0 (bia 0015.f9c1.cac0)&lt;/P&gt;&lt;P&gt;  Internet address is 192.168.26.3/24&lt;/P&gt;&lt;P&gt;  MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec,&lt;/P&gt;&lt;P&gt;     reliability 255/255, txload 1/255, rxload 1/255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switch&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this link,&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/tech/tk59/technologies_tech_note09186a00800949d5.shtml" target="_blank"&gt;http://www.cisco.com/en/US/tech/tk59/technologies_tech_note09186a00800949d5.shtml&lt;/A&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;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>Thu, 09 Jul 2009 14:54:48 GMT</pubDate>
    <dc:creator>Jagdeep Gambhir</dc:creator>
    <dc:date>2009-07-09T14:54:48Z</dc:date>
    <item>
      <title>AAA Authorization Using Local Database</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-using-local-database/m-p/1308747#M373292</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm planning to use AAA authorization using local database. I have read already about it, I have configured the AAA new-model command and I have setup user's already. But I'm stuck at the part where I will already give certain user access to certain commands using local database. Hope you can help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI: I know using ACS/TACACS+/RADIUS is much more easy and powerful but my company will most likely only use local database.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 23:35:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authorization-using-local-database/m-p/1308747#M373292</guid>
      <dc:creator>helios999</dc:creator>
      <dc:date>2019-03-10T23:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Authorization Using Local Database</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-using-local-database/m-p/1308748#M373297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For allowing limited read only access , use this example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need these commands on the switch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switch(config)#do sh run | in priv&lt;/P&gt;&lt;P&gt;username admin privilege 15 password 0 cisco123!&lt;/P&gt;&lt;P&gt;username test privilege 0 password 0 cisco&lt;/P&gt;&lt;P&gt;privilege exec level 0 show ip interface brief&lt;/P&gt;&lt;P&gt;privilege exec level 0 show ip interface&lt;/P&gt;&lt;P&gt;privilege exec level 0 show interface&lt;/P&gt;&lt;P&gt;privilege exec level 0 show switch&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;No need for user to login to enable mode. All priv 0 commands are now there in the user mode. See below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User Access Verification&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Username: test&lt;/P&gt;&lt;P&gt;Password:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switch&amp;gt;show ?&lt;/P&gt;&lt;P&gt;  diagnostic  Show command for diagnostic&lt;/P&gt;&lt;P&gt;  flash1:     display information about flash1: file system&lt;/P&gt;&lt;P&gt;  flash:      display information about flash: file system&lt;/P&gt;&lt;P&gt;  interfaces  Interface status and configuration&lt;/P&gt;&lt;P&gt;  ip          IP information&lt;/P&gt;&lt;P&gt;  switch      show information about the stack ring&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switch&amp;gt;show switch&lt;/P&gt;&lt;P&gt;Switch/Stack Mac Address : 0015.f9c1.ca80&lt;/P&gt;&lt;P&gt;                                           H/W   Current&lt;/P&gt;&lt;P&gt;Switch#  Role   Mac Address     Priority Version  State&lt;/P&gt;&lt;P&gt;----------------------------------------------------------&lt;/P&gt;&lt;P&gt;*1       Master 0015.f9c1.ca80     1      0       Ready&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switch&amp;gt;show run&lt;/P&gt;&lt;P&gt;            ^&lt;/P&gt;&lt;P&gt;% Invalid input detected at '^' marker.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switch&amp;gt;show aaa server&lt;/P&gt;&lt;P&gt;            ^&lt;/P&gt;&lt;P&gt;% Invalid input detected at '^' marker.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switch&amp;gt;show inter&lt;/P&gt;&lt;P&gt;Switch&amp;gt;show interfaces&lt;/P&gt;&lt;P&gt;Vlan1 is up, line protocol is up&lt;/P&gt;&lt;P&gt;  Hardware is EtherSVI, address is 0015.f9c1.cac0 (bia 0015.f9c1.cac0)&lt;/P&gt;&lt;P&gt;  Internet address is 192.168.26.3/24&lt;/P&gt;&lt;P&gt;  MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec,&lt;/P&gt;&lt;P&gt;     reliability 255/255, txload 1/255, rxload 1/255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switch&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this link,&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/tech/tk59/technologies_tech_note09186a00800949d5.shtml" target="_blank"&gt;http://www.cisco.com/en/US/tech/tk59/technologies_tech_note09186a00800949d5.shtml&lt;/A&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;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>Thu, 09 Jul 2009 14:54:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authorization-using-local-database/m-p/1308748#M373297</guid>
      <dc:creator>Jagdeep Gambhir</dc:creator>
      <dc:date>2009-07-09T14:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Authorization Using Local Database</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-using-local-database/m-p/1308749#M373324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply and it is very helpful. I just like to confirm that what you showed is using AAA authorization on local database, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 01:11:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authorization-using-local-database/m-p/1308749#M373324</guid>
      <dc:creator>helios999</dc:creator>
      <dc:date>2009-07-10T01:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Authorization Using Local Database</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-using-local-database/m-p/1308750#M373361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more thing can you enlighten me about the command "privilege interface and privilege configure"? Or do you have a link that discusses this commands?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 04:24:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authorization-using-local-database/m-p/1308750#M373361</guid>
      <dc:creator>helios999</dc:creator>
      <dc:date>2009-07-10T04:24:29Z</dc:date>
    </item>
  </channel>
</rss>

