sunvmware1's Accepted Solutions

Hi, A Non-Maskable Interrupt (NMI) is a hardware interrupt that cannot be ignored by the processor. These types of interrupts are usually reserved for very important tasks and to report hardware err... See more...
Hi, A Non-Maskable Interrupt (NMI) is a hardware interrupt that cannot be ignored by the processor. These types of interrupts are usually reserved for very important tasks and to report hardware errors to the processor. Depending on the make and model of the system, you may be able to deliberately send an NMI to the CPUs. By sending an NMI to the processor, it is forced to switch CPU context to the registered non-maskable interrupt handler. The interrupt cannot be ignored (masked). The operating system can handle the NMI based on prior configuration. refer article & detail steps - https://kb.vmware.com/s/article/1014767  
Hi, We have officially tested 16 overlays out of a single interface. In regards to multiple overlays out of 1 physical interface, indeed as long as its a route capable interface , VMware SD-WAN can... See more...
Hi, We have officially tested 16 overlays out of a single interface. In regards to multiple overlays out of 1 physical interface, indeed as long as its a route capable interface , VMware SD-WAN can run multiple overlays.    If the Answer is helpful, please click "Mark as Correct Answer", this can be beneficial to other community members.  
Hi, If a DHCP service is configured on your NSX-v Edge Services Gateway, pre-configure a Gateway DHCP service on the NSX-T overlay segment. For migrating DHCP leases, Edge cutover migration mode sup... See more...
Hi, If a DHCP service is configured on your NSX-v Edge Services Gateway, pre-configure a Gateway DHCP service on the NSX-T overlay segment. For migrating DHCP leases, Edge cutover migration mode supports only Gateway DHCP service. Local DHCP server or Local DHCP relay is not supported. refer- https://docs.vmware.com/en/VMware-NSX-T-Data-Center/3.1/nsxt_31_migrate.pdf   If the Answer is helpful, please click "Mark as Correct Answer", this can be beneficial to other community members.