Are you attending HIMSS 2015 in Chicago? We’ll be there with our newest partner! This week we announced our partnership with PSSC Labs. This partnership combines Plexxi’s SDN switching and control with PSSC’s high-performance compute and Cloudera enterprise. We’ll be showcasing the integrated solution, called the CloudOOP Big Data Pod, for the first time April 12 – 16 at HIMSS 2015. We’ll also be demonstrating how to effectively manage Big Data applications across a Hadoop cluster. Visit us at the PSSC Labs booth (#5284). We can’t wait to see you.
Below please find a few of our top picks for our favorite news articles of the week. Enjoy!
TechTarget: How SDN and SDS are shaping future clouds
By Jim O’Reilly
Tenants of clouds, whether public or hybrid, want the control mechanisms of a typical in-house data center. They don’t want to give up on virtual storage area networks and firewalls, access controls, governance and compliance and all the other security and control systems that go with ownership. But, at the same time, they want to see the promised agility, rapid scaling and cost effectiveness that brought them to the cloud in the first place.
Enterprise Networking Planet: The SDN-IoT Connection
Continue reading
Startup Avi Networks plans to push Layer 4-7 into the SDN age.
Did you miss out all the SDx news this week? No worries, it's all right here for you.
How to effectively embed SDN for a successful implementation.
I occasionally run into Cisco ASAs that don’t identify their status (active/standby). This is rectified by configuring the “prompt “. These are:
asa-1-pri(config)# prompt ?
configure mode commands/options:
context Display the context in the session prompt (multimode only)
domain Display the domain in the session prompt
hostname Display the hostname in the session prompt
priority Display the priority in the session prompt
state Display the traffic passing state in the session prompt
“state” will tell you if the device is active or standby.
You can check what’s currently on the ASA with:
asa-1-pri# show run prompt
prompt hostname context
PF_RING is a great open-source project that enables extremely fast packet processing on x86 servers, so I was more than delighted when Paolo Lucente of the pmacct fame introduced me to Luca Deri, the author of PF_RING.
When we started chatting, we couldn’t resist mentioning ntopng, another open-source project Luca is working on.
Read more ...Introduction
Multicast is a great technology that although it provides great benefits, is seldomly deployed. It’s a lot like IPv6 in that regard. Service providers or enterprises that run MPLS and want to provide multicast services have not been able to use MPLS to provide multicast Multicast has then typically been delivered by using Draft Rosen which is a mGRE technology to provide multicast. This post starts with a brief overview of Draft Rosen.
Draft Rosen
Draft Rosen uses GRE as an overlay protocol. That means that all multicast packets will be encapsulated inside GRE. A virtual LAN is emulated by having all PE routers in the VPN join a multicast group. This is known as the default Multicast Distribution Tree (MDT). The default MDT is used for PIM hello’s and other PIM signaling but also for data traffic. If the source sends a lot of traffic it is inefficient to use the default MDT and a data MDT can be created. The data MDT will only include PE’s that have receivers for the group in use.
Draft Rosen is fairly simple to deploy and works well but it has a few drawbacks. Let’s take a look at these: