Tag Archives: bare metal switch

Everything You Should Know About Bare Metal Switch

In an era where enterprise networks must support an increasing array of connected devices, agility and scalability in networking have become business imperatives. The shift towards open networking has catalyzed the rise of bare metal switches within corporate data networks, reflecting a broader move toward flexibility and customization. As these switches gain momentum in enterprise IT environments, one may wonder, what differentiates bare metal switches from their predecessors, and what advantages do they offer to meet the demands of modern enterprise networks?

What is a Bare Metal Switch?

Bare metal switches are originated from a growing need to separate hardware from software in the networking world. This concept was propelled mainly by the same trend within the space of personal computing, where users have freedom of choice over the operating system they install. Before their advent, proprietary solutions dominated, where a single vendor would provide the networking hardware bundled with their software.

A bare metal switch is a network switch without a pre-installed operating system (OS) or, in some cases, with a minimal OS that serves simply to help users install their system of choice. They are the foundational components of a customizable networking solution. Made by original design manufacturers (ODMs), these switches are called “bare” because they come as blank devices that allow the end-user to implement their specialized networking software. As a result, they offer unprecedented flexibility compared to traditional proprietary network switches.

Bare metal switches usually adhere to open standards, and they leverage common hardware components observed across a multitude of vendors. The hardware typically consists of a high-performance switching silicon chip, an essential assembly of ports, and the standard processing components required to perform networking tasks. However, unlike their proprietary counterparts, these do not lock you into a specific vendor’s ecosystem.

What are the Primary Characteristics of Bare Metal Switches?

The aspects that distinguish bare metal switches from traditional enclosed switches include:

Hardware Without a Locked-down OS: Unlike traditional networking switches from vendors like Cisco or Juniper, which come with a proprietary operating system and a closed set of software features, bare metal switches are sold with no such restrictions.

Compatibility with Multiple NOS Options: Customers can choose to install a network operating system of their choice on a bare metal switch. This could be a commercial NOS, such as Cumulus Linux or Pica8, or an open-source NOS like Open Network Linux (ONL).

Standardized Components: Bare metal switches typically use standardized hardware components, such as merchant silicon from vendors like Broadcom, Intel, or Mellanox, which allows them to achieve cost efficiencies and interoperability with various software platforms.

Increased Flexibility and Customization: By decoupling the hardware from the software, users can customize their network to their specific needs, optimize performance, and scale more easily than with traditional, proprietary switches.

Target Market: These switches are popular in large data centers, cloud computing environments, and with those who embrace the Software-Defined Networking (SDN) approach, which requires more control over the network’s behavior.

Bare metal switches and the ecosystem of NOS options enable organizations to adopt a more flexible, disaggregated approach to network hardware and software procurement, allowing them to tailor their networking stack to their specific requirements.

Benefits of Bare Metal Switches in Practice

Bare metal switches introduce several advantages for enterprise environments, particularly within campus networks and remote office locations at the access edge. It offers an economical solution to manage the surging traffic triggered by an increase of Internet of Things (IoT) devices and the trend of employees bringing personal devices to the network. These devices, along with extensive cloud service usage, generate considerable network loads with activities like streaming video, necessitating a more efficient and cost-effective way to accommodate this burgeoning data flow.

In contrast to the traditional approach where enterprises might face high costs updating edge switches to handle increased traffic, bare metal switches present an affordable alternative. These devices circumvent the substantial markups imposed by well-known vendors, making network expansion or upgrades more financially manageable. As a result, companies can leverage open network switches to develop networks that are not only less expensive but better aligned with current and projected traffic demands.

Furthermore, bare metal switches support the implementation of the more efficient leaf-spine network topology over the traditional three-tier structure, consolidating the access and aggregation layers and often enabling a single-hop connection between devices, which enhances connection efficiency and performance. With vendors like Pica8 employing this architecture, the integration of Multi-Chassis Link Aggregation (MLAG) technology supersedes the older Spanning Tree Protocol (STP), effectively doubling network bandwidth by allowing simultaneous link usage and ensuring rapid network convergence in the event of link failures.

