GLBP stands for Gateway Load Balancing Protocol. In this article, I will explain where GLBP is used , where it shouldn’t be used with the topologies. GLBP is a Cisco preparatory protocol. In most networks, design requirements might be to use only standard based protocols. If that is the case, GLBP is not a standard […]
The post What is GLBP and where GLBP should be used ? appeared first on Cisco Network Design and Architecture | CCDE Bootcamp | orhanergun.net.
Today in the Community Channel, Greg Ferro speaks with Remy Leone about the F-Interop Platform, a European project to simplify interoperability testing for IoT networking.
The post IoT Interoperability And The F-Interop Platform – IETF 99 appeared first on Packet Pushers.
This post provides an extremely basic “quick reference” to some commonly-used AWS CLI commands. It’s not intended to be a deep dive, nor is it intended to serve as any sort of comprehensive reference (the AWS CLI docs nicely fill that need).
This post does make a couple of important assumptions:
This post assumes you already have a basic understanding of the key AWS concepts and terminology, and therefore doesn’t provide any definitions or explanations of these concepts.
This post assumes the AWS CLI is configured to output in JSON. (If you’re not familiar with JSON, see this introductory article.) If you’ve configured your AWS CLI installation to output in plain text, then you’ll need to adjust these commands accordingly.
I’ll update this post over time to add more “commonly-used” commands, since each reader’s definition of “commonly used” may be different based on the AWS services consumed.
To list SSH keypairs in your default region:
aws ec2 describe-key-pairs
To use jq to grab the name of the first SSH keypair returned:
aws ec2 describe-key-pairs | jq -r '.KeyPairs[0].KeyName'
To store the name of the first SSH keypair returned in a variable for use in later commands:
KEY_NAME=$(aws Continue reading
Interop ITX experts provide container basics to help you get started with the hot technology.
VMware’s full fiscal year outlook puts total revenue at almost $8 billion, about a 10 percent jump.
However, they do range in function depending on how “thick” or “thin” vendors want these to be.
There is no question any longer that flash memory has found its place – in fact, many places – in the datacenter, even though the debate is still raging about when or if solid state memory will eventually replace disk drives in all datacenters of the world.
Sometime between tomorrow and never is a good guess.
Flash is still a hot commodity, so much so that the slower-than-expected transition to 3D NAND has caused a shortage in supply that is driving up the price of enterprise-grade flash – unfortunately at the same time that memory makers are having trouble cranking …
The Ironic – And Fleeting – Volatility In NVM Storage was written by Timothy Prickett Morgan at The Next Platform.
If anything has become clear over the last several years of watching infrastructure and application trends among SaaS-businesses, it is that nothing is as simple as it seems. Even relatively straightforward services, like transactional email processing, have some hidden layers of complexity, which tends to equal cost.
For most businesses providing web-based services, the solution for complexity was found by offloading infrastructure concerns to the public cloud. This provided geographic availability, pricing flexibility, and development agility, but not all web companies went the cloud route out of the gate. Consider SendGrid, which pushes out over 30 billion emails per month. …
When Agility Outweighs Cost for Big Cloud Operations was written by Nicole Hemsoth at The Next Platform.
The post Worth Reading: The Coco Block Chain appeared first on rule 11 reader.
AWS’ cloud services and infrastructure give enterprises ‘superpowers.’
ONAP counts 1,000 participants in less than a year.