Archive

Category Archives for "Networking"

MINIX — The most popular OS in the world, thanks to Intel

Take a look at your desktop computer. What operating system is it currently running? Now take a look in your data center — at all of your servers. What operating system are they running? Linux? Microsoft Windows? Mac OS X? You could be running any of those three — or one of countless others. But here’s the crazy part: That’s not the only operating system you’re running. If you have a modern Intel CPU (released in the last few years) with Intel’s Management Engine built in, you’ve got another complete operating system running that you might not have had any clue was in there: MINIX. To read this article in full or to leave a comment, please click here

3 must-attend events at OpenStack Summit Sydney

OpenStack Summit Sydney is just around the corner, and Cumulus Networks wouldn’t miss it for the world! We’ll be there at our booth, doing daily contests and raffles, so make sure to stop by. If you’re lucky, you might walk away with a 6 pack of Linux Lager. But of course, you don’t need beer to have fun at OpenStack — there’s so much to keep you busy and fired up! With so many amazing panels and presentations, it’s hard to pick and choose which events to attend. Fortunately, we’ve done the research and picked out the top 3 must-attend activities. If you’re going to be at OpenStack in Sydney next week, make sure to check these out:

  1. 1-on-1 OpenStack demo: Eager to get hands-on with everything OpenStack has to offer? Then you should sign up for a live demo with Cumulus Networks! We will first be doing a theater session at 4:00 PM on Monday at the Marketplace Demo Theater Level 2, where CTO JR Rivers will give insight as to how production deployments are leveraging IP fabrics and OpenStack networking to simplify operations and deliver services at scale. But of course, nothing beats seeing the tech up-close and Continue reading

IDG Contributor Network: Cisco Aironet Developer Platform: a stealth IoT opportunity for developers

In mid-October, Cisco announced the launch of its Aironet Developer Platform (ADP), a third-party development platform based on the Aironet 3800 series access points (AP). While there was no mention of IoT in the announcement, this is a stealth IoT opportunity. While Cisco’s Kinetic and Jasper IoT platforms reside in the cloud, ADP focuses on the edge within the enterprise. The ability to manage the “internal edge” and integrate with the Kinetic platform is significant. Throw in the DevNet developer community, a large existing base of Aironet APs, and suddenly Cisco customers are doing IoT.To read this article in full or to leave a comment, please click here

FRRouting Software with EIGRP Support

In September 2016 I wrote the article about EIGRP support in Quagga network routing suite. More than one year later, I am going to check the progress of development EIGRP in Linux again. To do so, I have installed a fork of Quagga -  FRRouting (FRR) with EIGRP support on Linux Core. EIGRP routing daemon included inside FRR benefits from active development brought by Cumulus employees. For the purpose of FRR testing, I have created a minimalistic Linux Core Pure64 virtual machine  with FRR suite compiled as frr extension. Meanwhile, I have submitted FRR extension so it will be available in the next few days in Tinycore repository.

Content of Disk - CorePure64-frr_3-1.vmdk:

  • Linux Core Pure 64 version 8.2,kernel 4.8.17
  • FRRouting 3.1dev
  • OpenSSL 1.0.2l 25 May 2017
  • OpenSSH_7.2p2
  • GNU bash, 4.4.0(1)
  • iproute2-ss140411
  • iptables v1.4.21
  • tcpdump 4.7.4
  • Nmap 7.12
  • mtr 0.86
  • hping 3.0.0-alpha-1
  • iperf 3.1b3
  • D-ITG 2.8.1 (r1023)

Software:

  • Host OS - Ubuntu 16.04.3 LTS x64
  • GNS3 2.0.3
  • QEMU x64 emulator version 2.8.0

Picture 1 - Network Topology

The FRR EIGRP instance with attached CorePure64-frr_3-1.vmdk Continue reading

Aerohive and Dell EMC announce OEM relationship

Cloud Wi-Fi vendor Aerohive Networks has signed an original equipment manufacturing (OEM) agreement with Dell EMC to distribute its Wi-Fi hardware and its HiveManager NG Cloud Management Platform.In addition to product distribution, the relationship includes joint sales, marketing, support and services. It will also bring together Aerohive’s innovative products with the massive power and scale of the Dell EMC channel and services.Also on Network World: 9 tips for speeding up your business Wi-Fi Dell and Aerohive have a relationship that goes back to 2015 when Dell become a global reseller partner for Aerohive’s products. The following year, the two companies collaborated and enabled HiveManager NG to manage Dell’s N-series wired switches, as well as the Aerohive APs, giving customers a true “single pane of glass.”To read this article in full or to leave a comment, please click here

IDG Contributor Network: Validating cloud applications before going live

