<?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 ACL policy to restrict telnet is not working as desirable in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-policy-to-restrict-telnet-is-not-working-as-desirable/m-p/56075#M16312</link>
    <description>I'm new using extreme switches. I have configured the following ACL policy to allow only the networks listed in the policy to connect by telnet to the switch model X480-24X, running ExtremeXOS version 15.6.4.2, however only the host with IP address 200.20.76.42 is connecting the others are being rejected.&lt;BR /&gt;
Has anyone ever faced this problem?&lt;BR /&gt;
&lt;BR /&gt;
Entry AllowTheseSubnets {&lt;BR /&gt;
if match any{&lt;BR /&gt;
source-address 200.20.76.42 /32;&lt;BR /&gt;
source-address 187.111.111.5 /32;&lt;BR /&gt;
source-address 200.20.66.176 /27;&lt;BR /&gt;
}&lt;BR /&gt;
then&lt;BR /&gt;
{&lt;BR /&gt;
permit ;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
Tks in advance&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Thu, 03 May 2018 22:09:00 GMT</pubDate>
    <dc:creator>Francisco_Leitã</dc:creator>
    <dc:date>2018-05-03T22:09:00Z</dc:date>
    <item>
      <title>ACL policy to restrict telnet is not working as desirable</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-policy-to-restrict-telnet-is-not-working-as-desirable/m-p/56075#M16312</link>
      <description>I'm new using extreme switches. I have configured the following ACL policy to allow only the networks listed in the policy to connect by telnet to the switch model X480-24X, running ExtremeXOS version 15.6.4.2, however only the host with IP address 200.20.76.42 is connecting the others are being rejected.&lt;BR /&gt;
Has anyone ever faced this problem?&lt;BR /&gt;
&lt;BR /&gt;
Entry AllowTheseSubnets {&lt;BR /&gt;
if match any{&lt;BR /&gt;
source-address 200.20.76.42 /32;&lt;BR /&gt;
source-address 187.111.111.5 /32;&lt;BR /&gt;
source-address 200.20.66.176 /27;&lt;BR /&gt;
}&lt;BR /&gt;
then&lt;BR /&gt;
{&lt;BR /&gt;
permit ;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
Tks in advance&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 03 May 2018 22:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-policy-to-restrict-telnet-is-not-working-as-desirable/m-p/56075#M16312</guid>
      <dc:creator>Francisco_Leitã</dc:creator>
      <dc:date>2018-05-03T22:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL policy to restrict telnet is not working as desirable</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-policy-to-restrict-telnet-is-not-working-as-desirable/m-p/56076#M16313</link>
      <description>Make one entry per source address.  &lt;BR /&gt;
&lt;BR /&gt;
Entry AllowTheseSubnets1 {&lt;BR /&gt;
if match any{&lt;BR /&gt;
source-address 200.20.76.42 /32;&lt;BR /&gt;
}&lt;BR /&gt;
then{&lt;BR /&gt;
permit ;&lt;BR /&gt;
}}&lt;BR /&gt;
&lt;BR /&gt;
Entry AllowTheseSubnets2 {&lt;BR /&gt;
if match any{&lt;BR /&gt;
source-address 187.111.111.5 /32;&lt;BR /&gt;
}&lt;BR /&gt;
then{&lt;BR /&gt;
permit ;&lt;BR /&gt;
}}&lt;BR /&gt;
&lt;BR /&gt;
Entry AllowTheseSubnets3 {&lt;BR /&gt;
if match any{&lt;BR /&gt;
source-address 200.20.66.176 /27;&lt;BR /&gt;
}&lt;BR /&gt;
then{&lt;BR /&gt;
permit ;&lt;BR /&gt;
}}&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 03 May 2018 22:22:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-policy-to-restrict-telnet-is-not-working-as-desirable/m-p/56076#M16313</guid>
      <dc:creator>StephenW</dc:creator>
      <dc:date>2018-05-03T22:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL policy to restrict telnet is not working as desirable</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-policy-to-restrict-telnet-is-not-working-as-desirable/m-p/56077#M16314</link>
      <description>The policy I use without issue is similar to:&lt;BR /&gt;
&lt;BR /&gt;
Switch1.4 # sh policy telnet&lt;BR /&gt;
Policies at Policy Server:&lt;BR /&gt;
Policy: telnet&lt;BR /&gt;
entry telnet { &lt;BR /&gt;
if match any { &lt;BR /&gt;
    source-address 12.34.56.78/32 ;&lt;BR /&gt;
    source-address 12.34.56.79/32 ;&lt;BR /&gt;
    source-address 12.34.56.80/32 ;&lt;BR /&gt;
    source-address 12.34.56.81/32 ;&lt;BR /&gt;
    source-address 12.34.56.82/32 ;&lt;BR /&gt;
    source-address 12.34.54.0/24 ;&lt;BR /&gt;
    source-address 12.34.55.0/24 ;&lt;BR /&gt;
}&lt;BR /&gt;
then {&lt;BR /&gt;
    permit  ;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 03 May 2018 23:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-policy-to-restrict-telnet-is-not-working-as-desirable/m-p/56077#M16314</guid>
      <dc:creator>Joe_Sheldon_</dc:creator>
      <dc:date>2018-05-03T23:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL policy to restrict telnet is not working as desirable</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-policy-to-restrict-telnet-is-not-working-as-desirable/m-p/56078#M16315</link>
      <description>Hi Stephen,&lt;BR /&gt;
&lt;BR /&gt;
First of all thanks for your attention,&lt;BR /&gt;
&lt;BR /&gt;
I have configured the ACL as you suggested, even so, It's not working. Following you can see the message in the log informing the connection has been rejected.&lt;BR /&gt;
&lt;BR /&gt;
SW-IPLAN.5 # show log&lt;BR /&gt;
05/03/2018 15:21:28.59 &lt;TELNETD.REJCTCONNACCESSDENY&gt; Telnet connection from source 187.111.111.5 has been denied by access-list IplanAcesso. Rejecting connection.&lt;BR /&gt;
&lt;BR /&gt;
Tks!&lt;BR /&gt;
&lt;BR /&gt;&lt;/TELNETD.REJCTCONNACCESSDENY&gt;</description>
      <pubDate>Thu, 03 May 2018 23:28:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-policy-to-restrict-telnet-is-not-working-as-desirable/m-p/56078#M16315</guid>
      <dc:creator>Francisco_Leitã</dc:creator>
      <dc:date>2018-05-03T23:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL policy to restrict telnet is not working as desirable</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-policy-to-restrict-telnet-is-not-working-as-desirable/m-p/56079#M16316</link>
      <description>did you refresh the policy?&lt;BR /&gt;</description>
      <pubDate>Thu, 03 May 2018 23:36:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-policy-to-restrict-telnet-is-not-working-as-desirable/m-p/56079#M16316</guid>
      <dc:creator>StephenW</dc:creator>
      <dc:date>2018-05-03T23:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL policy to restrict telnet is not working as desirable</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-policy-to-restrict-telnet-is-not-working-as-desirable/m-p/56080#M16317</link>
      <description>I hadn't done that! To be honest I had no idea this command was required when you change an ACL. After issuing the refresh command the ACL worked fine!&lt;BR /&gt;
&lt;BR /&gt;
As I had told I am new in Extreme switches.&lt;BR /&gt;
&lt;BR /&gt;
Tks!&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 03 May 2018 23:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-policy-to-restrict-telnet-is-not-working-as-desirable/m-p/56080#M16317</guid>
      <dc:creator>Francisco_Leitã</dc:creator>
      <dc:date>2018-05-03T23:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL policy to restrict telnet is not working as desirable</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-policy-to-restrict-telnet-is-not-working-as-desirable/m-p/56081#M16318</link>
      <description>No problem, we are here to help.  Welcome by the way.&lt;BR /&gt;</description>
      <pubDate>Thu, 03 May 2018 23:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-policy-to-restrict-telnet-is-not-working-as-desirable/m-p/56081#M16318</guid>
      <dc:creator>StephenW</dc:creator>
      <dc:date>2018-05-03T23:49:00Z</dc:date>
    </item>
  </channel>
</rss>

