<?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 Hi, As all the ACL's are in Switching</title>
    <link>https://community.cisco.com/t5/switching/telnet-problem-to-access-switch/m-p/2737319#M331663</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;As all the ACL's are created in our CORE SWITCH (L3) and we are using them in L2 switch.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Sep 2015 19:29:22 GMT</pubDate>
    <dc:creator>anirudh12b9</dc:creator>
    <dc:date>2015-09-01T19:29:22Z</dc:date>
    <item>
      <title>Telnet problem to access switch</title>
      <link>https://community.cisco.com/t5/switching/telnet-problem-to-access-switch/m-p/2737311#M331655</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am unable to telnet my access switch which is in network.With ip 10.120.232.12 actually i am able to login through ssh but am unable to login through the telnet.&lt;/P&gt;&lt;P&gt;show run interface vlan 10&lt;BR /&gt;Building configuration...&lt;/P&gt;&lt;P&gt;Current configuration : 242 bytes&lt;BR /&gt;!&lt;BR /&gt;interface Vlan10&lt;BR /&gt;&amp;nbsp;description *******MANAGEMENT VLAN*******&lt;BR /&gt;&amp;nbsp;ip address 10.120.232.2 255.255.255.224&lt;BR /&gt;&amp;nbsp;no ip redirects&lt;BR /&gt;&amp;nbsp;no ip unreachables&lt;/P&gt;&lt;P&gt;Above is the my management vlan which was created in my coreswitch am getting these kind of error while logging.After configuring the telnet as given below still am getting the below error.&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;BR /&gt;&amp;nbsp;session-timeout 5&lt;BR /&gt;&amp;nbsp;access-class 3 in&lt;BR /&gt;&amp;nbsp;exec-timeout 5 0&lt;BR /&gt;&amp;nbsp;password 7 104D000A0618&lt;BR /&gt;&amp;nbsp;transport input telnet ssh&lt;BR /&gt;&amp;nbsp;transport output all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error message:&lt;/P&gt;&lt;P&gt;telnet 10.120.232.12&lt;BR /&gt;Trying 10.120.232.12 ...&lt;BR /&gt;% Connection refused by remote host&lt;/P&gt;&lt;P&gt;Please help me in this issue.Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 09:34:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/telnet-problem-to-access-switch/m-p/2737311#M331655</guid>
      <dc:creator>anirudh12b9</dc:creator>
      <dc:date>2019-03-08T09:34:03Z</dc:date>
    </item>
    <item>
      <title>you have an acl on the vty</title>
      <link>https://community.cisco.com/t5/switching/telnet-problem-to-access-switch/m-p/2737312#M331656</link>
      <description>&lt;P&gt;Hi you have an acl on the vty port are you coming from a permitted source of this acl otherwise you will be blocked , you need to make sure your ip range/address is allowed and included in this acl . acl may just be set to eq 22 check that eq 23 is also allowed for telnet&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;BR /&gt;&amp;nbsp;session-timeout 5&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;access-class 3 in&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2015 09:01:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/telnet-problem-to-access-switch/m-p/2737312#M331656</guid>
      <dc:creator>Mark Malone</dc:creator>
      <dc:date>2015-08-31T09:01:05Z</dc:date>
    </item>
    <item>
      <title>Hi Mark,</title>
      <link>https://community.cisco.com/t5/switching/telnet-problem-to-access-switch/m-p/2737313#M331657</link>
      <description>&lt;P&gt;Hi Mark,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the reply below are the permit statements allowed it access-list 3.Please guide how to check the what rules written in access-class 3.And able to telnet the below ip 10.136.169.110,10.120.232.25,202.9.192.64and202.9.192.96.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;PRE class="aLF-aPX-K0-aPE aLF-aPX-aLK-ayr-auR" style="-webkit-user-select: text; font-family: 'Courier New', Courier, monospace, arial, sans-serif; font-size: 14px; margin-bottom: 0px; color: rgb(0, 0, 0); line-height: normal; background-color: rgb(255, 255, 255);"&gt;
