Gartner: Don’t Rely on Network Vendors for Innovation
Enterprise network teams are "unwilling co-conspirators" in holding back network transformation, research firm says.
Enterprise network teams are "unwilling co-conspirators" in holding back network transformation, research firm says.
It's time again for the annual Ansible community review. Let's start again, as we do every year, with a quick look at the numbers.
Debian’s Popularity Contest is an opt-in way for Debian users to share information about the software they’re running on their systems.
As with every year, caveats abound with this graph -- but even though it represents only a small sample of the Linux distro world, it’s useful because it’s one of the few places where we can see an apples-to-apples comparison of install bases of various automation tools. Because Ansible is agentless, we compare the Ansible package to the server packages of other configuration management tools. (Chef does not make a Debian package available for Chef server.)
We see that Ansible has continued its steady growth in 2017, increasing its user base here by approximately 50% in the past year.
2017 was a busy year for Ansible on the GitHub front, and in 2017 we caught the notice of GitHub itself. Ansible now has its own top level topic for GitHub searches, and that search reveals over 5000 repositories of Ansible content. We also made the 2017 GitHub Octoverse report, placing Continue reading

Once again, why bother implementing IT Security when there is no downside.
In this Network Collective Short Take, Jordan shares his thoughts on the biggest current industry buzzword – Intent Based Networking. Is it real? Is it innovative? Should you be paying attention or rolling your eyes?
The post Short Take – Intent Based Networking appeared first on Network Collective.
The Carlyle Group, the publicly traded investment firm that has invested in nearly 300 companies that have a net worth of $170 billion and which itself could make around $4 billion in management fees and income from those investments for 2017, does not invest in any technology lightly.
So the fact that it has acquired the X Gene server processor assets that were created over many years by Applied Micro and briefly owned last year by Chinese IT supplier MACOM means that Carlyle believes Arm servers have a shot in the datacenter and that its investors want to get a …
Private Equity Amps Up Arm Servers With Applied X86 Techies was written by Timothy Prickett Morgan at The Next Platform.
Interop ITX expert Scott Lowe explains the growing demand for infrastructure generalists.
When something simple goes wrong, frustration is never proportionate to the anticipated ease.
On Ubuntu 16.04 on a Fresh install, I came across this cracker.
sudo apt-add-repository ppa:git-core/ppa Cannot add PPA: 'ppa:~git-core/ubuntu/ppa'. ERROR: '~git-core' user or team does not exist.
Ok. Must be a typo. After spending twenty seconds or so on this, which is still way too long to be looking for typos on something so simple, it isn’t a typo.
This information comes straight out of the
gitcommunity. Pun intended; what a git.
After cracking some knuckles and blowing warm air on my finger tips, I went on the hunt for a fix.
Most of the Google results for this issue gravitates around proxy devices interfering with the traffic. Being on corporate wifi, this is entirely possible.
After tethering to my cell phone, rebooting the OS and clearing out some caches, the issue persisted. Adding the sources to
aptmanually also failed.
There is always more than one way to skin a cat and in my case, installing via package cloud worked.
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash sudo apt-get install git-lfs
In this world of virtualisation and micro-services, things like this are Continue reading
I had an interesting “how do you build a small fabric without throwing every technology in the mix” discussion with Nicola Modena and mentioned that I don’t see a reason to use EVPN in fabrics with just a few switches. He disagreed and gave me a few good scenarios where EVPN might be handy. Before discussing them let’s establish a baseline.
Assume you’re building two small data center fabrics (small because you have only a few hundred VMs and two because redundancy and IT auditors).
Read more ...In our last post, we saw a glimpse of what MPLS was capable of. We demonstrated how routers could forward traffic to IP end points without looking at the IP header. Rather, the routers performed label operations by adding (pushing), swapping, or removing (popping) the labels on and off the packet. This worked well and meant that the core routers didn’t need to have IP reachability information for all destinations. However – setting this up was time consuming. We had to configure static paths and operations on each MPLS enabled router. Even in our small example, that was time consuming and tedious. So in this post we’ll look at leveraging the Label Distribution Protocol (LDP) to do some of the work for us. For the sake of clarity, we’re going to once again start with a blank slate. So back to our base lab that looked like this…
Note: I refer to the devices as routers 1-4 but you’ll notice in the CLI output that their names are vMX1-4.
Each device had the following base configuration…
interfaces {
ge-0/0/0 {
enable;
unit 0 {
family inet {
address 10.2. Continue reading
Launches highly capable enterprise-class single- and dual-socket servers Breaks down the cost barrier for deployment of emerging workloads Offers up to 20% better TCO per four-node cluster for vSAN deployments at the edge and are now available as vSAN Ready Nodes Dell EMC announced three new servers designed for software-defined environments, edge and high-performance computing... Read more →
Join 5 time CCIE Rohit Pardasani for our new online live sessions, CCIE Service Provider v4.1 Advanced Technologies. These live sessions are available to All Access Pass members via our live classroom interface, which you can access through your members account. For those who are not All Access Pass members, you can view and purchase AAP packages here. Read on to learn more about this online live class.
When: Wednesday, February 7th & Thursday, February 8th at 8 am PDT
Why You Should Watch: This SPv4.1 class will complete the SPv4.1 courses and bring us current for the Cisco Service Provider Blueprints.
Instructor info: Rohit Pardasani, CCIE #21282, CCSI #34999
About the Instructor:

Rohit has been in the networking industry for more than 17 years, with a focus on Cisco networking for the past 15 years. Rohit not only brings his years of teaching experience to the classroom, but also years of real-world enterprise and service provider experience. Rohit has assisted hundreds of engineers in obtaining their CCIE certification, and has been conducting CCIE RS, CCIE SEC, CCIE SP and CCIE Collaboration for Cisco Systems worldwide. Rohit currently holds 5xCCIE’s (Routing Switching, Service Provider, Security, Voice and Continue reading
DARPA has always been about driving the development of emerging technologies for the benefit of both the military and the commercial world at large.
The Defense Advanced Research Projects Agency has been a driving force behind U.S. efforts around exascale computing and in recent years has targeted everything from robotics and cybersecurity to big data to technologies for implantable technologies. The agency has doled out millions of dollars to vendors like Nvidia and Rex Computing as well as national laboratories and universities to explore new CPU and GPU technologies for upcoming exascale-capable systems that hold the promise of 1,000 …
DARPA’s $200 Million JUMP Into Future Microelectronics was written by Jeffrey Burt at The Next Platform.
With the release of Ansible 2.4, we now require that managed nodes have a Python version of at least 2.6. Most notable, this leaves RHEL 5 users asking how to manage RHEL 5 systems in the future - since it only provides Python 2.4.
With the release of Ansible 2.4 in September 2017, we have moved to support Python 2.6 or higher on the managed nodes. This means previous support for Python-2.4 or Python-2.5 is no longer available:
Support for Python-2.4 and Python-2.5 on the managed system's side was dropped. If you need to manage a system that ships with Python-2.4 or Python-2.5, you'll need to install Python-2.6 or better on the managed system.
This was bound to happen at some point in time because Python 2.6 was released almost 10 years ago, and most systems in production these days are based upon 2.6 or newer version. Furthermore, Python 3 is getting more and more traction, and in the long term we need to be able to support it. However, as the official Python documentation shows, code that runs on both Python 2. Continue reading