<?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: python telnet client response how to decode it in Controllers</title>
    <link>https://community.cisco.com/t5/controllers/python-telnet-client-response-how-to-decode-it/m-p/5279646#M3354</link>
    <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1664619"&gt;@globantt&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try to use netmiko&lt;/P&gt;</description>
    <pubDate>Wed, 09 Apr 2025 08:01:18 GMT</pubDate>
    <dc:creator>Ruben Cocheno</dc:creator>
    <dc:date>2025-04-09T08:01:18Z</dc:date>
    <item>
      <title>python telnet client response how to decode it</title>
      <link>https://community.cisco.com/t5/controllers/python-telnet-client-response-how-to-decode-it/m-p/5278884#M3351</link>
      <description>&lt;P&gt;&amp;nbsp;python telnet client response how to decode it&amp;nbsp; I think it is a specific response as all cisco servers have the same response . What is the name of this text and how do I decrypt it '\xff\xfb\x01\xff\xfb\x03\xff\xfd\x18\xff\xfd\x1f'&amp;nbsp;&amp;nbsp; import socket import sys HOST = 'xxx.xxx.xxx.xxx' # this is my cisco server ip PORT = 23 import socket import gzip s = socket.socket() #Connecting using telnet s.connect((HOST,23)) a = s.recv(10000) print(str(a)) #'\xff\xfb\x01\xff\xfb\x03\xff\xfd\x18\xff\xfd\x1f'&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 08:01:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/python-telnet-client-response-how-to-decode-it/m-p/5278884#M3351</guid>
      <dc:creator>globantt</dc:creator>
      <dc:date>2025-04-07T08:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: python telnet client response how to decode it</title>
      <link>https://community.cisco.com/t5/controllers/python-telnet-client-response-how-to-decode-it/m-p/5278890#M3352</link>
      <description>&lt;P&gt;Didn’t you already post this question&amp;nbsp;&lt;A href="https://community.cisco.com/t5/controllers/python-telnet-client-response-how-to-decode-it/td-p/5067002" target="_blank"&gt;https://community.cisco.com/t5/controllers/python-telnet-client-response-how-to-decode-it/td-p/5067002&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;is this another fake account?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 08:16:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/python-telnet-client-response-how-to-decode-it/m-p/5278890#M3352</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2025-04-07T08:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: python telnet client response how to decode it</title>
      <link>https://community.cisco.com/t5/controllers/python-telnet-client-response-how-to-decode-it/m-p/5279646#M3354</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1664619"&gt;@globantt&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try to use netmiko&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2025 08:01:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/python-telnet-client-response-how-to-decode-it/m-p/5279646#M3354</guid>
      <dc:creator>Ruben Cocheno</dc:creator>
      <dc:date>2025-04-09T08:01:18Z</dc:date>
    </item>
  </channel>
</rss>

