Understanding BGP Route Types: Full Routes vs Partial vs Default vs Customer Routes

5 minute read time.Justin Wilson j2sw.com When you configure a BGP session, one of the first questions is what routes you actually want to receive.  If you have ever filled out a questionnaire with Hurricane Electric or another transit provider, they ask you what “kind” of routes you want.  In this article, I plan to … Read more

What Is IPoE?

4 minutes read time.Many of us ISP veterans are familiar with Point-to-Point Protocol over Ethernet (PPPoE), also referred to as Triple P O E.  PPPoE is showing its age.  It showed its age 15 years ago.  DHCP was the simple fix for modern networks.  It had less overhead and was simple. Now along comes IPoE. … Read more

What Is an AAU in Cellular Networks?

A little off the beaten path on this one. We are diving into a big part of a Cellular tower deployment. Many sites now use an Active Antenna Unit, or AAU. The radio and the antenna are built into the same enclosure. An AAU combines the antenna, radio transceivers, power amplifiers, and low-noise amplifiers into … Read more

How Passive Optical Networks (PON) Work

If you’ve spent any time looking into fiber Internet, you’ve probably run across terms like GPON, XGS-PON, OLT, and ONT. These are all parts of what’s called a Passive Optical Network, or PON. Most residential fiber providers use PON because it lets them connect alot of homes without having to pull a separate fiber from … Read more

Useful Python Libraries Every Network Engineer Should Know

A Python script usually spends very little time doing actual Python work. Most of the actual work comes from libraries that know how to connect to network devices and do the work. They interact with APIs. Once you understand what each library does, you can spend less time writing code and more time solving network … Read more