<?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 RE: How to enable telnet for specific IP? in ExtremeSwitching (Other)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-other/how-to-enable-telnet-for-specific-ip/m-p/11835#M2863</link>
    <description>Thank Bill</description>
    <pubDate>Tue, 17 Mar 2015 01:08:00 GMT</pubDate>
    <dc:creator>jaime_quintana</dc:creator>
    <dc:date>2015-03-17T01:08:00Z</dc:date>
    <item>
      <title>How to enable telnet for specific IP?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/how-to-enable-telnet-for-specific-ip/m-p/11832#M2860</link>
      <description>How to enable telnet for specific IPS&lt;BR /&gt;
for example for ip 167.28.170.99 &amp;amp; 167.28.137.57</description>
      <pubDate>Mon, 16 Mar 2015 23:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/how-to-enable-telnet-for-specific-ip/m-p/11832#M2860</guid>
      <dc:creator>jaime_quintana</dc:creator>
      <dc:date>2015-03-16T23:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to enable telnet for specific IP?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/how-to-enable-telnet-for-specific-ip/m-p/11833#M2861</link>
      <description>Jamie, &lt;BR /&gt;
&lt;BR /&gt;
The best and most secure way to do this is to create a access profile that includes all of the specific IP's of stations you want to be able to telnet from.  Once you create the profile (really just an ACL) you can then apply that to Telnet, SSH or SNMP.. Here is a link to the instructions..&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://documentation.extremenetworks.com/exos/EXOS_All/Switch_Management/c_access-profile-logging-for-telnet.shtml" target="_blank" rel="nofollow noreferrer noopener"&gt;http://documentation.extremenetworks.com/exos/EXOS_All/Switch_Management/c_access-profile-logging-fo...&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Bill&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Mar 2015 00:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/how-to-enable-telnet-for-specific-ip/m-p/11833#M2861</guid>
      <dc:creator>Bill_Stritzinge</dc:creator>
      <dc:date>2015-03-17T00:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to enable telnet for specific IP?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/how-to-enable-telnet-for-specific-ip/m-p/11834#M2862</link>
      <description>something like this:&lt;BR /&gt;
&lt;BR /&gt;
Telnet_2.pol&lt;BR /&gt;
&lt;BR /&gt;
entry AllowTheseSubnets {&lt;BR /&gt;
 if match any {&lt;BR /&gt;
  source-address 167.28.170.99 /32;&lt;BR /&gt;
  source-address 167.28.157.37 /32;&lt;BR /&gt;
 } then {&lt;BR /&gt;
  permit;&lt;BR /&gt;
 }&lt;BR /&gt;
}&lt;BR /&gt;
entry  dontAllowTheRest {&lt;BR /&gt;
 if  {&lt;BR /&gt;
  ; #none specified&lt;BR /&gt;
 } then {&lt;BR /&gt;
  deny;&lt;BR /&gt;
 }&lt;BR /&gt;
}</description>
      <pubDate>Tue, 17 Mar 2015 00:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/how-to-enable-telnet-for-specific-ip/m-p/11834#M2862</guid>
      <dc:creator>jaime_quintana</dc:creator>
      <dc:date>2015-03-17T00:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to enable telnet for specific IP?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/how-to-enable-telnet-for-specific-ip/m-p/11835#M2863</link>
      <description>Thank Bill</description>
      <pubDate>Tue, 17 Mar 2015 01:08:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/how-to-enable-telnet-for-specific-ip/m-p/11835#M2863</guid>
      <dc:creator>jaime_quintana</dc:creator>
      <dc:date>2015-03-17T01:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to enable telnet for specific IP?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/how-to-enable-telnet-for-specific-ip/m-p/11836#M2864</link>
      <description>Yes, but make sure you use the correct indents as in the documentation.  For the example you gave, the two IP addresses would be allowed like this... (assume your addresses are /24 - Match CIDR..)&lt;BR /&gt;
&lt;BR /&gt;
MyAccessProfile.pol      entry AllowTheseSubnets {   if match any {    source-address 167.28.170.99 /24;       source-address 167.28.137.57 /24;   } then {    permit;   }  }&lt;BR /&gt;
Once you create the file and copy to the switch, use the command "check policy MyAccessProfile" to make sure the format for the file is correct.  The above will only let those two addresses access telnet. Once you create the file you can use that with SSH and SNNMP too.&lt;BR /&gt;
&lt;BR /&gt;
Bill&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Mar 2015 04:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/how-to-enable-telnet-for-specific-ip/m-p/11836#M2864</guid>
      <dc:creator>Bill_Stritzinge</dc:creator>
      <dc:date>2015-03-17T04:04:00Z</dc:date>
    </item>
  </channel>
</rss>