Building High-Performing Enterprise Networks

FS S5870 series of switches is tailored for enterprise networks, primarily equipped with 48 1G RJ45 ports and a variety of uplink ports. This configuration effectively resolves the challenge of accommodating multiple device connections within enterprises. S5870 PoE+ switches offer PoE+ support, reducing installation and deployment expenses while amplifying network deployment flexibility, catering to a diverse range of scenario demands. Furthermore, the PicOS License and PicOS maintenance and support services can further enhance the worry-free user experience for enterprises. Features such as ACL, RADIUS, TACACS+, and DHCP snooping enhance network visibility and security. FS professional technical team assists with installation, configuration, operation, troubleshooting, software updates, and a wide range of other network technology services.

How to Upgrade Cumulus Linux on N-Series Switches?

In the previous posts, we have introduced lots of details about Cumulus Linux, a network operating system. Also, we have talked about how to install Cumulus Linux on FS N-series switches like the 100GbE switch. In this post, we will solve another Cumulus Linux related question concerned by most of our users: how to upgrade Cumulus Linux on an N-series network switch?

Before Upgrading Cumulus Linux

Before any update, you should consider the migration and backup of some important data or files in case of any accident or emergency. In that way, being clear about the location of your configuration data is crucial before updating Cumulus Linux. Just like other Linux operating system distributions, the /etc directory is the primary location for all configuration data in Cumulus Linux. In the following figures, we list some files and as well as their directories that you are likely to do the backup.

Cumulus Linux Network Configuration Files

Figure 1: Cumulus Linux Network Configuration Files

Additional Commonly Used Files

Figure 2: Additional Commonly Used Files

Note: If you are using the root user account, consider including /root/. If you have custom user accounts, consider including /home//.

Upgrading Processes

Basically, there are two methods to upgrade Cumulus Linux: disk image install and package upgrade. According to different environment and preferences, the upgrade can be achieved in different ways. In this part, we will guide you on how to use these two ways one by one. By the way, if you are using MLAG to dual connect two switches in your environment, there are additional steps to follow. You can refer to the guide:Upgrade Switches in an MLAG Pair.

Solution 1: Installing A Disk Image

When you are performing a rolling upgrade in a production environment and using up-to-date and comprehensive automation scripts, the disk image installation will be recommended. It enables you to choose the exact release to which you want to upgrade. Moreover, it is the only method available to upgrade your switch like a 10GbE switch to a new release train (for example, from 2.5.6 to 3.7.0) or from a release earlier than 3.6.2.
To apply this upgrade, you need to use ONIE (open network install environment), which allows the installation of network operating systems (NOS) on a bare metal switch. FS N-series switches all include an ONIE installer. There are mainly six steps you can follow with:

1. Back up the configurations off the switch.

2. Download the Cumulus Linux image you want to install.

3. Install the disk image with the onie-install -a -i command, which boots the switch into ONIE. There are various ways to install the disk image, such as using FTP, a local file, or a USB drive. In figure 3, we demonstrate how to install image from a web server as your reference. After disk image installed, the switch can be rebooted.

Disk Image Install

Figure 3: Disk Image Install

4. Restore the configuration files to the new release—ideally with automation.

5. Verify correct operation with the old configurations on the new release.

6. Re-install third-party applications and associated configurations.

Solution 2: Upgrading Packages

Package upgrade is recommended if you are upgrading from Cumulus Linux 3.6.2 or later, or if you use third-party applications (package upgrade does not replace or remove third-party applications, unlike disk image install). When upgrading, configuration data stays in place. If the new release updates a configuration file that you changed previously, you are prompted for the version you want to use or if you want to evaluate the differences. Altogether, there are six steps as follows:

1. Back up the configurations from the switch.

2. Apply the following command to fetch the latest update metadata from the repository.

Command for the Latest Update Metadata

