<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Fryguy's Blog</title><link>https://hugo.fryguy.net/</link><description>A Network Blog by a Network Engineer</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Tue, 01 Jan 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://hugo.fryguy.net/index.xml" rel="self" type="application/rss+xml"/><item><title>SecureCRT to SuperPutty – Migrate Your Sessions with One Python Script</title><link>https://hugo.fryguy.net/2026/05/08/securecrt-to-superputty-migrate-your-sessions-with-one-python-script/</link><pubDate>Fri, 08 May 2026 17:00:00 +0000</pubDate><author>Fryguy</author><guid>https://hugo.fryguy.net/2026/05/08/securecrt-to-superputty-migrate-your-sessions-with-one-python-script/</guid><description>&lt;p>If you’ve ever had to move a large session library from SecureCRT to SuperPutty, you know the pain — there’s no built-in migration path, and manually re-entering dozens (or hundreds) of sessions is a miserable afternoon. I wrote &lt;strong>SCRT_2_SPUTTY&lt;/strong> to handle it automatically. Point it at your SecureCRT XML export, and it spits out a ready-to-import SuperPutty XML file. No third-party libraries, no configuration files — just Python and a single command.&lt;/p></description></item><item><title>UniFi Network Health Report – Open Source Python Tool (v1.0.0)</title><link>https://hugo.fryguy.net/2026/05/07/unifi-network-health-report-open-source-python-tool-v1-0-0/</link><pubDate>Thu, 07 May 2026 17:50:09 +0000</pubDate><author>Fryguy</author><guid>https://hugo.fryguy.net/2026/05/07/unifi-network-health-report-open-source-python-tool-v1-0-0/</guid><description> 
&lt;p>If you run a self-hosted Ubiquiti UniFi network — whether it’s a home lab, small business, or multi-site setup — you know the UniFi dashboard is great for real-time monitoring but falls short when you want a clean summary you can save, share, or review later. I built &lt;strong>UniFi Network Health Report&lt;/strong> to fill that gap: a Python tool that connects to your controller and generates a standalone HTML report covering everything that matters.&lt;/p></description></item><item><title>Juniper Port Checker – Validate Port Speed Mappings Before You Deploy</title><link>https://hugo.fryguy.net/2026/04/12/juniper-port-checker-qfx5120/</link><pubDate>Mon, 13 Apr 2026 01:08:29 +0000</pubDate><author>Fryguy</author><guid>https://hugo.fryguy.net/2026/04/12/juniper-port-checker-qfx5120/</guid><description><![CDATA[<div class="wp-block-image">

</div>
<p>If you work with Juniper hardware and have never used the <a href="https://apps.juniper.net/port-checker/" target="_blank" rel="noopener">Juniper Port Checker</a>, you are missing out on a really useful tool. It is part of the Juniper Pathfinder suite and it gives you a visual representation of the front panel of a device and lets you configure port speeds to validate that your planned configuration is actually supported by the hardware. No more digging through data sheets trying to figure out what happens to adjacent ports when you change a speed.</p>]]></description></item><item><title>New Network Tools Section</title><link>https://hugo.fryguy.net/2026/04/12/new-network-tools-section/</link><pubDate>Sun, 12 Apr 2026 21:29:42 +0000</pubDate><author>Fryguy</author><guid>https://hugo.fryguy.net/2026/04/12/new-network-tools-section/</guid><description><![CDATA[<div class="wp-block-image">

</div>
<p>I have been meaning to put together some network tools for a while now, and I finally got around to it. I added a new <a href="/tools/" rel="">Network Tools</a> section to the site with eight tools that I find myself needing on a regular basis. They all run in the browser – nothing gets sent to a server, they either do the math locally or call a public API directly.</p>]]></description></item><item><title>EX4400 VC Ports Conversation</title><link>https://hugo.fryguy.net/2022/09/23/ex4400-vc-ports-conversation/</link><pubDate>Fri, 23 Sep 2022 12:47:41 +0000</pubDate><author>Fryguy</author><guid>https://hugo.fryguy.net/2022/09/23/ex4400-vc-ports-conversation/</guid><description><![CDATA[ 
<p>This week I am in the <a href="https://learningportal.juniper.net/juniper/user_activity_info.aspx?id=12970" target="_blank" rel="noreferrer noopener">Juniper Campus Networks with Mist AI ( JCMA )</a> course and going over the labs. I ran into a problem where the EX4400-24T et-0/1/0 and et-1/1/1 ports did not appear in in the Junos configuration nor the Mist portal. The configuration was in the portal via the templates, but the ports did not exist on the switch.</p>
<p>I have seen similar conditions as these ports can also be used for the Virtual Chasis (VC) ports. What I did find interesting is that the normal way I have always changed VC-Ports on Junos did not work.</p>
<p>First, let us look at the vc-ports on this EX4400-24T:</p>
<div class="code-block code-line-numbers" style="counter-reset: code-block 0">
    <div class="code-header language-text">
        <span class="code-title"><i class="arrow fas fa-angle-right" aria-hidden="true"></i></span>
        <span class="ellipses"><i class="fas fa-ellipsis-h" aria-hidden="true"></i></span>
        <span class="copy" title="Copy to clipboard"><i class="far fa-copy" aria-hidden="true"></i></span>
    </div><div class="highlight"><pre tabindex="0" class="chroma"><code class="language-text" data-lang="text"><span class="line"><span class="cl">{master:0}
