<?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: Reducing the required Privilege Level to write to memory in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5157772#M591149</link>
    <description>&lt;P&gt;Happy to help!&lt;/P&gt;</description>
    <pubDate>Thu, 08 Aug 2024 12:31:59 GMT</pubDate>
    <dc:creator>JXGulotta</dc:creator>
    <dc:date>2024-08-08T12:31:59Z</dc:date>
    <item>
      <title>Reducing the required Privilege Level to write to memory</title>
      <link>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5127109#M589898</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I'm currently running a C9300 on 17.03.03 firmware. My security team has an AD RADIUS server that we have programmed into AAA which provides user groups with a privilege level. One of these privilege levels is for junior network admins to make basic changes like switch a vlan on a port, however I've come across an error that they're hitting when trying to write these changes to memory.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Switch#copy run start
Destination filename [startup-config]?
startup-config file open failed (Permission denied)

Switch#wr mem
startup-config file open failed (Permission denied)&lt;/LI-CODE&gt;&lt;P&gt;For transparency, here is the full permission 14 list:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;privilege interface level 14 power inline
privilege interface level 14 power
privilege interface level 14 shutdown
privilege interface level 14 ip address
privilege interface level 14 ip
privilege interface level 14 switchport
privilege interface level 14 no power inline
privilege interface level 14 no power
privilege interface level 14 no shutdown
privilege interface level 14 no ip address
privilege interface level 14 no ip
privilege interface level 14 no switchport
privilege interface level 14 description
privilege interface level 14 no description
privilege interface level 14 no
privilege configure level 14 interface
privilege exec level 14 write memory
privilege exec level 14 write
privilege exec level 14 configure terminal
privilege exec level 14 configure
privilege exec level 15 reload
privilege exec level 14 test cable-diagnostics tdr interface
privilege exec level 14 test cable-diagnostics tdr
privilege exec level 14 test cable-diagnostics
privilege exec level 14 test
privilege exec level 14 show cable-diagnostics tdr interface
privilege exec level 14 show cable-diagnostics tdr
privilege exec level 14 show cable-diagnostics
privilege exec level 14 show device-tracking database interface
privilege exec level 14 show device-tracking database
privilege exec level 14 show device-tracking
privilege exec level 14 show ip interface
privilege exec level 14 show ip
privilege exec level 14 show running-config
privilege exec level 14 show&lt;/LI-CODE&gt;&lt;P&gt;Any assistance would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 12:52:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5127109#M589898</guid>
      <dc:creator>JXGulotta</dc:creator>
      <dc:date>2024-06-07T12:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the required Privilege Level to write to memory</title>
      <link>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5127121#M589899</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1743766"&gt;@JXGulotta&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;To resolve this, you need to add the write memory privilege at the appropriate level. You have already added privilege exec level 14 write memory, but you need to ensure that the write command also includes the copy running-config startup-config subcommand at the same level.&lt;/P&gt;
&lt;P&gt;Switch(config)# privilege exec level 14 copy running-config startup-config&lt;BR /&gt;Switch(config)# privilege exec level 14 copy running-config&lt;/P&gt;
&lt;P&gt;--Verify that the privilege levels are correctly set:&lt;/P&gt;
&lt;P&gt;Switch# show privilege&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 13:02:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5127121#M589899</guid>
      <dc:creator>M02@rt37</dc:creator>
      <dc:date>2024-06-07T13:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the required Privilege Level to write to memory</title>
      <link>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5127129#M589901</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/237724"&gt;M02@rt37&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I've confirmed that my test account is at the correct priv level and input the lines you've outlined above, but I'm still getting the same error:&amp;nbsp;startup-config file open failed (Permission denied)&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 13:13:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5127129#M589901</guid>
      <dc:creator>JXGulotta</dc:creator>
      <dc:date>2024-06-07T13:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the required Privilege Level to write to memory</title>
      <link>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5127131#M589902</link>
      <description>&lt;P&gt;Access via User&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Show privilege&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It must be 14.&lt;/P&gt;