3. Review potential upgrade issues (in some cases, upgrading new packages might also upgrade additional existing packages due to dependencies). Run the following command to see the additional packages that will be installed or upgraded.

Command for Additional Packages

4. Upgrade all the packages to the latest distribution.

Command to the Latest Distribution

5. Reboot the switch if the upgrade messages indicate that a system restart is required.

Command to Reboot the Switch

6. Verify correct operation with the old configurations on the new version.

Questions & Answers

Besides the procedures to upgrade Cumulus Linux, we also list some questions concerned most by our FS customers.

1. How to Deal With Upgrade Failures?

Even the most well planned and tested upgrades can result in unforeseen problems. If you fail to upgrade Cumulus Linux, sometimes the best solution is to roll back to the previous state. You can refer to the following three techniques:

  • Back out individual packages: If you identify the problematic package, you can downgrade the affected package directly. In rare cases, you might need to restore the configuration files from backup or edit to back out any changes made automatically by the upgrade package.
  • Flatten and rebuild: use orchestration tools to re-install the previous OS release from scratch and then rebuild the configuration automatically.
  • Backup and restore: restore to a previous state, using a backup captured before the upgrade.
2. Will Future Software Updates for Cumulus Linux Be Free?

For FS N-series switches, the default validity of Cumulus Linux is one year. If Cumulus Linux OS is upgraded after 1 year, the customer can’t upgrade it for free and needs to renew the software support. Even if the software support service has been expired, you are allowed to use your current software as usual. By the way, we also provide a three-year software support fee option and a five-year software support fee option. The longer for OS support you choose, the more economical the switch will be.

3. Who Will Cover Technical Support?

FS will provide five-year tech support for the hardware. As for the problems about Cumulus Linux, FS and Cumulus will solve it together. Moreover, as one of the Linux distributions, the source code of Cumulus Linux is also freely available to everyone to use, modify or share such as GitHub. Just like the above question about the software update, the default validity of technical support for Cumulus Linux is one year. One year later, you can renew the support term.

Summary

In this post, we mainly focus on how to upgrade the Cumulus Linux on FS N-series switches. In addition, we list three after-sales related questions frequently asked by our FS customers.

What Are the Commonalities of Switches Supporting Cumulus Linux

As the first full-featured Linux based operating system (OS), Cumulus Linux has injected great possibilities and new vitality in networking field in these two years. Due to its great effort in open networking, Cumulus Linux has been one of the three leading OSs in the market. The another two are IP Infusion OcNOS and Pica8 PICOS. Recently, the collaboration between FS and Cumulus Networks has been made. The N-series open switches from FS will be pre-installed the latest Cumulus Linux OS to customers. At the moment of their joint effort in achieving open networking, we are going to make an analysis of the similar features of the open manageable switch supported by Cumulus Linux.

FS Collaborates with Cumulus Networks

Figure 1: FS Collaborates with Cumulus Networks

An Overview of Cumulus Linux

Cumulus Linux is a flexible open network operating system, which can be installed on various open switches, including the layer 2 switch and layer 3 switches. The code used to build Linux is free and available for users to view or edit. Therefore, it looks like the world’s largest data center that allows users to automate, customize and scale using web-scale principles. After the installation of the Cumulus Linux OS, the open switch can act as a Linux server.

Cumulus Linux

Figure 2: Cumulus Linux

Similarities of Open Switches Supporting Cumulus Linux

Featured with supporting a broad partner ecosystem, the Cumulus Linux gives customers more options and flexibility in data center networking regarding switch type, CPU, chip type, and supported transceivers.

Switch Type

Generally, open switches that support Cumulus Linux are bare mental switches coming with open network install environment (ONIE). In that case, no matter you have a brite box switch like Cisco switch, or a white box switch like FS switch, Cumulus Linux can be accessible to them. Nowadays, in the market of open switches, the 32-port and 48-port switches with 40G/100G transmission speed are commonly applied by enterprise users. Considering their high-density and greater agility needs for networking, the open switches are mostly layer 3 switches so as to achieve spine-leaf or overlay architectures.

