Implementing VXLAN on NX-OS part 1
VXLAN is tunneling protocol, which is mainly used in data centers. With VXLAN we can encapsulate the whole Ethernet frame in a UDP datagram. VXLAN…
Read more →VXLAN is tunneling protocol, which is mainly used in data centers. With VXLAN we can encapsulate the whole Ethernet frame in a UDP datagram. VXLAN…
Read more →Scapy is a very powerful packet crafting, packet manipulation tool written in Python. With the help of Scapy we can perform many kind of malicious…
Read more →In the following post we're going to take a look at these two features: what are their purpose and in which situations can they be…
Read more →The AS-PATH is one most interesting BGP path attribute. It's a well known, mandatory, and transitive path attribute, so it must be included in every…
Read more →Because of scalability reasons we might have multiple IGP processes running within our core network. If we have many routers and prefixes we might have…
Read more →By default the IGP metric (ISIS/OSPF cost) determines how the packets are forwarded within the MPLS core. With MPLS Traffic Engineering (TE) we can be…
Read more →