As businesses turn to the cloud as a primary resource in driving competitive advantage, migrating to this new environment should be undertaken in a deliberate and systematic manner. Although the promise of higher reliability coupled with a lower cost may lure businesses to the cloud, 41% of businesses find themselves poorly prepared for the migration and end up moving applications back to colocation facilities. For enterprises seeking to ensure success in their migration, and even those considering making the switch, the validation of cloud applications should be of primary concern.Developing cloud applications or migrating to a cloud environment means adding a lot of variable conditions between client and server. Applications that perform adequately on a corporate headquarters’ local network are often sluggish, slow, or downright unresponsive once deployed. WAN conditions, such as bandwidth constraints, latency, jitter and packet loss, can bring an application to a screeching halt once deployed within a cloud environment where distance is taken into consideration. In fact, 47% of businesses returning to traditional colocation cite latency as the biggest contributing factor to their leaving the cloud.To read this article in full or to leave a comment, please click here

Abstract, Automate & Secure — From Data Center to Cloud to Edge

By Milin Desai, Vice President of Products, NSBU

It feels like only yesterday when we started our journey into networking at VMware. Even from the early beginnings in 2011, it became clear to some of us that the abstraction and operations model of virtualization for compute and memory, which completely transformed the modern data center, was something we needed to extend to networking. We understood that that a network based on software and abstraction in the long run would extend beyond our customers’ data centers to public clouds and ultimately to the Edge.

We’ve been executing on this vision for almost eight years; reinventing data center networking and enabling our customers to be smarter about how they secure, manage and connect their applications and users.

Starting with the Data Center

The Nicira acquisition, alongside our internal innovations, resulted in the release of VMware NSX in 2013. VMware NSX made network virtualization a mainstream possibility for the data center. The goal was simple — abstract the application from the physical network and deliver the networking attributes in software at machine speeds. After four years, multiple thousands of customers and the creation of a billion-dollar run rate business, we have transformed the Continue reading

Where Does Automation Fit into Enterprise IT?

One of my readers coming from system development area asked a fundamental question about the role of automation in enterprise IT (somewhat paraphrased):

[In system development] we automate typical tasks from the pre-defined task repository, so I would like to understand broader context as the automation (I guess) is just a part of the change we want to do in the system. Someone needs to decide what to do, someone needs to accept the change and finally the automation is used.

Of course he’s absolutely right.

Read more ...

Docker Networking Tip – Troubleshooting

Debugging Container and Docker Networking issues can be daunting at first considering that containers do not contain any debug tools inside the container. I normally see a lot of questions around Docker networking issues in Docker and stackoverflow forum. All the usual networking tools can be used to debug Docker networking, it is just that … Continue reading Docker Networking Tip – Troubleshooting

PTT – Push To Talk

When was the last time you were looking for the unmute button in Webex and it took you more than two seconds to find it?

When was the last time you thought you are on mute but actually everyone can hear you snore?

I spend a lot of time in conference calls. This mute thing happens to me a lot.

PTT stands for Push To Talk like we used in walkie-talkies. The computer mic would be normally muted and as long as I press the PTT button, it will unmute the mic.

I couldn't find any such off the shelf device, so I decided to create one on my own.

To do so I had to integrate few components. Here is the flow of things:

When I press a button on my special device, it will send the key combination of "PrintScreen+F11". Then a special program called AutoHotKey will intercept that key combination and execute an application I wrote that controls the computer mic.

The PTT button


I am using an Arduino like microcontroller called Teensy LC. I value my time and my money, and there is nothing better than the Teensy line of microcontrollers which are very powerful, Arduino Continue reading

AMD rumored to double server core count on Epyc chip

AMD has staged quite the comeback with its Zen architecture, sold under the Ryzen brand for desktops and Epyc brand for server processors. After years as an also-ran, the Zen architecture is showing true competitiveness with Intel’s best, and at a far cheaper price tag.AMD just introduced its Epyc server processor line as the successor to its Opteron brand, but it is already reportedly working on the next wave of chips. Canard PC Hardware, a French hardware site with a good track record of accuracy, claims to have obtained specifications for AMD's next generation of Epyc processors.To read this article in full or to leave a comment, please click here

AMD rumored to double server core count on Epyc chip

AMD has staged quite the comeback with its Zen architecture, sold under the Ryzen brand for desktops and Epyc brand for server processors. After years as an also-ran, the Zen architecture is showing true competitiveness with Intel’s best, and at a far cheaper price tag.AMD just introduced its Epyc server processor line as the successor to its Opteron brand, but it is already reportedly working on the next wave of chips. Canard PC Hardware, a French hardware site with a good track record of accuracy, claims to have obtained specifications for AMD's next generation of Epyc processors.To read this article in full or to leave a comment, please click here