<?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 Shell Cmd Auth Set allows to much in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/shell-cmd-auth-set-allows-to-much/m-p/1163026#M364177</link>
    <description>&lt;P&gt;I set up a Shell Command Authorization Set. I want to give someone access to enter "configure terminal" and any "mac-address-table static *" commands. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unmatched commands: Deny&lt;/P&gt;&lt;P&gt;configure -&amp;gt; permit terminal&lt;/P&gt;&lt;P&gt;mac-address-table -&amp;gt; permit static&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I built a group and assigned this shell command authorization set to it, level 15, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when I create a test user, I can enter "configure terminal" and any other command it seems. "router ospf 21", "interface vlan 101", etc. are all ALLOWED even though I haven't listed them in my command authorization set. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea what I'm missing? Thank you for any responses. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---John Holmes...&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 23:18:05 GMT</pubDate>
    <dc:creator>JHolmes763</dc:creator>
    <dc:date>2019-03-10T23:18:05Z</dc:date>
    <item>
      <title>Shell Cmd Auth Set allows to much</title>
      <link>https://community.cisco.com/t5/network-access-control/shell-cmd-auth-set-allows-to-much/m-p/1163026#M364177</link>
      <description>&lt;P&gt;I set up a Shell Command Authorization Set. I want to give someone access to enter "configure terminal" and any "mac-address-table static *" commands. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unmatched commands: Deny&lt;/P&gt;&lt;P&gt;configure -&amp;gt; permit terminal&lt;/P&gt;&lt;P&gt;mac-address-table -&amp;gt; permit static&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I built a group and assigned this shell command authorization set to it, level 15, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when I create a test user, I can enter "configure terminal" and any other command it seems. "router ospf 21", "interface vlan 101", etc. are all ALLOWED even though I haven't listed them in my command authorization set. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea what I'm missing? Thank you for any responses. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---John Holmes...&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 23:18:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/shell-cmd-auth-set-allows-to-much/m-p/1163026#M364177</guid>
      <dc:creator>JHolmes763</dc:creator>
      <dc:date>2019-03-10T23:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Cmd Auth Set allows to much</title>
      <link>https://community.cisco.com/t5/network-access-control/shell-cmd-auth-set-allows-to-much/m-p/1163027#M364178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to clarify, the issue seems to be with limiting global configuration commands. I can limit privileged exec commands easily using the Authorization Sets. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it not possible to limit global configuration commands once you give the user the ability to enter "configure terminal"? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jan 2009 09:26:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/shell-cmd-auth-set-allows-to-much/m-p/1163027#M364178</guid>
      <dc:creator>JHolmes763</dc:creator>
      <dc:date>2009-01-24T09:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Cmd Auth Set allows to much</title>
      <link>https://community.cisco.com/t5/network-access-control/shell-cmd-auth-set-allows-to-much/m-p/1163028#M364179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it is absolutely possible.  Like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user = test {&lt;/P&gt;&lt;P&gt;member = limited&lt;/P&gt;&lt;P&gt;login = des xxxxxxx&lt;/P&gt;&lt;P&gt;name = "ccie security"&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;group = limited {&lt;/P&gt;&lt;P&gt;default service = deny&lt;/P&gt;&lt;P&gt;cmd = show {&lt;/P&gt;&lt;P&gt;permit "arp .*"&lt;/P&gt;&lt;P&gt;permit "cam .*"&lt;/P&gt;&lt;P&gt;deny .*&lt;/P&gt;&lt;P&gt;} &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not sure how cisco does it in ACS but in freeware TACACS+, that's how I do it.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jan 2009 17:54:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/shell-cmd-auth-set-allows-to-much/m-p/1163028#M364179</guid>
      <dc:creator>cisco24x7</dc:creator>
      <dc:date>2009-01-24T17:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Cmd Auth Set allows to much</title>
      <link>https://community.cisco.com/t5/network-access-control/shell-cmd-auth-set-allows-to-much/m-p/1163029#M364180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help. shell command authorization sets don't have a format like that though. I don't know if there's a way to enter permissions like that through ACS. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Jan 2009 08:43:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/shell-cmd-auth-set-allows-to-much/m-p/1163029#M364180</guid>
      <dc:creator>JHolmes763</dc:creator>
      <dc:date>2009-01-25T08:43:25Z</dc:date>
    </item>
  </channel>
</rss>

