2V0-642 Flashcards
What are the five basic steps for installing NSX?
- Deploy NSX Manager
- Register NSX Manager with vCenter
- Deploy NSX Controllers
- Prepare Hosts
- Deploy and configure NSX Edge Gateway(s) and configure network services
How does the host preparation process work?
Several VMware Installation Bundles (VIBs) are installed to enable VXLAN, distributed routing/firewall, and a user world agent (netcpa) for control plane communications.
How does NSX Manager ensure security of control plane communications?
It creates and installs self-signed certificates over a secure channel for the nodes of the controller cluster and for the ESXi hosts. Mutual authentication of NSX entities occurs, encrypting control plane communications with SSL.
What happens when NSX Manager fails?
This only impacts management plane traffic. Data plane traffic will continue to flow seamlessly.
What is slicing?
Slicing is a mechanism used on the NSX Controller cluster nodes to distribute workloads, which allows for all nodes to be active at one time. Each node will be master for different roles and virtual networks.
What is the master role responsible for on a NSX Controller node?
Allocating slices to nodes, determining when a node has failed, reallocating slices to other nodes. Also informs ESXi hosts about a node failure so the hosts can update their internal node ownership mapping.
What is the primary reason for deploying a controller cluster with an odd number of nodes?
The election of the master for each role requires a majority vote of all active and inactive nodes.
What happens when majority number is lost on the controller cluster (i.e. one host remains)?
The last node will revert to read-only mode. The existing configuration will continue to work, but no new modifications are allowed until the majority number is re-established.
What is the recommended placement for controller nodes in the virtual environment?
Three separate ESXi hosts. Create a vSphere Anti-Affinity rule to keep the nodes separated.
What are some of the benefits to using an overlay technology like VXLAN?
VXLAN decouples the virtual network from the physical network. Below are some of the challenges that can be overcome with overlay technologies.
- Agile/Rapid Application Deployment: Provisioning the physical network to support new requirements has a large overhead, often taking days (sometimes weeks) to complete the rollout. Virtual networks can be created and provisioned in minutes.
- Workload Mobility: Virtual workloads move around from host to host. Traditional DC design would involve VLAN extension to the entire DC. This creates large overhead, potential for STP nightmares in the form of outages and lower throughput, and scalability issues.
Large Scale Multi-Tenancy: Cloud providers need more than 4094 VLANs that the traditional network provides. VXLAN uses a 24-bit identifier, VXLAN Network Identifier (VNI), which allows for a far greater number of network ID’s compared to 802.1Q’s 16-bit field.
How does NSX VXLAN implementation differ from the RFC 7348?
NSX uses UDP 8472 for VXLAN. The RFC IANA assigned port is UDP 4789.
What is the minimum recommended MTU for the physical network to support VXLAN?
1600
What is the difference between user space and kernel space on an ESXi host?
User space consists of software components that provide the control plane communication path to the NSX Manager and controller nodes.
Kernel space consists of the actual kernel modules from the VIBs that control routing, switching, and firewalling.
What are the two main processes used for plan communications on ESXi hosts?
vShield Firewall Daemon (vsfwd) and netcpa (User World Agent)
What is the purpose of vsfwd (RabbitMQ Client)?
A RMQ message bus is leveraged for communication between vsfwd on the host and the RMQ server process hosted on NSX Manager.
The bus is used by NSX Manager to send various information to the hosts, including policy rules that need to be programmed on the DFW kernel module, private keys and host certificates for authentication, controller node IP addresses, and requests to create/delete DLR instances.
What is the purpose of netcpa (User World Agent)?
Establishes TCP over SSL comm channels to the controller cluster nodes. The nodes leverage this channel with the ESXi hypervisors to populate local tables (MAC, ARP, VTEP) and to keep track of where the workloads are connected in the logical networks.
What format is NSX Edge deployed as? VM or kernel module?
VM Appliance.
What modes of operation does NSX Edge support?
Active-standby and Equal Cost Multi Pathing.
What services does NSX Edge Active-Standby mode support?
All Edge services are available in this mode.