</span></span><span class="line"><span class="cl">lab@ex2&gt; show virtual-chassis vc-port 
</span></span><span class="line"><span class="cl">fpc0:
</span></span><span class="line"><span class="cl">--------------------------------------------------------------------------
</span></span><span class="line"><span class="cl">Interface   Type              Trunk  Status       Speed        Neighbor
</span></span><span class="line"><span class="cl">or                             ID                 (mbps)       ID  Interface
</span></span><span class="line"><span class="cl">PIC / Port
</span></span><span class="line"><span class="cl">1/0         Configured         -1    Down         50000
</span></span><span class="line"><span class="cl">1/1         Configured         -1    Down         50000
</span></span><span class="line"><span class="cl">1/2         Configured         -1    Down         50000
</span></span><span class="line"><span class="cl">1/3         Configured         -1    Down         50000</span></span></code></pre></div></div>
<p>As you can see, we have 4 VC-Ports configured on Pic 1 – Ports 0-3.</p>]]></description></item><item><title>Cisco Live 2022 – Are you ready?</title><link>https://hugo.fryguy.net/2022/06/09/cisco-live-2022-are-you-ready/</link><pubDate>Thu, 09 Jun 2022 12:42:00 +0000</pubDate><author>Fryguy</author><guid>https://hugo.fryguy.net/2022/06/09/cisco-live-2022-are-you-ready/</guid><description><![CDATA[<div class="wp-block-image">
  
</div>
<p>Soon, many of us will be on an airplane heading to Las Vegas for Cisco Live 2022. So I felt that it might be good to put out some final information before we head out. Below you will find some info on the Cisco Events App, Health and Safety info, as well as NetVet reception updates.</p>
<p>Cisco recently updated its Cisco Events application for Cisco Live 2022, this is a must-have application for an attendee. This application is your go-to for everything CIsco Live, as you can see from the images below, it has all the relevant information you need – the Session Catalog, the All Sessions section has your Schedule for the sessions you have signed up for as well.</p>]]></description></item><item><title>Cisco Cat9300X – Tech Field Day</title><link>https://hugo.fryguy.net/2022/04/14/cisco-cat9300x-tech-field-day/</link><pubDate>Thu, 14 Apr 2022 15:31:01 +0000</pubDate><author>Fryguy</author><guid>https://hugo.fryguy.net/2022/04/14/cisco-cat9300x-tech-field-day/</guid><description><![CDATA[ 
<p>The other week I had the privilege of participating in <a href="https://techfieldday.com/event/tfdxcisco22/" target="_blank" rel="noreferrer noopener">Tech Field Day Exclusive with Cisco 2022</a>. One of the presentations that I enjoyed was the talk on the C9300X. I think this is because I am currently working heavily with them on a current project</p>
<p>As I said, the Cisco Catalyst 9300 is a switch family that I am familiar with due to my current work environment. I have deployed all different models from C9300-48U-A, C9300-48UN-A, to the C9300-48UXM-A. They have been a reliable switch from my experience, albeit a bit of pain due to the interface naming differences between the models. ( that is another blog post altogether )</p>]]></description></item><item><title>Cisco Enterprise Networks Presents at Tech Field Day Exclusive with Cisco 2022</title><link>https://hugo.fryguy.net/2022/03/14/cisco-enterprise-networks-presents-at-tech-field-day-exclusive-with-cisco-2022/</link><pubDate>Mon, 14 Mar 2022 19:35:40 +0000</pubDate><author>Fryguy</author><guid>https://hugo.fryguy.net/2022/03/14/cisco-enterprise-networks-presents-at-tech-field-day-exclusive-with-cisco-2022/</guid><description><![CDATA[<div class="wp-block-image">

