<?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 Allowing only dot interfaces on a Bundle in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/allowing-only-dot-interfaces-on-a-bundle/m-p/4130799#M562115</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am working on Cisco Secure ACS for IOS-XR and I want help from experts out there. I want to globally deny if someone could remove the whole bundle(e.g: no interface Bundle-Ether10) but can do both of the following on the dot interfaces only:&lt;/P&gt;&lt;P&gt;a): no interface Bundle-Ether10.10&lt;/P&gt;&lt;P&gt;b): configure interface Bundle-Ether10.10.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently working using regular expressions but I am at lost. Mind you that the biggest bundle name is 1422(4 digits).&lt;/P&gt;</description>
    <pubDate>Wed, 05 Aug 2020 14:19:33 GMT</pubDate>
    <dc:creator>network_geek</dc:creator>
    <dc:date>2020-08-05T14:19:33Z</dc:date>
    <item>
      <title>Allowing only dot interfaces on a Bundle</title>
      <link>https://community.cisco.com/t5/network-access-control/allowing-only-dot-interfaces-on-a-bundle/m-p/4130799#M562115</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am working on Cisco Secure ACS for IOS-XR and I want help from experts out there. I want to globally deny if someone could remove the whole bundle(e.g: no interface Bundle-Ether10) but can do both of the following on the dot interfaces only:&lt;/P&gt;&lt;P&gt;a): no interface Bundle-Ether10.10&lt;/P&gt;&lt;P&gt;b): configure interface Bundle-Ether10.10.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently working using regular expressions but I am at lost. Mind you that the biggest bundle name is 1422(4 digits).&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 14:19:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/allowing-only-dot-interfaces-on-a-bundle/m-p/4130799#M562115</guid>
      <dc:creator>network_geek</dc:creator>
      <dc:date>2020-08-05T14:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing only dot interfaces on a Bundle</title>
      <link>https://community.cisco.com/t5/network-access-control/allowing-only-dot-interfaces-on-a-bundle/m-p/4130897#M562118</link>
      <description>&lt;P&gt;Hard to say what specific regex to use for your situation since we don't know what the rest of your command-set looks like.&amp;nbsp; But if you only wanted to match the examples you gave, you could try the following:&lt;/P&gt;&lt;P&gt;^no\sinterface\sBundle-Ether\d{1,}\.\d{1,}$ - This would match if someone tried to enter "no interface Bundle-Ether10.10".&amp;nbsp; \d is any digit and "{1,}" is 1 or more.&amp;nbsp; "\." is specifically a period.&amp;nbsp; "$" is end of line.&lt;/P&gt;&lt;P&gt;A really good website for learning and testing regex is at &lt;A href="https://regex101.com" target="_blank"&gt;https://regex101.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 16:49:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/allowing-only-dot-interfaces-on-a-bundle/m-p/4130897#M562118</guid>
      <dc:creator>Colby LeMaire</dc:creator>
      <dc:date>2020-08-05T16:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing only dot interfaces on a Bundle</title>
      <link>https://community.cisco.com/t5/network-access-control/allowing-only-dot-interfaces-on-a-bundle/m-p/4130942#M562124</link>
      <description>&lt;P&gt;Hi Colby,&lt;/P&gt;&lt;P&gt;Thank you so much for your response. The website says that this can been done, I will also check it in my environment and see if it works smoothly. Moreover, I have globally permitted all commands that are not present in my list hence I need to only disallow a few. I hope this will solve my problem. I will get back to you with updates.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 18:09:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/allowing-only-dot-interfaces-on-a-bundle/m-p/4130942#M562124</guid>
      <dc:creator>network_geek</dc:creator>
      <dc:date>2020-08-05T18:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing only dot interfaces on a Bundle</title>
      <link>https://community.cisco.com/t5/network-access-control/allowing-only-dot-interfaces-on-a-bundle/m-p/4130946#M562125</link>
      <description>&lt;P&gt;Is there a way if I could only stop commands for Bundle-Ether10 only, both no and any interface configuration commands? I have globally permitted all commands and doing so would allow me to accept all but reject the global interface only.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 18:13:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/allowing-only-dot-interfaces-on-a-bundle/m-p/4130946#M562125</guid>
      <dc:creator>network_geek</dc:creator>
      <dc:date>2020-08-05T18:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing only dot interfaces on a Bundle</title>
      <link>https://community.cisco.com/t5/network-access-control/allowing-only-dot-interfaces-on-a-bundle/m-p/4131033#M562130</link>
      <description>&lt;P&gt;If I understand your question, you don't want to allow any changes to Bundle-Ether10 but you still want to allow access/changes to sub-interfaces such as Bundle-Ether10.10.&amp;nbsp; Is that correct?&amp;nbsp; And you want to allow anything to happen to any Bundle-Ether other than Bundle-Ether10.&amp;nbsp; If so, try the following:&lt;/P&gt;&lt;P&gt;^\w*\s*interface\sBundle-Ether10$&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 20:29:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/allowing-only-dot-interfaces-on-a-bundle/m-p/4131033#M562130</guid>
      <dc:creator>Colby LeMaire</dc:creator>
      <dc:date>2020-08-05T20:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing only dot interfaces on a Bundle</title>
      <link>https://community.cisco.com/t5/network-access-control/allowing-only-dot-interfaces-on-a-bundle/m-p/4131590#M562168</link>
      <description>&lt;P&gt;Hi Colby,&lt;/P&gt;&lt;P&gt;Thank you so much. It worked like a charm. I am, however, stuck on a different task now.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2020 18:01:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/allowing-only-dot-interfaces-on-a-bundle/m-p/4131590#M562168</guid>
      <dc:creator>network_geek</dc:creator>
      <dc:date>2020-08-06T18:01:09Z</dc:date>
    </item>
  </channel>
</rss>

