If you're stumped about what to get your geeky colleague or loved one, check out our nerdy gift list.
For a while now, the concept of EVC’s (Ethernet Virtual Circuits) and EFP’s (Ethernet Flow Points), has eluded me.
In this short post, i will provide you with a simple example of a couple of EFP’s. In a later post i will discuss the MEF concept of EVC’s.
As always, here is the topology i will be using:
Its a very simple setup. R1 connects to R2 through its G1 interface and connects to R3 through its G2 interface.
On R2 and R3, we have the very common configuration of using subinterfaces for the individual Vlan’s in question. Namely Vlan 10 for the connection between R1 and R2 and Vlan 20 between R1 and R3.
Here is the configuration of R2 and R3:
R2#sh run int g1.10 Building configuration... Current configuration : 98 bytes ! interface GigabitEthernet1.10 encapsulation dot1Q 10 ip address 10.10.10.2 255.255.255.0 end R3#sh run int g1.20 Building configuration... Current configuration : 98 bytes ! interface GigabitEthernet1.20 encapsulation dot1Q 20 ip address 10.10.10.3 255.255.255.0 end
Now on R1 is where the “different” configuration takes place:
R1#sh run int g1 Building configuration... Current configuration : Continue reading
Hola Barcelona! The land of Antoni Gaudí, Salvador Dalí, Ferrán Adriá and Lionel Messi is now also home to Cloudflare.
Located alongside the Mediterranean, Barcelona, is the capital of the autonomous community of Catalonia, the second-most populated municipality in Spain and the core of the fifth-most populous urban area in the Europe. Our data center in Barcelona is our 3rd in the Iberian Peninsula following our deployments in Madrid and Lisbon, our 28th in Europe, and 101st globally. This means not only better performance in Catalonia and Spain, but additional redundancy for European data centers. As of this moment, Cloudflare has a point of presence (PoP) in 7 out of Europe's 10 most populous urban areas, and with number 8 coming soon (all roads have been said to lead there…).
CC BY-NC-ND 2.0 image by Luc Mercelis
Cloudflare has connected to the Catalunya Neutral Internet Exchange (“CATNIX”). This raises the number of exchanges that Cloudflare is a participant in to over 150. As we expand our peering, more visitors get served locally. If you wish to connect with us at CATNIX (or any of our other locations) you can find our peering details on our PeeringDB profile.
Only a Continue reading
A while ago I wrote:
I haven’t seen any hard data, but intuition suggests that apart from hardware failures a standalone firewall might be more stable than a state-sharing firewall cluster.
Guillaume Sachot (working for a web hosting company) sent me his first-hand experience on this topic:
Read more ...