Complement your VDI environment with NSX.

November 26, 2020 Chris Noon 6

@Twitter@Linkedin Part 1: Complement your VDI environment with NSX.Part 2: Complement your VDI environment with NSX: dFW.Part 3: Complement your VDI environment with NSX: IDFW.Part 4: Complement your VDI environment with NSX: Introspection Services.Part 5: Complement your VDI environment with NSX: IDS/IPS.Part 6: Complement your VDI environment with NSX: Advanced Load Balancer Over the past few weeks, I’ve been working with a number of customers that are keen to see how NSX can complement their existing or new VDI environment(s). N.B. I say VDI a lot in this article, but it applies to both VDI and RDSH. As soon as this discussion starts my mind leaps into distributed Firewalling, Identity Firewalling, Introspection Services and Intrusion Detection/Prevention Services. I think it’s […]

NSX-T Automation using Terraform: The how (VMC)!

August 10, 2020 Chris Noon 3

I started the series with a post about why I wanted to use Terraform. Now we have the why out of the way, let’s get to the fun stuff… the how! I use Terraform for 2 things. The first is to spin up SDDC’s on VMC and configure the VMC NSX-T piece. The second is spinning up NSX-T environments in the lab, which will hopefully make it into production one day. In this post, I’ll focus on the VMC element. The VMC Environment. I’ll start by assuming you know what VMC on AWS is and have a high-level understanding of its concepts and what it delivers. I’ll skip the step for deploying a VMC SDDC using Terraform, but if you […]

NSX-T Automation using Terraform: The why!

August 3, 2020 Chris Noon 1

Hi all, I hope you are all doing well during these trying times. For months, possibly even years, I’ve been convincing myself I’d dive into automation.  What better time than one where I am forced into isolation with my laptop.  In truth, I was jolted into action by a business requirement for automating the build of a number of environments.  These environments had to be standardised and utilise many of the same configuration elements. I’ve spent the better part of a month learning about Cloud (AWS and VMC on AWS) along with Network Automation, which brings us onto our first section… Why Terraform? I first began by googling ‘Network Automation Tools’ and reading a ton of articles.  Whittling down my […]

Avi Network: Base Configuration via API

June 19, 2020 Chris Noon 3

API Reference. I wrote a post a few weeks back on how to get an Avi proof of concept up and running. Hopefully, it helped and continues to help others wanting to start playing with Avi. I like to spin my lab up and down, pushing config when needed. This post will be focused around the Avi APIs and how to stand up the basic configuration previously discussed. I used the Avi API guide for reference:https://avinetworks.com/docs/latest/ Alternatively, you can navigate to:https://[Avi Controller IP]/api At this stage, I will assume at least 1 or 3 Controller(s) has been deployed, a logical cloud has been created along with the relevant networks for Avi consumption. Disclaimer. I will be providing the bare minimum […]

Avi Networks: Base Configuration

May 24, 2020 Chris Noon 1

Load Balancing. I covered Avi Networks at a high level in my first post. I now want to dive into the base configuration of Avi and at its core, it is a Load Balancer. Saying that there are a few flavours of Load Balancing. Layer 4 Load Balancing. – Focusing on the IP address and TCP port.Layer 7 Load Balancing. – Focusing on layer 7 attributes such as HTTP headers.Global Server Load Balancing. – Adopting the layer 4 and layer 7 concepts to balance applications across geographical regions. While running through the base configuration I will be focusing on layer 4. While layer 7 and GSLB is something I eventually want to play with it will be further down the […]

Avi Networks: The Advanced NSX Load Balancer.

May 9, 2020 Chris Noon 2

What is Avi? Avi Networks provides software-defined Load Balancing at its core. Complementing the core service is a plethora of mouthwatering services and features. Surely the reason Avi was acquired by VMware on July 11th 2019. Rebranded as the NSX Advanced Load Balancer. Some of the features include application analytics, predictive autoscaling, micro-segmentation and WAF (Web Application Firewall) all this and on both cloud and on-prem. The Load Balancer for any platform! After reading this, if you like the look of Avi and want a demo or PoC, reach out to the team at https://avinetworks.com/. The components. Avi builds its components in a similar way to other VMware products. A management, control and data plane. The logical separation of components […]

VCDX-NV – Defence Scenario

March 20, 2020 Chris Noon 2

Due to the virus outbreak, my VCDX defence has been postponed until the next window, which is June. The VCDX board decided, understandably, to keep their panellists and applicants as safe as possible. That said, I thought I’d continue the blogging trend and discuss another area of preparation. Still excited as 3 months will fly by! I’ve discussed the document and design defence. Now let’s look at the defence scenario. What is the Defence Scenario? The defence scenario is 1 of 2 defences I will have to complete to successfully become a VCDX. The first task is the design defence, which I’ve spoken about here. The second is the defence scenario. This is a 45-minute window where my 3 panellists […]

HCX Migrations using L2 Ext Legacy Complexities #L2VPN #HCX #VCF

March 16, 2020 Bilal Ahmed 5

Lay of the land I have been working with a customer and came across something interesting. Most people when configuring 2 vCenters don’t share VLANs between the 2, with management networks being the exception. But here we had a VLAN in 2 vCenters which needed to be migrated to our new VCF site. This new site would utilise NSX-v to terminate the default gateway. I think this is best shown in a diagram: For some unknown reason, a decision was made to separate out the Windows and Linux workloads into 2 vCenters but use the same VLAN. Sometimes you can come back and visit a decision you made previously with fresh eyes and new info and realise it wasn’t the […]