The number of overlay technologies available today for the datacenter are numerous and highly functional. The flexibility they provide enables security zone enforcement and physical portability of hosts more seamlessly (among other benefits). However, a few risks in deploying popular layer 2 overlay technologies are vendor-lockdown, scalability, specialized hardware required to mitigate bottleneck points, and […]
The post Using VRFs to maintain security zones in an Layer 3 datacenter network appeared first on Packet Pushers Podcast and was written by Paul Zugnoni.
Updates 2/6/2014:
On my way back from South America/Antarctica, I was pointed to a bake-off/performance test commissioned by Brocade and performed by a company called Evaluator Group. It compared the performance of edge FCoE (non-multi-hop FCoE) to native 16 Gbit FC. The FCoE test was done on a Cisco UCS blade system connecting to a Brocade switch, and the FC was done on an HP C7000 chassis system connecting to the same switch. At first glance, it would seem to show that FC is superior to FCoE for a number of reasons.
I’m not a Cisco fanboy, but I am a Cisco UCS fanboy, so I took great interest in the report. (I also work for a Cisco Learning Partner as Continue reading
A place for anyone to start a podcast with the Packet Pushers.
The post Introducing Community Channel – Insert Your Podcast Here appeared first on Packet Pushers Podcast and was written by Greg Ferro.
A place for anyone to start a podcast with the Packet Pushers.
The post Introducing Community Channel – Insert Your Podcast Here appeared first on Packet Pushers.
Cisco Nexus 1000V virtual switch for Microsoft Hyper-V and integrates with your existing Nexus 1000V deployment. In this episode we talk with Appaji Malla and Balaji Sivasubramanian from the Hyper-V Product team on the architecture of the product and platform.
The post Show 178 – Cisco Nexus 1000v and Microsoft Hyper-V appeared first on Packet Pushers Podcast and was written by Greg Ferro.
A list of links for getting started to use Python to develop application with the HP VAN SDN Controller.
Python 2 Tutorial
Python 3 Tutorial
Codeacademy
Sublime Text
Setting up Sublime Text for Python
PyCharm - A Python IDE
A list of links for getting started to use Python to develop application with the HP VAN SDN Controller.
A list of links for getting started to use Python to develop application with the HP VAN SDN Controller.
This film could have ended much differentlyif Jerry were running Cumulus Linux |
ROUTER#sh ip bg vpnv4 vr Continue reading
Lately, two acronyms have been making the rounds: SDN (Software Defined Networking) and ACI (Application Centric Infrastructure – promoted by Cisco). Both have things in common which equate to great marketing: a delightful vision and being difficult to pin down in terms of a crisp definition. Let me try to clarify as best I can with the disclaimer that this is purely my perspective representing Arista, as we celebrate the deployment of our second million ports of cloud networking.
The common view is that SDN is a controller or a set of network management products based on Virtualization Technologies or OpenFlow. At Arista we have a more pragmatic view. To us, SDN is a programmatic suite of open interfaces that allows applications to drive networking actions. Unlike the misconception that SDN is just a controller, I believe SDN is about scaling the control, management and data plane with programmatic and open interfaces. This means customizing the network with high-level scripting and programmatic languages, structured and machine-readable APIs, and standards-based protocols as well as interoperability with controller-friendly networks.
As we enter 2014, we are witnessing the deployment of SDN via Arista EOS and associated programmable network applications such as Advanced Telemetry, Continue reading
Great step by step instructions on how to install Kali Linux in VirtualBox. Plenty of screen shots for those visual people and it really helps tell how the configuration and install should work.
Originally posted on kanishkas how to?:
Oracle Virtualbox is an open source virtualization software that can be downloaded from here. It runs on Windows, Linux, Macintosh, and Solaris hosts and supports a large number of guest operating systems . Now we are going to see how to install Kali Linux in Virtualbox. I am using the latest release of Virtualbox for this howto. After downloading and installing virtualbox, open it. Click on New as shown below.
The “Create virtual machine” window opens. Type the name of the virtual machine. select type as Linux and version as Linux 2.6 or Debian. Click on Next.
Then select the RAM for your virtual machine. I put it to 512MB. Make choice according to the memory available in your system. Make sure it is above or same as recommended memory. Click Next.
The size of the hard disk is automatically assigned. We can change it later. I suggest you…
View original 635 more words
Cloud Architecture Patterns Bill Wilder Networks support applications. Okay, that might seem a little obvious, but it needs to be said from time to time. In that vein, I often find it useful to get a better grip on the applications people are putting on networks, and how they expect the network to behave. In […]
Your company has 3 sites, each with a dedicated border router, R1, R2 and R3.
Site-1 (R1) and Site-2 (R2) have their own internet uplinks, but Site-3 (R3) connects to internet via R2. A GRE tunnel is built between R2 and R3 and applied an MTU of 1440, due to some constraints in the transit network between them. You notice that traffic between same pair of devices works for TCP 1001 but fails for TCP 1002. What's wrong ?