<?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 How can i write &amp;quot;ACL Description&amp;quot;? in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-can-i-write-quot-acl-description-quot/m-p/38702#M8406</link>
    <description>Is there a way to add a description when creating an ACL with 1 line?&lt;BR /&gt;
&lt;BR /&gt;
// Normal ACL Create&lt;BR /&gt;
entry permit_1&lt;BR /&gt;
{ if match all { &lt;BR /&gt;
    # 1F-A side Network&lt;BR /&gt;
    source-address 10.10.10.0/24 ;&lt;BR /&gt;
    destination-address 10.10.20.0/24 ;&lt;BR /&gt;
    protocol icmp ;&lt;BR /&gt;
}&lt;BR /&gt;
then {&lt;BR /&gt;
    permit  ;&lt;BR /&gt;
    count count_pertmit_1 ;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
// 1 line command acl&lt;BR /&gt;
    entry    pertmit_1 {if {source-address 10.10.10.0/24 ; destination-address    10.10.20.0/24 ; protocol icmp ;  }    then {permit ; count count_pertmit_1 ; }}&lt;BR /&gt;
&lt;BR /&gt;
I want to insert the description "# 1F-A side Network" as normal. &lt;BR /&gt;
Do you know how to type in 1 Line command? &lt;BR /&gt;</description>
    <pubDate>Wed, 19 Apr 2017 06:53:00 GMT</pubDate>
    <dc:creator>KD</dc:creator>
    <dc:date>2017-04-19T06:53:00Z</dc:date>
    <item>
      <title>How can i write "ACL Description"?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-can-i-write-quot-acl-description-quot/m-p/38702#M8406</link>
      <description>Is there a way to add a description when creating an ACL with 1 line?&lt;BR /&gt;
&lt;BR /&gt;
// Normal ACL Create&lt;BR /&gt;
entry permit_1&lt;BR /&gt;
{ if match all { &lt;BR /&gt;
    # 1F-A side Network&lt;BR /&gt;
    source-address 10.10.10.0/24 ;&lt;BR /&gt;
    destination-address 10.10.20.0/24 ;&lt;BR /&gt;
    protocol icmp ;&lt;BR /&gt;
}&lt;BR /&gt;
then {&lt;BR /&gt;
    permit  ;&lt;BR /&gt;
    count count_pertmit_1 ;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
// 1 line command acl&lt;BR /&gt;
    entry    pertmit_1 {if {source-address 10.10.10.0/24 ; destination-address    10.10.20.0/24 ; protocol icmp ;  }    then {permit ; count count_pertmit_1 ; }}&lt;BR /&gt;
&lt;BR /&gt;
I want to insert the description "# 1F-A side Network" as normal. &lt;BR /&gt;
Do you know how to type in 1 Line command? &lt;BR /&gt;</description>
      <pubDate>Wed, 19 Apr 2017 06:53:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-can-i-write-quot-acl-description-quot/m-p/38702#M8406</guid>
      <dc:creator>KD</dc:creator>
      <dc:date>2017-04-19T06:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: How can i write "ACL Description"?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-can-i-write-quot-acl-description-quot/m-p/38703#M8407</link>
      <description>Hi Kyeong,&lt;BR /&gt;
Commenting should be allowed. In the ACL solutions guide (link:&lt;A href="http://extrcdn.extremenetworks.com/wp-content/uploads/2014/10/ACL_Solutions_Guide.pdf" target="_blank" rel="nofollow noreferrer noopener"&gt;http://extrcdn.extremenetworks.com/wp-content/uploads/2014/10/ACL_Solutions_Guide.pdf&lt;/A&gt;) , they use examples where commenting starting with a # is allowed. If you have any doubt, you can use vi to create the policy file and then use the "check policy &lt;FILENAME w=""&gt;" and it will check the syntax of the policy file for you.&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps!&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
Brad&lt;BR /&gt;&lt;/FILENAME&gt;</description>
      <pubDate>Wed, 19 Apr 2017 07:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-can-i-write-quot-acl-description-quot/m-p/38703#M8407</guid>
      <dc:creator>BradP</dc:creator>
      <dc:date>2017-04-19T07:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: How can i write "ACL Description"?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-can-i-write-quot-acl-description-quot/m-p/38704#M8408</link>
      <description>Hi Brad.&lt;BR /&gt;
&lt;BR /&gt;
i find it.&lt;BR /&gt;
&lt;BR /&gt;
thanks your help.</description>
      <pubDate>Wed, 19 Apr 2017 08:47:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-can-i-write-quot-acl-description-quot/m-p/38704#M8408</guid>
      <dc:creator>KD</dc:creator>
      <dc:date>2017-04-19T08:47:00Z</dc:date>
    </item>
  </channel>
</rss>

