<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>Raymond P. Burkholder - Things I Do - Networks</title>
    <link>http://blog.raymond.burkholder.net/</link>
    <description>In And Around Technology and The Arts</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.7.2 - http://www.s9y.org/</generator>
    <pubDate>Thu, 23 Jul 2026 01:21:17 GMT</pubDate>

    <image>
        <url>http://blog.raymond.burkholder.net/templates/bulletproof/img/s9y_banner_small.png</url>
        <title>RSS: Raymond P. Burkholder - Things I Do - Networks - In And Around Technology and The Arts</title>
        <link>http://blog.raymond.burkholder.net/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>SONiC Virtual Switch</title>
    <link>http://blog.raymond.burkholder.net/index.php?/archives/1365-SONiC-Virtual-Switch.html</link>
            <category>Networks</category>
    
    <comments>http://blog.raymond.burkholder.net/index.php?/archives/1365-SONiC-Virtual-Switch.html#comments</comments>
    <wfw:comment>http://blog.raymond.burkholder.net/wfwcomment.php?cid=1365</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.raymond.burkholder.net/rss.php?version=2.0&amp;type=comments&amp;cid=1365</wfw:commentRss>
    

    <author>nospam@example.com (Raymond P. Burkholder)</author>
    <content:encoded>
    &lt;p&gt;I&#039;ve been hearing more and more about the &lt;a href=&quot;https://sonicfoundation.dev/&quot; target=_blank&gt;SONiC Virtual Switch&lt;/a&gt;.  It has come a long way since it&#039;s debut at an &lt;a href=&quot;https://www.opencompute.org/&quot; target=_blank&gt;Open Compute&lt;/a&gt; conference some number of years ago.

&lt;p&gt;To give it a try on non-ONIE hardware (nothing handy at the moment), this is what I did to get the .vs image working on my local Proxmox box:

&lt;ul&gt;
  &lt;li&gt;Download recent sonic-vs.img.gz version from &lt;a href=&quot;https://sonic.software/&quot; target=_blank&gt;Sonic Software&lt;/a&gt;
  &lt;li&gt;scp the image over onto my Proxmox box
  &lt;li&gt;gunzip the image&lt;pre&gt;gunzip sonic-vs.img.gz&lt;/pre&gt;
  &lt;li&gt;construct a virtual machine with: 4 cpu, 4G memory, q35, SeaBIOS, no-cd, no drive
  &lt;li&gt;assign an interface which supplies DHCP
  &lt;li&gt;import the disk into the vm (this one has vmid of 116) &lt;pre&gt;qm disk import 116 sonic-vs.img local-btrfs --target-disk ide0&lt;/pre&gt;
  &lt;li&gt;in options, set boot order to ide0, disable pxe and cd
  &lt;li&gt;start it up, and log in with the credentials supplied at the download site
  &lt;li&gt;once I confirmed it had an address, I was able to ssh with: &lt;pre&gt;ssh admin@&amp;lt;ipaddr&amp;gt; -o PreferredAuthentications=password&lt;/pre&gt;
  &lt;/ul&gt;

&lt;p&gt;Add additional instances to build infrastructure.  Add interfaces to build a network. 
    </content:encoded>

    <pubDate>Wed, 22 Jul 2026 03:54:08 +0000</pubDate>
    <guid isPermaLink="false">http://blog.raymond.burkholder.net/index.php?/archives/1365-guid.html</guid>
    
</item>

</channel>
</rss>
