One of the typical questions when considering NSX deployments is who should be the administrator? However this is often a two horse race, between Network and Virtualization Systems Administrators. Although NSX is SDN (software defined networking), the driver behind much of what it does is due to security requirements, using vlans to segregate layer two networks, […]
Tag Archives: NSX
NSX – Availability and Redundancy
vSphere administrators normally have two great fears, failure of Storage and failure in the network layer, as both of these can result in 100s or 1000s of virtual machines simultaneously going off line. Software defined networking such as NSX or vShield have the potential to bring those failures even closer to home. How has NSX been architected to make it […]
nsx lab – configure ECMP
If you are following on from other labs, before we start to configure ECMP, we need to do some cleanup, disable L2VPN on both edges, then remove the Trunk Interface from ESG-1 As this is a copy of a section of HOL 1603 I will not be including screen shots, – the folks at VMware […]
nsx lab – Configure DHCP Relay
For this lab you will need a DHCP server, if you have followed the lab design, it should be easy enough to add this to the pdc. Once done create a scope for 172.16.50.10-20 with 172.16.50.1 as the gateway Also you will need a vm configured for dynamic ip assignment. 1. Add Logical switch […]
nsx lab – one arm load balancer
Note: this lab is based on VMware HOL 1603 First you need a pair of web servers with apache configured – see here The goal is a simple one arm balancer to distribute traffic between web-1 and web-2 Note: there are two types of loadbalancer, this type One Arm or Proxy Mode is the simplest, […]
nsx lab – set up simple apache web server
How to – configure apache on CentOS 5.6 To test firewall rules, load balancing and ssl redirection a pair load web servers are needed. Here are some simple guidelines that can help you get these up and running. My web server are centOS 5.6 32 bit, installed with no graphics – 2.6.18-238.e15 kernel Once servers […]
nsx lab -Configure dynamic routing protocols: OSPF
In the last post we configured static routes so the vm web-1 172.168.10.10 could reach the external layer 3 router 192.168.100.1 Static routes are probably going to be exceptions, and most deployments will use a routing protocol. In this post we are going to configure the following OSPF areas and mappings If you haven’t be […]