access-list 3 permit 10.136.169.110
access-list 3 permit 10.120.232.25
access-list 3 permit 202.9.192.64 0.0.0.31
access-list 3 permit 202.9.192.96 0.0.0.31&lt;/PRE&gt;</description>
      <pubDate>Tue, 01 Sep 2015 13:42:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/telnet-problem-to-access-switch/m-p/2737313#M331657</guid>
      <dc:creator>anirudh12b9</dc:creator>
      <dc:date>2015-09-01T13:42:27Z</dc:date>
    </item>
    <item>
      <title>Hiis that the access-list 3</title>
      <link>https://community.cisco.com/t5/switching/telnet-problem-to-access-switch/m-p/2737314#M331658</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;is that the access-list 3 off the router your trying to telnet too 10.120.232.12 ? You would need to provide that ACL as we need to see whats allowed inbound to the router&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way its good telnet is not working you should only use ssh when possible as telnet can be sniffed on the wire for passwords , so unless there's a specific reason you want it on i would leave it off as its a security hole&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2015 14:26:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/telnet-problem-to-access-switch/m-p/2737314#M331658</guid>
      <dc:creator>Mark Malone</dc:creator>
      <dc:date>2015-09-01T14:26:19Z</dc:date>
    </item>
    <item>
      <title>Hi,As all the ACL's are</title>
      <link>https://community.cisco.com/t5/switching/telnet-problem-to-access-switch/m-p/2737315#M331659</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As all the ACL's are created in our CORE SWITCH (L3) and we are using them in L2 switch.&lt;/P&gt;&lt;P&gt;As you suggested ssh is a good practice thanks for that .But how can i check what rules are written in access-class 3.&lt;/P&gt;&lt;P&gt;If am using the&amp;nbsp;show access-lists 3&lt;BR /&gt;Standard IP access list 3&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 60 permit 10.136.169.110 (839 matches)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 70 permit 10.115.50.30 (1751 matches)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 80 permit 10.201.51.152&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 50 permit 10.120.232.25 (226 matches)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 30 permit 202.9.192.64, wildcard bits 0.0.0.31 (1606 matches)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 40 permit 202.9.192.96, wildcard bits 0.0.0.31 (60 matches)&lt;/P&gt;&lt;P&gt;So please suggest me how to check what has been blocked in purticular ACL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2015 18:52:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/telnet-problem-to-access-switch/m-p/2737315#M331659</guid>
      <dc:creator>anirudh12b9</dc:creator>
      <dc:date>2015-09-01T18:52:33Z</dc:date>
    </item>
    <item>
      <title>HelloHello I dont see any ace</title>
      <link>https://community.cisco.com/t5/switching/telnet-problem-to-access-switch/m-p/2737316#M331660</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Hello I dont see any ace entry in this acl denyig port 23 ( telnet)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Is it possible you have (control plane policing) CPP enabled?&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;sh access-lists&lt;BR /&gt;sh control-plane feature&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;res&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2015 19:10:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/telnet-problem-to-access-switch/m-p/2737316#M331660</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2015-09-01T19:10:28Z</dc:date>
    </item>
    <item>
      <title>Hi,unable to execute the</title>
      <link>https://community.cisco.com/t5/switching/telnet-problem-to-access-switch/m-p/2737317#M331661</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;unable to execute the below command.I am using the command in cisco 6500 swithc&lt;/P&gt;&lt;P&gt;FYI&lt;/P&gt;&lt;P&gt;show control-plane feature&lt;BR /&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; ^&lt;BR /&gt;% Invalid input detected at '^' marker.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2015 19:14:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/telnet-problem-to-access-switch/m-p/2737317#M331661</guid>
      <dc:creator>anirudh12b9</dc:creator>
      <dc:date>2015-09-01T19:14:32Z</dc:date>
    </item>
    <item>
      <title>HelloStratch that just</title>
      <link>https://community.cisco.com/t5/switching/telnet-problem-to-access-switch/m-p/2737318#M331662</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Stratch that just noticed this&amp;nbsp; query is regards a L3 switch -&amp;nbsp;&amp;nbsp; its not applicable&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;res&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2015 19:29:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/telnet-problem-to-access-switch/m-p/2737318#M331662</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2015-09-01T19:29:21Z</dc:date>
    </item>
    <item>
      <title>Hi, As all the ACL's are</title>
      <link>https://community.cisco.com/t5/switching/telnet-problem-to-access-switch/m-p/2737319#M331663</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;As all the ACL's are created in our CORE SWITCH (L3) and we are using them in L2 switch.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2015 19:29:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/telnet-problem-to-access-switch/m-p/2737319#M331663</guid>
      <dc:creator>anirudh12b9</dc:creator>
      <dc:date>2015-09-01T19:29:22Z</dc:date>
    </item>
    <item>
      <title>Hi the acls maybe created in</title>
      <link>https://community.cisco.com/t5/switching/telnet-problem-to-access-switch/m-p/2737320#M331664</link>
      <description>&lt;P&gt;Hi the acls maybe created in the core switch but even a layer 2 switch would have an acl under its vty port to prevent unwanted access if its manageable remotely&amp;nbsp; ,so you need to get onto the switch that your trying to access check the vty port, see what access-class is applied to it and then post the access-list from that specific switch thats tied to the port&lt;/P&gt;&lt;P&gt;As an example this is a layer 2 switch only trunked in my network below , has 1 mgmt ip for access but also has and acl applied at the vty port for control of who can access it,i have cut it down as its very long&lt;/P&gt;&lt;P&gt;If you can post your access-list off the specific switch we can look at it but as Paul said there is no telnet blocked in the acl provided above , your allowing each of those ips and there will be an implicit deny blocking everything else , your not using an extended acl to allow/deny tcp/udp etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sw-AC1#sh run | b line vty&lt;BR /&gt;line vty 0 4&lt;BR /&gt;&amp;nbsp;&lt;STRONG&gt;access-class 124 in&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;exec-timeout 30 0&lt;BR /&gt;&amp;nbsp;transport input ssh&lt;/P&gt;&lt;P&gt;sw-AC1#sh access-lists 124&lt;BR /&gt;Extended IP access list 124&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10 permit tcp host 172.19.154.53 any &lt;STRONG&gt;eq 22 (&lt;/STRONG&gt;1626 matches)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20 permit tcp host 172.19.246.240 any eq 22 (58 matches)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30 permit tcp host 172.19.249.77 any eq 22 (20 matches)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 40 permit tcp host 172.19.152.223 any eq 22&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 230 deny ip any any log (22 matches)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2015 07:51:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/telnet-problem-to-access-switch/m-p/2737320#M331664</guid>
      <dc:creator>Mark Malone</dc:creator>
      <dc:date>2015-09-02T07:51:47Z</dc:date>
    </item>
  </channel>
</rss>

