<?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: Can Ping But Not Telnet in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/can-ping-but-not-telnet/m-p/4029290#M329443</link>
    <description>&lt;P&gt;From the Switch:&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;BR /&gt;password con@@nect&lt;BR /&gt;login&lt;BR /&gt;length 0&lt;BR /&gt;line vty 5 15&lt;BR /&gt;login&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the Router:&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;BR /&gt;exec-timeout 30 0&lt;BR /&gt;password con@@nect&lt;BR /&gt;login&lt;BR /&gt;!&lt;BR /&gt;scheduler allocate 20000 1000&lt;BR /&gt;ntp server 172.16.200.10&lt;BR /&gt;end&lt;/P&gt;</description>
    <pubDate>Thu, 13 Feb 2020 20:16:30 GMT</pubDate>
    <dc:creator>fuzbuster83</dc:creator>
    <dc:date>2020-02-13T20:16:30Z</dc:date>
    <item>
      <title>Can Ping But Not Telnet</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/can-ping-but-not-telnet/m-p/4028336#M329353</link>
      <description>&lt;P&gt;I have a site I'm investigating and I've found they have multiple connected Cisco devices. I initially thought I was unable to telnet into their router at all, but upon further investigation, if I telnet into a connected switch, I can then successfully telnet into this router.&lt;/P&gt;&lt;P&gt;Site1 --(telnet)--&amp;gt; router 172.16.232.2 (doesn't work)&lt;/P&gt;&lt;P&gt;Site1 --(telnet)--&amp;gt; switch1 172.16.232.5 --(telnet)--&amp;gt; router 172.16.232.2 (does work)&lt;/P&gt;&lt;P&gt;I can ping the everything successfully throughout but I cannot telnet or gather SNMP data, which is my ultimate goal so I can set it up for SolarWinds NCM.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 16:22:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/can-ping-but-not-telnet/m-p/4028336#M329353</guid>
      <dc:creator>fuzbuster83</dc:creator>
      <dc:date>2020-02-12T16:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can Ping But Not Telnet</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/can-ping-but-not-telnet/m-p/4028365#M329356</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what if you telnet to IP address&amp;nbsp;192.168.9.62, which apparently is the IP address of the outside facing interface ?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 16:49:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/can-ping-but-not-telnet/m-p/4028365#M329356</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2020-02-12T16:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can Ping But Not Telnet</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/can-ping-but-not-telnet/m-p/4028398#M329359</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1002025"&gt;@fuzbuster83&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I have a site I'm investigating and I've found they have multiple connected Cisco devices. I initially thought I was unable to telnet into their router at all, &lt;STRONG&gt;but upon further investigation, if I telnet into a connected switch, I can then successfully telnet into this router.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Site1 --(telnet)--&amp;gt; router 172.16.232.2 (doesn't work)&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Site1 --(telnet)--&amp;gt; switch1 172.16.232.5 --(telnet)--&amp;gt; router 172.16.232.2 (does work)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I can ping the everything successfully throughout but I cannot telnet or gather SNMP data, which is my ultimate goal so I can set it up for SolarWinds NCM.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Sounds like you have a dynamic access-list enabled on the switch, meaning ONLY after users have authenticated with the switch can they then telnet to the routers, and this would be because after authentication a dynamic access-list would have be created to allow telnet communication to the rtr via the switch.&lt;BR /&gt;&lt;BR /&gt;On the switch&lt;BR /&gt;&lt;STRONG&gt;sh access-lists&lt;BR /&gt;sh run | in line&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 17:32:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/can-ping-but-not-telnet/m-p/4028398#M329359</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2020-02-12T17:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can Ping But Not Telnet</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/can-ping-but-not-telnet/m-p/4028489#M329367</link>
      <description>&lt;P&gt;Yes, doing a telnet to this address worked without issue. This seems like it is set up differently from every other site if this is the only solution. But at least it is a way directly in.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 19:09:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/can-ping-but-not-telnet/m-p/4028489#M329367</guid>
      <dc:creator>fuzbuster83</dc:creator>
      <dc:date>2020-02-12T19:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Can Ping But Not Telnet</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/can-ping-but-not-telnet/m-p/4028493#M329368</link>
      <description>&lt;P&gt;&lt;STRONG&gt;sh access-lists&lt;/STRONG&gt; returned nothing&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sh run | in line&lt;/STRONG&gt; returned:&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;EM&gt;line con 0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;line vty 0 4&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;line vty 5 15&lt;/EM&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 19:11:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/can-ping-but-not-telnet/m-p/4028493#M329368</guid>
      <dc:creator>fuzbuster83</dc:creator>
      <dc:date>2020-02-12T19:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can Ping But Not Telnet</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/can-ping-but-not-telnet/m-p/4028518#M329370</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;from where (which IP address) are you trying to access the router ? Is there anything in front of the router, like a firewall ?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 19:54:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/can-ping-but-not-telnet/m-p/4028518#M329370</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2020-02-12T19:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can Ping But Not Telnet</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/can-ping-but-not-telnet/m-p/4028531#M329373</link>
      <description>&lt;P&gt;Each site has a firewall on premise. Sites are on certain networks. This router in question is 172.16.232.2 and the site firewall is 172.16.232.1. From the site I'm trying to access the router, there are several networks, but the server I'm using is 172.16.101.97 and the firewall is using 172.16.101.67.&lt;/P&gt;&lt;P&gt;I've, I hope completed adding each piece of equipment, but this is the only odd one besides a piece of equipment the ISP requires at a site. All of them have been able to ping and access SNMP on the private IP 172.16.x.x except this router from this server. However, it appears I can access it via the 192.168.x.x address for SNMP.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 20:17:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/can-ping-but-not-telnet/m-p/4028531#M329373</guid>
      <dc:creator>fuzbuster83</dc:creator>
      <dc:date>2020-02-12T20:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can Ping But Not Telnet</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/can-ping-but-not-telnet/m-p/4028555#M329378</link>
      <description>&lt;P&gt;There is perhaps another explanation for the behavior described in the original post. Perhaps this site router is configured with access-class on the vty ports. The access-class uses an access list to determine what addresses are allowed remote access and what addresses are not. If you attempt telnet directly you are coming from an address that is not permitted. But if you telnet to the switch in that site network and then telnet to the router then the telnet source address is the switch that is permitted. If you can get this&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;sh run | in line&lt;/STRONG&gt; returned:&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;&lt;EM&gt;line con 0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;line vty 0 4&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;line vty 5 15&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;then perhaps you could post the output from the command show run | begin line vty&lt;/P&gt;
&lt;P&gt;This would allow us to see if there is an access-class configured.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 20:51:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/can-ping-but-not-telnet/m-p/4028555#M329378</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2020-02-12T20:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can Ping But Not Telnet</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/can-ping-but-not-telnet/m-p/4029290#M329443</link>
      <description>&lt;P&gt;From the Switch:&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;BR /&gt;password con@@nect&lt;BR /&gt;login&lt;BR /&gt;length 0&lt;BR /&gt;line vty 5 15&lt;BR /&gt;login&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the Router:&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;BR /&gt;exec-timeout 30 0&lt;BR /&gt;password con@@nect&lt;BR /&gt;login&lt;BR /&gt;!&lt;BR /&gt;scheduler allocate 20000 1000&lt;BR /&gt;ntp server 172.16.200.10&lt;BR /&gt;end&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 20:16:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/can-ping-but-not-telnet/m-p/4029290#M329443</guid>
      <dc:creator>fuzbuster83</dc:creator>
      <dc:date>2020-02-13T20:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can Ping But Not Telnet</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/can-ping-but-not-telnet/m-p/4030271#M329541</link>
      <description>&lt;P&gt;Thank you for the additional information. Clearly there is not an access-class applied to the vty. So that theory does not hold up. I am a bit puzzled about the topology of this network. You tell us that this router is connected to a firewall and that the address of the firewall is 172.16.232.1. I would expect that the default route for the router would have the firewall as its next hop. But it does not. The next hop for the default route is 192.168.9.61. I wonder if this has something to do with the problem with telnet directly to the router?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also wonder about the possibility that the firewall has some security policy that does allow telnet responses from 192.168.9.61 but does not allow telnet response from 172.16.232.2.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2020 14:56:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/can-ping-but-not-telnet/m-p/4030271#M329541</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2020-02-15T14:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can Ping But Not Telnet</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/can-ping-but-not-telnet/m-p/4030279#M329544</link>
      <description>&lt;P&gt;I continue to think about this issue and read through the complete discussion again. I am struck by this statement in the original post&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"I can ping the everything successfully throughout but I cannot telnet or gather SNMP data"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;If ping from his source directly to the router is successful then there is successful IP connectivity and the issue would not be anything about whether the default route next hop is the firewall or something else. When some protocol (like ping) is successful and some protocol (like telnet) is not successful it certainly suggests that some device in the path has a security policy that is denying the telnet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is an interesting question why a security policy might allow the telnet to the switch but not allow telnet to the router. But I think it does not change the indication that there is a security policy. So where might that security policy be? The obvious suggestion is the firewall. But I am also wondering about the device at 192.168.9.61. What is this and might it have some security policy?&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2020 15:34:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/can-ping-but-not-telnet/m-p/4030279#M329544</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2020-02-15T15:34:22Z</dc:date>
    </item>
  </channel>
</rss>