CPU

The open switch CPU that supports Cumulus Linux OS usually comes in three types: ARMv7, PowerPC, and x86_64. Among these three types, x86_64 is the most popular one, adopted by most vendors, such as Dell, HPE, Mellanox, and FS.

Chip Type
Chips of Open Switches

Figure 3: Chips of Open Switches

Currently, Broadcom chip and Mellanox chip are the major roles of switch chip. The Mellanox type is usually used by Mellanox itself or Penguin. Therefore, the Broadcom type dominates the largest switch chip market share, installed by the most brand vendors or the third party suppliers.

Supported Transceivers

Since most open switches support high-speed transmissions, the matching transceivers are QSFP28, QSFP+, and SFP28. Only some 10G and 1G open switches will need to use SFP+ and SFP transceivers. By the way, viewing the trend, you will find 25G Ethernet has been deployed by many enterprise users in recent years for high bandwidth need. Accordingly, the 25G open switch has been a more economical and efficient choice than 1G or 10G switches. Also, the 25G switch will be the best solution to pave the road for the upcoming 100G/400G Ethernet in the future.

Summary

Just like the agility and simplicity the Cumulus Linux has advocated, it brings a truly economical and open network environment for users. With so many choices for open switch type, CPU, chip, and supported transceivers, it liberates the choices for open switches, which begets an open networking market in the end.

Open Switch—One Contributor to Open Source Network

With the higher and higher demand for network agility and scalability, traditional networking has been no longer satisfying. In that case, the open source network has been an urgent need. To meet with this new trend, here comes our open switch, a great contributor to the open networking.

What Is Open Switch?

Open switches refer to switches in which the hardware and software are separate components that can be changed independently of each other. That means you will gain more flexibility to tailor your own network switch. Conventionally, the open source switch in the market can mainly be classified into the bare metal switch, white box switch, and brite box switch.

Open Switch

Figure 1:Open Switch

Open Switch Hardware

The open hardware means the hardware of an open switch can support multiple operating systems (OS). This is in contrast to closed switches, in which the hardware and software are always purchased together. For example, if you buy a Juniper EX or MX you also buy JUNOS; if you buy a Cisco Catalyst switch you buy IOS. However, things will be different with open switches. In the context of that, no matter which type of open source switch you are using, it’s possible to support many operating systems instead of a proprietary one. By the way, the hardware manufacturers of the open switch are primarily Taiwanese, including Accton, Quanta QCT, Alpha Networks, and Delta Computer. These same companies are original design manufacturers (ODMs) for many of the mainstream switch vendors.

Open Hardware

Figure 2: Open Hardware

Open Switch Software

The open software signifies that an OS can be run on multiple hardware configurations. As we mentioned before, you don’t need to buy an OS from the original brand of your switch hardware. For example, if you have Cumulus Linux, you can buy a layer 3 switch without a brand label. They still work well with each other. In the past, most people have no choice but to use brite box switch that integrates OS and hardware of branded suppliers. Now, with an open switch software, choices and economic efficiency will be largely expanded and improved. Generally, there are three popular open softwares in the market: Cumulus Linux, IP Infusion OcNOS and Pica8 PICOS.

Cumulus Linux Software

Figure 3: Cumulus Linux Software

Why Choose Open Switch?

  • With an open source switch, more flexibility, and options can be enjoyed. There is no need to configure your switch as in the past or wait for vendors to release new software or hardware.
  • It brings the open source network to operators, enterprises, third-party vendors and network users, accelerates the innovation speed of new services and functions of the network deployment, and takes users closer to SDN (software-defined network) and NFV (network functions virtualization).
  • The network simplicity and reliability can be improved through the automated centralized network device management, unified deployment strategies, and fewer configuration errors.
  • The network flexibility and scalability have been greatly increased, which will also save much cost and time for IT workers and enterprises.

Summary

In this post, we make an exploration of the open switch. From the introduction to its hardware, software, and benefits, we can understand why the open switch has been a great facilitator for open networking.