vCenter

 View Only
  • 1.  Networking in vCenter.

    Posted Dec 24, 2019 06:54 AM

    Hello,

    In the network section of the vCenter I see something like below:

    I want to know what are they? I want to change vCenter and should I add them in the new vCenter?

    Any way to export the configuration?

    Thank you.



  • 2.  RE: Networking in vCenter.

    Posted Dec 24, 2019 01:30 PM

    They're standard switch port groups and configured directly on your host(s),

    PowerCLI to extract all vSwitch network info to CSV



  • 3.  RE: Networking in vCenter.

    Posted Dec 24, 2019 07:54 PM

    They called standard Port Group that is configured in the standard vSwitch, directly inside the ESXi host and in this list, you can see number of associated Hosts and connected VMs to each of them. To export them you can do it via the following PowerCLI:

    Get-VirtualPortGroup -VMHost esx1 | select Name, VirtualSwitch, VLanId | | Export-Csv C:\VMHostNetworkInfo.csv



  • 4.  RE: Networking in vCenter.

    Broadcom Employee
    Posted Dec 24, 2019 10:32 PM

    Port groups for standard switches are stored at the host level, not centrally in vCenter (as would be the case with port groups in distributed switches) - so you should just be able to migrate your hosts to your new vCenter.



  • 5.  RE: Networking in vCenter.

    Posted Dec 29, 2019 10:15 PM

    Thus, when I add the hosts to the new vCenter then all of them added automatically?



  • 6.  RE: Networking in vCenter.

    Posted Dec 29, 2019 10:39 PM

    Yes



  • 7.  RE: Networking in vCenter.

    Posted Dec 30, 2019 06:53 AM

    Exactly however if the host ever dies and needs to rebuilt, you will need to manually reconfigure them all from scratch