Chuck Robbins is starting fresh with his executive inner circle, as Warrior, Elfrink, Overbeek, and possibly Christie are out.
In the past, I’ve designed, deployed and operated networks of various sizes, needs and scopes. One of the perennial design points common to all of them is how to approach the out-of-band (OOB) network. When it comes to making sure your production network operates in the face of issues, the OOB network is often a critical component. But it also raises the question of how to build it, what components to use and how much they affect the “day job” of running the production network. These decisions haven’t always been easy.
Generally, there is a spectrum of approaches. On one end is the choice to go with the same gear that you are deploying in the production network. On the other end is the decision to just build the OOB network out of what you can get from the local or online electronics superstore. One can cause you budget problems; the other raises the question if your OOB network will be there when you most need it. All too often the most frugal designs win, and this can cause you to have to troubleshoot the OOB network before you can troubleshoot the production network. So the issue is more than just the initial acquisition cost, Continue reading
Drew Conry-Murray joins the Packet Pushers as employee number 1.
The post Pushing For The Next Level appeared first on Packet Pushers Podcast and was written by Drew Conry-Murray.
Cisco’s current network programmability certs uses two exams per cert, with the second exam focusing on ACI. That represents the first ACI-focused specialist exams from Cisco, and a great reason to learn about ACI and validate that knowledge. Today’s post looks at the ACI-focused exam for the Cisco CNPES Cert exam: the 600-512 NPENGACI exam. We’ll look at both the exam and a related video course.
Other posts in this series:
First, to set the stage, Cisco rolled out their network programmability (read: SDN) certifications over a period of months, mostly in 2014. Figure 1 shows these four certs, with the engineering specialist cert focusing on engineering and implementation.
Today’s post focuses on the second exam: the 600-512 NPENGACI exam. The name itself is a bit of a mouthful:
Network Programmability ENGineering with ACI
Basically, the NPENG 600-504 exam covers SDN implementation excluding ACI, NPENGACI 600-512 exam includes ACI.
This list provides the links for more details – for the certification, each of the two exams, and each of Cisco’s two Continue reading
Cisco and Avi Networks are covering the whole SDN stack now, as the two announce an integration between Avi and Cisco's ACI.
Sign up today for "Introducing the Next Evolution of WAN Freedom," a special webinar hosted by Nuage Networks.
Preserve your existing networks and enjoy the SDN and NFV experience. Register for the Accedian DemoFriday now!
Recently, I have been asked to find a way how to clone Linux machines running in a remote virtual lab. The machines have single disks, they all are accessible over SSH and configured with the same login credentials. The goal is to make identical copies of their disks, download the disks and rebuild machines locally in the virtual lab.
On Linux based systems, utility 'dd' is very often used to make identical copy of a disk. I have used this command together with 'ssh' and 'gzip' commands to copy and compress remote disks and send them on the fly to a local disk over SSH connection. For instance, the command below issued on a local machine copies a disk /dev/sda of a remote Linux machine with IP address 10.10.10.11 to a local disk:
$ ssh [email protected] "/bin/dd if=/dev/sda | gzip -c" | dd of=disk.raw.gz
Explanation:
/dev/sda - disk located on remote machine
disk.raw.gz - gzip compressed copy of disk /dev/sda on local machine
gzip -c - send compressed file to stdout
I wrote a BASH script backup-images-1.0.sh that automates process of cloning disks of remote Linux machines. The script reads IP addresses from Continue reading
Marcelo Manjon
The spate of high profile cyberattacks have raised the awareness of cybersecurity to the board level and encouraged venture capitalists to pour money into this sector. In 2013 the industry received $1.7 billion of VC money across 240 deals, hitting a five-year high in both funding and number of deals, according to CB Insights. Today the cybersecurity landscape is comprised of nearly 500 companies, CB Insights says.
But many of these security tools are fragmented, and as a result it is often difficult to describe, categorize and compare various security tools given the numerous subcategories and new startups tackling one small part of the problem. In order to better understand this complex market and put into perspective the various solutions constantly coming to market, I would like to propose a framework we use at XSeed Capital to parse the market.
To read this article in full or to leave a comment, please click here
There are 20 relatively easy MPLS questions in the below MPLS QUIZ. It should take around 30 to 45 minutes and above 50 is nice score in my opinion. Although this post is related with MPLS, you can click here for the other tests. Please specify your name and email address to receive an email for… Read More »
The post MPLS Quiz appeared first on Network Design and Architecture.