</div>
<p>I am honored to be welcomed back to Tech Field Day Exclusive with Cisco scheduled on 16-17 March 2022. It will be a live-streamed event that you can watch over on the <a href="https://techfieldday.com/event/tfdxcisco22/" target="_blank" rel="noreferrer noopener">Tech Field Day</a> site during the event, or on their <a href="https://www.youtube.com/c/Techfieldday" target="_blank" rel="noreferrer noopener">YouTube</a> channel shortly after.</p>
<p>The schedule for the event is as follows:<figure class="wp-block-table is-style-stripes"></p>
<table>
<tr>
<td>
Wed Mar 16
</td>
<td>
11:00a &#8211; 2:00p EST
</td>
<td>
Cisco Enterprise Networks
</td>
</tr>
<tr>
<td>
Wed Mar 16
</td>
<td>
2:00p &#8211; 5:15p EST
</td>
<td>
Cisco Meraki
</td>
</tr>
<tr>
<td>
Thurs Mar 17
</td>
<td>
11:00a &#8211; 4:00p EST
</td>
<td>
Cisco
</td>
</tr>
</table>
</figure>
<p>See you there!</p>]]></description></item><item><title>Cisco Live 2022 – Good vibes again!</title><link>https://hugo.fryguy.net/2022/02/25/cisco-live-2022-good-vibes-again/</link><pubDate>Fri, 25 Feb 2022 15:50:08 +0000</pubDate><author>Fryguy</author><guid>https://hugo.fryguy.net/2022/02/25/cisco-live-2022-good-vibes-again/</guid><description><![CDATA[<div class="wp-block-image is-style-rounded">

</div>
<p>It should be safe to say that most of us have had a tough time these past two years, no matter what our view of things – the world has changed around us. We all have been learning to adapt, understand, and cope with what has happened. I am sure that we are all looking to get back to some normalcy in our lives.</p>
<pre class="wp-block-verse has-black-color has-text-color">“Troubles, they may come and go, but good times, they're the gold.”<br />―&nbsp;<strong>Dave Matthews Band</strong></pre>
<p>In the past one of our normalcies has been an event called <a href="https://www.ciscolive.com/global.html?cid=00022blog2&ccid=cc002650&eid=95789&dtid=eostwt00026" target="_blank" rel="noreferrer noopener" title="Cisco Live ">Cisco Live </a>– or Nerd Camp as some of us have come to affectionately call it. It is a place where you gather with friends who share the same passions, a place where you make new acquaintances, and ultimately a place where we learn new technologies together for the networking world.</p>
<p>Our last in-person event was in 2019 in San Diego, CA – since then <a href="https://www.ciscolive.com/global.html?cid=00022blog2&ccid=cc002650&eid=95789&dtid=eostwt00026" target="_blank" rel="noreferrer noopener" title="Cisco Live">Cisco Live</a> has been forced to go online only due to the changes in the world Granted we still got our dose of new technology learning from a firehose with the online sessions, but they are just not the same as being in a classroom setting listening to the speaker. Online sessions are missing the human touch that we get by being in person at the event, by asking questions in the session, by conversing with the speakers after the session, and ultimately by connecting to our peers in the session. Online sessions are missing the interactions we can gain when we are together.</p>
<pre class="wp-block-verse"><meta charset="utf-8" />
“I'll lean on you and you lean on me and we'll be okay.”
―&nbsp;
<strong>Dave Matthews Band</strong></pre>]]></description></item><item><title>Cisco Live 2021 – Online</title><link>https://hugo.fryguy.net/2021/03/14/cisco-live-2021-online/</link><pubDate>Sun, 14 Mar 2021 20:07:10 +0000</pubDate><author>Fryguy</author><guid>https://hugo.fryguy.net/2021/03/14/cisco-live-2021-online/</guid><description><![CDATA[<div class="wp-block-image">

</div>
<p>It is that time of year again, just not quite the same as it once was. Once again Cisco Live has been forced to be on-line only due to the pandemic, let us just hope this is the last time as I miss seeing everyone – as I am sure you all do as well.</p>
<p>In case you missed it, Cisco Live is going to be at the end of this month ( March ) for 2-days – the 30th and 31st. This year, unlike last year, there are two pass options – one Explorer (Free) and another All Access ($349). Both seem to give you access to the basics, but the All-Access pass will include the technical sessions. You can see more about the registration here: <a href="http://bit.ly/CiscoLiveReg2021" target="_blank" rel="noreferrer noopener">Registration Packages</a>.</p>]]></description></item></channel></rss>