<?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 ISE 2.2 command authorization based on submode in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ise-2-2-command-authorization-based-on-submode/m-p/3478797#M517551</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Expert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am testing ISE 2.2 Device admin(TACACS+) with Nexus platform.&lt;/P&gt;&lt;P&gt;I want to apply command authorization based on sub command mode per account(identity).&lt;/P&gt;&lt;P&gt;below is example I want to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1&gt;Goal Summary&lt;/H1&gt;&lt;UL&gt;&lt;LI&gt;only restrict 'shutdown' command on interface config mode, not BGP config mode per account(identity).&lt;/LI&gt;&lt;LI&gt;basically, If I define deny 'shutdown' command on command set, this command sets applied all command mode like interface, BGP etc. but I want to restrict this command only on interface sub command mode.&lt;/LI&gt;&lt;/UL&gt;&lt;H1&gt;&lt;/H1&gt;&lt;H1&gt;Example&lt;/H1&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #ff0000;"&gt;restrict&lt;/SPAN&gt; '&lt;STRONG&gt;shutdown&lt;/STRONG&gt;' command on i&lt;STRONG&gt;nterface config mode&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #0000ff;"&gt;permit&lt;/SPAN&gt; '&lt;STRONG&gt;shutdown&lt;/STRONG&gt;' command on &lt;STRONG&gt;BGP config mode&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;NX-OS(config)# interface ethernet 1/1&lt;/P&gt;&lt;P&gt;NX-OS(config-if)# &lt;STRONG&gt;shutdown&amp;nbsp; &lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;==&amp;gt; restrict &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;NX-OS(config-if)# exit&lt;/P&gt;&lt;P&gt;NX-OS(config)# router bgp 65001&lt;/P&gt;&lt;P&gt;NX-OS(config-router)# &lt;STRONG&gt;shutdown&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;==&amp;gt; permit&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;NX-OS(config-router)# neighbor 1.1.1.1&lt;/P&gt;&lt;P&gt;NX-OS(config-router-neighbor)# &lt;STRONG&gt;shutdow&lt;/STRONG&gt;n&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;==&amp;gt; permit&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2&gt;OR&lt;/H2&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #ff0000;"&gt;restrict&lt;/SPAN&gt; '&lt;STRONG&gt;shutdown&lt;/STRONG&gt;' command on i&lt;STRONG&gt;nterface config mode, BGP process config mode&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #0000ff;"&gt;permit&lt;/SPAN&gt; '&lt;STRONG&gt;shutdown&lt;/STRONG&gt;' command on &lt;STRONG&gt;BGP neighbor config mode&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;NX-OS(config)# interface ethernet 1/1&lt;/P&gt;&lt;P&gt;NX-OS(config-if)# &lt;STRONG&gt;shutdown&amp;nbsp; &lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;==&amp;gt; restrict &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;NX-OS(config-if)# exit&lt;/P&gt;&lt;P&gt;NX-OS(config)# router bgp 65001&lt;/P&gt;&lt;P&gt;NX-OS(config-router)# &lt;STRONG&gt;shutdown&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;==&amp;gt; restrict&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;NX-OS(config-router)# neighbor 1.1.1.1&lt;/P&gt;&lt;P&gt;NX-OS(config-router-neighbor)# &lt;STRONG&gt;shutdow&lt;/STRONG&gt;n&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;==&amp;gt; permit&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea to do this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Feb 2018 07:12:52 GMT</pubDate>
    <dc:creator>Chun-Taek Park</dc:creator>
    <dc:date>2018-02-28T07:12:52Z</dc:date>
    <item>
      <title>ISE 2.2 command authorization based on submode</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-2-2-command-authorization-based-on-submode/m-p/3478797#M517551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Expert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am testing ISE 2.2 Device admin(TACACS+) with Nexus platform.&lt;/P&gt;&lt;P&gt;I want to apply command authorization based on sub command mode per account(identity).&lt;/P&gt;&lt;P&gt;below is example I want to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1&gt;Goal Summary&lt;/H1&gt;&lt;UL&gt;&lt;LI&gt;only restrict 'shutdown' command on interface config mode, not BGP config mode per account(identity).&lt;/LI&gt;&lt;LI&gt;basically, If I define deny 'shutdown' command on command set, this command sets applied all command mode like interface, BGP etc. but I want to restrict this command only on interface sub command mode.&lt;/LI&gt;&lt;/UL&gt;&lt;H1&gt;&lt;/H1&gt;&lt;H1&gt;Example&lt;/H1&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #ff0000;"&gt;restrict&lt;/SPAN&gt; '&lt;STRONG&gt;shutdown&lt;/STRONG&gt;' command on i&lt;STRONG&gt;nterface config mode&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #0000ff;"&gt;permit&lt;/SPAN&gt; '&lt;STRONG&gt;shutdown&lt;/STRONG&gt;' command on &lt;STRONG&gt;BGP config mode&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;NX-OS(config)# interface ethernet 1/1&lt;/P&gt;&lt;P&gt;NX-OS(config-if)# &lt;STRONG&gt;shutdown&amp;nbsp; &lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;==&amp;gt; restrict &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;NX-OS(config-if)# exit&lt;/P&gt;&lt;P&gt;NX-OS(config)# router bgp 65001&lt;/P&gt;&lt;P&gt;NX-OS(config-router)# &lt;STRONG&gt;shutdown&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;==&amp;gt; permit&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;NX-OS(config-router)# neighbor 1.1.1.1&lt;/P&gt;&lt;P&gt;NX-OS(config-router-neighbor)# &lt;STRONG&gt;shutdow&lt;/STRONG&gt;n&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;==&amp;gt; permit&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2&gt;OR&lt;/H2&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #ff0000;"&gt;restrict&lt;/SPAN&gt; '&lt;STRONG&gt;shutdown&lt;/STRONG&gt;' command on i&lt;STRONG&gt;nterface config mode, BGP process config mode&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #0000ff;"&gt;permit&lt;/SPAN&gt; '&lt;STRONG&gt;shutdown&lt;/STRONG&gt;' command on &lt;STRONG&gt;BGP neighbor config mode&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;NX-OS(config)# interface ethernet 1/1&lt;/P&gt;&lt;P&gt;NX-OS(config-if)# &lt;STRONG&gt;shutdown&amp;nbsp; &lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;==&amp;gt; restrict &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;NX-OS(config-if)# exit&lt;/P&gt;&lt;P&gt;NX-OS(config)# router bgp 65001&lt;/P&gt;&lt;P&gt;NX-OS(config-router)# &lt;STRONG&gt;shutdown&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;==&amp;gt; restrict&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;NX-OS(config-router)# neighbor 1.1.1.1&lt;/P&gt;&lt;P&gt;NX-OS(config-router-neighbor)# &lt;STRONG&gt;shutdow&lt;/STRONG&gt;n&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;==&amp;gt; permit&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea to do this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 07:12:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-2-2-command-authorization-based-on-submode/m-p/3478797#M517551</guid>
      <dc:creator>Chun-Taek Park</dc:creator>
      <dc:date>2018-02-28T07:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: ISE 2.2 command authorization based on submode</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-2-2-command-authorization-based-on-submode/m-p/3478798#M517552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I *think* its only possible to accomplish by stating the exact port in your restrict commands.&lt;/P&gt;&lt;P&gt;Iet me check on this and update.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 07:20:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-2-2-command-authorization-based-on-submode/m-p/3478798#M517552</guid>
      <dc:creator>ldanny</dc:creator>
      <dc:date>2018-02-28T07:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: ISE 2.2 command authorization based on submode</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-2-2-command-authorization-based-on-submode/m-p/3478799#M517555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 10.800000190734863px; font-family: arial; color: #3d3d3d;"&gt;&lt;A href="https://community.cisco.com//people/ldanny"&gt;ldanny&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and do you have any update?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 01:01:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-2-2-command-authorization-based-on-submode/m-p/3478799#M517555</guid>
      <dc:creator>Chun-Taek Park</dc:creator>
      <dc:date>2018-03-02T01:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: ISE 2.2 command authorization based on submode</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-2-2-command-authorization-based-on-submode/m-p/3478800#M517558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I concurred with Danny's.&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 15px;"&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 15px;"&gt;With T+ command authorization, the command sends to ISE will be "shutdown" without the context. If it applicable, you could simply restrict on command "interface".&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 15px;"&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 15px;"&gt;NX-OS can also authorize users based on their user roles. In &lt;A _jive_internal="true" href="https://community.cisco.com/docs/DOC-68195"&gt;How To: ISE TACACS+ Configuration for Cisco NX-OS Network Devices&lt;/A&gt;, I gave one example.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_text_macro jive_macro_quote jive-quote" style="background-color: #f6f6f6; margin: 10px 0; padding-right: 20px; padding-left: 20px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; font-size: 15px;"&gt;&lt;P&gt;role name demo-security&lt;BR /&gt; description A user-defined role example for demo purposes&lt;BR /&gt; rule 10 permit read-write feature interface&lt;BR /&gt; interface policy deny&lt;BR /&gt;&amp;nbsp; permit interface Vethernet1&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 15px;"&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 15px;"&gt;As I am no expert on NX-OS, I would suggest you to consult Nexus or NX-OS support teams for further guidance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 04:03:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-2-2-command-authorization-based-on-submode/m-p/3478800#M517558</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2018-03-02T04:03:44Z</dc:date>
    </item>
  </channel>
</rss>