&lt;P&gt;Share output here&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 13:20:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5127131#M589902</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-06-07T13:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the required Privilege Level to write to memory</title>
      <link>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5127132#M589903</link>
      <description>&lt;P&gt;Switch#sh pri&lt;BR /&gt;Current privilege level is 14&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 13:22:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5127132#M589903</guid>
      <dc:creator>JXGulotta</dc:creator>
      <dc:date>2024-06-07T13:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the required Privilege Level to write to memory</title>
      <link>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5127133#M589904</link>
      <description>&lt;P&gt;Did you use any&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Aaa authorization command?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 13:26:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5127133#M589904</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-06-07T13:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the required Privilege Level to write to memory</title>
      <link>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5127137#M589905</link>
      <description>&lt;P&gt;aaa new-model&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;aaa group server radius servergroup&lt;BR /&gt;server name servername&lt;BR /&gt;server name servername&lt;BR /&gt;!&lt;BR /&gt;aaa authentication login default group servergroup local&lt;BR /&gt;aaa authentication enable default group servergroup enable&lt;BR /&gt;aaa authorization config-commands&lt;BR /&gt;aaa authorization exec default group servergroup local&lt;BR /&gt;aaa authorization configuration default group servergroup&lt;BR /&gt;aaa accounting exec default start-stop group servergroup&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;aaa session-id common&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 13:31:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5127137#M589905</guid>
      <dc:creator>JXGulotta</dc:creator>
      <dc:date>2024-06-07T13:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the required Privilege Level to write to memory</title>
      <link>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5127138#M589906</link>
      <description>&lt;P&gt;So the command is send aaa to authz it or not&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It not issue of priv it missing or misconfig command of&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Aaa authz config&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me check before answer&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But you can help to make sure that this is issue by run debug&amp;nbsp; aaa authorization&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 13:35:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5127138#M589906</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-06-07T13:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the required Privilege Level to write to memory</title>
      <link>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5127140#M589907</link>
      <description>&lt;P&gt;Here's the output for the debug command:&lt;/P&gt;&lt;P&gt;Switch#debug aaa authorization&lt;BR /&gt;AAA Authorization debugging is on&lt;BR /&gt;Switch#&lt;/P&gt;&lt;P&gt;No other output and nothing in the logs.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 13:44:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5127140#M589907</guid>
      <dc:creator>JXGulotta</dc:creator>
      <dc:date>2024-06-07T13:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the required Privilege Level to write to memory</title>
      <link>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5127157#M589908</link>
      <description>&lt;P&gt;My other thought is every other command change in the priv list functions when it did not prior to it being added, which would also not work if it were a AAA authz misconfig, correct?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 14:15:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5127157#M589908</guid>
      <dc:creator>JXGulotta</dc:creator>
      <dc:date>2024-06-07T14:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the required Privilege Level to write to memory</title>
      <link>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5127160#M589909</link>
      <description>&lt;P&gt;Correct any command you enter will return error&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 14:22:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5127160#M589909</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-06-07T14:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the required Privilege Level to write to memory</title>
      <link>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5127165#M589910</link>
      <description>&lt;P&gt;So since the other commands function properly, is there a different set of permissions with regards to the start config?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 14:32:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5127165#M589910</guid>
      <dc:creator>JXGulotta</dc:creator>
      <dc:date>2024-06-07T14:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the required Privilege Level to write to memory</title>
      <link>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5132744#M590135</link>
      <description>&lt;P&gt;I just wanted to follow up on this and see if you any other ideas. I haven't been able to find anything.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 17:18:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5132744#M590135</guid>
      <dc:creator>JXGulotta</dc:creator>
      <dc:date>2024-06-17T17:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the required Privilege Level to write to memory</title>
      <link>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5145670#M590673</link>
      <description>&lt;P&gt;Figured out a solution. Posting here to share with others. The line that was missing was:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;file privilege 14&lt;/LI-CODE&gt;&lt;P&gt;This command lowers the privilege level required to access the file system to 14. Here's hoping someone else in the future finds this useful.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 17:20:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5145670#M590673</guid>
      <dc:creator>JXGulotta</dc:creator>
      <dc:date>2024-07-16T17:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the required Privilege Level to write to memory</title>
      <link>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5157494#M591137</link>
      <description>&lt;P&gt;THANK YOU! This is exactly what I needed.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 01:37:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5157494#M591137</guid>
      <dc:creator>Tiffany York</dc:creator>
      <dc:date>2024-08-08T01:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the required Privilege Level to write to memory</title>
      <link>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5157772#M591149</link>
      <description>&lt;P&gt;Happy to help!&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 12:31:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/reducing-the-required-privilege-level-to-write-to-memory/m-p/5157772#M591149</guid>
      <dc:creator>JXGulotta</dc:creator>
      <dc:date>2024-08-08T12:31:59Z</dc:date>
    </item>
  </channel>
</rss>

