loader

Virtual eXtensible LAN (VXLAN)

VXLAN Improvement to Datacenter Fabric In this section, I am going to talk about data center fabric journey and how Virtual eXtensible LAN emerged. I will start with STP, then vPC and PortChannel. I won’t talk about FabricPath. We will finally jump in to VXLAN in Clos networks. STP Drawbacks Let’s architect our Clos topologies […]

Static Routes

Static Routes In this post we are going to focus on the concept of the static route configuration on the firewall. The first thing that comes to our minds, when we see the static routes is that somebody has to configure that static route. Static routes are manual labor we have to implement on the […]

Loop

Loops Loops are very useful for automating repetitive tasks. when you want to run a series of commands repeatedly until a certain condition is reached. Type of loops: Simple For loop Range-based for loop C-Styled for loops Infinite for loop Simple For Loop: for var in word1 word2 … wordN do Statement(s) to be executed […]

Verify The Data Plane

Verify The Data Plane As our last test in previous post https://old.smenode.com/adding-a-default-route/ regarding the basic core functionality of the firewall. Let’s put a pc behind the firewall and make sure that pc has access out to the public internet as well. So in our topology: We will make sure the VPC123 has an ip address […]