Brocade claims costs will be cut in half with the fabric.
Learn about the storage technology that makes Docker images so easy to create and distribute.
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