<?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: Extreme OS VM Display in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-os-vm-display/m-p/60619#M17659</link>
    <description>&lt;P&gt;I believe the default number of lines for console connections (how VirtualBox connects) is:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;CLI screen size&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;&amp;nbsp;&amp;nbsp; : 24 Lines 80 Columns (this session only)&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;This is configurable on a per-session basis. Give the &lt;A href="https://documentation.extremenetworks.com/exos_commands_30.3/GUID-F868D3E7-EF32-4541-97FC-FDBA517D090F.shtml" target="_blank" rel="nofollow noreferrer noopener"&gt;commands on this page&lt;/A&gt; a try.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Nov 2019 05:33:01 GMT</pubDate>
    <dc:creator>Drew_C</dc:creator>
    <dc:date>2019-11-13T05:33:01Z</dc:date>
    <item>
      <title>Extreme OS VM Display</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-os-vm-display/m-p/60618#M17658</link>
      <description>&lt;P&gt;I have recently been found there are VMs for the EXOS for Virtual box. So for training purposes i have set a couple up to get familiar with the OS and the commands. When i open the VMs to us and write a command some of the text goes off the end of the screen and when you do ‘show config’ for example it spits big blocks out at a time with no way of scrolling up te screen to view it all. Is anyone else using the VMs and has anyone found a way of getting all the text to display properly in the window??&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 01:30:26 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-os-vm-display/m-p/60618#M17658</guid>
      <dc:creator>WifiCraig</dc:creator>
      <dc:date>2019-11-13T01:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Extreme OS VM Display</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-os-vm-display/m-p/60619#M17659</link>
      <description>&lt;P&gt;I believe the default number of lines for console connections (how VirtualBox connects) is:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;CLI screen size&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;&amp;nbsp;&amp;nbsp; : 24 Lines 80 Columns (this session only)&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;This is configurable on a per-session basis. Give the &lt;A href="https://documentation.extremenetworks.com/exos_commands_30.3/GUID-F868D3E7-EF32-4541-97FC-FDBA517D090F.shtml" target="_blank" rel="nofollow noreferrer noopener"&gt;commands on this page&lt;/A&gt; a try.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 05:33:01 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-os-vm-display/m-p/60619#M17659</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2019-11-13T05:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Extreme OS VM Display</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-os-vm-display/m-p/60620#M17660</link>
      <description>&lt;P&gt;I use the following steps to connect to the console on EXOS VM:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Configure the VM in VirtualBox: Ports -&amp;gt; Serial Ports -&amp;gt; Port 1 &lt;UL&gt;&lt;LI&gt;[Checked] Enable Serial Port&lt;/LI&gt; &lt;LI&gt;Port Number: COM1&lt;/LI&gt; &lt;LI&gt;Port Mode: TCP&lt;/LI&gt; &lt;LI&gt;[Unchecked] Connect to existing pipe/socket&lt;/LI&gt; &lt;LI&gt;Path/Address: 2001&lt;/LI&gt; &lt;/UL&gt;&lt;/LI&gt; &lt;LI&gt;Boot the VM&lt;/LI&gt; &lt;LI&gt;Start telnet in a local terminal &lt;PRE&gt;&lt;CODE class="language-bash"&gt;$ telnet &amp;lt;ENTER&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt; &lt;/LI&gt; &lt;LI&gt;Ensure your telnet "session" is in character mode: &lt;PRE&gt;&lt;CODE class="language-bash"&gt;telnet&amp;gt; mode character &amp;lt;ENTER&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt; &lt;/LI&gt; &lt;LI&gt;Connect to the serial console: &lt;PRE&gt;&lt;CODE class="language-bash"&gt;telnet&amp;gt; open 127.0.0.1 2001 &amp;lt;ENTER&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt; &lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Hope that works better.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 01:05:11 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-os-vm-display/m-p/60620#M17660</guid>
      <dc:creator>ukomarla</dc:creator>
      <dc:date>2019-11-14T01:05:11Z</dc:date>
    </item>
  </channel>
</rss>

